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
|
---|---|---|---|---|---|---|---|---|---|---|---|
Two people in Seattle looking at an ambulance in the street. | A police car is speeding through town. | 2 | -100 | This refers to an ambulance, not a police car. | exists e1 x1 x2 x3 x4.(n_street(x4) & ne_geo_seattle(x2) & at(e1,x3) & in(x3,x4) & n_ambulance(x3) & Actor(e1,x1) & v_look(e1) & in(x1,x2) & n_people(x1) & card_eq_2(x1)) | exists e1 x1 x2 x3.(through(e1,x3) & n_town(x3) & Actor(e1,x1) & v_speed(e1) & n_car(x1) & of(x1,x2) & n_police(x2)) | 4d573292-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_look(e1) & ne_geo_seattle(x2) & n_street(x4) & n_people(x1) & n_ambulance(x3) & in(x3,x4) & in(x1,x2) & card_eq_2(x1) & at(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_speed(e1) & through(e1,x3) & of(x1,x2) & n_town(x3) & n_police(x2) & n_car(x1) & Actor(e1,x1)) |
||
Two people in Seattle looking at an ambulance in the street. | A ambulance has its lights flashing. | 1 | -100 | An ambulance doesn���t necessarily need to have it���s lights flashing. | exists e1 x1 x2 x3 x4.(n_street(x4) & ne_geo_seattle(x2) & at(e1,x3) & in(x3,x4) & n_ambulance(x3) & Actor(e1,x1) & v_look(e1) & in(x1,x2) & n_people(x1) & card_eq_2(x1)) | exists e1 e2 x1 x2 x3.(Theme(e2,x2) & Actor(e2,x1) & v_have(e2) & Actor(e1,x3) & v_flash(e1) & (x2 = x3) & n_light(x2) & of(x2,x1) & n_thing(x1) & n_ambulance(x1)) | 4d5738fa-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_look(e1) & ne_geo_seattle(x2) & n_street(x4) & n_people(x1) & n_ambulance(x3) & in(x3,x4) & in(x1,x2) & card_eq_2(x1) & at(e1,x3) & Actor(e1,x1)) | exists e1 e2 x1 x2 x3.(v_have(e2) & v_flash(e1) & of(x2,x1) & n_thing(x1) & n_light(x2) & n_ambulance(x1) & Theme(e2,x2) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3)) |
||
A red ambulance drives down the street as two people look on. | the deserted street is filled with cats | 2 | -100 | Two people would not be looking on if the street was deserted. | exists e1 p1 s1 x1 x2 x3 x4.(n_street(x3) & exists s2.(Theme(s2,x1) & a_on(s2)) & Topic(e1,p1) & Actor(e1,x1) & v_look(e1) & as(x1,x4) & n_people(x4) & card_eq_2(x4) & down(x1,x3) & n_drive(x1) & of(x1,x2) & n_ambulance(x2) & a_red(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2.(n_street(x1) & a_deserted(s1) & Theme(s1,x1) & with(e1,x2) & n_cat(x2) & Theme(e1,x1) & v_fill(e1)) | 4d573de6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2 x3 x4.(v_look(e1) & of(x1,x2) & n_street(x3) & n_people(x4) & n_drive(x1) & n_ambulance(x2) & exists s2.(a_on(s2) & Theme(s2,x1)) & down(x1,x3) & card_eq_2(x4) & as(x1,x4) & a_red(s1) & Topic(e1,p1) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 s1 x1 x2.(with(e1,x2) & v_fill(e1) & n_street(x1) & n_cat(x2) & a_deserted(s1) & Theme(s1,x1) & Theme(e1,x1)) |
||
A red ambulance drives down the street as two people look on. | the ambulance is carrying a passenger | 1 | -100 | ambulance driving down the street does not imply it is carrying a passanger | exists e1 p1 s1 x1 x2 x3 x4.(n_street(x3) & exists s2.(Theme(s2,x1) & a_on(s2)) & Topic(e1,p1) & Actor(e1,x1) & v_look(e1) & as(x1,x4) & n_people(x4) & card_eq_2(x4) & down(x1,x3) & n_drive(x1) & of(x1,x2) & n_ambulance(x2) & a_red(s1) & Theme(s1,x1)) | exists e1 x1 x2.(n_ambulance(x1) & Theme(e1,x2) & Actor(e1,x1) & v_carry(e1) & n_passenger(x2)) | 4d5742c8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2 x3 x4.(v_look(e1) & of(x1,x2) & n_street(x3) & n_people(x4) & n_drive(x1) & n_ambulance(x2) & exists s2.(a_on(s2) & Theme(s2,x1)) & down(x1,x3) & card_eq_2(x4) & as(x1,x4) & a_red(s1) & Topic(e1,p1) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 x1 x2.(v_carry(e1) & n_passenger(x2) & n_ambulance(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A red ambulance drives down the street as two people look on. | a red ambulance is in the picture | 0 | -100 | The picture is of two people watching as a red ambulance drives down the street, and people are watching it. | exists e1 p1 s1 x1 x2 x3 x4.(n_street(x3) & exists s2.(Theme(s2,x1) & a_on(s2)) & Topic(e1,p1) & Actor(e1,x1) & v_look(e1) & as(x1,x4) & n_people(x4) & card_eq_2(x4) & down(x1,x3) & n_drive(x1) & of(x1,x2) & n_ambulance(x2) & a_red(s1) & Theme(s1,x1)) | exists p1 s1 x1 x2.(n_picture(x2) & in(x1,x2) & n_ambulance(x1) & a_red(s1) & Theme(s1,x1)) | 4d5747b4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2 x3 x4.(v_look(e1) & of(x1,x2) & n_street(x3) & n_people(x4) & n_drive(x1) & n_ambulance(x2) & exists s2.(a_on(s2) & Theme(s2,x1)) & down(x1,x3) & card_eq_2(x4) & as(x1,x4) & a_red(s1) & Topic(e1,p1) & Theme(s1,x1) & Actor(e1,x1)) | exists s1 x1 x2.(n_picture(x2) & n_ambulance(x1) & in(x1,x2) & a_red(s1) & Theme(s1,x1)) |
||
Young children running down a side street. | The young children are related. | 1 | -100 | young children running down the street need not be related | exists e1 s1 s2 x1 x2 x3 x4.(a_topic(x1) & a_down(s2) & Manner(e1,s2) & Theme(e1,x3) & Actor(e1,x2) & v_run(e1) & n_street(x3) & of(x3,x4) & n_side(x4) & (x1 = x2) & n_child(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 s1 x1.(n_child(x1) & a_young(s1) & Theme(s1,x1) & Theme(e1,x1) & v_relate(e1)) | 4d574d72-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4.(v_run(e1) & of(x3,x4) & n_street(x3) & n_side(x4) & n_child(x1) & a_young(s1) & a_topic(x1) & a_down(s2) & Theme(s1,x1) & Theme(e1,x3) & Manner(e1,s2) & Actor(e1,x2) & (x1 = x2)) | exists e1 s1 x1.(v_relate(e1) & n_child(x1) & a_young(s1) & Theme(s1,x1) & Theme(e1,x1)) |
||
Young children running down a side street. | The young children are walking. | 2 | -100 | Walking is not the same thing as running. | exists e1 s1 s2 x1 x2 x3 x4.(a_topic(x1) & a_down(s2) & Manner(e1,s2) & Theme(e1,x3) & Actor(e1,x2) & v_run(e1) & n_street(x3) & of(x3,x4) & n_side(x4) & (x1 = x2) & n_child(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 s1 x1.(n_child(x1) & a_young(s1) & Theme(s1,x1) & Actor(e1,x1) & v_walk(e1)) | 4d57527c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4.(v_run(e1) & of(x3,x4) & n_street(x3) & n_side(x4) & n_child(x1) & a_young(s1) & a_topic(x1) & a_down(s2) & Theme(s1,x1) & Theme(e1,x3) & Manner(e1,s2) & Actor(e1,x2) & (x1 = x2)) | exists e1 s1 x1.(v_walk(e1) & n_child(x1) & a_young(s1) & Theme(s1,x1) & Actor(e1,x1)) |
||
Young children running down a side street. | The children are outside. | 0 | -100 | A street is outside. | exists e1 s1 s2 x1 x2 x3 x4.(a_topic(x1) & a_down(s2) & Manner(e1,s2) & Theme(e1,x3) & Actor(e1,x2) & v_run(e1) & n_street(x3) & of(x3,x4) & n_side(x4) & (x1 = x2) & n_child(x1) & a_young(s1) & Theme(s1,x1)) | exists s1 x1.(n_child(x1) & Theme(s1,x1) & a_outside(s1)) | 4d5757b8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4.(v_run(e1) & of(x3,x4) & n_street(x3) & n_side(x4) & n_child(x1) & a_young(s1) & a_topic(x1) & a_down(s2) & Theme(s1,x1) & Theme(e1,x3) & Manner(e1,s2) & Actor(e1,x2) & (x1 = x2)) | exists s1 x1.(n_child(x1) & a_outside(s1) & Theme(s1,x1)) |
||
A boat worker grabs a length of mooring rope that is connected to a dock. | A boat worker drives a boat down the street to the restaurant. | 2 | -100 | A person cannot dive a boat while grabbing a mooring rope simultaneously. | exists e2 e1 e3 x1 x2 x3 x4 x5 x6 x7.(Theme(e3,x3) & Actor(e3,x1) & v_grab(e3) & Theme(e2,x5) & Actor(e2,x4) & v_moor(e2) & to(e1,x7) & n_dock(x7) & Theme(e1,x6) & v_connect(e1) & (x5 = x6) & n_rope(x5) & (x3 = x4) & n_length(x3) & n_worker(x1) & of(x1,x2) & n_boat(x2)) | exists e1 x1 x2 x3 x4 x5.(n_restaurant(x5) & n_street(x4) & to(e1,x5) & down(e1,x4) & Theme(e1,x3) & Actor(e1,x1) & v_drive(e1) & n_boat(x3) & n_worker(x1) & of(x1,x2) & n_boat(x2)) | 4d575cc2-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 e3 x1 x2 x3 x4 x5 x6 x7.(v_moor(e2) & v_grab(e3) & v_connect(e1) & to(e1,x7) & of(x1,x2) & n_worker(x1) & n_rope(x5) & n_length(x3) & n_dock(x7) & n_boat(x2) & Theme(e3,x3) & Theme(e2,x5) & Theme(e1,x6) & Actor(e3,x1) & Actor(e2,x4) & (x5 = x6) & (x3 = x4)) | exists e1 x1 x2 x3 x4 x5.(v_drive(e1) & to(e1,x5) & of(x1,x2) & n_worker(x1) & n_street(x4) & n_restaurant(x5) & n_boat(x3) & n_boat(x2) & down(e1,x4) & Theme(e1,x3) & Actor(e1,x1)) |
||
A boat worker grabs a length of mooring rope that is connected to a dock. | A worker grabs a mooring rope before it comes disconnected and the boat floats away. | 1 | -100 | boat worker grabing the mooring rope does not imply the boat is getting disconnected and floating away | exists e1 e3 e2 x1 x2 x3 x4 x5 x6 x7.(Theme(e3,x3) & Actor(e3,x1) & v_grab(e3) & Theme(e2,x5) & Actor(e2,x4) & v_moor(e2) & to(e1,x7) & n_dock(x7) & Theme(e1,x6) & v_connect(e1) & (x5 = x6) & n_rope(x5) & (x3 = x4) & n_length(x3) & n_worker(x1) & of(x1,x2) & n_boat(x2)) | exists e1 e2 p1 x1 x2 x3.(n_boat(x3) & exists e3 e4 p2 s1.(a_away(s1) & Manner(e4,s1) & Actor(e4,x3) & v_float(e4) & exists s2.(Theme(s2,x1) & a_disconnect(s2)) & Topic(e3,p2) & Actor(e3,x1) & v_come(e3)) & n_thing(x1) & before(e2,p1) & Theme(e2,x2) & Actor(e2,x1) & v_grab(e2) & n_rope(x2) & Actor(e1,x2) & v_moor(e1) & n_worker(x1)) | 4d5761b8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 x1 x2 x3 x4 x5 x6 x7.(v_moor(e2) & v_grab(e3) & v_connect(e1) & to(e1,x7) & of(x1,x2) & n_worker(x1) & n_rope(x5) & n_length(x3) & n_dock(x7) & n_boat(x2) & Theme(e3,x3) & Theme(e2,x5) & Theme(e1,x6) & Actor(e3,x1) & Actor(e2,x4) & (x5 = x6) & (x3 = x4)) | exists e1 e2 p1 x1 x2 x3.(v_moor(e1) & v_grab(e2) & n_worker(x1) & n_thing(x1) & n_rope(x2) & n_boat(x3) & exists e3 e4 p2 s1.(v_float(e4) & v_come(e3) & exists s2.(a_disconnect(s2) & Theme(s2,x1)) & a_away(s1) & Topic(e3,p2) & Manner(e4,s1) & Actor(e4,x3) & Actor(e3,x1)) & before(e2,p1) & Theme(e2,x2) & Actor(e2,x1) & Actor(e1,x2)) |
||
A boat worker grabs a length of mooring rope that is connected to a dock. | A person who works boats is grabbing the mooring rope that is connected to the dock. | 0 | -100 | A worker is a person. | exists e2 e1 e3 x1 x2 x3 x4 x5 x6 x7.(Theme(e3,x3) & Actor(e3,x1) & v_grab(e3) & Theme(e2,x5) & Actor(e2,x4) & v_moor(e2) & to(e1,x7) & n_dock(x7) & Theme(e1,x6) & v_connect(e1) & (x5 = x6) & n_rope(x5) & (x3 = x4) & n_length(x3) & n_worker(x1) & of(x1,x2) & n_boat(x2)) | exists e2 e1 e3 x1 x2 x3 x4 x5 x6 x7.(n_dock(x7) & n_rope(x4) & of(x4,x5) & n_mooring(x5) & Theme(e3,x4) & Actor(e3,x1) & v_grab(e3) & to(e2,x7) & Theme(e2,x6) & v_connect(e2) & (x4 = x6) & Theme(e1,x3) & Actor(e1,x2) & v_work(e1) & n_boat(x3) & (x1 = x2) & n_person(x1)) | 4d57669a-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 e3 x1 x2 x3 x4 x5 x6 x7.(v_moor(e2) & v_grab(e3) & v_connect(e1) & to(e1,x7) & of(x1,x2) & n_worker(x1) & n_rope(x5) & n_length(x3) & n_dock(x7) & n_boat(x2) & Theme(e3,x3) & Theme(e2,x5) & Theme(e1,x6) & Actor(e3,x1) & Actor(e2,x4) & (x5 = x6) & (x3 = x4)) | exists e2 e1 e3 x1 x2 x3 x4 x5 x6 x7.(v_work(e1) & v_grab(e3) & v_connect(e2) & to(e2,x7) & of(x4,x5) & n_rope(x4) & n_person(x1) & n_mooring(x5) & n_dock(x7) & n_boat(x3) & Theme(e3,x4) & Theme(e2,x6) & Theme(e1,x3) & Actor(e3,x1) & Actor(e1,x2) & (x4 = x6) & (x1 = x2)) |
||
Children play and adults walk along a street which has a blue building with secured windows. | The children are sleeping in the car seats. | 2 | -100 | Children cannot be at play while they are sleeping. | exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(along(e1,x5) & Theme(e2,x7) & Actor(e2,x6) & v_have(e2) & with(x7,x8) & n_window(x8) & a_secured(s2) & Theme(s2,x8) & n_building(x7) & a_blue(s1) & Theme(s1,x7) & (x5 = x6) & n_street(x5) & Actor(e1,x1) & v_walk(e1) & subset_of(x4,x1) & n_adult(x4) & subset_of(x2,x1) & n_play(x2) & (x2 = x3) & ne_nam_children(x3)) | exists e1 x1 x2 x3.(n_seat(x2) & of(x2,x3) & n_car(x3) & n_child(x1) & in(e1,x2) & Actor(e1,x1) & v_sleep(e1)) | 4d576c44-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(with(x7,x8) & v_walk(e1) & v_have(e2) & subset_of(x4,x1) & subset_of(x2,x1) & ne_nam_children(x3) & n_window(x8) & n_street(x5) & n_play(x2) & n_building(x7) & n_adult(x4) & along(e1,x5) & a_secured(s2) & a_blue(s1) & Theme(s2,x8) & Theme(s1,x7) & Theme(e2,x7) & Actor(e2,x6) & Actor(e1,x1) & (x5 = x6) & (x2 = x3)) | exists e1 x1 x2 x3.(v_sleep(e1) & of(x2,x3) & n_seat(x2) & n_child(x1) & n_car(x3) & in(e1,x2) & Actor(e1,x1)) |
||
Children play and adults walk along a street which has a blue building with secured windows. | The children are playing at the park. | 1 | -100 | children playing does not imply they are playing at the park | exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(along(e1,x5) & Theme(e2,x7) & Actor(e2,x6) & v_have(e2) & with(x7,x8) & n_window(x8) & a_secured(s2) & Theme(s2,x8) & n_building(x7) & a_blue(s1) & Theme(s1,x7) & (x5 = x6) & n_street(x5) & Actor(e1,x1) & v_walk(e1) & subset_of(x4,x1) & n_adult(x4) & subset_of(x2,x1) & n_play(x2) & (x2 = x3) & ne_nam_children(x3)) | exists e1 x1 x2.(n_park(x2) & n_child(x1) & at(e1,x2) & Actor(e1,x1) & v_play(e1)) | 4d5771f8-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(with(x7,x8) & v_walk(e1) & v_have(e2) & subset_of(x4,x1) & subset_of(x2,x1) & ne_nam_children(x3) & n_window(x8) & n_street(x5) & n_play(x2) & n_building(x7) & n_adult(x4) & along(e1,x5) & a_secured(s2) & a_blue(s1) & Theme(s2,x8) & Theme(s1,x7) & Theme(e2,x7) & Actor(e2,x6) & Actor(e1,x1) & (x5 = x6) & (x2 = x3)) | exists e1 x1 x2.(v_play(e1) & n_park(x2) & n_child(x1) & at(e1,x2) & Actor(e1,x1)) |
||
Children play and adults walk along a street which has a blue building with secured windows. | The children are playing and the adults are walking. | 0 | -100 | The word play implies are playing and adults walk implies adults are walking. | exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(along(e1,x5) & Theme(e2,x7) & Actor(e2,x6) & v_have(e2) & with(x7,x8) & n_window(x8) & a_secured(s2) & Theme(s2,x8) & n_building(x7) & a_blue(s1) & Theme(s1,x7) & (x5 = x6) & n_street(x5) & Actor(e1,x1) & v_walk(e1) & subset_of(x4,x1) & n_adult(x4) & subset_of(x2,x1) & n_play(x2) & (x2 = x3) & ne_nam_children(x3)) | exists e1 e2 x1 x2.(n_adult(x2) & n_child(x1) & Actor(e2,x2) & v_walk(e2) & Actor(e1,x1) & v_play(e1)) | 4d577824-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(with(x7,x8) & v_walk(e1) & v_have(e2) & subset_of(x4,x1) & subset_of(x2,x1) & ne_nam_children(x3) & n_window(x8) & n_street(x5) & n_play(x2) & n_building(x7) & n_adult(x4) & along(e1,x5) & a_secured(s2) & a_blue(s1) & Theme(s2,x8) & Theme(s1,x7) & Theme(e2,x7) & Actor(e2,x6) & Actor(e1,x1) & (x5 = x6) & (x2 = x3)) | exists e1 e2 x1 x2.(v_walk(e2) & v_play(e1) & n_child(x1) & n_adult(x2) & Actor(e2,x2) & Actor(e1,x1)) |
||
A little boy in yellow clothing running towards a blue house. | The boy is running home. | 1 | -100 | We have no idea if he is running home or not, he could be running to anyone's house. | exists e1 s1 s2 s3 x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & towards(e1,x4) & n_house(x4) & a_blue(s3) & Theme(s3,x4) & Actor(e1,x3) & v_run(e1) & (x2 = x3) & n_clothing(x2) & a_yellow(s2) & Theme(s2,x2) & n_boy(x1) & a_little(s1) & Theme(s1,x1)) | exists e1 x1 x2.(n_boy(x1) & Theme(e1,x2) & Actor(e1,x1) & v_run(e1) & n_home(x2)) | 4d577cde-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4.(v_run(e1) & towards(e1,x4) & n_house(x4) & n_clothing(x2) & n_boy(x1) & in(x1,x2) & a_yellow(s2) & a_topic(x1) & a_little(s1) & a_blue(s3) & Theme(s3,x4) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x3) & (x2 = x3)) | exists e1 x1 x2.(v_run(e1) & n_home(x2) & n_boy(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A little boy in yellow clothing running towards a blue house. | The boy is little. | 0 | -100 | Boy is little is rephrasing of little boy. | exists e1 s1 s2 s3 x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & towards(e1,x4) & n_house(x4) & a_blue(s3) & Theme(s3,x4) & Actor(e1,x3) & v_run(e1) & (x2 = x3) & n_clothing(x2) & a_yellow(s2) & Theme(s2,x2) & n_boy(x1) & a_little(s1) & Theme(s1,x1)) | exists s1 x1.(n_boy(x1) & Theme(s1,x1) & a_little(s1)) | 4d578206-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4.(v_run(e1) & towards(e1,x4) & n_house(x4) & n_clothing(x2) & n_boy(x1) & in(x1,x2) & a_yellow(s2) & a_topic(x1) & a_little(s1) & a_blue(s3) & Theme(s3,x4) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x3) & (x2 = x3)) | exists s1 x1.(n_boy(x1) & a_little(s1) & Theme(s1,x1)) |
||
A little boy in yellow clothing running towards a blue house. | The boy is wearing blue. | 2 | -100 | If the boy is in yellow clothing, he is not wearing blue. | exists e1 s1 s2 s3 x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & towards(e1,x4) & n_house(x4) & a_blue(s3) & Theme(s3,x4) & Actor(e1,x3) & v_run(e1) & (x2 = x3) & n_clothing(x2) & a_yellow(s2) & Theme(s2,x2) & n_boy(x1) & a_little(s1) & Theme(s1,x1)) | exists e1 p1 x1.(n_boy(x1) & exists s1.(Theme(s1,x1) & a_blue(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_wear(e1)) | 4d5786c0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4.(v_run(e1) & towards(e1,x4) & n_house(x4) & n_clothing(x2) & n_boy(x1) & in(x1,x2) & a_yellow(s2) & a_topic(x1) & a_little(s1) & a_blue(s3) & Theme(s3,x4) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x3) & (x2 = x3)) | exists e1 p1 x1.(v_wear(e1) & n_boy(x1) & exists s1.(a_blue(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
A man with his hands up in front of a table with bowls and ice cream. | A man places his hands before a table containing food. | 0 | -100 | Up implies before and ice cream implies food. | exists x1 x2 x3 x4 x5 x6 x7 x8.(a_topic(x1) & with(x1,x2) & n_up(x2) & in(x2,x3) & with(x3,x5) & n_cream(x7) & of(x7,x8) & n_ice(x8) & n_bowl(x6) & subset_of(x7,x5) & subset_of(x6,x5) & of(x3,x4) & n_table(x4) & n_front(x3) & n_hand(x2) & of(x2,x1) & n_male(x1) & n_man(x1)) | exists e1 e2 x1 x2 x3 x4 x5.(before(e1,x3) & Theme(e2,x5) & Actor(e2,x4) & v_contain(e2) & n_food(x5) & (x3 = x4) & n_table(x3) & Theme(e1,x2) & Actor(e1,x1) & v_place(e1) & n_hand(x2) & of(x2,x1) & n_male(x1) & n_man(x1)) | 4d578b7a-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4 x5 x6 x7 x8.(with(x3,x5) & with(x1,x2) & subset_of(x7,x5) & subset_of(x6,x5) & of(x7,x8) & of(x3,x4) & of(x2,x1) & n_up(x2) & n_table(x4) & n_man(x1) & n_male(x1) & n_ice(x8) & n_hand(x2) & n_front(x3) & n_cream(x7) & n_bowl(x6) & in(x2,x3) & a_topic(x1)) | exists e1 e2 x1 x2 x3 x4 x5.(v_place(e1) & v_contain(e2) & of(x2,x1) & n_table(x3) & n_man(x1) & n_male(x1) & n_hand(x2) & n_food(x5) & before(e1,x3) & Theme(e2,x5) & Theme(e1,x2) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x4)) |
||
A man with his hands up in front of a table with bowls and ice cream. | A man shoves his hands down the seat of his pants while turning his back on a stove. | 2 | -100 | You cannot have your hands up and your hands down simultaneously. | exists x1 x2 x3 x4 x5 x6 x7 x8.(a_topic(x1) & with(x1,x2) & n_up(x2) & in(x2,x3) & with(x3,x5) & n_cream(x7) & of(x7,x8) & n_ice(x8) & n_bowl(x6) & subset_of(x7,x5) & subset_of(x6,x5) & of(x3,x4) & n_table(x4) & n_front(x3) & n_hand(x2) & of(x2,x1) & n_male(x1) & n_man(x1)) | exists e1 e2 x1 x2 x3 x4 x5 x6.(n_seat(x3) & while(e1,e2) & on(e2,x6) & n_stove(x6) & Theme(e2,x5) & Actor(e2,x1) & v_turn(e2) & n_back(x5) & of(x5,x1) & n_male(x1) & n_male(x1) & n_male(x1) & down(e1,x3) & of(x3,x4) & n_pants(x4) & of(x4,x1) & Theme(e1,x2) & Actor(e1,x1) & v_shove(e1) & n_hand(x2) & of(x2,x1) & n_man(x1)) | 4d579034-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4 x5 x6 x7 x8.(with(x3,x5) & with(x1,x2) & subset_of(x7,x5) & subset_of(x6,x5) & of(x7,x8) & of(x3,x4) & of(x2,x1) & n_up(x2) & n_table(x4) & n_man(x1) & n_male(x1) & n_ice(x8) & n_hand(x2) & n_front(x3) & n_cream(x7) & n_bowl(x6) & in(x2,x3) & a_topic(x1)) | exists e1 e2 x1 x2 x3 x4 x5 x6.(while(e1,e2) & v_turn(e2) & v_shove(e1) & on(e2,x6) & of(x5,x1) & of(x4,x1) & of(x3,x4) & of(x2,x1) & n_stove(x6) & n_seat(x3) & n_pants(x4) & n_man(x1) & n_male(x1) & n_hand(x2) & n_back(x5) & down(e1,x3) & Theme(e2,x5) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x1)) |
||
A man with his hands up in front of a table with bowls and ice cream. | A surfer dude rests his hands on a buffet table filled with cold delicacies. | 1 | -100 | man need not be a surfer dude.the table does not imply buffet table. | exists x1 x2 x3 x4 x5 x6 x7 x8.(a_topic(x1) & with(x1,x2) & n_up(x2) & in(x2,x3) & with(x3,x5) & n_cream(x7) & of(x7,x8) & n_ice(x8) & n_bowl(x6) & subset_of(x7,x5) & subset_of(x6,x5) & of(x3,x4) & n_table(x4) & n_front(x3) & n_hand(x2) & of(x2,x1) & n_male(x1) & n_man(x1)) | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(on(e1,x4) & with(e2,x7) & n_delicacy(x7) & a_cold(s1) & Theme(s1,x7) & Theme(e2,x6) & v_fill(e2) & (x4 = x6) & n_table(x4) & of(x4,x5) & n_buffet(x5) & Theme(e1,x3) & Actor(e1,x1) & v_rest(e1) & n_hand(x3) & of(x3,x1) & n_male(x1) & n_dude(x1) & of(x1,x2) & n_surfer(x2)) | 4d579548-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4 x5 x6 x7 x8.(with(x3,x5) & with(x1,x2) & subset_of(x7,x5) & subset_of(x6,x5) & of(x7,x8) & of(x3,x4) & of(x2,x1) & n_up(x2) & n_table(x4) & n_man(x1) & n_male(x1) & n_ice(x8) & n_hand(x2) & n_front(x3) & n_cream(x7) & n_bowl(x6) & in(x2,x3) & a_topic(x1)) | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(with(e2,x7) & v_rest(e1) & v_fill(e2) & on(e1,x4) & of(x4,x5) & of(x3,x1) & of(x1,x2) & n_table(x4) & n_surfer(x2) & n_male(x1) & n_hand(x3) & n_dude(x1) & n_delicacy(x7) & n_buffet(x5) & a_cold(s1) & Theme(s1,x7) & Theme(e2,x6) & Theme(e1,x3) & Actor(e1,x1) & (x4 = x6)) |
||
Some friends enjoy each others' company. | A few people are eating a meal together. | 1 | -100 | some friends enjoying each other's company does not imply they are eating a meal together | exists x1.(all x2 x3.((n_company(x3) & of(x3,x2) & -(x2 = x1) & n_person(x2)) -> exists e1.(Theme(e1,x3) & Actor(e1,x1) & v_enjoy(e1))) & n_person(x1) & n_friend(x1)) | exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_eat(e1) & r_together(x2) & n_meal(x2) & n_people(x1) & a_few(s1) & Theme(s1,x1)) | 4d579ade-e4c8-11ec-9cdd-0242ac1c0002 | exists x1.(n_person(x1) & n_friend(x1) & all x2 x3.(exists e1.(v_enjoy(e1) & Theme(e1,x3) & Actor(e1,x1)) | -of(x3,x2) | -n_person(x2) | -n_company(x3) | (x2 = x1))) | exists e1 s1 x1 x2.(v_eat(e1) & r_together(x2) & n_people(x1) & n_meal(x2) & a_few(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Some friends enjoy each others' company. | The monkeys are falling out of the tree. | 2 | -100 | Friends refers to people not monkeys. | exists x1.(all x2 x3.((n_company(x3) & of(x3,x2) & -(x2 = x1) & n_person(x2)) -> exists e1.(Theme(e1,x3) & Actor(e1,x1) & v_enjoy(e1))) & n_person(x1) & n_friend(x1)) | exists e1 x1 x2.(n_tree(x2) & n_monkey(x1) & of(e1,x2) & r_out(e1) & Actor(e1,x1) & v_fall(e1)) | 4d579f98-e4c8-11ec-9cdd-0242ac1c0002 | exists x1.(n_person(x1) & n_friend(x1) & all x2 x3.(exists e1.(v_enjoy(e1) & Theme(e1,x3) & Actor(e1,x1)) | -of(x3,x2) | -n_person(x2) | -n_company(x3) | (x2 = x1))) | exists e1 x1 x2.(v_fall(e1) & r_out(e1) & of(e1,x2) & n_tree(x2) & n_monkey(x1) & Actor(e1,x1)) |
||
Some friends enjoy each others' company. | Friends have gathered together. | 0 | -100 | The word "company" implies gathered together. | exists x1.(all x2 x3.((n_company(x3) & of(x3,x2) & -(x2 = x1) & n_person(x2)) -> exists e1.(Theme(e1,x3) & Actor(e1,x1) & v_enjoy(e1))) & n_person(x1) & n_friend(x1)) | exists e1 p1 x1.(exists s1.(Theme(s1,x1) & a_together(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_gather(e1) & n_friend(x1)) | 4d57a498-e4c8-11ec-9cdd-0242ac1c0002 | exists x1.(n_person(x1) & n_friend(x1) & all x2 x3.(exists e1.(v_enjoy(e1) & Theme(e1,x3) & Actor(e1,x1)) | -of(x3,x2) | -n_person(x2) | -n_company(x3) | (x2 = x1))) | exists e1 p1 x1.(v_gather(e1) & n_friend(x1) & exists s1.(a_together(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
An older man is tending to a garden. | An older man is outside. | 0 | -100 | People who are tending to a garden are outside. | exists e1 s1 x1 x2.(to(e1,x2) & n_garden(x2) & Actor(e1,x1) & v_tend(e1) & n_man(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1)) | exists s1 s2 x1.(Theme(s2,x1) & a_outside(s2) & n_man(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1)) | 4d57ae98-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_tend(e1) & to(e1,x2) & r_more(s1) & n_man(x1) & n_garden(x2) & a_older(s1) & Theme(s1,x1) & Actor(e1,x1)) | exists s1 s2 x1.(r_more(s1) & n_man(x1) & a_outside(s2) & a_older(s1) & Theme(s2,x1) & Theme(s1,x1)) |
||
Three people are attempting feel the rush of free falling before they pull their parachutes. | the people are women | 1 | -100 | Not all people are women. | exists e1 p1 x1 x2 x3 x6.(n_parachute(x6) & of(x6,x3) & n_thing(x3) & n_thing(x3) & n_rush(x3) & Theme(e1,x2) & Actor(e1,x1) & v_attempt(e1) & exists e2 e3 x4 x5.(Theme(e3,x6) & Actor(e3,x3) & v_pull(e3) & of(x3,x4) & before(e2,x3) & Actor(e2,x5) & v_fall(e2) & (x4 = x5) & n_free(x4)) & that(x2,p1) & n_feel(x2) & n_people(x1) & card_eq_3(x1)) | exists p1 x1.(n_people(x1) & exists x2.((x1 = x2) & n_woman(x2))) | 4d57bd66-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x6.(v_attempt(e1) & that(x2,p1) & of(x6,x3) & n_thing(x3) & n_rush(x3) & n_people(x1) & n_parachute(x6) & n_feel(x2) & exists e2 e3 x4 x5.(v_pull(e3) & v_fall(e2) & of(x3,x4) & n_free(x4) & before(e2,x3) & Theme(e3,x6) & Actor(e3,x3) & Actor(e2,x5) & (x4 = x5)) & card_eq_3(x1) & Theme(e1,x2) & Actor(e1,x1)) | exists x1.(n_people(x1) & exists x2.(n_woman(x2) & (x1 = x2))) |
||
a yard man in the middle checking green bushes. | The man is a gardener. | 1 | -100 | Not all yard man are a gardener. | exists s1 s2 x1 x2 x3 x4.(n_bush(x3) & a_green(s2) & Theme(s2,x3) & of(x3,x4) & n_checking(x4) & a_middle(s1) & Theme(s1,x3) & a_topic(x1) & in(x1,x3) & n_man(x1) & of(x1,x2) & n_yard(x2)) | exists p1 x1.(n_man(x1) & exists x2.((x1 = x2) & n_gardener(x2))) | 4d57c964-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 x1 x2 x3 x4.(of(x3,x4) & of(x1,x2) & n_yard(x2) & n_man(x1) & n_checking(x4) & n_bush(x3) & in(x1,x3) & a_topic(x1) & a_middle(s1) & a_green(s2) & Theme(s2,x3) & Theme(s1,x3)) | exists x1.(n_man(x1) & exists x2.(n_gardener(x2) & (x1 = x2))) |
||
A man is staring intently at some plants. | A man reads a book. | 2 | -100 | He would not be able to read the book if he is staring at plants. | exists e1 s1 x1 x2.(at(e1,x2) & n_plant(x2) & a_intently(s1) & Manner(e1,s1) & Actor(e1,x1) & v_stare(e1) & n_man(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_read(e1) & n_book(x2) & n_man(x1)) | 4d57d850-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_stare(e1) & n_plant(x2) & n_man(x1) & at(e1,x2) & a_intently(s1) & Manner(e1,s1) & Actor(e1,x1)) | exists e1 x1 x2.(v_read(e1) & n_man(x1) & n_book(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man is staring intently at some plants. | A man thinking about how to grow his plants faster. | 1 | 0.627297 | Just because a man is staring intently at plants does not imply he is thinking about how to grow his plants faster. | exists e1 s1 x1 x2.(at(e1,x2) & n_plant(x2) & a_intently(s1) & Manner(e1,s1) & Actor(e1,x1) & v_stare(e1) & n_man(x1)) | exists e1 x1 x2 x3 x5.(a_topic(x1) & about(e1,x3) & n_manner(x3) & exists e2 s1 x4.(a_faster(s1) & Manner(e2,s1) & Theme(e2,x5) & Actor(e2,x4) & v_grow(e2)) & n_plant(x5) & of(x5,x1) & n_male(x1) & Actor(e1,x2) & v_think(e1) & (x1 = x2) & n_man(x1)) | 4d57dd00-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_stare(e1) & n_plant(x2) & n_man(x1) & at(e1,x2) & a_intently(s1) & Manner(e1,s1) & Actor(e1,x1)) | exists e1 x1 x2 x3 x5.(v_think(e1) & of(x5,x1) & n_plant(x5) & n_manner(x3) & n_man(x1) & n_male(x1) & exists e2 s1 x4.(v_grow(e2) & a_faster(s1) & Theme(e2,x5) & Manner(e2,s1) & Actor(e2,x4)) & about(e1,x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) |
||
A man is staring intently at some plants. | A man stares intently at his marijuana plants. | 1 | 0.062181 | Not all plants are marijuana plants. | exists e1 s1 x1 x2.(at(e1,x2) & n_plant(x2) & a_intently(s1) & Manner(e1,s1) & Actor(e1,x1) & v_stare(e1) & n_man(x1)) | exists e1 s1 x1 x2 x3.(at(e1,x2) & n_plant(x2) & of(x2,x3) & n_marijuana(x3) & of(x2,x1) & n_male(x1) & a_intently(s1) & Manner(e1,s1) & Actor(e1,x1) & v_stare(e1) & n_man(x1)) | 4d57ec64-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_stare(e1) & n_plant(x2) & n_man(x1) & at(e1,x2) & a_intently(s1) & Manner(e1,s1) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3.(v_stare(e1) & of(x2,x3) & of(x2,x1) & n_plant(x2) & n_marijuana(x3) & n_man(x1) & n_male(x1) & at(e1,x2) & a_intently(s1) & Manner(e1,s1) & Actor(e1,x1)) |
||
A man is staring intently at some plants. | A man watches some plants closely trying to find the lizzard. | 1 | 0.000349 | The fact that a man is staring intently at some plants doesn't imply he is trying to find the lizzard. | exists e1 s1 x1 x2.(at(e1,x2) & n_plant(x2) & a_intently(s1) & Manner(e1,s1) & Actor(e1,x1) & v_stare(e1) & n_man(x1)) | exists e1 e2 p1 s1 x1 x2 x3.(n_lizzard(x3) & for(e1,e2) & a_closely(s1) & Manner(e2,s1) & Topic(e2,p1) & Actor(e2,x1) & v_try(e2) & exists e3.(Theme(e3,x3) & Actor(e3,x1) & v_find(e3)) & Theme(e1,x2) & Actor(e1,x1) & v_watch(e1) & n_plant(x2) & n_man(x1)) | 4d57f128-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_stare(e1) & n_plant(x2) & n_man(x1) & at(e1,x2) & a_intently(s1) & Manner(e1,s1) & Actor(e1,x1)) | exists e1 e2 p1 s1 x1 x2 x3.(v_watch(e1) & v_try(e2) & n_plant(x2) & n_man(x1) & n_lizzard(x3) & for(e1,e2) & exists e3.(v_find(e3) & Theme(e3,x3) & Actor(e3,x1)) & a_closely(s1) & Topic(e2,p1) & Theme(e1,x2) & Manner(e2,s1) & Actor(e2,x1) & Actor(e1,x1)) |
||
A man is staring intently at some plants. | A man is staring at some roses. | 1 | 0.184222 | Not all plants are roses. | exists e1 s1 x1 x2.(at(e1,x2) & n_plant(x2) & a_intently(s1) & Manner(e1,s1) & Actor(e1,x1) & v_stare(e1) & n_man(x1)) | exists e1 x1 x2.(at(e1,x2) & n_rose(x2) & Actor(e1,x1) & v_stare(e1) & n_man(x1)) | 4d57ff9c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_stare(e1) & n_plant(x2) & n_man(x1) & at(e1,x2) & a_intently(s1) & Manner(e1,s1) & Actor(e1,x1)) | exists e1 x1 x2.(v_stare(e1) & n_rose(x2) & n_man(x1) & at(e1,x2) & Actor(e1,x1)) |
||
A man is staring intently at some plants. | A man is daydreaming while looking at plants. | 1 | 0.572438 | A man who is staring intently at some plants is not necessarily daydreaming. | exists e1 s1 x1 x2.(at(e1,x2) & n_plant(x2) & a_intently(s1) & Manner(e1,s1) & Actor(e1,x1) & v_stare(e1) & n_man(x1)) | exists e2 e1 x1 x2.(while(e1,e2) & at(e2,x2) & n_plant(x2) & Actor(e2,x1) & v_look(e2) & Actor(e1,x1) & v_daydream(e1) & n_man(x1)) | 4d580866-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_stare(e1) & n_plant(x2) & n_man(x1) & at(e1,x2) & a_intently(s1) & Manner(e1,s1) & Actor(e1,x1)) | exists e2 e1 x1 x2.(while(e1,e2) & v_look(e2) & v_daydream(e1) & n_plant(x2) & n_man(x1) & at(e2,x2) & Actor(e2,x1) & Actor(e1,x1)) |
||
A man is staring intently at some plants. | A person watching his plants. | 0 | 0.591156 | Staring intently at means watching. | exists e1 s1 x1 x2.(at(e1,x2) & n_plant(x2) & a_intently(s1) & Manner(e1,s1) & Actor(e1,x1) & v_stare(e1) & n_man(x1)) | exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_watch(e1) & n_plant(x3) & of(x3,x1) & n_male(x1) & (x1 = x2) & n_person(x1)) | 4d580e60-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_stare(e1) & n_plant(x2) & n_man(x1) & at(e1,x2) & a_intently(s1) & Manner(e1,s1) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_watch(e1) & of(x3,x1) & n_plant(x3) & n_person(x1) & n_male(x1) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
A man is staring intently at some plants. | A woman is planting a large tree in her yard. | 2 | 0.117378 | A man cannot clone himself into a woman to plant a tree in his place while he lounges around, staring at some plants. | exists e1 s1 x1 x2.(at(e1,x2) & n_plant(x2) & a_intently(s1) & Manner(e1,s1) & Actor(e1,x1) & v_stare(e1) & n_man(x1)) | exists e1 s1 x1 x2 x3.(in(e1,x3) & n_yard(x3) & of(x3,x1) & n_female(x1) & Theme(e1,x2) & Actor(e1,x1) & v_plant(e1) & n_tree(x2) & a_large(s1) & Theme(s1,x2) & n_woman(x1)) | 4d581d38-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_stare(e1) & n_plant(x2) & n_man(x1) & at(e1,x2) & a_intently(s1) & Manner(e1,s1) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3.(v_plant(e1) & of(x3,x1) & n_yard(x3) & n_woman(x1) & n_tree(x2) & n_female(x1) & in(e1,x3) & a_large(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
An elderly woman sitting in the window of a stone building | The elderly woman is at church. | 1 | 0.104098 | sitting in the window of a stone building does not indicate she is at church. A stone building with a window does not mean it is a church | exists e1 s1 x1 x2 x3 x4 x5.(n_window(x3) & a_topic(x1) & in(e1,x3) & of(x3,x4) & n_building(x4) & of(x4,x5) & n_stone(x5) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_woman(x1) & a_elderly(s1) & Theme(s1,x1)) | exists p1 s1 x1.(n_woman(x1) & a_elderly(s1) & Theme(s1,x1) & exists x2.(at(x1,x2) & n_church(x2))) | 4d596e18-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_sit(e1) & of(x4,x5) & of(x3,x4) & n_woman(x1) & n_window(x3) & n_stone(x5) & n_building(x4) & in(e1,x3) & a_topic(x1) & a_elderly(s1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2)) | exists s1 x1.(n_woman(x1) & exists x2.(n_church(x2) & at(x1,x2)) & a_elderly(s1) & Theme(s1,x1)) |
||
An elderly woman sitting in the window of a stone building | A woman is reading a book. | 1 | 0.261536 | A woiman may be any adult age, while sitting in the window has nothing to do with reading a book. | exists e1 s1 x1 x2 x3 x4 x5.(n_window(x3) & a_topic(x1) & in(e1,x3) & of(x3,x4) & n_building(x4) & of(x4,x5) & n_stone(x5) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_woman(x1) & a_elderly(s1) & Theme(s1,x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_read(e1) & n_book(x2) & n_woman(x1)) | 4d59799e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_sit(e1) & of(x4,x5) & of(x3,x4) & n_woman(x1) & n_window(x3) & n_stone(x5) & n_building(x4) & in(e1,x3) & a_topic(x1) & a_elderly(s1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_read(e1) & n_woman(x1) & n_book(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
An elderly woman sitting in the window of a stone building | A women sitting on her porch | 2 | 0.000138 | one says woman sits on the porch, one says in the window | exists e1 s1 x1 x2 x3 x4 x5.(n_window(x3) & a_topic(x1) & in(e1,x3) & of(x3,x4) & n_building(x4) & of(x4,x5) & n_stone(x5) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_woman(x1) & a_elderly(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(a_topic(x1) & on(e1,x3) & n_porch(x3) & of(x3,x1) & n_female(x1) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_woman(x1)) | 4d597e80-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_sit(e1) & of(x4,x5) & of(x3,x4) & n_woman(x1) & n_window(x3) & n_stone(x5) & n_building(x4) & in(e1,x3) & a_topic(x1) & a_elderly(s1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3.(v_sit(e1) & on(e1,x3) & of(x3,x1) & n_woman(x1) & n_porch(x3) & n_female(x1) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) |
||
An elderly woman sitting in the window of a stone building | A women looking outside at the weather | 1 | 0.56414 | A woman looking outside the window may be any age, and while sitting ina window she may not be looking outside at the weather. | exists e1 s1 x1 x2 x3 x4 x5.(n_window(x3) & a_topic(x1) & in(e1,x3) & of(x3,x4) & n_building(x4) & of(x4,x5) & n_stone(x5) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_woman(x1) & a_elderly(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3.(n_weather(x3) & a_topic(x1) & a_outside(s1) & Manner(e1,s1) & at(e1,x3) & Actor(e1,x2) & v_look(e1) & (x1 = x2) & n_woman(x1)) | 4d598344-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_sit(e1) & of(x4,x5) & of(x3,x4) & n_woman(x1) & n_window(x3) & n_stone(x5) & n_building(x4) & in(e1,x3) & a_topic(x1) & a_elderly(s1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 s1 x1 x2 x3.(v_look(e1) & n_woman(x1) & n_weather(x3) & at(e1,x3) & a_topic(x1) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x2) & (x1 = x2)) |
||
An elderly woman sitting in the window of a stone building | A woman relaxing after a long day of cleaning. | 1 | 0.103679 | A woman may by an adult of any age and sitting in a window does not inicate she is a woman relaxing after a long day of cleaning. | exists e1 s1 x1 x2 x3 x4 x5.(n_window(x3) & a_topic(x1) & in(e1,x3) & of(x3,x4) & n_building(x4) & of(x4,x5) & n_stone(x5) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_woman(x1) & a_elderly(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & after(e1,x3) & of(x3,x4) & n_cleaning(x4) & n_day(x3) & a_long(s1) & Theme(s1,x3) & Actor(e1,x2) & v_relax(e1) & (x1 = x2) & n_woman(x1)) | 4d5987f4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_sit(e1) & of(x4,x5) & of(x3,x4) & n_woman(x1) & n_window(x3) & n_stone(x5) & n_building(x4) & in(e1,x3) & a_topic(x1) & a_elderly(s1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 s1 x1 x2 x3 x4.(v_relax(e1) & of(x3,x4) & n_woman(x1) & n_day(x3) & n_cleaning(x4) & after(e1,x3) & a_topic(x1) & a_long(s1) & Theme(s1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
An elderly woman sitting in the window of a stone building | There is an old lady sitting in her home. | 1 | 0.587718 | Just because a woman is sitting it does not mean she is sitting in her home and an elderly lady may not be considered an old lady by everyone. | exists e1 s1 x1 x2 x3 x4 x5.(n_window(x3) & a_topic(x1) & in(e1,x3) & of(x3,x4) & n_building(x4) & of(x4,x5) & n_stone(x5) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_woman(x1) & a_elderly(s1) & Theme(s1,x1)) | exists p1 x1 e1 s1 x2 x3 x4.((x1 = x2) & in(e1,x4) & n_home(x4) & of(x4,x2) & n_female(x2) & Actor(e1,x3) & v_sit(e1) & (x2 = x3) & n_lady(x2) & a_old(s1) & Theme(s1,x2)) | 4d59a13a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_sit(e1) & of(x4,x5) & of(x3,x4) & n_woman(x1) & n_window(x3) & n_stone(x5) & n_building(x4) & in(e1,x3) & a_topic(x1) & a_elderly(s1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2)) | exists x1 e1 s1 x2 x3 x4.(v_sit(e1) & of(x4,x2) & n_lady(x2) & n_home(x4) & n_female(x2) & in(e1,x4) & a_old(s1) & Theme(s1,x2) & Actor(e1,x3) & (x2 = x3) & (x1 = x2)) |
||
An elderly woman sitting in the window of a stone building | A woman is indoors. | 0 | 0.913824 | A woman is any age, an elderly woman is old. | exists e1 s1 x1 x2 x3 x4 x5.(n_window(x3) & a_topic(x1) & in(e1,x3) & of(x3,x4) & n_building(x4) & of(x4,x5) & n_stone(x5) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_woman(x1) & a_elderly(s1) & Theme(s1,x1)) | exists p1 x1.(exists x2.((x1 = x2) & n_indoor(x2)) & n_woman(x1)) | 4d59a5ae-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_sit(e1) & of(x4,x5) & of(x3,x4) & n_woman(x1) & n_window(x3) & n_stone(x5) & n_building(x4) & in(e1,x3) & a_topic(x1) & a_elderly(s1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2)) | exists x1.(n_woman(x1) & exists x2.(n_indoor(x2) & (x1 = x2))) |
||
3 people skydiving holding hands with the one in the middles mouth wide open | People are in the air. | 0 | -100 | Skydiving is performed in the air. | exists e1 s1 x1 x2 x3 x4 x5 x6.(n_mouth(x4) & of(x4,x5) & n_middle(x5) & a_topic(x1) & in(e1,x4) & r_wide(s1) & Theme(s1,x6) & a_open(s1) & (x4 = x6) & with(e1,x1) & n_thing(x1) & card_eq_1(x1) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & n_hand(x3) & (x1 = x2) & n_people(x1) & n_date(x1) & a_date_day_03(x1) & a_date_day_03(x1)) | exists p1 x1 x2.(n_air(x2) & in(x1,x2) & n_people(x1)) | 4d5a94aa-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(with(e1,x1) & v_hold(e1) & r_wide(s1) & of(x4,x5) & n_thing(x1) & n_people(x1) & n_mouth(x4) & n_middle(x5) & n_hand(x3) & n_date(x1) & in(e1,x4) & card_eq_1(x1) & a_topic(x1) & a_open(s1) & a_date_day_03(x1) & Theme(s1,x6) & Theme(e1,x3) & Actor(e1,x2) & (x4 = x6) & (x1 = x2)) | exists x1 x2.(n_people(x1) & n_air(x2) & in(x1,x2)) |
||
3 people skydiving holding hands with the one in the middles mouth wide open | Some kids are jumping rope. | 2 | -100 | The activity is either skydiving or jumping rope. | exists e1 s1 x1 x2 x3 x4 x5 x6.(n_mouth(x4) & of(x4,x5) & n_middle(x5) & a_topic(x1) & in(e1,x4) & r_wide(s1) & Theme(s1,x6) & a_open(s1) & (x4 = x6) & with(e1,x1) & n_thing(x1) & card_eq_1(x1) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & n_hand(x3) & (x1 = x2) & n_people(x1) & n_date(x1) & a_date_day_03(x1) & a_date_day_03(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_jump(e1) & n_rope(x2) & n_kid(x1)) | 4d5a990a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(with(e1,x1) & v_hold(e1) & r_wide(s1) & of(x4,x5) & n_thing(x1) & n_people(x1) & n_mouth(x4) & n_middle(x5) & n_hand(x3) & n_date(x1) & in(e1,x4) & card_eq_1(x1) & a_topic(x1) & a_open(s1) & a_date_day_03(x1) & Theme(s1,x6) & Theme(e1,x3) & Actor(e1,x2) & (x4 = x6) & (x1 = x2)) | exists e1 x1 x2.(v_jump(e1) & n_rope(x2) & n_kid(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A boy in a yellow shirt is looking down while a lady in a blue shirt holds a shirt up to him to see if it fits. | boy needs new uniform | 1 | -100 | Not stating a new uniform. | exists e1 p1 s1 s2 x1 x2.(exists e2 p2 s3 s4 x3 x4 x5 x6 x7.(Topic(e2,p2) & exists e3 p3.(Topic(e3,p3) & Actor(e3,x3) & v_see(e3) & exists e4.(Actor(e4,x1) & v_fit(e4))) & to(e2,x1) & r_up(e2) & Theme(e2,x7) & Actor(e2,x5) & v_hold(e2) & n_shirt(x7) & in(x5,x6) & n_shirt(x6) & a_blue(s4) & Theme(s4,x6) & n_lady(x5) & in(x3,x4) & n_shirt(x4) & a_blue(s3) & Theme(s3,x4) & n_lady(x3)) & n_thing(x1) & n_male(x1) & while(e1,p1) & a_down(s2) & Manner(e1,s2) & Actor(e1,x1) & v_look(e1) & in(x1,x2) & n_shirt(x2) & a_yellow(s1) & Theme(s1,x2) & n_boy(x1)) | exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_need(e1) & n_uniform(x2) & a_new(s1) & Theme(s1,x2) & n_boy(x1)) | 4d5a9d74-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 x1 x2.(while(e1,p1) & v_look(e1) & n_thing(x1) & n_shirt(x2) & n_male(x1) & n_boy(x1) & in(x1,x2) & exists e2 p2 s3 s4 x3 x4 x5 x6 x7.(v_hold(e2) & to(e2,x1) & r_up(e2) & n_shirt(x7) & n_shirt(x6) & n_shirt(x4) & n_lady(x5) & n_lady(x3) & in(x5,x6) & in(x3,x4) & exists e3 p3.(v_see(e3) & exists e4.(v_fit(e4) & Actor(e4,x1)) & Topic(e3,p3) & Actor(e3,x3)) & a_blue(s4) & a_blue(s3) & Topic(e2,p2) & Theme(s4,x6) & Theme(s3,x4) & Theme(e2,x7) & Actor(e2,x5)) & a_yellow(s1) & a_down(s2) & Theme(s1,x2) & Manner(e1,s2) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_need(e1) & n_uniform(x2) & n_boy(x1) & a_new(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A boy in a yellow shirt is looking down while a lady in a blue shirt holds a shirt up to him to see if it fits. | woman holds shirt for boy | 0 | -100 | Sentence 1 says boy and lady holds shirt up. | exists e1 p1 s1 s2 x1 x2.(exists e2 p2 s3 s4 x3 x4 x5 x6 x7.(Topic(e2,p2) & exists e3 p3.(Topic(e3,p3) & Actor(e3,x3) & v_see(e3) & exists e4.(Actor(e4,x1) & v_fit(e4))) & to(e2,x1) & r_up(e2) & Theme(e2,x7) & Actor(e2,x5) & v_hold(e2) & n_shirt(x7) & in(x5,x6) & n_shirt(x6) & a_blue(s4) & Theme(s4,x6) & n_lady(x5) & in(x3,x4) & n_shirt(x4) & a_blue(s3) & Theme(s3,x4) & n_lady(x3)) & n_thing(x1) & n_male(x1) & while(e1,p1) & a_down(s2) & Manner(e1,s2) & Actor(e1,x1) & v_look(e1) & in(x1,x2) & n_shirt(x2) & a_yellow(s1) & Theme(s1,x2) & n_boy(x1)) | exists e1 x1 x2 x3.(for(e1,x3) & n_boy(x3) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_shirt(x2) & n_woman(x1)) | 4d5aa1e8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 x1 x2.(while(e1,p1) & v_look(e1) & n_thing(x1) & n_shirt(x2) & n_male(x1) & n_boy(x1) & in(x1,x2) & exists e2 p2 s3 s4 x3 x4 x5 x6 x7.(v_hold(e2) & to(e2,x1) & r_up(e2) & n_shirt(x7) & n_shirt(x6) & n_shirt(x4) & n_lady(x5) & n_lady(x3) & in(x5,x6) & in(x3,x4) & exists e3 p3.(v_see(e3) & exists e4.(v_fit(e4) & Actor(e4,x1)) & Topic(e3,p3) & Actor(e3,x3)) & a_blue(s4) & a_blue(s3) & Topic(e2,p2) & Theme(s4,x6) & Theme(s3,x4) & Theme(e2,x7) & Actor(e2,x5)) & a_yellow(s1) & a_down(s2) & Theme(s1,x2) & Manner(e1,s2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_hold(e1) & n_woman(x1) & n_shirt(x2) & n_boy(x3) & for(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A boy in a yellow shirt is looking down while a lady in a blue shirt holds a shirt up to him to see if it fits. | dog looks in bag | 2 | -100 | The actor is either a boy or a dog, it is not common to call a dog a boy. | exists e1 p1 s1 s2 x1 x2.(exists e2 p2 s3 s4 x3 x4 x5 x6 x7.(Topic(e2,p2) & exists e3 p3.(Topic(e3,p3) & Actor(e3,x3) & v_see(e3) & exists e4.(Actor(e4,x1) & v_fit(e4))) & to(e2,x1) & r_up(e2) & Theme(e2,x7) & Actor(e2,x5) & v_hold(e2) & n_shirt(x7) & in(x5,x6) & n_shirt(x6) & a_blue(s4) & Theme(s4,x6) & n_lady(x5) & in(x3,x4) & n_shirt(x4) & a_blue(s3) & Theme(s3,x4) & n_lady(x3)) & n_thing(x1) & n_male(x1) & while(e1,p1) & a_down(s2) & Manner(e1,s2) & Actor(e1,x1) & v_look(e1) & in(x1,x2) & n_shirt(x2) & a_yellow(s1) & Theme(s1,x2) & n_boy(x1)) | exists e1 x1 x2.(in(e1,x2) & n_bag(x2) & Actor(e1,x1) & v_look(e1) & n_dog(x1)) | 4d5aa832-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 x1 x2.(while(e1,p1) & v_look(e1) & n_thing(x1) & n_shirt(x2) & n_male(x1) & n_boy(x1) & in(x1,x2) & exists e2 p2 s3 s4 x3 x4 x5 x6 x7.(v_hold(e2) & to(e2,x1) & r_up(e2) & n_shirt(x7) & n_shirt(x6) & n_shirt(x4) & n_lady(x5) & n_lady(x3) & in(x5,x6) & in(x3,x4) & exists e3 p3.(v_see(e3) & exists e4.(v_fit(e4) & Actor(e4,x1)) & Topic(e3,p3) & Actor(e3,x3)) & a_blue(s4) & a_blue(s3) & Topic(e2,p2) & Theme(s4,x6) & Theme(s3,x4) & Theme(e2,x7) & Actor(e2,x5)) & a_yellow(s1) & a_down(s2) & Theme(s1,x2) & Manner(e1,s2) & Actor(e1,x1)) | exists e1 x1 x2.(v_look(e1) & n_dog(x1) & n_bag(x2) & in(e1,x2) & Actor(e1,x1)) |
||
Two elderly ladies sitting on a couch. | Two women having a conversation. | 1 | -100 | Doesn't say that they are having a conversation. | exists e1 s1 x1 x2 x3.(a_topic(x1) & on(e1,x3) & n_couch(x3) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_lady(x1) & a_elderly(s1) & Theme(s1,x1) & card_eq_2(x1)) | exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_have(e1) & n_conversation(x3) & (x1 = x2) & n_woman(x1) & card_eq_2(x1)) | 4d5aad64-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_sit(e1) & on(e1,x3) & n_lady(x1) & n_couch(x3) & card_eq_2(x1) & a_topic(x1) & a_elderly(s1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3.(v_have(e1) & n_woman(x1) & n_conversation(x3) & card_eq_2(x1) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
Two elderly ladies sitting on a couch. | Two old women sitting on a couch. | 0 | -100 | Elderly is another word for old and ladies is another word for women. | exists e1 s1 x1 x2 x3.(a_topic(x1) & on(e1,x3) & n_couch(x3) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_lady(x1) & a_elderly(s1) & Theme(s1,x1) & card_eq_2(x1)) | exists e1 s1 x1 x2 x3.(a_topic(x1) & on(e1,x3) & n_couch(x3) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_woman(x1) & a_old(s1) & Theme(s1,x1) & card_eq_2(x1)) | 4d5ab250-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_sit(e1) & on(e1,x3) & n_lady(x1) & n_couch(x3) & card_eq_2(x1) & a_topic(x1) & a_elderly(s1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 s1 x1 x2 x3.(v_sit(e1) & on(e1,x3) & n_woman(x1) & n_couch(x3) & card_eq_2(x1) & a_topic(x1) & a_old(s1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2)) |
||
Two elderly ladies sitting on a couch. | Older women standing up | 2 | -100 | The actors are either sitting or standing but not both. | exists e1 s1 x1 x2 x3.(a_topic(x1) & on(e1,x3) & n_couch(x3) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_lady(x1) & a_elderly(s1) & Theme(s1,x1) & card_eq_2(x1)) | exists e1 s1 s2 x1 x2.(a_topic(x1) & a_up(s2) & Manner(e1,s2) & Actor(e1,x2) & v_stand(e1) & (x1 = x2) & n_woman(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1)) | 4d5ab6ec-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_sit(e1) & on(e1,x3) & n_lady(x1) & n_couch(x3) & card_eq_2(x1) & a_topic(x1) & a_elderly(s1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 s1 s2 x1 x2.(v_stand(e1) & r_more(s1) & n_woman(x1) & a_up(s2) & a_topic(x1) & a_older(s1) & Theme(s1,x1) & Manner(e1,s2) & Actor(e1,x2) & (x1 = x2)) |
||
A BMW rider makes a fantastic jump as onlookers marvel. | A rookie rider wows the crowd in his first performance | 1 | -100 | You do not know the rider is a rookie or if it is his first performance. | exists e1 s1 x1 x2 x3 x4 x5.(Theme(e1,x3) & Actor(e1,x1) & v_make(e1) & as(x3,x4) & n_marvel(x4) & of(x4,x5) & n_onlooker(x5) & n_jump(x3) & a_fantastic(s1) & Theme(s1,x3) & n_rider(x1) & (x1 = x2) & ne_org_bmw(x2)) | exists e1 s1 x1 x2 x3 x4.(n_performance(x4) & a_first(s1) & Theme(s1,x4) & of(x4,x3) & n_male(x3) & n_crowd(x3) & Theme(e1,x3) & Actor(e1,x1) & v_wow(e1) & in(x3,x4) & n_rider(x1) & of(x1,x2) & n_rookie(x2)) | 4d5abb6a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_make(e1) & of(x4,x5) & ne_org_bmw(x2) & n_rider(x1) & n_onlooker(x5) & n_marvel(x4) & n_jump(x3) & as(x3,x4) & a_fantastic(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x1) & (x1 = x2)) | exists e1 s1 x1 x2 x3 x4.(v_wow(e1) & of(x4,x3) & of(x1,x2) & n_rookie(x2) & n_rider(x1) & n_performance(x4) & n_male(x3) & n_crowd(x3) & in(x3,x4) & a_first(s1) & Theme(s1,x4) & Theme(e1,x3) & Actor(e1,x1)) |
||
A BMW rider makes a fantastic jump as onlookers marvel. | A BMW rider fixes his flat tire | 2 | -100 | The actor either makes a fantastic jump or fixes a flat tire. | exists e1 s1 x1 x2 x3 x4 x5.(Theme(e1,x3) & Actor(e1,x1) & v_make(e1) & as(x3,x4) & n_marvel(x4) & of(x4,x5) & n_onlooker(x5) & n_jump(x3) & a_fantastic(s1) & Theme(s1,x3) & n_rider(x1) & (x1 = x2) & ne_org_bmw(x2)) | exists e1 s1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_fix(e1) & n_tire(x3) & a_flat(s1) & Theme(s1,x3) & of(x3,x1) & n_male(x1) & n_rider(x1) & (x1 = x2) & ne_org_bmw(x2)) | 4d5abfc0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_make(e1) & of(x4,x5) & ne_org_bmw(x2) & n_rider(x1) & n_onlooker(x5) & n_marvel(x4) & n_jump(x3) & as(x3,x4) & a_fantastic(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x1) & (x1 = x2)) | exists e1 s1 x1 x2 x3.(v_fix(e1) & of(x3,x1) & ne_org_bmw(x2) & n_tire(x3) & n_rider(x1) & n_male(x1) & a_flat(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x1) & (x1 = x2)) |
||
A BMW rider makes a fantastic jump as onlookers marvel. | A BMW rider dazzles the crowd | 0 | -100 | The word fantastic implies that people were dazzled. | exists e1 s1 x1 x2 x3 x4 x5.(Theme(e1,x3) & Actor(e1,x1) & v_make(e1) & as(x3,x4) & n_marvel(x4) & of(x4,x5) & n_onlooker(x5) & n_jump(x3) & a_fantastic(s1) & Theme(s1,x3) & n_rider(x1) & (x1 = x2) & ne_org_bmw(x2)) | exists e1 x1 x2 x3.(n_crowd(x3) & Theme(e1,x3) & Actor(e1,x1) & v_dazzle(e1) & n_rider(x1) & (x1 = x2) & ne_org_bmw(x2)) | 4d5ac42a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_make(e1) & of(x4,x5) & ne_org_bmw(x2) & n_rider(x1) & n_onlooker(x5) & n_marvel(x4) & n_jump(x3) & as(x3,x4) & a_fantastic(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x1) & (x1 = x2)) | exists e1 x1 x2 x3.(v_dazzle(e1) & ne_org_bmw(x2) & n_rider(x1) & n_crowd(x3) & Theme(e1,x3) & Actor(e1,x1) & (x1 = x2)) |
||
A man on a BMX bike performs a trick on a jump. | The man jumps the bike. | 0 | -100 | Trick on a jump is another way of saying jumps the bike. | exists e1 x1 x2 x3 x4 x5.(Theme(e1,x4) & Actor(e1,x1) & v_perform(e1) & on(x4,x5) & n_jump(x5) & n_trick(x4) & on(x1,x2) & n_bike(x2) & (x2 = x3) & ne_org_bmx(x3) & n_man(x1)) | exists e1 x1 x2.(n_bike(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_jump(e1)) | 4d5ac880-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(v_perform(e1) & on(x4,x5) & on(x1,x2) & ne_org_bmx(x3) & n_trick(x4) & n_man(x1) & n_jump(x5) & n_bike(x2) & Theme(e1,x4) & Actor(e1,x1) & (x2 = x3)) | exists e1 x1 x2.(v_jump(e1) & n_man(x1) & n_bike(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man on a BMX bike performs a trick on a jump. | The man has a helmit on his head. | 1 | -100 | Just because he is on a BMX bike does not mean he is wearing a helmit. | exists e1 x1 x2 x3 x4 x5.(Theme(e1,x4) & Actor(e1,x1) & v_perform(e1) & on(x4,x5) & n_jump(x5) & n_trick(x4) & on(x1,x2) & n_bike(x2) & (x2 = x3) & ne_org_bmx(x3) & n_man(x1)) | exists e1 x1 x2 x3.(n_head(x3) & of(x3,x1) & n_male(x1) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & on(x2,x3) & n_helmit(x2)) | 4d5acdbc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(v_perform(e1) & on(x4,x5) & on(x1,x2) & ne_org_bmx(x3) & n_trick(x4) & n_man(x1) & n_jump(x5) & n_bike(x2) & Theme(e1,x4) & Actor(e1,x1) & (x2 = x3)) | exists e1 x1 x2 x3.(v_have(e1) & on(x2,x3) & of(x3,x1) & n_man(x1) & n_male(x1) & n_helmit(x2) & n_head(x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man on a BMX bike performs a trick on a jump. | A man is riding in a car. | 2 | -100 | A car is not a BMX bike. | exists e1 x1 x2 x3 x4 x5.(Theme(e1,x4) & Actor(e1,x1) & v_perform(e1) & on(x4,x5) & n_jump(x5) & n_trick(x4) & on(x1,x2) & n_bike(x2) & (x2 = x3) & ne_org_bmx(x3) & n_man(x1)) | exists e1 x1 x2.(in(e1,x2) & n_car(x2) & Actor(e1,x1) & v_ride(e1) & n_man(x1)) | 4d5ad24e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(v_perform(e1) & on(x4,x5) & on(x1,x2) & ne_org_bmx(x3) & n_trick(x4) & n_man(x1) & n_jump(x5) & n_bike(x2) & Theme(e1,x4) & Actor(e1,x1) & (x2 = x3)) | exists e1 x1 x2.(v_ride(e1) & n_man(x1) & n_car(x2) & in(e1,x2) & Actor(e1,x1)) |
||
A group of young people are watching a man on a dirt bike performing a stunt in the air. | children are watching the man also | 1 | -100 | Watching the stunt does not mean they are watching the man. | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(n_air(x8) & on(e1,x4) & in(e2,x8) & Theme(e2,x7) & Actor(e2,x6) & v_perform(e2) & n_stunt(x7) & (x4 = x6) & n_bike(x4) & of(x4,x5) & n_dirt(x5) & Theme(e1,x3) & Actor(e1,x1) & v_watch(e1) & n_man(x3) & of(x1,x2) & n_people(x2) & a_young(s1) & Theme(s1,x2) & n_group(x1)) | exists e1 s1 x1 x2.(n_man(x2) & a_also(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_watch(e1) & n_child(x1)) | 4d5ad6c2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(v_watch(e1) & v_perform(e2) & on(e1,x4) & of(x4,x5) & of(x1,x2) & n_stunt(x7) & n_people(x2) & n_man(x3) & n_group(x1) & n_dirt(x5) & n_bike(x4) & n_air(x8) & in(e2,x8) & a_young(s1) & Theme(s1,x2) & Theme(e2,x7) & Theme(e1,x3) & Actor(e2,x6) & Actor(e1,x1) & (x4 = x6)) | exists e1 s1 x1 x2.(v_watch(e1) & n_man(x2) & n_child(x1) & a_also(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1)) |
||
A group of young people are watching a man on a dirt bike performing a stunt in the air. | a group watches a man | 0 | -100 | A group is watching a man is the same as a group watches a man. | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(n_air(x8) & on(e1,x4) & in(e2,x8) & Theme(e2,x7) & Actor(e2,x6) & v_perform(e2) & n_stunt(x7) & (x4 = x6) & n_bike(x4) & of(x4,x5) & n_dirt(x5) & Theme(e1,x3) & Actor(e1,x1) & v_watch(e1) & n_man(x3) & of(x1,x2) & n_people(x2) & a_young(s1) & Theme(s1,x2) & n_group(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_watch(e1) & n_man(x2) & n_group(x1)) | 4d5adb9a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(v_watch(e1) & v_perform(e2) & on(e1,x4) & of(x4,x5) & of(x1,x2) & n_stunt(x7) & n_people(x2) & n_man(x3) & n_group(x1) & n_dirt(x5) & n_bike(x4) & n_air(x8) & in(e2,x8) & a_young(s1) & Theme(s1,x2) & Theme(e2,x7) & Theme(e1,x3) & Actor(e2,x6) & Actor(e1,x1) & (x4 = x6)) | exists e1 x1 x2.(v_watch(e1) & n_man(x2) & n_group(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A group of young people are watching a man on a dirt bike performing a stunt in the air. | a group sleeps quietly at a park | 2 | -100 | The group is either awake and watching something or not aware and sleeps. | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(n_air(x8) & on(e1,x4) & in(e2,x8) & Theme(e2,x7) & Actor(e2,x6) & v_perform(e2) & n_stunt(x7) & (x4 = x6) & n_bike(x4) & of(x4,x5) & n_dirt(x5) & Theme(e1,x3) & Actor(e1,x1) & v_watch(e1) & n_man(x3) & of(x1,x2) & n_people(x2) & a_young(s1) & Theme(s1,x2) & n_group(x1)) | exists e1 s1 x1 x2.(a_quietly(s1) & Manner(e1,s1) & at(e1,x2) & n_park(x2) & Actor(e1,x1) & v_sleep(e1) & n_group(x1)) | 4d5ae018-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(v_watch(e1) & v_perform(e2) & on(e1,x4) & of(x4,x5) & of(x1,x2) & n_stunt(x7) & n_people(x2) & n_man(x3) & n_group(x1) & n_dirt(x5) & n_bike(x4) & n_air(x8) & in(e2,x8) & a_young(s1) & Theme(s1,x2) & Theme(e2,x7) & Theme(e1,x3) & Actor(e2,x6) & Actor(e1,x1) & (x4 = x6)) | exists e1 s1 x1 x2.(v_sleep(e1) & n_park(x2) & n_group(x1) & at(e1,x2) & a_quietly(s1) & Manner(e1,s1) & Actor(e1,x1)) |
||
A bicycle stunt person midair performing a trick with fans watching. | A person is on a bicycle. | 0 | -100 | A bicycle stunt person performs on a bicycle. | exists e1 e2 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & Actor(e2,x7) & v_watch(e2) & with(e1,x7) & n_fan(x7) & Theme(e1,x6) & Actor(e1,x5) & v_perform(e1) & n_trick(x6) & (x1 = x5) & Time(x1,x4) & n_midair(x4) & n_person(x1) & of(x1,x3) & n_stunt(x3) & of(x1,x2) & n_bicycle(x2)) | exists p1 x1.(exists x2.(on(x1,x2) & n_bicycle(x2)) & n_person(x1)) | 4d5ae478-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5 x6 x7.(with(e1,x7) & v_watch(e2) & v_perform(e1) & of(x1,x3) & of(x1,x2) & n_trick(x6) & n_stunt(x3) & n_person(x1) & n_midair(x4) & n_fan(x7) & n_bicycle(x2) & a_topic(x1) & Time(x1,x4) & Theme(e1,x6) & Actor(e2,x7) & Actor(e1,x5) & (x1 = x5)) | exists x1.(n_person(x1) & exists x2.(on(x1,x2) & n_bicycle(x2))) |
||
A bicycle stunt person midair performing a trick with fans watching. | A man is doing a skateboarding trick. | 2 | -100 | Skateboarding is not done with a bicycle. | exists e1 e2 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & Actor(e2,x7) & v_watch(e2) & with(e1,x7) & n_fan(x7) & Theme(e1,x6) & Actor(e1,x5) & v_perform(e1) & n_trick(x6) & (x1 = x5) & Time(x1,x4) & n_midair(x4) & n_person(x1) & of(x1,x3) & n_stunt(x3) & of(x1,x2) & n_bicycle(x2)) | exists e2 e1 x1 x2.(Theme(e2,x2) & Actor(e2,x1) & v_do(e2) & n_trick(x2) & Actor(e1,x2) & v_skateboard(e1) & n_man(x1)) | 4d5ae8ce-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5 x6 x7.(with(e1,x7) & v_watch(e2) & v_perform(e1) & of(x1,x3) & of(x1,x2) & n_trick(x6) & n_stunt(x3) & n_person(x1) & n_midair(x4) & n_fan(x7) & n_bicycle(x2) & a_topic(x1) & Time(x1,x4) & Theme(e1,x6) & Actor(e2,x7) & Actor(e1,x5) & (x1 = x5)) | exists e2 e1 x1 x2.(v_skateboard(e1) & v_do(e2) & n_trick(x2) & n_man(x1) & Theme(e2,x2) & Actor(e2,x1) & Actor(e1,x2)) |
||
A bicycle stunt person midair performing a trick with fans watching. | A person is doing an outdoor show. | 1 | -100 | Bicycle stunt may not be performed outdoor. | exists e2 e1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & Actor(e2,x7) & v_watch(e2) & with(e1,x7) & n_fan(x7) & Theme(e1,x6) & Actor(e1,x5) & v_perform(e1) & n_trick(x6) & (x1 = x5) & Time(x1,x4) & n_midair(x4) & n_person(x1) & of(x1,x3) & n_stunt(x3) & of(x1,x2) & n_bicycle(x2)) | exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_do(e1) & n_show(x2) & a_outdoor(s1) & Theme(s1,x2) & n_person(x1)) | 4d5aed24-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4 x5 x6 x7.(with(e1,x7) & v_watch(e2) & v_perform(e1) & of(x1,x3) & of(x1,x2) & n_trick(x6) & n_stunt(x3) & n_person(x1) & n_midair(x4) & n_fan(x7) & n_bicycle(x2) & a_topic(x1) & Time(x1,x4) & Theme(e1,x6) & Actor(e2,x7) & Actor(e1,x5) & (x1 = x5)) | exists e1 s1 x1 x2.(v_do(e1) & n_show(x2) & n_person(x1) & a_outdoor(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A vivid and colorful street vendor gathering shows a number of proprietors outdoors, with a woman offering a box of items in the foreground. | A group of colorful street vendors are outdoors, while a woman is with a box of items in the foreground | 0 | -100 | A street vendor gathering is a group and a woman offering is the same as a woman is with a box. | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(n_foreground(x12) & Theme(e2,x10) & Actor(e2,x9) & v_offer(e2) & of(x10,x11) & in(x11,x12) & n_item(x11) & n_box(x10) & with(e1,x9) & n_woman(x9) & Theme(e1,x6) & Actor(e1,x1) & v_show(e1) & of(x6,x7) & n_outdoors(x7) & of(x7,x8) & n_proprietor(x8) & n_number(x6) & n_gathering(x3) & of(x3,x5) & n_vendor(x5) & of(x3,x4) & n_street(x4) & a_colorful(s1) & Theme(s1,x3) & n_vivid(x2) & subset_of(x3,x1) & subset_of(x2,x1)) | exists p1 p2 s1 x1 x2 x3 x8.(n_foreground(x8) & exists p3 x5.(exists x6 x7.(with(x5,x6) & of(x6,x7) & in(x7,x8) & n_item(x7) & n_box(x6)) & n_woman(x5)) & while(p1,p2) & exists x4.((x1 = x4) & n_outdoors(x4)) & of(x1,x2) & n_vendor(x2) & of(x2,x3) & n_street(x3) & a_colorful(s1) & Theme(s1,x2) & n_group(x1)) | 4d5af198-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(with(e1,x9) & v_show(e1) & v_offer(e2) & subset_of(x3,x1) & subset_of(x2,x1) & of(x7,x8) & of(x6,x7) & of(x3,x5) & of(x3,x4) & of(x10,x11) & n_woman(x9) & n_vivid(x2) & n_vendor(x5) & n_street(x4) & n_proprietor(x8) & n_outdoors(x7) & n_number(x6) & n_item(x11) & n_gathering(x3) & n_foreground(x12) & n_box(x10) & in(x11,x12) & a_colorful(s1) & Theme(s1,x3) & Theme(e2,x10) & Theme(e1,x6) & Actor(e2,x9) & Actor(e1,x1)) | exists p1 p2 s1 x1 x2 x3 x8.(while(p1,p2) & of(x2,x3) & of(x1,x2) & n_vendor(x2) & n_street(x3) & n_group(x1) & n_foreground(x8) & exists x5.(n_woman(x5) & exists x6 x7.(with(x5,x6) & of(x6,x7) & n_item(x7) & n_box(x6) & in(x7,x8))) & exists x4.(n_outdoors(x4) & (x1 = x4)) & a_colorful(s1) & Theme(s1,x2)) |
||
A vivid and colorful street vendor gathering shows a number of proprietors outdoors, with a woman offering a box of items in the foreground. | A woman is selling a box of items at an outdoor street market | 1 | -100 | The woman may not be selling the box of items just because she is with street vendors. The gathering may not be a market. | exists e2 e1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(n_foreground(x12) & Theme(e2,x10) & Actor(e2,x9) & v_offer(e2) & of(x10,x11) & in(x11,x12) & n_item(x11) & n_box(x10) & with(e1,x9) & n_woman(x9) & Theme(e1,x6) & Actor(e1,x1) & v_show(e1) & of(x6,x7) & n_outdoors(x7) & of(x7,x8) & n_proprietor(x8) & n_number(x6) & n_gathering(x3) & of(x3,x5) & n_vendor(x5) & of(x3,x4) & n_street(x4) & a_colorful(s1) & Theme(s1,x3) & n_vivid(x2) & subset_of(x3,x1) & subset_of(x2,x1)) | exists e1 s1 x1 x2 x3 x4 x5.(at(e1,x4) & n_market(x4) & of(x4,x5) & n_street(x5) & a_outdoor(s1) & Theme(s1,x4) & Theme(e1,x2) & Actor(e1,x1) & v_sell(e1) & of(x2,x3) & n_item(x3) & n_box(x2) & n_woman(x1)) | 4d5af6f2-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(with(e1,x9) & v_show(e1) & v_offer(e2) & subset_of(x3,x1) & subset_of(x2,x1) & of(x7,x8) & of(x6,x7) & of(x3,x5) & of(x3,x4) & of(x10,x11) & n_woman(x9) & n_vivid(x2) & n_vendor(x5) & n_street(x4) & n_proprietor(x8) & n_outdoors(x7) & n_number(x6) & n_item(x11) & n_gathering(x3) & n_foreground(x12) & n_box(x10) & in(x11,x12) & a_colorful(s1) & Theme(s1,x3) & Theme(e2,x10) & Theme(e1,x6) & Actor(e2,x9) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3 x4 x5.(v_sell(e1) & of(x4,x5) & of(x2,x3) & n_woman(x1) & n_street(x5) & n_market(x4) & n_item(x3) & n_box(x2) & at(e1,x4) & a_outdoor(s1) & Theme(s1,x4) & Theme(e1,x2) & Actor(e1,x1)) |
||
A vivid and colorful street vendor gathering shows a number of proprietors outdoors, with a woman offering a box of items in the foreground. | A man holding a box of items is at an outdoor street market. | 2 | -100 | The actor's gender is either a man or a woman. | exists e2 e1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(n_foreground(x12) & Theme(e2,x10) & Actor(e2,x9) & v_offer(e2) & of(x10,x11) & in(x11,x12) & n_item(x11) & n_box(x10) & with(e1,x9) & n_woman(x9) & Theme(e1,x6) & Actor(e1,x1) & v_show(e1) & of(x6,x7) & n_outdoors(x7) & of(x7,x8) & n_proprietor(x8) & n_number(x6) & n_gathering(x3) & of(x3,x5) & n_vendor(x5) & of(x3,x4) & n_street(x4) & a_colorful(s1) & Theme(s1,x3) & n_vivid(x2) & subset_of(x3,x1) & subset_of(x2,x1)) | exists e1 p1 x1 x2 x3 x4.(exists s1 x5 x6.(at(x1,x5) & n_market(x5) & of(x5,x6) & n_street(x6) & a_outdoor(s1) & Theme(s1,x5)) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & of(x3,x4) & n_item(x4) & n_box(x3) & (x1 = x2) & n_man(x1)) | 4d5afb7a-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(with(e1,x9) & v_show(e1) & v_offer(e2) & subset_of(x3,x1) & subset_of(x2,x1) & of(x7,x8) & of(x6,x7) & of(x3,x5) & of(x3,x4) & of(x10,x11) & n_woman(x9) & n_vivid(x2) & n_vendor(x5) & n_street(x4) & n_proprietor(x8) & n_outdoors(x7) & n_number(x6) & n_item(x11) & n_gathering(x3) & n_foreground(x12) & n_box(x10) & in(x11,x12) & a_colorful(s1) & Theme(s1,x3) & Theme(e2,x10) & Theme(e1,x6) & Actor(e2,x9) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4.(v_hold(e1) & of(x3,x4) & n_man(x1) & n_item(x4) & n_box(x3) & exists s1 x5 x6.(of(x5,x6) & n_street(x6) & n_market(x5) & at(x1,x5) & a_outdoor(s1) & Theme(s1,x5)) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
A woman wearing a white bolero jacket is holding a box with some items in it. | The women is holding a box. | 0 | -100 | The words woman is holding a box a pronoun and a phrase were extracted to form the new sentence. | exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(with(e2,x6) & in(x6,x1) & n_thing(x1) & n_item(x6) & Theme(e2,x5) & Actor(e2,x1) & v_hold(e2) & n_box(x5) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_jacket(x3) & of(x3,x4) & n_bolero(x4) & a_white(s1) & Theme(s1,x3) & (x1 = x2) & n_woman(x1)) | exists e1 x1 x2.(n_woman(x1) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_box(x2)) | 4d5b003e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(with(e2,x6) & v_wear(e1) & v_hold(e2) & of(x3,x4) & n_woman(x1) & n_thing(x1) & n_jacket(x3) & n_item(x6) & n_box(x5) & n_bolero(x4) & in(x6,x1) & a_white(s1) & Theme(s1,x3) & Theme(e2,x5) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_hold(e1) & n_woman(x1) & n_box(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A woman wearing a white bolero jacket is holding a box with some items in it. | The woman is holding a bag. | 2 | -100 | A box is not a bag. | exists e2 e1 s1 x1 x2 x3 x4 x5 x6.(with(e2,x6) & in(x6,x1) & n_thing(x1) & n_item(x6) & Theme(e2,x5) & Actor(e2,x1) & v_hold(e2) & n_box(x5) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_jacket(x3) & of(x3,x4) & n_bolero(x4) & a_white(s1) & Theme(s1,x3) & (x1 = x2) & n_woman(x1)) | exists e1 x1 x2.(n_woman(x1) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_bag(x2)) | 4d5b04c6-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 x1 x2 x3 x4 x5 x6.(with(e2,x6) & v_wear(e1) & v_hold(e2) & of(x3,x4) & n_woman(x1) & n_thing(x1) & n_jacket(x3) & n_item(x6) & n_box(x5) & n_bolero(x4) & in(x6,x1) & a_white(s1) & Theme(s1,x3) & Theme(e2,x5) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_hold(e1) & n_woman(x1) & n_bag(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A woman wearing a white bolero jacket is holding a box with some items in it. | The women is holding a box with treasure in it. | 1 | -100 | The items in the box may not be treasure. | exists e2 e1 s1 x1 x2 x3 x4 x5 x6.(with(e2,x6) & in(x6,x1) & n_thing(x1) & n_item(x6) & Theme(e2,x5) & Actor(e2,x1) & v_hold(e2) & n_box(x5) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_jacket(x3) & of(x3,x4) & n_bolero(x4) & a_white(s1) & Theme(s1,x3) & (x1 = x2) & n_woman(x1)) | exists e1 x1 x2 x3.(n_thing(x1) & n_woman(x1) & in(e1,x1) & with(e1,x3) & n_treasure(x3) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_box(x2)) | 4d5b093a-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 x1 x2 x3 x4 x5 x6.(with(e2,x6) & v_wear(e1) & v_hold(e2) & of(x3,x4) & n_woman(x1) & n_thing(x1) & n_jacket(x3) & n_item(x6) & n_box(x5) & n_bolero(x4) & in(x6,x1) & a_white(s1) & Theme(s1,x3) & Theme(e2,x5) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3.(with(e1,x3) & v_hold(e1) & n_woman(x1) & n_treasure(x3) & n_thing(x1) & n_box(x2) & in(e1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man performing a trick on a bmx bike | A man is sitting at his desk. | 2 | -100 | Performing a trick is not the same as sitting at the desk | exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & on(e1,x4) & n_bike(x4) & of(x4,x5) & n_bmx(x5) & Theme(e1,x3) & Actor(e1,x2) & v_perform(e1) & n_trick(x3) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2.(at(e1,x2) & n_desk(x2) & of(x2,x1) & n_male(x1) & Actor(e1,x1) & v_sit(e1) & n_man(x1)) | 4d5b0db8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(v_perform(e1) & on(e1,x4) & of(x4,x5) & n_trick(x3) & n_man(x1) & n_bmx(x5) & n_bike(x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_sit(e1) & of(x2,x1) & n_man(x1) & n_male(x1) & n_desk(x2) & at(e1,x2) & Actor(e1,x1)) |
||
A man performing a trick on a bmx bike | A man is performing at a bmx competition. | 1 | -100 | A man performing a trick does not imply that the trick is performed in competition. | exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & on(e1,x4) & n_bike(x4) & of(x4,x5) & n_bmx(x5) & Theme(e1,x3) & Actor(e1,x2) & v_perform(e1) & n_trick(x3) & (x1 = x2) & n_man(x1)) | exists e1 s1 x1 x2.(at(e1,x2) & n_competition(x2) & a_bmx(s1) & Theme(s1,x2) & Actor(e1,x1) & v_perform(e1) & n_man(x1)) | 4d5b1222-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(v_perform(e1) & on(e1,x4) & of(x4,x5) & n_trick(x3) & n_man(x1) & n_bmx(x5) & n_bike(x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 s1 x1 x2.(v_perform(e1) & n_man(x1) & n_competition(x2) & at(e1,x2) & a_bmx(s1) & Theme(s1,x2) & Actor(e1,x1)) |
||
A man performing a trick on a bmx bike | A person is riding a bicycle. | 0 | -100 | A man is a person. | exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & on(e1,x4) & n_bike(x4) & of(x4,x5) & n_bmx(x5) & Theme(e1,x3) & Actor(e1,x2) & v_perform(e1) & n_trick(x3) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_bicycle(x2) & n_person(x1)) | 4d5b1682-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(v_perform(e1) & on(e1,x4) & of(x4,x5) & n_trick(x3) & n_man(x1) & n_bmx(x5) & n_bike(x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_ride(e1) & n_person(x1) & n_bicycle(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A pretty girl is working at a stand on a bright sunny day. | The girl is pretty. | 0 | -100 | The phrase pretty girl is the same as the girl is pretty. | exists e1 s1 s2 s3 x1 x2 x3.(on(e1,x3) & n_day(x3) & a_sunny(s3) & Theme(s3,x3) & a_bright(s2) & Theme(s2,x3) & at(e1,x2) & n_stand(x2) & Actor(e1,x1) & v_work(e1) & n_girl(x1) & a_pretty(s1) & Theme(s1,x1)) | exists s1 x1.(n_girl(x1) & Theme(s1,x1) & a_pretty(s1)) | 4d5b1d1c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3.(v_work(e1) & on(e1,x3) & n_stand(x2) & n_girl(x1) & n_day(x3) & at(e1,x2) & a_sunny(s3) & a_pretty(s1) & a_bright(s2) & Theme(s3,x3) & Theme(s2,x3) & Theme(s1,x1) & Actor(e1,x1)) | exists s1 x1.(n_girl(x1) & a_pretty(s1) & Theme(s1,x1)) |
||
A pretty girl is working at a stand on a bright sunny day. | The girl is working on a rainy day. | 2 | -100 | A sunny day is not a rainy day. | exists e1 s1 s2 s3 x1 x2 x3.(on(e1,x3) & n_day(x3) & a_sunny(s3) & Theme(s3,x3) & a_bright(s2) & Theme(s2,x3) & at(e1,x2) & n_stand(x2) & Actor(e1,x1) & v_work(e1) & n_girl(x1) & a_pretty(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2.(n_girl(x1) & on(e1,x2) & n_day(x2) & a_rainy(s1) & Theme(s1,x2) & Actor(e1,x1) & v_work(e1)) | 4d5b22da-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3.(v_work(e1) & on(e1,x3) & n_stand(x2) & n_girl(x1) & n_day(x3) & at(e1,x2) & a_sunny(s3) & a_pretty(s1) & a_bright(s2) & Theme(s3,x3) & Theme(s2,x3) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_work(e1) & on(e1,x2) & n_girl(x1) & n_day(x2) & a_rainy(s1) & Theme(s1,x2) & Actor(e1,x1)) |
||
A pretty girl is working at a stand on a bright sunny day. | The girl is asian. | 1 | -100 | It is not known if the girl is asian. | exists e1 s1 s2 s3 x1 x2 x3.(on(e1,x3) & n_day(x3) & a_sunny(s3) & Theme(s3,x3) & a_bright(s2) & Theme(s2,x3) & at(e1,x2) & n_stand(x2) & Actor(e1,x1) & v_work(e1) & n_girl(x1) & a_pretty(s1) & Theme(s1,x1)) | exists s1 x1.(n_girl(x1) & Theme(s1,x1) & a_asian(s1)) | 4d5b27d0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3.(v_work(e1) & on(e1,x3) & n_stand(x2) & n_girl(x1) & n_day(x3) & at(e1,x2) & a_sunny(s3) & a_pretty(s1) & a_bright(s2) & Theme(s3,x3) & Theme(s2,x3) & Theme(s1,x1) & Actor(e1,x1)) | exists s1 x1.(n_girl(x1) & a_asian(s1) & Theme(s1,x1)) |
||
A woman has her sunglasses on her head. | a woman enjying the sun | 1 | -100 | Just because she has on sunglasses does not mean she is enjying the sun. | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & on(x2,x3) & n_head(x3) & of(x3,x1) & n_female(x1) & n_female(x1) & n_sunglass(x2) & of(x2,x1) & n_woman(x1)) | exists e1 x1 x2 x3.(n_sun(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_enjy(e1) & (x1 = x2) & n_woman(x1)) | 4d5b2c62-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_have(e1) & on(x2,x3) & of(x3,x1) & of(x2,x1) & n_woman(x1) & n_sunglass(x2) & n_head(x3) & n_female(x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_enjy(e1) & n_woman(x1) & n_sun(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
A woman has her sunglasses on her head. | a woman with sunglasses on | 0 | -100 | Sunglasses can be worn on the head. | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & on(x2,x3) & n_head(x3) & of(x3,x1) & n_female(x1) & n_female(x1) & n_sunglass(x2) & of(x2,x1) & n_woman(x1)) | exists x1 x2 x3.(n_thing(x1) & on(x1,x3) & n_thing(x3) & with(x1,x2) & n_sunglass(x2) & n_woman(x1)) | 4d5b30cc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_have(e1) & on(x2,x3) & of(x3,x1) & of(x2,x1) & n_woman(x1) & n_sunglass(x2) & n_head(x3) & n_female(x1) & Theme(e1,x2) & Actor(e1,x1)) | exists x1 x2 x3.(with(x1,x2) & on(x1,x3) & n_woman(x1) & n_thing(x3) & n_thing(x1) & n_sunglass(x2)) |
||
A woman has her sunglasses on her head. | a woman at the beach | 2 | -100 | If she has her sunglasses on her head, she is not at the beach. | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & on(x2,x3) & n_head(x3) & of(x3,x1) & n_female(x1) & n_female(x1) & n_sunglass(x2) & of(x2,x1) & n_woman(x1)) | exists x1 x2.(n_beach(x2) & a_topic(x1) & at(x1,x2) & n_woman(x1)) | 4d5b3518-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_have(e1) & on(x2,x3) & of(x3,x1) & of(x2,x1) & n_woman(x1) & n_sunglass(x2) & n_head(x3) & n_female(x1) & Theme(e1,x2) & Actor(e1,x1)) | exists x1 x2.(n_woman(x1) & n_beach(x2) & at(x1,x2) & a_topic(x1)) |
||
Photo is of a Scottish parade leader followed by his troupe, while they all march down the street. | The Scottish politician and his followers are parading down the street after their victory. | 1 | -100 | Parade leader may not be a politician and you do not know if there was a victory. | exists p1 x1 x7.(n_street(x7) & ne_org_photo(x1) & exists e1 p2 s1 x2 x3 x4 x5.(of(x1,x2) & all x6.((x6 = x2) -> exists e2.(down(e2,x7) & Actor(e2,x6) & v_march(e2))) & n_thing(x2) & while(e1,p2) & Actor(e1,x5) & n_troupe(x5) & of(x5,x2) & n_male(x2) & Theme(e1,x4) & v_follow(e1) & (x2 = x4) & n_leader(x2) & of(x2,x3) & n_parade(x3) & a_scottish(s1) & Theme(s1,x2))) | exists e1 s1 x1 x2 x3 x4 x5.(n_victory(x5) & of(x5,x2) & n_thing(x2) & n_street(x4) & n_follower(x3) & of(x3,x2) & n_male(x2) & n_politician(x2) & a_scottish(s1) & Theme(s1,x2) & after(e1,x5) & down(e1,x4) & Actor(e1,x1) & v_parade(e1) & subset_of(x3,x1) & subset_of(x2,x1)) | 4d5b3982-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x7.(ne_org_photo(x1) & n_street(x7) & exists e1 p2 s1 x2 x3 x4 x5.(while(e1,p2) & v_follow(e1) & of(x5,x2) & of(x2,x3) & of(x1,x2) & n_troupe(x5) & n_thing(x2) & n_parade(x3) & n_male(x2) & n_leader(x2) & all x6.(exists e2.(v_march(e2) & down(e2,x7) & Actor(e2,x6)) | -(x6 = x2)) & a_scottish(s1) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x5) & (x2 = x4))) | exists e1 s1 x1 x2 x3 x4 x5.(v_parade(e1) & subset_of(x3,x1) & subset_of(x2,x1) & of(x5,x2) & of(x3,x2) & n_victory(x5) & n_thing(x2) & n_street(x4) & n_politician(x2) & n_male(x2) & n_follower(x3) & down(e1,x4) & after(e1,x5) & a_scottish(s1) & Theme(s1,x2) & Actor(e1,x1)) |
||
Photo is of a Scottish parade leader followed by his troupe, while they all march down the street. | The Scottish parade leader is walking alone down the street. | 2 | -100 | If he is followed by his troupe, he is not walking alone. | exists p1 x1 x7.(n_street(x7) & ne_org_photo(x1) & exists e1 p2 s1 x2 x3 x4 x5.(of(x1,x2) & all x6.((x6 = x2) -> exists e2.(down(e2,x7) & Actor(e2,x6) & v_march(e2))) & n_thing(x2) & while(e1,p2) & Actor(e1,x5) & n_troupe(x5) & of(x5,x2) & n_male(x2) & Theme(e1,x4) & v_follow(e1) & (x2 = x4) & n_leader(x2) & of(x2,x3) & n_parade(x3) & a_scottish(s1) & Theme(s1,x2))) | exists e1 s1 s2 x1 x2 x3.(n_street(x3) & n_leader(x1) & of(x1,x2) & n_parade(x2) & a_scottish(s1) & Theme(s1,x1) & down(e1,x3) & a_alone(s2) & Manner(e1,s2) & Actor(e1,x1) & v_walk(e1)) | 4d5b3dd8-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x7.(ne_org_photo(x1) & n_street(x7) & exists e1 p2 s1 x2 x3 x4 x5.(while(e1,p2) & v_follow(e1) & of(x5,x2) & of(x2,x3) & of(x1,x2) & n_troupe(x5) & n_thing(x2) & n_parade(x3) & n_male(x2) & n_leader(x2) & all x6.(exists e2.(v_march(e2) & down(e2,x7) & Actor(e2,x6)) | -(x6 = x2)) & a_scottish(s1) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x5) & (x2 = x4))) | exists e1 s1 s2 x1 x2 x3.(v_walk(e1) & of(x1,x2) & n_street(x3) & n_parade(x2) & n_leader(x1) & down(e1,x3) & a_scottish(s1) & a_alone(s2) & Theme(s1,x1) & Manner(e1,s2) & Actor(e1,x1)) |
||
Photo is of a Scottish parade leader followed by his troupe, while they all march down the street. | Scottish people are on the street. | 0 | -100 | A Scottish parade leader and his troupe are Scottish people. | exists p1 x1 x7.(n_street(x7) & ne_org_photo(x1) & exists e1 p2 s1 x2 x3 x4 x5.(of(x1,x2) & all x6.((x6 = x2) -> exists e2.(down(e2,x7) & Actor(e2,x6) & v_march(e2))) & n_thing(x2) & while(e1,p2) & Actor(e1,x5) & n_troupe(x5) & of(x5,x2) & n_male(x2) & Theme(e1,x4) & v_follow(e1) & (x2 = x4) & n_leader(x2) & of(x2,x3) & n_parade(x3) & a_scottish(s1) & Theme(s1,x2))) | exists p1 s1 x1 x2.(n_street(x2) & on(x1,x2) & n_people(x1) & a_scottish(s1) & Theme(s1,x1)) | 4d5b4350-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x7.(ne_org_photo(x1) & n_street(x7) & exists e1 p2 s1 x2 x3 x4 x5.(while(e1,p2) & v_follow(e1) & of(x5,x2) & of(x2,x3) & of(x1,x2) & n_troupe(x5) & n_thing(x2) & n_parade(x3) & n_male(x2) & n_leader(x2) & all x6.(exists e2.(v_march(e2) & down(e2,x7) & Actor(e2,x6)) | -(x6 = x2)) & a_scottish(s1) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x5) & (x2 = x4))) | exists s1 x1 x2.(on(x1,x2) & n_street(x2) & n_people(x1) & a_scottish(s1) & Theme(s1,x1)) |
||
Students taking study time to study, read paper or daydream at the window. | People are indoors. | 0 | -100 | Students are people. | exists e1 p1 x1 x2 x3 x4 x8.(n_window(x8) & (exists e3 x6.(Theme(e3,x6) & Actor(e3,x1) & v_read(e3) & n_paper(x6)) | exists e4 x7.(Theme(e4,x7) & Actor(e4,x1) & v_read(e4) & at(x7,x8) & n_daydream(x7))) & Theme(e1,x3) & Actor(e1,x2) & v_take(e1) & Topic(x3,p1) & exists e2 x5.(Theme(e2,x5) & Actor(e2,x3) & v_study(e2) & n_thing(x5)) & n_time(x3) & of(x3,x4) & n_study(x4) & (x1 = x2) & n_student(x1)) | exists p1 x1.(exists x2.((x1 = x2) & n_indoor(x2)) & n_people(x1)) | 4d5b47f6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x4 x8.(v_take(e1) & of(x3,x4) & n_window(x8) & n_time(x3) & n_study(x4) & n_student(x1) & exists e2 x5.(v_study(e2) & n_thing(x5) & Theme(e2,x5) & Actor(e2,x3)) & Topic(x3,p1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2) & (exists e4 x7.(v_read(e4) & n_daydream(x7) & at(x7,x8) & Theme(e4,x7) & Actor(e4,x1)) | exists e3 x6.(v_read(e3) & n_paper(x6) & Theme(e3,x6) & Actor(e3,x1)))) | exists x1.(n_people(x1) & exists x2.(n_indoor(x2) & (x1 = x2))) |
||
Students taking study time to study, read paper or daydream at the window. | Some people are looking out the window, waiting for the rain to stop. | 1 | -100 | You do not know if it is raining and the people may not be waiting for it to stop. | exists e1 p1 x1 x2 x3 x4 x8.(n_window(x8) & (exists e3 x6.(Theme(e3,x6) & Actor(e3,x1) & v_read(e3) & n_paper(x6)) | exists e4 x7.(Theme(e4,x7) & Actor(e4,x1) & v_read(e4) & at(x7,x8) & n_daydream(x7))) & Theme(e1,x3) & Actor(e1,x2) & v_take(e1) & Topic(x3,p1) & exists e2 x5.(Theme(e2,x5) & Actor(e2,x3) & v_study(e2) & n_thing(x5)) & n_time(x3) & of(x3,x4) & n_study(x4) & (x1 = x2) & n_student(x1)) | exists e1 e2 p1 x1 x2 x3.(n_rain(x3) & n_window(x2) & for(e1,e2) & Topic(e2,p1) & Actor(e2,x1) & v_wait(e2) & exists e3.(Actor(e3,x3) & v_stop(e3)) & out(e1,x2) & Actor(e1,x1) & v_look(e1) & n_people(x1)) | 4d5b4c60-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x4 x8.(v_take(e1) & of(x3,x4) & n_window(x8) & n_time(x3) & n_study(x4) & n_student(x1) & exists e2 x5.(v_study(e2) & n_thing(x5) & Theme(e2,x5) & Actor(e2,x3)) & Topic(x3,p1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2) & (exists e4 x7.(v_read(e4) & n_daydream(x7) & at(x7,x8) & Theme(e4,x7) & Actor(e4,x1)) | exists e3 x6.(v_read(e3) & n_paper(x6) & Theme(e3,x6) & Actor(e3,x1)))) | exists e1 e2 p1 x1 x2 x3.(v_wait(e2) & v_look(e1) & out(e1,x2) & n_window(x2) & n_rain(x3) & n_people(x1) & for(e1,e2) & exists e3.(v_stop(e3) & Actor(e3,x3)) & Topic(e2,p1) & Actor(e2,x1) & Actor(e1,x1)) |
||
Students taking study time to study, read paper or daydream at the window. | People are playing outside in the sun. | 2 | -100 | If they are at the window, they are not outside. | exists e1 p1 x1 x2 x3 x4 x8.(n_window(x8) & (exists e3 x6.(Theme(e3,x6) & Actor(e3,x1) & v_read(e3) & n_paper(x6)) | exists e4 x7.(Theme(e4,x7) & Actor(e4,x1) & v_read(e4) & at(x7,x8) & n_daydream(x7))) & Theme(e1,x3) & Actor(e1,x2) & v_take(e1) & Topic(x3,p1) & exists e2 x5.(Theme(e2,x5) & Actor(e2,x3) & v_study(e2) & n_thing(x5)) & n_time(x3) & of(x3,x4) & n_study(x4) & (x1 = x2) & n_student(x1)) | exists e1 s1 x1 x2.(n_sun(x2) & in(e1,x2) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x1) & v_play(e1) & n_people(x1)) | 4d5b5138-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x4 x8.(v_take(e1) & of(x3,x4) & n_window(x8) & n_time(x3) & n_study(x4) & n_student(x1) & exists e2 x5.(v_study(e2) & n_thing(x5) & Theme(e2,x5) & Actor(e2,x3)) & Topic(x3,p1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2) & (exists e4 x7.(v_read(e4) & n_daydream(x7) & at(x7,x8) & Theme(e4,x7) & Actor(e4,x1)) | exists e3 x6.(v_read(e3) & n_paper(x6) & Theme(e3,x6) & Actor(e3,x1)))) | exists e1 s1 x1 x2.(v_play(e1) & n_sun(x2) & n_people(x1) & in(e1,x2) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x1)) |
||
A man is sitting with a cup of coffee, reading a newspaper. | A man is sitting with a drink while reading. | 0 | -100 | A drink can be a cup of coffee and a person can be reading a newspaper. | exists e2 e1 x1 x2 x3 x4.(for(e1,e2) & Theme(e2,x4) & Actor(e2,x1) & v_read(e2) & n_newspaper(x4) & with(e1,x2) & of(x2,x3) & n_coffee(x3) & n_cup(x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1)) | exists e1 x1 x2 x3.(while(e1,x3) & n_read(x3) & with(e1,x2) & n_drink(x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1)) | 4d5b55a2-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4.(with(e1,x2) & v_sit(e1) & v_read(e2) & of(x2,x3) & n_newspaper(x4) & n_man(x1) & n_cup(x2) & n_coffee(x3) & for(e1,e2) & Theme(e2,x4) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 x1 x2 x3.(with(e1,x2) & while(e1,x3) & v_sit(e1) & n_read(x3) & n_man(x1) & n_drink(x2) & Actor(e1,x1)) |
||
A man is sitting with a cup of coffee, reading a newspaper. | A man is sitting at an outdoor cafe. | 1 | -100 | Sitting with a cup of coffee and a newspaper does not mean the man is outside nor at a cafe. | exists e1 e2 x1 x2 x3 x4.(for(e1,e2) & Theme(e2,x4) & Actor(e2,x1) & v_read(e2) & n_newspaper(x4) & with(e1,x2) & of(x2,x3) & n_coffee(x3) & n_cup(x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1)) | exists e1 s1 x1 x2.(at(e1,x2) & n_cafe(x2) & a_outdoor(s1) & Theme(s1,x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1)) | 4d5b59f8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4.(with(e1,x2) & v_sit(e1) & v_read(e2) & of(x2,x3) & n_newspaper(x4) & n_man(x1) & n_cup(x2) & n_coffee(x3) & for(e1,e2) & Theme(e2,x4) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_sit(e1) & n_man(x1) & n_cafe(x2) & at(e1,x2) & a_outdoor(s1) & Theme(s1,x2) & Actor(e1,x1)) |
||
A man is sitting with a cup of coffee, reading a newspaper. | A man is running on a treadmill. | 2 | -100 | If he is sitting, he is not running. | exists e2 e1 x1 x2 x3 x4.(for(e1,e2) & Theme(e2,x4) & Actor(e2,x1) & v_read(e2) & n_newspaper(x4) & with(e1,x2) & of(x2,x3) & n_coffee(x3) & n_cup(x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1)) | exists e1 x1 x2.(on(e1,x2) & n_treadmill(x2) & Actor(e1,x1) & v_run(e1) & n_man(x1)) | 4d5b5e4e-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4.(with(e1,x2) & v_sit(e1) & v_read(e2) & of(x2,x3) & n_newspaper(x4) & n_man(x1) & n_cup(x2) & n_coffee(x3) & for(e1,e2) & Theme(e2,x4) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 x1 x2.(v_run(e1) & on(e1,x2) & n_treadmill(x2) & n_man(x1) & Actor(e1,x1)) |
||
People sitting at tables reading or working. | A bunch of people at tables in the library. | 1 | -100 | Reading or working at tables does not imply being at the library. | exists e1 x1 x2 x3 x4.(a_topic(x1) & at(e1,x3) & (n_read(x3) | n_work(x3)) & of(x3,x4) & n_table(x4) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_people(x1)) | exists x1 x2 x3 x4.(n_library(x4) & a_topic(x1) & in(x1,x4) & at(x1,x3) & n_table(x3) & of(x1,x2) & n_people(x2) & n_bunch(x1)) | 4d5b629a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_sit(e1) & of(x3,x4) & n_table(x4) & n_people(x1) & at(e1,x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2) & (n_work(x3) | n_read(x3))) | exists x1 x2 x3 x4.(of(x1,x2) & n_table(x3) & n_people(x2) & n_library(x4) & n_bunch(x1) & in(x1,x4) & at(x1,x3) & a_topic(x1)) |
||
People sitting at tables reading or working. | A group of students performing a play. | 2 | -100 | If they are reading or working, they are not performing a play. | exists e1 x1 x2 x3 x4.(a_topic(x1) & at(e1,x3) & (n_read(x3) | n_work(x3)) & of(x3,x4) & n_table(x4) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_people(x1)) | exists e1 x1 x2 x3 x4.(a_topic(x1) & of(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_perform(e1) & n_play(x4) & (x2 = x3) & n_student(x2) & n_group(x1)) | 4d5b66e6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_sit(e1) & of(x3,x4) & n_table(x4) & n_people(x1) & at(e1,x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2) & (n_work(x3) | n_read(x3))) | exists e1 x1 x2 x3 x4.(v_perform(e1) & of(x1,x2) & n_student(x2) & n_play(x4) & n_group(x1) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) |
||
People sitting at tables reading or working. | People sitting and working. | 0 | -100 | Sitting can be done at tables. | exists e1 x1 x2 x3 x4.(a_topic(x1) & at(e1,x3) & (n_read(x3) | n_work(x3)) & of(x3,x4) & n_table(x4) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_people(x1)) | exists e1 e2 x1 x2.(Actor(e2,x2) & v_work(e2) & n_people(x2) & Actor(e1,x1) & v_sit(e1) & n_people(x1)) | 4d5b6c22-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_sit(e1) & of(x3,x4) & n_table(x4) & n_people(x1) & at(e1,x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2) & (n_work(x3) | n_read(x3))) | exists e1 e2 x1 x2.(v_work(e2) & v_sit(e1) & n_people(x2) & n_people(x1) & Actor(e2,x2) & Actor(e1,x1)) |
||
People are reading magazines inside a room. | The people are playing football outside. | 2 | -100 | If they are reading magazines inside, they cannot be playing football outside. | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_read(e1) & inside(x2,x3) & n_room(x3) & n_magazine(x2) & n_people(x1)) | exists e1 x1 x2 x3.(n_people(x1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_outside(x2) & of(x2,x3) & n_football(x3)) | 4d5b7096-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_read(e1) & n_room(x3) & n_people(x1) & n_magazine(x2) & inside(x2,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_play(e1) & of(x2,x3) & n_people(x1) & n_outside(x2) & n_football(x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
People are reading magazines inside a room. | The people are reading the same magazine. | 1 | -100 | The people are not necessarily reading the same magazine. | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_read(e1) & inside(x2,x3) & n_room(x3) & n_magazine(x2) & n_people(x1)) | exists e1 s1 x1 x2.(n_magazine(x2) & a_same(s1) & Theme(s1,x2) & n_people(x1) & Theme(e1,x2) & Actor(e1,x1) & v_read(e1)) | 4d5b7550-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_read(e1) & n_room(x3) & n_people(x1) & n_magazine(x2) & inside(x2,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_read(e1) & n_people(x1) & n_magazine(x2) & a_same(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
People are reading magazines inside a room. | The people are reading. | 0 | -100 | Reading can be done with magazines. | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_read(e1) & inside(x2,x3) & n_room(x3) & n_magazine(x2) & n_people(x1)) | exists e1 x1 x2.(n_people(x1) & Theme(e1,x2) & Actor(e1,x1) & v_read(e1) & n_thing(x2)) | 4d5b79ce-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_read(e1) & n_room(x3) & n_people(x1) & n_magazine(x2) & inside(x2,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_read(e1) & n_thing(x2) & n_people(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man paints a picture of a dog. | The man is an alien. | 2 | -100 | A man cannot be an alien. | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_paint(e1) & of(x2,x3) & n_dog(x3) & n_picture(x2) & n_man(x1)) | exists p1 x1.(n_man(x1) & exists x2.((x1 = x2) & n_alien(x2))) | 4d5b7e1a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_paint(e1) & of(x2,x3) & n_picture(x2) & n_man(x1) & n_dog(x3) & Theme(e1,x2) & Actor(e1,x1)) | exists x1.(n_man(x1) & exists x2.(n_alien(x2) & (x1 = x2))) |
||
A man paints a picture of a dog. | There is a man painting | 0 | -100 | A person could be painting a picture of a dog. | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_paint(e1) & of(x2,x3) & n_dog(x3) & n_picture(x2) & n_man(x1)) | exists p1 x1 x2 x3.((x1 = x2) & n_painting(x2) & of(x2,x3) & n_man(x3)) | 4d5b8270-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_paint(e1) & of(x2,x3) & n_picture(x2) & n_man(x1) & n_dog(x3) & Theme(e1,x2) & Actor(e1,x1)) | exists x1 x2 x3.(of(x2,x3) & n_painting(x2) & n_man(x3) & (x1 = x2)) |
||
A man paints a picture of a dog. | The man is painting outdoors. | 1 | -100 | The man is not necessarily painting outdoors. | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_paint(e1) & of(x2,x3) & n_dog(x3) & n_picture(x2) & n_man(x1)) | exists e1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_paint(e1) & n_outdoors(x2)) | 4d5b86c6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_paint(e1) & of(x2,x3) & n_picture(x2) & n_man(x1) & n_dog(x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_paint(e1) & n_outdoors(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
An artist is painting a portrait of a pet dog. | There is an artist who despises painting and only does it because he is good at it. | 1 | -100 | It is not implied that the artist is good, nor that the artist despises painting. | exists e1 s1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_paint(e1) & of(x2,x3) & n_dog(x3) & a_pet(s1) & Theme(s1,x3) & n_portrait(x2) & n_artist(x1)) | exists p1 x1 e1 e2 p2 s1 x2 x3 x4 x5.((x1 = x2) & a_only(s1) & Manner(e2,s1) & exists s2.(at(s2,x2) & Theme(s2,x2) & a_good(s2)) & n_thing(x2) & n_thing(x2) & n_male(x2) & because(e2,p2) & Theme(e2,x2) & Actor(e2,x5) & v_do(e2) & (x2 = x5) & Theme(e1,x4) & Actor(e1,x3) & v_despise(e1) & n_painting(x4) & (x2 = x3) & n_artist(x2)) | 4d5b8b26-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_paint(e1) & of(x2,x3) & n_portrait(x2) & n_dog(x3) & n_artist(x1) & a_pet(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists x1 e1 e2 p2 s1 x2 x3 x4 x5.(v_do(e2) & v_despise(e1) & n_thing(x2) & n_painting(x4) & n_male(x2) & n_artist(x2) & exists s2.(at(s2,x2) & a_good(s2) & Theme(s2,x2)) & because(e2,p2) & a_only(s1) & Theme(e2,x2) & Theme(e1,x4) & Manner(e2,s1) & Actor(e2,x5) & Actor(e1,x3) & (x2 = x5) & (x2 = x3) & (x1 = x2)) |
||
An artist is painting a portrait of a pet dog. | There is a business man making a deal. | 2 | -100 | An artist is not a business man. And painting is not making a deal. | exists e1 s1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_paint(e1) & of(x2,x3) & n_dog(x3) & a_pet(s1) & Theme(s1,x3) & n_portrait(x2) & n_artist(x1)) | exists p1 x1 e1 x2 x3 x4 x5.((x1 = x2) & Theme(e1,x5) & Actor(e1,x4) & v_make(e1) & n_deal(x5) & (x2 = x4) & n_man(x2) & of(x2,x3) & n_business(x3)) | 4d5b9026-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_paint(e1) & of(x2,x3) & n_portrait(x2) & n_dog(x3) & n_artist(x1) & a_pet(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists x1 e1 x2 x3 x4 x5.(v_make(e1) & of(x2,x3) & n_man(x2) & n_deal(x5) & n_business(x3) & Theme(e1,x5) & Actor(e1,x4) & (x2 = x4) & (x1 = x2)) |
||
An artist is painting a portrait of a pet dog. | There is an artist painting. | 0 | -100 | An artist could be painting a portrait of a dog. | exists e1 s1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_paint(e1) & of(x2,x3) & n_dog(x3) & a_pet(s1) & Theme(s1,x3) & n_portrait(x2) & n_artist(x1)) | exists p1 x1 x2 x3.((x1 = x2) & n_painting(x2) & of(x2,x3) & n_artist(x3)) | 4d5b94ae-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_paint(e1) & of(x2,x3) & n_portrait(x2) & n_dog(x3) & n_artist(x1) & a_pet(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists x1 x2 x3.(of(x2,x3) & n_painting(x2) & n_artist(x3) & (x1 = x2)) |
||
Man holding a photograph, painting a picture of a dog. | The man holds something | 0 | -100 | A person can hold a photograph. | exists e1 e2 x1 x2 x3 x4 x5.(a_topic(x1) & for(e1,e2) & Theme(e2,x4) & Actor(e2,x2) & v_paint(e2) & of(x4,x5) & n_dog(x5) & n_picture(x4) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & n_photograph(x3) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_thing(x2)) | 4d5b9f76-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5.(v_paint(e2) & v_hold(e1) & of(x4,x5) & n_picture(x4) & n_photograph(x3) & n_man(x1) & n_dog(x5) & for(e1,e2) & a_topic(x1) & Theme(e2,x4) & Theme(e1,x3) & Actor(e2,x2) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_hold(e1) & n_thing(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A person paints a photo of a dog, based on a photo of a dog. | A dog is taking a picture of a person. | 2 | -100 | A dog taking a picture is not the same as a person painting a picture. Also the Person is painting a from a picture whilst the dog has a subject that is alive. | exists e1 e2 x1 x2 x3 x4 x5 x6.(Theme(e2,x2) & Actor(e2,x1) & v_paint(e2) & of(x2,x3) & on(e1,x5) & of(x5,x6) & n_dog(x6) & n_photo(x5) & Theme(e1,x4) & v_base(e1) & (x3 = x4) & n_dog(x3) & n_photo(x2) & n_person(x1)) | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & of(x2,x3) & n_person(x3) & n_picture(x2) & n_dog(x1)) | 4d5bae1c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5 x6.(v_paint(e2) & v_base(e1) & on(e1,x5) & of(x5,x6) & of(x2,x3) & n_photo(x5) & n_photo(x2) & n_person(x1) & n_dog(x6) & n_dog(x3) & Theme(e2,x2) & Theme(e1,x4) & Actor(e2,x1) & (x3 = x4)) | exists e1 x1 x2 x3.(v_take(e1) & of(x2,x3) & n_picture(x2) & n_person(x3) & n_dog(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A woman is holding two toddlers, one with an eye patch, and trying to feed them. | a woman babysits her sisters kids | 1 | -100 | The children are not necessarily her sister's. | exists e1 e2 p1 x1 x2 x3 x4 x5 x6.(Topic(e2,p1) & Actor(e2,x6) & v_try(e2) & exists e3.(Theme(e3,x1) & Actor(e3,x6) & v_feed(e3)) & n_thing(x1) & n_woman(x6) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & rel(x2,x3) & with(x3,x4) & n_patch(x4) & of(x4,x5) & n_eye(x5) & n_thing(x3) & card_eq_1(x3) & n_toddler(x2) & card_eq_2(x2) & n_woman(x1)) | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_babysit(e1) & n_kid(x2) & of(x2,x3) & n_sister(x3) & of(x2,x1) & n_female(x1) & n_woman(x1)) | 4d5bbaba-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 x1 x2 x3 x4 x5 x6.(with(x3,x4) & v_try(e2) & v_hold(e1) & rel(x2,x3) & of(x4,x5) & n_woman(x6) & n_woman(x1) & n_toddler(x2) & n_thing(x3) & n_thing(x1) & n_patch(x4) & n_eye(x5) & exists e3.(v_feed(e3) & Theme(e3,x1) & Actor(e3,x6)) & card_eq_2(x2) & card_eq_1(x3) & Topic(e2,p1) & Theme(e1,x2) & Actor(e2,x6) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_babysit(e1) & of(x2,x3) & of(x2,x1) & n_woman(x1) & n_sister(x3) & n_kid(x2) & n_female(x1) & Theme(e1,x2) & Actor(e1,x1)) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.