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
|
---|---|---|---|---|---|---|---|---|---|---|---|
Blond boy touching wooden wall.
|
The boy is playing.
| 1 | -100 |
A blonde boy touching a wooden wall isn't necessarily playing.
|
exists e1 s1 s2 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_touch(e1) & n_wall(x3) & a_wooden(s2) & Theme(s2,x3) & (x1 = x2) & n_boy(x1) & a_blond(s1) & Theme(s1,x1))
|
exists e1 x1.(n_boy(x1) & Actor(e1,x1) & v_play(e1))
|
76c00bb8-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3.(v_touch(e1) & n_wall(x3) & n_boy(x1) & a_wooden(s2) & a_topic(x1) & a_blond(s1) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
exists e1 x1.(v_play(e1) & n_boy(x1) & Actor(e1,x1))
|
||
Blond boy touching wooden wall.
|
The boy is running around.
| 2 | -100 |
touching cannot be running at the same time
|
exists e1 s1 s2 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_touch(e1) & n_wall(x3) & a_wooden(s2) & Theme(s2,x3) & (x1 = x2) & n_boy(x1) & a_blond(s1) & Theme(s1,x1))
|
exists e1 p1 x1.(n_boy(x1) & exists s1.(Theme(s1,x1) & a_around(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_run(e1))
|
76c01112-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3.(v_touch(e1) & n_wall(x3) & n_boy(x1) & a_wooden(s2) & a_topic(x1) & a_blond(s1) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
exists e1 p1 x1.(v_run(e1) & n_boy(x1) & exists s1.(a_around(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1))
|
||
Blond boy touching wooden wall.
|
The boy is blond.
| 0 | -100 |
The blond boy is described as touching a wood wall.
|
exists e1 s1 s2 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_touch(e1) & n_wall(x3) & a_wooden(s2) & Theme(s2,x3) & (x1 = x2) & n_boy(x1) & a_blond(s1) & Theme(s1,x1))
|
exists s1 x1.(n_boy(x1) & Theme(s1,x1) & a_blond(s1))
|
76c0168a-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3.(v_touch(e1) & n_wall(x3) & n_boy(x1) & a_wooden(s2) & a_topic(x1) & a_blond(s1) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
exists s1 x1.(n_boy(x1) & a_blond(s1) & Theme(s1,x1))
|
||
A small child touches a wooden fence.
|
A small child is opening a gate in a wooden fence.
| 1 | -100 |
Opening the gate isn't the only reason for someone to be touching a wooden fence.
|
exists e1 s1 s2 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_touch(e1) & n_fence(x2) & a_wooden(s2) & Theme(s2,x2) & n_child(x1) & a_small(s1) & Theme(s1,x1))
|
exists e1 s1 s2 x1 x2 x3.(in(e1,x3) & n_fence(x3) & a_wooden(s2) & Theme(s2,x3) & Theme(e1,x2) & Actor(e1,x1) & v_open(e1) & n_gate(x2) & n_child(x1) & a_small(s1) & Theme(s1,x1))
|
76c01ba8-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2.(v_touch(e1) & n_fence(x2) & n_child(x1) & a_wooden(s2) & a_small(s1) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
|
exists e1 s1 s2 x1 x2 x3.(v_open(e1) & n_gate(x2) & n_fence(x3) & n_child(x1) & in(e1,x3) & a_wooden(s2) & a_small(s1) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
A small child touches a wooden fence.
|
A child is outdoors.
| 0 | -100 |
The child is small and most fences are found outdoors.
|
exists e1 s1 s2 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_touch(e1) & n_fence(x2) & a_wooden(s2) & Theme(s2,x2) & n_child(x1) & a_small(s1) & Theme(s1,x1))
|
exists p1 x1.(exists x2.((x1 = x2) & n_outdoors(x2)) & n_child(x1))
|
76c02116-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2.(v_touch(e1) & n_fence(x2) & n_child(x1) & a_wooden(s2) & a_small(s1) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
|
exists x1.(n_child(x1) & exists x2.(n_outdoors(x2) & (x1 = x2)))
|
||
A small child touches a wooden fence.
|
A small child touches a barbed wire fence.
| 2 | -100 |
it cannot be a wooden fence or a barbed wire fence at the same time
|
exists e1 s1 s2 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_touch(e1) & n_fence(x2) & a_wooden(s2) & Theme(s2,x2) & n_child(x1) & a_small(s1) & Theme(s1,x1))
|
exists e1 s1 s2 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_touch(e1) & n_fence(x2) & of(x2,x3) & n_wire(x3) & a_barbed(s2) & Theme(s2,x2) & n_child(x1) & a_small(s1) & Theme(s1,x1))
|
76c025f8-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2.(v_touch(e1) & n_fence(x2) & n_child(x1) & a_wooden(s2) & a_small(s1) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
|
exists e1 s1 s2 x1 x2 x3.(v_touch(e1) & of(x2,x3) & n_wire(x3) & n_fence(x2) & n_child(x1) & a_small(s1) & a_barbed(s2) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
A toddler boy stands by a wooden fence.
|
A child is outdoors.
| 0 | -100 |
The child is a toddler and a boy, and most fences are found outdoors.
|
exists e1 s1 x1 x2 x3.(by(e1,x3) & n_fence(x3) & a_wooden(s1) & Theme(s1,x3) & Actor(e1,x1) & v_stand(e1) & n_boy(x1) & of(x1,x2) & n_toddler(x2))
|
exists p1 x1.(exists x2.((x1 = x2) & n_outdoors(x2)) & n_child(x1))
|
76c02ada-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3.(v_stand(e1) & of(x1,x2) & n_toddler(x2) & n_fence(x3) & n_boy(x1) & by(e1,x3) & a_wooden(s1) & Theme(s1,x3) & Actor(e1,x1))
|
exists x1.(n_child(x1) & exists x2.(n_outdoors(x2) & (x1 = x2)))
|
||
A toddler boy stands by a wooden fence.
|
A boy is sitting on a couch.
| 2 | -100 |
stands or sitting cannot be at the same time
|
exists e1 s1 x1 x2 x3.(by(e1,x3) & n_fence(x3) & a_wooden(s1) & Theme(s1,x3) & Actor(e1,x1) & v_stand(e1) & n_boy(x1) & of(x1,x2) & n_toddler(x2))
|
exists e1 x1 x2.(on(e1,x2) & n_couch(x2) & Actor(e1,x1) & v_sit(e1) & n_boy(x1))
|
76c030d4-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3.(v_stand(e1) & of(x1,x2) & n_toddler(x2) & n_fence(x3) & n_boy(x1) & by(e1,x3) & a_wooden(s1) & Theme(s1,x3) & Actor(e1,x1))
|
exists e1 x1 x2.(v_sit(e1) & on(e1,x2) & n_couch(x2) & n_boy(x1) & Actor(e1,x1))
|
||
A toddler boy stands by a wooden fence.
|
A boy stands by a fence waiting for his mother.
| 1 | -100 |
Just because a toddler stands by wooden fence doesn't mean he is waiting for his mother, or anybody for that matter.
|
exists e1 s1 x1 x2 x3.(by(e1,x3) & n_fence(x3) & a_wooden(s1) & Theme(s1,x3) & Actor(e1,x1) & v_stand(e1) & n_boy(x1) & of(x1,x2) & n_toddler(x2))
|
exists e1 e2 x1 x2 x3.(for(e1,e2) & for(e2,x3) & n_mother(x3) & of(x3,x1) & n_male(x1) & Actor(e2,x1) & v_wait(e2) & by(e1,x2) & n_fence(x2) & Actor(e1,x1) & v_stand(e1) & n_boy(x1))
|
76c035e8-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3.(v_stand(e1) & of(x1,x2) & n_toddler(x2) & n_fence(x3) & n_boy(x1) & by(e1,x3) & a_wooden(s1) & Theme(s1,x3) & Actor(e1,x1))
|
exists e1 e2 x1 x2 x3.(v_wait(e2) & v_stand(e1) & of(x3,x1) & n_mother(x3) & n_male(x1) & n_fence(x2) & n_boy(x1) & for(e2,x3) & for(e1,e2) & by(e1,x2) & Actor(e2,x1) & Actor(e1,x1))
|
||
A child stands near a fence.
|
a child is standing
| 0 | -100 |
A child stands and is described as near a fence, adding details.
|
exists e1 x1 x2.(near(e1,x2) & n_fence(x2) & Actor(e1,x1) & v_stand(e1) & n_child(x1))
|
exists e1 x1.(Actor(e1,x1) & v_stand(e1) & n_child(x1))
|
76c050a0-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2.(v_stand(e1) & near(e1,x2) & n_fence(x2) & n_child(x1) & Actor(e1,x1))
|
exists e1 x1.(v_stand(e1) & n_child(x1) & Actor(e1,x1))
|
||
Two men in mud during a race
|
the race was cancled because no one showed up
| 2 | -100 |
there can either be two men or no one
|
exists x1 x2 x3.(a_topic(x1) & in(x1,x2) & during(x2,x3) & n_race(x3) & n_mud(x2) & n_man(x1) & card_eq_2(x1))
|
exists e1 p1 x1.(n_race(x1) & -exists e2 s1 x2.(a_up(s1) & Manner(e2,s1) & Actor(e2,x2) & v_show(e2) & n_one(x2)) & because(e1,p1) & Theme(e1,x1) & v_cancle(e1))
|
76c060c2-e4c8-11ec-9cdd-0242ac1c0002
|
exists x1 x2 x3.(n_race(x3) & n_mud(x2) & n_man(x1) & in(x1,x2) & during(x2,x3) & card_eq_2(x1) & a_topic(x1))
|
exists e1 p1 x1.(v_cancle(e1) & n_race(x1) & because(e1,p1) & all e2 s1 x2.(-v_show(e2) | -n_one(x2) | -a_up(s1) | -Manner(e2,s1) | -Actor(e2,x2)) & Theme(e1,x1))
|
||
Two men in mud during a race
|
the men were at a race
| 0 | -100 |
The race is in the mud.
|
exists x1 x2 x3.(a_topic(x1) & in(x1,x2) & during(x2,x3) & n_race(x3) & n_mud(x2) & n_man(x1) & card_eq_2(x1))
|
exists p1 x1.(n_man(x1) & exists x2.(at(x1,x2) & n_race(x2)))
|
76c06bf8-e4c8-11ec-9cdd-0242ac1c0002
|
exists x1 x2 x3.(n_race(x3) & n_mud(x2) & n_man(x1) & in(x1,x2) & during(x2,x3) & card_eq_2(x1) & a_topic(x1))
|
exists x1.(n_man(x1) & exists x2.(n_race(x2) & at(x1,x2)))
|
||
A group of employees dressed in blue are gathered in front of a building.
|
Some employees are gathered together for a picture.
| 0 | -100 |
In a both sentence, employees gathered.
|
exists e2 e1 x1 x2 x3 x4 x5 x6.(in(e2,x5) & of(x5,x6) & n_building(x6) & n_front(x5) & Theme(e2,x1) & v_gather(e2) & of(x1,x2) & in(e1,x4) & n_blue(x4) & Theme(e1,x3) & v_dress(e1) & (x2 = x3) & n_employee(x2) & n_group(x1))
|
exists e1 s1 x1 x2.(for(e1,x2) & n_picture(x2) & a_together(s1) & Manner(e1,s1) & Theme(e1,x1) & v_gather(e1) & n_employee(x1))
|
76c0797c-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 x1 x2 x3 x4 x5 x6.(v_gather(e2) & v_dress(e1) & of(x5,x6) & of(x1,x2) & n_group(x1) & n_front(x5) & n_employee(x2) & n_building(x6) & n_blue(x4) & in(e2,x5) & in(e1,x4) & Theme(e2,x1) & Theme(e1,x3) & (x2 = x3))
|
exists e1 s1 x1 x2.(v_gather(e1) & n_picture(x2) & n_employee(x1) & for(e1,x2) & a_together(s1) & Theme(e1,x1) & Manner(e1,s1))
|
||
A group of DHL employees pose in the parking lot for a photograph.
|
A group of people dive into a swimming pool.
| 2 | 0.000001 |
there can either be DHL employees or people
|
exists e1 x1 x2 x3 x4 x5 x6.(n_lot(x4) & of(x4,x5) & n_parking(x5) & in(e1,x4) & for(x4,x6) & n_photograph(x6) & Actor(e1,x1) & v_pose(e1) & of(x1,x2) & n_employee(x2) & (x2 = x3) & ne_org_dhl(x3) & n_group(x1))
|
exists x1 x2 x3 x4 x5.(a_topic(x1) & into(x1,x4) & n_pool(x4) & of(x4,x5) & n_swimming(x5) & of(x1,x2) & Time(x2,x3) & n_dive(x3) & n_people(x2) & n_group(x1))
|
76c07f8a-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5 x6.(v_pose(e1) & of(x4,x5) & of(x1,x2) & ne_org_dhl(x3) & n_photograph(x6) & n_parking(x5) & n_lot(x4) & n_group(x1) & n_employee(x2) & in(e1,x4) & for(x4,x6) & Actor(e1,x1) & (x2 = x3))
|
exists x1 x2 x3 x4 x5.(of(x4,x5) & of(x1,x2) & n_swimming(x5) & n_pool(x4) & n_people(x2) & n_group(x1) & n_dive(x3) & into(x1,x4) & a_topic(x1) & Time(x2,x3))
|
||
A group of DHL employees pose in the parking lot for a photograph.
|
DHL employees are posing for a photograph because they won an award.
| 1 | 0.516445 |
Posing for a photograph doesn't indicate they won an award
|
exists e1 x1 x2 x3 x4 x5 x6.(n_lot(x4) & of(x4,x5) & n_parking(x5) & in(e1,x4) & for(x4,x6) & n_photograph(x6) & Actor(e1,x1) & v_pose(e1) & of(x1,x2) & n_employee(x2) & (x2 = x3) & ne_org_dhl(x3) & n_group(x1))
|
exists e1 p1 x1 x2 x3.(exists e2 x4.(Theme(e2,x4) & Actor(e2,x1) & v_win(e2) & n_award(x4)) & n_thing(x1) & because(e1,p1) & for(e1,x3) & n_photograph(x3) & Actor(e1,x1) & v_pose(e1) & n_employee(x1) & (x1 = x2) & ne_org_dhl(x2))
|
76c0a352-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5 x6.(v_pose(e1) & of(x4,x5) & of(x1,x2) & ne_org_dhl(x3) & n_photograph(x6) & n_parking(x5) & n_lot(x4) & n_group(x1) & n_employee(x2) & in(e1,x4) & for(x4,x6) & Actor(e1,x1) & (x2 = x3))
|
exists e1 p1 x1 x2 x3.(v_pose(e1) & ne_org_dhl(x2) & n_thing(x1) & n_photograph(x3) & n_employee(x1) & for(e1,x3) & exists e2 x4.(v_win(e2) & n_award(x4) & Theme(e2,x4) & Actor(e2,x1)) & because(e1,p1) & Actor(e1,x1) & (x1 = x2))
|
||
A group of DHL employees pose in the parking lot for a photograph.
|
A group of people pose for a family portrait.
| 1 | 0.000064 |
not every group of people are a family
|
exists e1 x1 x2 x3 x4 x5 x6.(n_lot(x4) & of(x4,x5) & n_parking(x5) & in(e1,x4) & for(x4,x6) & n_photograph(x6) & Actor(e1,x1) & v_pose(e1) & of(x1,x2) & n_employee(x2) & (x2 = x3) & ne_org_dhl(x3) & n_group(x1))
|
exists e1 x1 x2 x3 x4.(for(e1,x3) & n_portrait(x3) & of(x3,x4) & n_family(x4) & Actor(e1,x1) & v_pose(e1) & of(x1,x2) & n_people(x2) & n_group(x1))
|
76c0a852-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5 x6.(v_pose(e1) & of(x4,x5) & of(x1,x2) & ne_org_dhl(x3) & n_photograph(x6) & n_parking(x5) & n_lot(x4) & n_group(x1) & n_employee(x2) & in(e1,x4) & for(x4,x6) & Actor(e1,x1) & (x2 = x3))
|
exists e1 x1 x2 x3 x4.(v_pose(e1) & of(x3,x4) & of(x1,x2) & n_portrait(x3) & n_people(x2) & n_group(x1) & n_family(x4) & for(e1,x3) & Actor(e1,x1))
|
||
A group of DHL employees pose in the parking lot for a photograph.
|
The parking lot that the employees were in is small.
| 1 | 0.5425 |
not every parking lot is small
|
exists e1 x1 x2 x3 x4 x5 x6.(n_lot(x4) & of(x4,x5) & n_parking(x5) & in(e1,x4) & for(x4,x6) & n_photograph(x6) & Actor(e1,x1) & v_pose(e1) & of(x1,x2) & n_employee(x2) & (x2 = x3) & ne_org_dhl(x3) & n_group(x1))
|
exists p1 s1 x1 x2 x3.(n_employee(x3) & n_lot(x1) & of(x1,x2) & n_parking(x2) & Theme(s1,x1) & a_small(s1) & exists x4.(in(x3,x4) & (x1 = x4)))
|
76c0acf8-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5 x6.(v_pose(e1) & of(x4,x5) & of(x1,x2) & ne_org_dhl(x3) & n_photograph(x6) & n_parking(x5) & n_lot(x4) & n_group(x1) & n_employee(x2) & in(e1,x4) & for(x4,x6) & Actor(e1,x1) & (x2 = x3))
|
exists s1 x1 x2 x3.(of(x1,x2) & n_parking(x2) & n_lot(x1) & n_employee(x3) & exists x4.(in(x3,x4) & (x1 = x4)) & a_small(s1) & Theme(s1,x1))
|
||
A group of DHL employees pose in the parking lot for a photograph.
|
The employees are outside of their office building.
| 0 | 0.944635 |
The employeess could be DHL employees.
|
exists e1 x1 x2 x3 x4 x5 x6.(n_lot(x4) & of(x4,x5) & n_parking(x5) & in(e1,x4) & for(x4,x6) & n_photograph(x6) & Actor(e1,x1) & v_pose(e1) & of(x1,x2) & n_employee(x2) & (x2 = x3) & ne_org_dhl(x3) & n_group(x1))
|
exists p1 x1 x3 x4.(n_building(x3) & of(x3,x4) & n_office(x4) & of(x3,x1) & n_thing(x1) & n_employee(x1) & exists x2.((x1 = x2) & of(x2,x3) & n_outside(x2)))
|
76c0b1e4-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5 x6.(v_pose(e1) & of(x4,x5) & of(x1,x2) & ne_org_dhl(x3) & n_photograph(x6) & n_parking(x5) & n_lot(x4) & n_group(x1) & n_employee(x2) & in(e1,x4) & for(x4,x6) & Actor(e1,x1) & (x2 = x3))
|
exists x1 x3 x4.(of(x3,x4) & of(x3,x1) & n_thing(x1) & n_office(x4) & n_employee(x1) & n_building(x3) & exists x2.(of(x2,x3) & n_outside(x2) & (x1 = x2)))
|
||
A group of DHL employees pose in the parking lot for a photograph.
|
Some workers are doing an ad for a company.
| 1 | 0.09984 |
they never indicate they are doing an ad
|
exists e1 x1 x2 x3 x4 x5 x6.(n_lot(x4) & of(x4,x5) & n_parking(x5) & in(e1,x4) & for(x4,x6) & n_photograph(x6) & Actor(e1,x1) & v_pose(e1) & of(x1,x2) & n_employee(x2) & (x2 = x3) & ne_org_dhl(x3) & n_group(x1))
|
exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_do(e1) & for(x2,x3) & n_company(x3) & n_ad(x2) & n_worker(x1))
|
76c0b694-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5 x6.(v_pose(e1) & of(x4,x5) & of(x1,x2) & ne_org_dhl(x3) & n_photograph(x6) & n_parking(x5) & n_lot(x4) & n_group(x1) & n_employee(x2) & in(e1,x4) & for(x4,x6) & Actor(e1,x1) & (x2 = x3))
|
exists e1 x1 x2 x3.(v_do(e1) & n_worker(x1) & n_company(x3) & n_ad(x2) & for(x2,x3) & Theme(e1,x2) & Actor(e1,x1))
|
||
A group of DHL employees pose in the parking lot for a photograph.
|
The male employees are standing next to the red Mercedes.
| 1 | 0.000102 |
not all in a group are male, or that they were near a Mercedes
|
exists e1 x1 x2 x3 x4 x5 x6.(n_lot(x4) & of(x4,x5) & n_parking(x5) & in(e1,x4) & for(x4,x6) & n_photograph(x6) & Actor(e1,x1) & v_pose(e1) & of(x1,x2) & n_employee(x2) & (x2 = x3) & ne_org_dhl(x3) & n_group(x1))
|
exists e1 s1 s2 x1 x2.(n_mercedes(x2) & a_red(s2) & Theme(s2,x2) & n_employee(x1) & a_male(s1) & Theme(s1,x1) & to(e1,x2) & r_next(e1) & Actor(e1,x1) & v_stand(e1))
|
76c0c44a-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5 x6.(v_pose(e1) & of(x4,x5) & of(x1,x2) & ne_org_dhl(x3) & n_photograph(x6) & n_parking(x5) & n_lot(x4) & n_group(x1) & n_employee(x2) & in(e1,x4) & for(x4,x6) & Actor(e1,x1) & (x2 = x3))
|
exists e1 s1 s2 x1 x2.(v_stand(e1) & to(e1,x2) & r_next(e1) & n_mercedes(x2) & n_employee(x1) & a_red(s2) & a_male(s1) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x1))
|
||
A greyhound dog running in a race with identifier number six.
|
A dog racing another dog
| 1 | -100 |
Not every dog racing is a greyhound.
|
exists e1 s1 s2 x1 x2 x3 x4.(a_topic(x1) & with(e1,x4) & n_number(x4) & card_eq_6(x4) & r_more(s2) & a_identifier(s2) & Theme(s2,x4) & in(e1,x3) & n_race(x3) & Actor(e1,x2) & v_run(e1) & (x1 = x2) & n_dog(x1) & a_greyhound(s1) & Theme(s1,x1))
|
exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_race(e1) & n_dog(x3) & -(x3 = x1) & n_dog(x1) & n_dog(x1) & (x1 = x2))
|
76c48710-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4.(with(e1,x4) & v_run(e1) & r_more(s2) & n_race(x3) & n_number(x4) & n_dog(x1) & in(e1,x3) & card_eq_6(x4) & a_topic(x1) & a_identifier(s2) & a_greyhound(s1) & Theme(s2,x4) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2))
|
exists e1 x1 x2 x3.(v_race(e1) & n_dog(x3) & n_dog(x1) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & -(x3 = x1) & (x1 = x2))
|
||
A person in a pink knitted hat and brightly colored shirt is playing the trumpet as part of a brass band, although only parts of two other instruments are visible.
|
The person is baking a cake.
| 2 | -100 |
One cannot be baking a cake while she is knitting a hat.
|
exists e2 e1 e3 p1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x11.(n_instrument(x11) & n_trumpet(x5) & exists s2 x9 x10.(Theme(s2,x9) & a_visible(s2) & of(x9,x10) & -(x10 = x11) & n_instrument(x10) & card_eq_2(x10) & all x12.(n_part(x12) -> (x9 = x12)) & n_part(x9)) & although(e3,p1) & as(e3,x6) & of(x6,x7) & n_band(x7) & of(x7,x8) & n_brass(x8) & n_part(x6) & Theme(e3,x5) & Actor(e3,x1) & v_play(e3) & subset_of(x4,x1) & n_shirt(x4) & Theme(e2,x4) & v_color(e2) & r_brightly(x4) & subset_of(x2,x1) & in(x2,x3) & n_hat(x3) & Theme(e1,x3) & v_knit(e1) & a_pink(s1) & Theme(s1,x3) & n_person(x2))
|
exists e1 x1 x2.(n_person(x1) & Theme(e1,x2) & Actor(e1,x1) & v_bake(e1) & n_cake(x2))
|
76c48c92-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 e3 p1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x11.(v_play(e3) & v_knit(e1) & v_color(e2) & subset_of(x4,x1) & subset_of(x2,x1) & r_brightly(x4) & of(x7,x8) & of(x6,x7) & n_trumpet(x5) & n_shirt(x4) & n_person(x2) & n_part(x6) & n_instrument(x11) & n_hat(x3) & n_brass(x8) & n_band(x7) & in(x2,x3) & exists s2 x9 x10.(of(x9,x10) & n_part(x9) & n_instrument(x10) & card_eq_2(x10) & all x12.(-n_part(x12) | (x9 = x12)) & a_visible(s2) & Theme(s2,x9) & -(x10 = x11)) & as(e3,x6) & although(e3,p1) & a_pink(s1) & Theme(s1,x3) & Theme(e3,x5) & Theme(e2,x4) & Theme(e1,x3) & Actor(e3,x1))
|
exists e1 x1 x2.(v_bake(e1) & n_person(x1) & n_cake(x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A person in a pink knitted hat and brightly colored shirt is playing the trumpet as part of a brass band, although only parts of two other instruments are visible.
|
The person is a famous musician.
| 1 | -100 |
Not everyone playing a trumpet is a famous musician.
|
exists e3 e2 e1 p1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x11.(n_instrument(x11) & n_trumpet(x5) & exists s2 x9 x10.(Theme(s2,x9) & a_visible(s2) & of(x9,x10) & -(x10 = x11) & n_instrument(x10) & card_eq_2(x10) & all x12.(n_part(x12) -> (x9 = x12)) & n_part(x9)) & although(e3,p1) & as(e3,x6) & of(x6,x7) & n_band(x7) & of(x7,x8) & n_brass(x8) & n_part(x6) & Theme(e3,x5) & Actor(e3,x1) & v_play(e3) & subset_of(x4,x1) & n_shirt(x4) & Theme(e2,x4) & v_color(e2) & r_brightly(x4) & subset_of(x2,x1) & in(x2,x3) & n_hat(x3) & Theme(e1,x3) & v_knit(e1) & a_pink(s1) & Theme(s1,x3) & n_person(x2))
|
exists p1 x1.(n_person(x1) & exists s1 x2.((x1 = x2) & n_musician(x2) & a_famous(s1) & Theme(s1,x2)))
|
76c49200-e4c8-11ec-9cdd-0242ac1c0002
|
exists e3 e2 e1 p1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x11.(v_play(e3) & v_knit(e1) & v_color(e2) & subset_of(x4,x1) & subset_of(x2,x1) & r_brightly(x4) & of(x7,x8) & of(x6,x7) & n_trumpet(x5) & n_shirt(x4) & n_person(x2) & n_part(x6) & n_instrument(x11) & n_hat(x3) & n_brass(x8) & n_band(x7) & in(x2,x3) & exists s2 x9 x10.(of(x9,x10) & n_part(x9) & n_instrument(x10) & card_eq_2(x10) & all x12.(-n_part(x12) | (x9 = x12)) & a_visible(s2) & Theme(s2,x9) & -(x10 = x11)) & as(e3,x6) & although(e3,p1) & a_pink(s1) & Theme(s1,x3) & Theme(e3,x5) & Theme(e2,x4) & Theme(e1,x3) & Actor(e3,x1))
|
exists x1.(n_person(x1) & exists s1 x2.(n_musician(x2) & a_famous(s1) & Theme(s1,x2) & (x1 = x2)))
|
||
A person in a pink knitted hat and brightly colored shirt is playing the trumpet as part of a brass band, although only parts of two other instruments are visible.
|
The person is playing a musical instrument.
| 0 | -100 |
A trumpet is a musical instrument, so if the person is playing it, they are playing a musical instrument.
|
exists e2 e1 e3 p1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x11.(n_instrument(x11) & n_trumpet(x5) & exists s2 x9 x10.(Theme(s2,x9) & a_visible(s2) & of(x9,x10) & -(x10 = x11) & n_instrument(x10) & card_eq_2(x10) & all x12.(n_part(x12) -> (x9 = x12)) & n_part(x9)) & although(e3,p1) & as(e3,x6) & of(x6,x7) & n_band(x7) & of(x7,x8) & n_brass(x8) & n_part(x6) & Theme(e3,x5) & Actor(e3,x1) & v_play(e3) & subset_of(x4,x1) & n_shirt(x4) & Theme(e2,x4) & v_color(e2) & r_brightly(x4) & subset_of(x2,x1) & in(x2,x3) & n_hat(x3) & Theme(e1,x3) & v_knit(e1) & a_pink(s1) & Theme(s1,x3) & n_person(x2))
|
exists e1 s1 x1 x2.(n_person(x1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_instrument(x2) & a_musical(s1) & Theme(s1,x2))
|
76c4971e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 e3 p1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x11.(v_play(e3) & v_knit(e1) & v_color(e2) & subset_of(x4,x1) & subset_of(x2,x1) & r_brightly(x4) & of(x7,x8) & of(x6,x7) & n_trumpet(x5) & n_shirt(x4) & n_person(x2) & n_part(x6) & n_instrument(x11) & n_hat(x3) & n_brass(x8) & n_band(x7) & in(x2,x3) & exists s2 x9 x10.(of(x9,x10) & n_part(x9) & n_instrument(x10) & card_eq_2(x10) & all x12.(-n_part(x12) | (x9 = x12)) & a_visible(s2) & Theme(s2,x9) & -(x10 = x11)) & as(e3,x6) & although(e3,p1) & a_pink(s1) & Theme(s1,x3) & Theme(e3,x5) & Theme(e2,x4) & Theme(e1,x3) & Actor(e3,x1))
|
exists e1 s1 x1 x2.(v_play(e1) & n_person(x1) & n_instrument(x2) & a_musical(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A father showing his son something on paper.
|
The father and son are looking at a paper.
| 1 | -100 |
A father can be showing his son something on paper without also looking at the paper.
|
exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & on(e1,x4) & n_paper(x4) & a_something(s1) & Manner(e1,s1) & Theme(e1,x3) & Actor(e1,x2) & v_show(e1) & n_son(x3) & of(x3,x1) & n_male(x1) & (x1 = x2) & n_father(x1))
|
exists e1 x1 x2 x3 x4.(n_son(x3) & n_father(x2) & subset_of(x3,x1) & subset_of(x2,x1) & at(e1,x4) & n_paper(x4) & Actor(e1,x1) & v_look(e1))
|
76c49da4-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4.(v_show(e1) & on(e1,x4) & of(x3,x1) & n_son(x3) & n_paper(x4) & n_male(x1) & n_father(x1) & a_topic(x1) & a_something(s1) & Theme(e1,x3) & Manner(e1,s1) & Actor(e1,x2) & (x1 = x2))
|
exists e1 x1 x2 x3 x4.(v_look(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_son(x3) & n_paper(x4) & n_father(x2) & at(e1,x4) & Actor(e1,x1))
|
||
A father showing his son something on paper.
|
A son has his father show him something on paper.
| 0 | -100 |
A son has his father show something on paper means a father is showing his son something on paper
|
exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & on(e1,x4) & n_paper(x4) & a_something(s1) & Manner(e1,s1) & Theme(e1,x3) & Actor(e1,x2) & v_show(e1) & n_son(x3) & of(x3,x1) & n_male(x1) & (x1 = x2) & n_father(x1))
|
exists e1 e2 x1 x2 x3 x4 x5.(Theme(e2,x2) & Actor(e2,x1) & v_have(e2) & Recipient(e1,x1) & Theme(e1,x4) & Actor(e1,x3) & v_show(e1) & n_male(x1) & n_male(x1) & on(x4,x5) & n_paper(x5) & n_thing(x4) & (x2 = x3) & n_father(x2) & of(x2,x1) & n_son(x1))
|
76c4a312-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4.(v_show(e1) & on(e1,x4) & of(x3,x1) & n_son(x3) & n_paper(x4) & n_male(x1) & n_father(x1) & a_topic(x1) & a_something(s1) & Theme(e1,x3) & Manner(e1,s1) & Actor(e1,x2) & (x1 = x2))
|
exists e1 e2 x1 x2 x3 x4 x5.(v_show(e1) & v_have(e2) & on(x4,x5) & of(x2,x1) & n_thing(x4) & n_son(x1) & n_paper(x5) & n_male(x1) & n_father(x2) & Theme(e2,x2) & Theme(e1,x4) & Recipient(e1,x1) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3))
|
||
A father showing his son something on paper.
|
The father and son are drawing a picture.
| 2 | -100 |
Showing something doesn't mean one is engaged in drawing a picture.
|
exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & on(e1,x4) & n_paper(x4) & a_something(s1) & Manner(e1,s1) & Theme(e1,x3) & Actor(e1,x2) & v_show(e1) & n_son(x3) & of(x3,x1) & n_male(x1) & (x1 = x2) & n_father(x1))
|
exists e1 x1 x2 x3 x4.(n_son(x3) & n_father(x2) & subset_of(x3,x1) & subset_of(x2,x1) & Theme(e1,x4) & Actor(e1,x1) & v_draw(e1) & n_picture(x4))
|
76c4a7f4-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4.(v_show(e1) & on(e1,x4) & of(x3,x1) & n_son(x3) & n_paper(x4) & n_male(x1) & n_father(x1) & a_topic(x1) & a_something(s1) & Theme(e1,x3) & Manner(e1,s1) & Actor(e1,x2) & (x1 = x2))
|
exists e1 x1 x2 x3 x4.(v_draw(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_son(x3) & n_picture(x4) & n_father(x2) & Theme(e1,x4) & Actor(e1,x1))
|
||
A man signs an autograph in a young boy's book.
|
The man is the young boy's role model.
| 1 | -100 |
Not everyone who gives autographs are a role model.
|
all x1.(n_autograph(x1) -> exists s1 x2 x3 x4 x5.(a_topic(x2) & in(x2,x5) & n_book(x5) & of(x5,x4) & n_boy(x4) & a_young(s1) & Theme(s1,x4) & for(x2,x1) & n_sign(x2) & of(x2,x3) & n_man(x3)))
|
exists p1 s1 x1 x2 x3 x4.(n_model(x3) & of(x3,x4) & n_role(x4) & of(x3,x2) & n_boy(x2) & a_young(s1) & Theme(s1,x2) & n_man(x1) & (x1 = x3))
|
76c4acb8-e4c8-11ec-9cdd-0242ac1c0002
|
all x1.(exists s1 x2 x3 x4 x5.(of(x5,x4) & of(x2,x3) & n_sign(x2) & n_man(x3) & n_boy(x4) & n_book(x5) & in(x2,x5) & for(x2,x1) & a_young(s1) & a_topic(x2) & Theme(s1,x4)) | -n_autograph(x1))
|
exists s1 x1 x2 x3 x4.(of(x3,x4) & of(x3,x2) & n_role(x4) & n_model(x3) & n_man(x1) & n_boy(x2) & a_young(s1) & Theme(s1,x2) & (x1 = x3))
|
||
A man signs an autograph in a young boy's book.
|
The man is writing something in the book.
| 0 | -100 |
If the man signs something, that is a type of writing.
|
all x1.(n_autograph(x1) -> exists s1 x2 x3 x4 x5.(a_topic(x2) & in(x2,x5) & n_book(x5) & of(x5,x4) & n_boy(x4) & a_young(s1) & Theme(s1,x4) & for(x2,x1) & n_sign(x2) & of(x2,x3) & n_man(x3)))
|
exists e1 x1 x2 x3.(n_book(x3) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_write(e1) & in(x2,x3) & n_thing(x2))
|
76c4b244-e4c8-11ec-9cdd-0242ac1c0002
|
all x1.(exists s1 x2 x3 x4 x5.(of(x5,x4) & of(x2,x3) & n_sign(x2) & n_man(x3) & n_boy(x4) & n_book(x5) & in(x2,x5) & for(x2,x1) & a_young(s1) & a_topic(x2) & Theme(s1,x4)) | -n_autograph(x1))
|
exists e1 x1 x2 x3.(v_write(e1) & n_thing(x2) & n_man(x1) & n_book(x3) & in(x2,x3) & Theme(e1,x2) & Actor(e1,x1))
|
||
A man signs an autograph in a young boy's book.
|
The man is writing an autograph on a girl's chest.
| 2 | -100 |
A man cannot be signing an autograph on a girl's chest while he is signing a boy's book.
|
all x1.(n_autograph(x1) -> exists s1 x2 x3 x4 x5.(a_topic(x2) & in(x2,x5) & n_book(x5) & of(x5,x4) & n_boy(x4) & a_young(s1) & Theme(s1,x4) & for(x2,x1) & n_sign(x2) & of(x2,x3) & n_man(x3)))
|
exists e1 x1 x2 x3 x4.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_write(e1) & on(x2,x4) & n_chest(x4) & of(x4,x3) & n_girl(x3) & n_autograph(x2))
|
76c4b74e-e4c8-11ec-9cdd-0242ac1c0002
|
all x1.(exists s1 x2 x3 x4 x5.(of(x5,x4) & of(x2,x3) & n_sign(x2) & n_man(x3) & n_boy(x4) & n_book(x5) & in(x2,x5) & for(x2,x1) & a_young(s1) & a_topic(x2) & Theme(s1,x4)) | -n_autograph(x1))
|
exists e1 x1 x2 x3 x4.(v_write(e1) & on(x2,x4) & of(x4,x3) & n_man(x1) & n_girl(x3) & n_chest(x4) & n_autograph(x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A man in a striped polo is signing autographs for children at a convention.
|
A man is signing autographs.
| 1 | -100 |
Not every man wears striped polo
|
exists e1 s1 x1 x2 x3 x4 x5.(at(e1,x5) & n_convention(x5) & for(e1,x4) & n_child(x4) & Theme(e1,x3) & Actor(e1,x1) & v_sign(e1) & n_autograph(x3) & in(x1,x2) & n_polo(x2) & a_striped(s1) & Theme(s1,x2) & n_man(x1))
|
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_sign(e1) & n_autograph(x2) & n_man(x1))
|
76c4bcd0-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4 x5.(v_sign(e1) & n_polo(x2) & n_man(x1) & n_convention(x5) & n_child(x4) & n_autograph(x3) & in(x1,x2) & for(e1,x4) & at(e1,x5) & a_striped(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1))
|
exists e1 x1 x2.(v_sign(e1) & n_man(x1) & n_autograph(x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A man in a striped polo is signing autographs for children at a convention.
|
The clown is in the circus.
| 2 | -100 |
There can either be a man or a clown.
|
exists e1 s1 x1 x2 x3 x4 x5.(at(e1,x5) & n_convention(x5) & for(e1,x4) & n_child(x4) & Theme(e1,x3) & Actor(e1,x1) & v_sign(e1) & n_autograph(x3) & in(x1,x2) & n_polo(x2) & a_striped(s1) & Theme(s1,x2) & n_man(x1))
|
exists p1 x1 x2.(n_circus(x2) & n_clown(x1) & in(x1,x2))
|
76c4c2ac-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4 x5.(v_sign(e1) & n_polo(x2) & n_man(x1) & n_convention(x5) & n_child(x4) & n_autograph(x3) & in(x1,x2) & for(e1,x4) & at(e1,x5) & a_striped(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1))
|
exists x1 x2.(n_clown(x1) & n_circus(x2) & in(x1,x2))
|
||
A man in a striped polo is signing autographs for children at a convention.
|
A man is signing autographs for the children at the convention.
| 0 | -100 |
A man who is signing autographs for children at a convention must be signing autographs for the children at the convention.
|
exists e1 s1 x1 x2 x3 x4 x5.(at(e1,x5) & n_convention(x5) & for(e1,x4) & n_child(x4) & Theme(e1,x3) & Actor(e1,x1) & v_sign(e1) & n_autograph(x3) & in(x1,x2) & n_polo(x2) & a_striped(s1) & Theme(s1,x2) & n_man(x1))
|
exists e1 x1 x2 x3 x4.(n_convention(x4) & n_child(x3) & at(e1,x4) & for(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_sign(e1) & n_autograph(x2) & n_man(x1))
|
76c4c7de-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4 x5.(v_sign(e1) & n_polo(x2) & n_man(x1) & n_convention(x5) & n_child(x4) & n_autograph(x3) & in(x1,x2) & for(e1,x4) & at(e1,x5) & a_striped(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1))
|
exists e1 x1 x2 x3 x4.(v_sign(e1) & n_man(x1) & n_convention(x4) & n_child(x3) & n_autograph(x2) & for(e1,x3) & at(e1,x4) & Theme(e1,x2) & Actor(e1,x1))
|
||
Man with glasses and a red and black striped shirt, writing something down.
|
A man swimming.
| 2 | -100 |
One cannot be swimming while writing something down.
|
exists e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5.(a_topic(s1) & subset_of(x3,s1) & a_down(s5) & Manner(e1,s5) & Theme(e1,x5) & Actor(e1,x4) & v_write(e1) & n_thing(x5) & (x3 = x4) & n_shirt(x3) & a_striped(s4) & Theme(s4,x3) & a_black(s3) & Theme(s3,x3) & a_red(s2) & Theme(s2,x3) & subset_of(x1,s1) & with(x1,x2) & n_glass(x2) & n_man(x1))
|
exists x1 x2.(a_topic(x1) & n_swimming(x1) & of(x1,x2) & n_man(x2))
|
76c4ccfc-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5.(with(x1,x2) & v_write(e1) & subset_of(x3,s1) & subset_of(x1,s1) & n_thing(x5) & n_shirt(x3) & n_man(x1) & n_glass(x2) & a_topic(s1) & a_striped(s4) & a_red(s2) & a_down(s5) & a_black(s3) & Theme(s4,x3) & Theme(s3,x3) & Theme(s2,x3) & Theme(e1,x5) & Manner(e1,s5) & Actor(e1,x4) & (x3 = x4))
|
exists x1 x2.(of(x1,x2) & n_swimming(x1) & n_man(x2) & a_topic(x1))
|
||
Man with glasses and a red and black striped shirt, writing something down.
|
A man with glasses writing something down.
| 0 | -100 |
If he is a man with glasses and writing something down he must be a man with glasses writing something down.
|
exists e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5.(a_topic(s1) & subset_of(x3,s1) & a_down(s5) & Manner(e1,s5) & Theme(e1,x5) & Actor(e1,x4) & v_write(e1) & n_thing(x5) & (x3 = x4) & n_shirt(x3) & a_striped(s4) & Theme(s4,x3) & a_black(s3) & Theme(s3,x3) & a_red(s2) & Theme(s2,x3) & subset_of(x1,s1) & with(x1,x2) & n_glass(x2) & n_man(x1))
|
exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & with(x1,x2) & a_down(s1) & Manner(e1,s1) & Theme(e1,x4) & Actor(e1,x3) & v_write(e1) & n_thing(x4) & (x2 = x3) & n_glass(x2) & n_man(x1))
|
76c4d2f6-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5.(with(x1,x2) & v_write(e1) & subset_of(x3,s1) & subset_of(x1,s1) & n_thing(x5) & n_shirt(x3) & n_man(x1) & n_glass(x2) & a_topic(s1) & a_striped(s4) & a_red(s2) & a_down(s5) & a_black(s3) & Theme(s4,x3) & Theme(s3,x3) & Theme(s2,x3) & Theme(e1,x5) & Manner(e1,s5) & Actor(e1,x4) & (x3 = x4))
|
exists e1 s1 x1 x2 x3 x4.(with(x1,x2) & v_write(e1) & n_thing(x4) & n_man(x1) & n_glass(x2) & a_topic(x1) & a_down(s1) & Theme(e1,x4) & Manner(e1,s1) & Actor(e1,x3) & (x2 = x3))
|
||
Man with glasses and a red and black striped shirt, writing something down.
|
A man is lost as to what he is writing down.
| 1 | -100 |
Not every man wears glasses.
|
exists e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5.(a_topic(s1) & subset_of(x3,s1) & a_down(s5) & Manner(e1,s5) & Theme(e1,x5) & Actor(e1,x4) & v_write(e1) & n_thing(x5) & (x3 = x4) & n_shirt(x3) & a_striped(s4) & Theme(s4,x3) & a_black(s3) & Theme(s3,x3) & a_red(s2) & Theme(s2,x3) & subset_of(x1,s1) & with(x1,x2) & n_glass(x2) & n_man(x1))
|
exists e1 x1.(r_as(e1) & exists e2 s1 x2.(n_thing(x2) & to(e1,x2) & a_down(s1) & Manner(e2,s1) & Theme(e2,x2) & Actor(e2,x1) & v_write(e2)) & n_male(x1) & Theme(e1,x1) & v_lose(e1) & n_man(x1))
|
76c4d832-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5.(with(x1,x2) & v_write(e1) & subset_of(x3,s1) & subset_of(x1,s1) & n_thing(x5) & n_shirt(x3) & n_man(x1) & n_glass(x2) & a_topic(s1) & a_striped(s4) & a_red(s2) & a_down(s5) & a_black(s3) & Theme(s4,x3) & Theme(s3,x3) & Theme(s2,x3) & Theme(e1,x5) & Manner(e1,s5) & Actor(e1,x4) & (x3 = x4))
|
exists e1 x1.(v_lose(e1) & r_as(e1) & n_man(x1) & n_male(x1) & exists e2 s1 x2.(v_write(e2) & to(e1,x2) & n_thing(x2) & a_down(s1) & Theme(e2,x2) & Manner(e2,s1) & Actor(e2,x1)) & Theme(e1,x1))
|
||
A group of people surrounding a man in a black and red striped shirt asking for his autograph.
|
A man is in the middle of a group who want his autograph.
| 0 | -100 |
If people are surrounding a man, he must be in the middle of the group.
|
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & of(x1,x2) & in(e1,x5) & for(e2,x7) & n_autograph(x7) & of(x7,x1) & n_male(x1) & Actor(e2,x6) & v_ask(e2) & (x5 = x6) & n_shirt(x5) & a_striped(s3) & Theme(s3,x5) & a_red(s2) & Theme(s2,x5) & a_black(s1) & Theme(s1,x5) & Theme(e1,x4) & Actor(e1,x3) & v_surround(e1) & n_man(x4) & (x2 = x3) & n_people(x2) & n_group(x1))
|
exists p1 x1 x2 x5.(n_autograph(x5) & of(x5,x2) & n_male(x2) & n_middle(x2) & exists e1 x3 x4.(in(x1,x2) & of(x2,x3) & Theme(e1,x5) & Actor(e1,x4) & v_want(e1) & (x3 = x4) & n_group(x3)) & n_man(x1))
|
76c4dd6e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(v_surround(e1) & v_ask(e2) & of(x7,x1) & of(x1,x2) & n_shirt(x5) & n_people(x2) & n_man(x4) & n_male(x1) & n_group(x1) & n_autograph(x7) & in(e1,x5) & for(e2,x7) & a_topic(x1) & a_striped(s3) & a_red(s2) & a_black(s1) & Theme(s3,x5) & Theme(s2,x5) & Theme(s1,x5) & Theme(e1,x4) & Actor(e2,x6) & Actor(e1,x3) & (x5 = x6) & (x2 = x3))
|
exists x1 x2 x5.(of(x5,x2) & n_middle(x2) & n_man(x1) & n_male(x2) & n_autograph(x5) & exists e1 x3 x4.(v_want(e1) & of(x2,x3) & n_group(x3) & in(x1,x2) & Theme(e1,x5) & Actor(e1,x4) & (x3 = x4)))
|
||
A group of people surrounding a man in a black and red striped shirt asking for his autograph.
|
A man is standing out in the open and breathes a sigh of relief.
| 2 | -100 |
There can either a group of people or a man.
|
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & of(x1,x2) & in(e1,x5) & for(e2,x7) & n_autograph(x7) & of(x7,x1) & n_male(x1) & Actor(e2,x6) & v_ask(e2) & (x5 = x6) & n_shirt(x5) & a_striped(s3) & Theme(s3,x5) & a_red(s2) & Theme(s2,x5) & a_black(s1) & Theme(s1,x5) & Theme(e1,x4) & Actor(e1,x3) & v_surround(e1) & n_man(x4) & (x2 = x3) & n_people(x2) & n_group(x1))
|
exists e1 e2 s1 x1 x2 x3 x4 x5.(n_open(x2) & Theme(e2,x4) & Actor(e2,x3) & v_breathe(e2) & of(x4,x5) & n_relief(x5) & n_sigh(x4) & n_man(x3) & in(e1,x2) & a_out(s1) & Manner(e1,s1) & Actor(e1,x1) & v_stand(e1) & n_man(x1))
|
76c4e8e0-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(v_surround(e1) & v_ask(e2) & of(x7,x1) & of(x1,x2) & n_shirt(x5) & n_people(x2) & n_man(x4) & n_male(x1) & n_group(x1) & n_autograph(x7) & in(e1,x5) & for(e2,x7) & a_topic(x1) & a_striped(s3) & a_red(s2) & a_black(s1) & Theme(s3,x5) & Theme(s2,x5) & Theme(s1,x5) & Theme(e1,x4) & Actor(e2,x6) & Actor(e1,x3) & (x5 = x6) & (x2 = x3))
|
exists e1 e2 s1 x1 x2 x3 x4 x5.(v_stand(e1) & v_breathe(e2) & of(x4,x5) & n_sigh(x4) & n_relief(x5) & n_open(x2) & n_man(x3) & n_man(x1) & in(e1,x2) & a_out(s1) & Theme(e2,x4) & Manner(e1,s1) & Actor(e2,x3) & Actor(e1,x1))
|
||
Three people sit together on a couch in a house while two others stand off to the sides.
|
2 women and 3 men are talking in a group.
| 1 | -100 |
2 women and 3 men are more than three people.
|
exists e1 p1 s1 x1 x2 x3 x5.(n_side(x5) & exists e2 s2 x4.(a_off(s2) & Manner(e2,s2) & to(e2,x5) & Actor(e2,x4) & v_stand(e2) & -(x4 = x1) & n_person(x4) & card_eq_2(x4)) & n_person(x1) & while(e1,p1) & in(e1,x3) & n_house(x3) & on(e1,x2) & n_couch(x2) & a_together(s1) & Manner(e1,s1) & Actor(e1,x1) & v_sit(e1) & n_people(x1) & card_eq_3(x1))
|
exists e1 x1 x2 x3 x4.(in(e1,x4) & n_group(x4) & Actor(e1,x1) & v_talk(e1) & n_man(x3) & n_date(x3) & a_date_day_03(x3) & a_date_day_03(x3) & n_woman(x2) & subset_of(x3,x1) & subset_of(x2,x1) & n_date(x1) & a_date_day_02(x1) & a_date_day_02(x1))
|
76c4ee44-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 p1 s1 x1 x2 x3 x5.(while(e1,p1) & v_sit(e1) & on(e1,x2) & n_side(x5) & n_person(x1) & n_people(x1) & n_house(x3) & n_couch(x2) & in(e1,x3) & exists e2 s2 x4.(v_stand(e2) & to(e2,x5) & n_person(x4) & card_eq_2(x4) & a_off(s2) & Manner(e2,s2) & Actor(e2,x4) & -(x4 = x1)) & card_eq_3(x1) & a_together(s1) & Manner(e1,s1) & Actor(e1,x1))
|
exists e1 x1 x2 x3 x4.(v_talk(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x2) & n_man(x3) & n_group(x4) & n_date(x3) & n_date(x1) & in(e1,x4) & a_date_day_03(x3) & a_date_day_02(x1) & Actor(e1,x1))
|
||
Three people sit together on a couch in a house while two others stand off to the sides.
|
5 people gathered in a house.
| 0 | -100 |
The three people sitting together and the two others combine to make five.
|
exists e1 p1 s1 x1 x2 x3 x5.(n_side(x5) & exists e2 s2 x4.(a_off(s2) & Manner(e2,s2) & to(e2,x5) & Actor(e2,x4) & v_stand(e2) & -(x4 = x1) & n_person(x4) & card_eq_2(x4)) & n_person(x1) & while(e1,p1) & in(e1,x3) & n_house(x3) & on(e1,x2) & n_couch(x2) & a_together(s1) & Manner(e1,s1) & Actor(e1,x1) & v_sit(e1) & n_people(x1) & card_eq_3(x1))
|
exists e1 x1 x2 x3.(a_topic(x1) & in(e1,x3) & n_house(x3) & Theme(e1,x2) & v_gather(e1) & (x1 = x2) & n_people(x1) & n_date(x1) & a_date_day_05(x1) & a_date_day_05(x1))
|
76c4f362-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 p1 s1 x1 x2 x3 x5.(while(e1,p1) & v_sit(e1) & on(e1,x2) & n_side(x5) & n_person(x1) & n_people(x1) & n_house(x3) & n_couch(x2) & in(e1,x3) & exists e2 s2 x4.(v_stand(e2) & to(e2,x5) & n_person(x4) & card_eq_2(x4) & a_off(s2) & Manner(e2,s2) & Actor(e2,x4) & -(x4 = x1)) & card_eq_3(x1) & a_together(s1) & Manner(e1,s1) & Actor(e1,x1))
|
exists e1 x1 x2 x3.(v_gather(e1) & n_people(x1) & n_house(x3) & n_date(x1) & in(e1,x3) & a_topic(x1) & a_date_day_05(x1) & Theme(e1,x2) & (x1 = x2))
|
||
Three people sit together on a couch in a house while two others stand off to the sides.
|
Four men jumping on a couch.
| 2 | -100 |
if there is three there is not four, and they are sitting, not jumping.
|
exists e1 p1 s1 x1 x2 x3 x5.(n_side(x5) & exists e2 s2 x4.(a_off(s2) & Manner(e2,s2) & to(e2,x5) & Actor(e2,x4) & v_stand(e2) & -(x4 = x1) & n_person(x4) & card_eq_2(x4)) & n_person(x1) & while(e1,p1) & in(e1,x3) & n_house(x3) & on(e1,x2) & n_couch(x2) & a_together(s1) & Manner(e1,s1) & Actor(e1,x1) & v_sit(e1) & n_people(x1) & card_eq_3(x1))
|
exists e1 x1 x2 x3.(a_topic(x1) & on(e1,x3) & n_couch(x3) & Actor(e1,x2) & v_jump(e1) & (x1 = x2) & n_man(x1) & card_eq_4(x1))
|
76c4f8d0-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 p1 s1 x1 x2 x3 x5.(while(e1,p1) & v_sit(e1) & on(e1,x2) & n_side(x5) & n_person(x1) & n_people(x1) & n_house(x3) & n_couch(x2) & in(e1,x3) & exists e2 s2 x4.(v_stand(e2) & to(e2,x5) & n_person(x4) & card_eq_2(x4) & a_off(s2) & Manner(e2,s2) & Actor(e2,x4) & -(x4 = x1)) & card_eq_3(x1) & a_together(s1) & Manner(e1,s1) & Actor(e1,x1))
|
exists e1 x1 x2 x3.(v_jump(e1) & on(e1,x3) & n_man(x1) & n_couch(x3) & card_eq_4(x1) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
|
||
Trombonist playing the her instrument in a band for a parade.
|
Trombonist playing for a parade.
| 0 | -100 |
her instrument is what the trombonist is playing
|
exists e1 p1 s1 x1 x2.(n_instrument(x2) & a_her(s1) & Theme(s1,x2) & exists e2 x3 x4.(in(e2,x3) & for(x3,x4) & n_parade(x4) & n_band(x3) & Theme(e2,x2) & Actor(e2,x1) & v_play(e2)) & Topic(e1,p1) & Actor(e1,x1) & v_trombonist(e1) & n_thing(x1))
|
exists s1 x1 x2.(a_topic(x1) & for(x1,x2) & n_parade(x2) & n_playing(x1) & a_trombonist(s1) & Theme(s1,x1))
|
76c4fed4-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 p1 s1 x1 x2.(v_trombonist(e1) & n_thing(x1) & n_instrument(x2) & exists e2 x3 x4.(v_play(e2) & n_parade(x4) & n_band(x3) & in(e2,x3) & for(x3,x4) & Theme(e2,x2) & Actor(e2,x1)) & a_her(s1) & Topic(e1,p1) & Theme(s1,x2) & Actor(e1,x1))
|
exists s1 x1 x2.(n_playing(x1) & n_parade(x2) & for(x1,x2) & a_trombonist(s1) & a_topic(x1) & Theme(s1,x1))
|
||
Trombonist playing the her instrument in a band for a parade.
|
Trombonist playing for the Thanksgiving Day Parade.
| 1 | -100 |
Not every trombonist is a her and not all parades are for Thanksgiving Day.
|
exists e1 p1 s1 x1 x2.(n_instrument(x2) & a_her(s1) & Theme(s1,x2) & exists e2 x3 x4.(in(e2,x3) & for(x3,x4) & n_parade(x4) & n_band(x3) & Theme(e2,x2) & Actor(e2,x1) & v_play(e2)) & Topic(e1,p1) & Actor(e1,x1) & v_trombonist(e1) & n_thing(x1))
|
exists s1 x1 x2 x3 x4.(ne_tim_parade(x2) & (x2 = x4) & ne_tim_day(x4) & (x2 = x3) & ne_tim_thanksgiving(x3) & a_topic(x1) & for(x1,x2) & n_playing(x1) & a_trombonist(s1) & Theme(s1,x1))
|
76c5038e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 p1 s1 x1 x2.(v_trombonist(e1) & n_thing(x1) & n_instrument(x2) & exists e2 x3 x4.(v_play(e2) & n_parade(x4) & n_band(x3) & in(e2,x3) & for(x3,x4) & Theme(e2,x2) & Actor(e2,x1)) & a_her(s1) & Topic(e1,p1) & Theme(s1,x2) & Actor(e1,x1))
|
exists s1 x1 x2 x3 x4.(ne_tim_thanksgiving(x3) & ne_tim_parade(x2) & ne_tim_day(x4) & n_playing(x1) & for(x1,x2) & a_trombonist(s1) & a_topic(x1) & Theme(s1,x1) & (x2 = x4) & (x2 = x3))
|
||
Trombonist playing the her instrument in a band for a parade.
|
Trombonist playing for a football game.
| 2 | -100 |
a football game is not a parade.
|
exists e1 p1 s1 x1 x2.(n_instrument(x2) & a_her(s1) & Theme(s1,x2) & exists e2 x3 x4.(in(e2,x3) & for(x3,x4) & n_parade(x4) & n_band(x3) & Theme(e2,x2) & Actor(e2,x1) & v_play(e2)) & Topic(e1,p1) & Actor(e1,x1) & v_trombonist(e1) & n_thing(x1))
|
exists s1 x1 x2 x3.(a_topic(x1) & for(x1,x2) & n_game(x2) & of(x2,x3) & n_football(x3) & n_playing(x1) & a_trombonist(s1) & Theme(s1,x1))
|
76c50938-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 p1 s1 x1 x2.(v_trombonist(e1) & n_thing(x1) & n_instrument(x2) & exists e2 x3 x4.(v_play(e2) & n_parade(x4) & n_band(x3) & in(e2,x3) & for(x3,x4) & Theme(e2,x2) & Actor(e2,x1)) & a_her(s1) & Topic(e1,p1) & Theme(s1,x2) & Actor(e1,x1))
|
exists s1 x1 x2 x3.(of(x2,x3) & n_playing(x1) & n_game(x2) & n_football(x3) & for(x1,x2) & a_trombonist(s1) & a_topic(x1) & Theme(s1,x1))
|
||
A person is airborne on a dirt bike.
|
The bike has a dog riding it.
| 2 | -100 |
A person and a dog are not the same thing.
|
exists s1 x1 x2 x3.(on(s1,x2) & n_bike(x2) & of(x2,x3) & n_dirt(x3) & Theme(s1,x1) & a_airborne(s1) & n_person(x1))
|
exists e2 e1 x1 x2 x3.(n_thing(x1) & n_bike(x1) & Theme(e2,x2) & Actor(e2,x1) & v_have(e2) & Theme(e1,x1) & Actor(e1,x3) & v_ride(e1) & (x2 = x3) & n_dog(x2))
|
76c50f46-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 x1 x2 x3.(on(s1,x2) & of(x2,x3) & n_person(x1) & n_dirt(x3) & n_bike(x2) & a_airborne(s1) & Theme(s1,x1))
|
exists e2 e1 x1 x2 x3.(v_ride(e1) & v_have(e2) & n_thing(x1) & n_dog(x2) & n_bike(x1) & Theme(e2,x2) & Theme(e1,x1) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3))
|
||
A person is airborne on a dirt bike.
|
The bike is in the air with a person on it.
| 0 | -100 |
person is airborne on a dirt bike shows that bike is in air with a person
|
exists s1 x1 x2 x3.(on(s1,x2) & n_bike(x2) & of(x2,x3) & n_dirt(x3) & Theme(s1,x1) & a_airborne(s1) & n_person(x1))
|
exists p1 x1 x2.(n_thing(x2) & n_air(x2) & n_bike(x1) & exists x3.(in(x1,x2) & with(x2,x3) & on(x3,x2) & n_person(x3)))
|
76c51504-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 x1 x2 x3.(on(s1,x2) & of(x2,x3) & n_person(x1) & n_dirt(x3) & n_bike(x2) & a_airborne(s1) & Theme(s1,x1))
|
exists x1 x2.(n_thing(x2) & n_bike(x1) & n_air(x2) & exists x3.(with(x2,x3) & on(x3,x2) & n_person(x3) & in(x1,x2)))
|
||
A person is airborne on a dirt bike.
|
They are scared.
| 1 | -100 |
It does not say that they are scared, or any feelings.
|
exists s1 x1 x2 x3.(on(s1,x2) & n_bike(x2) & of(x2,x3) & n_dirt(x3) & Theme(s1,x1) & a_airborne(s1) & n_person(x1))
|
exists e1 x1.(n_thing(x1) & Theme(e1,x1) & v_scare(e1))
|
76c519b4-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 x1 x2 x3.(on(s1,x2) & of(x2,x3) & n_person(x1) & n_dirt(x3) & n_bike(x2) & a_airborne(s1) & Theme(s1,x1))
|
exists e1 x1.(v_scare(e1) & n_thing(x1) & Theme(e1,x1))
|
||
A young girl in leopard print stands in the kitchen holding a spatula while cooking pancakes.
|
The girl is making food.
| 0 | -100 |
young girl is a girl and cooking pancakes is making food
|
exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(n_kitchen(x4) & a_topic(x1) & in(x1,x2) & while(e1,e2) & Theme(e2,x7) & Actor(e2,x5) & v_cook(e2) & n_pancake(x7) & Theme(e1,x6) & Actor(e1,x5) & v_hold(e1) & n_spatula(x6) & (x2 = x5) & in(x2,x4) & n_stand(x2) & of(x2,x3) & n_print(x3) & a_leopard(s2) & Theme(s2,x2) & n_girl(x1) & a_young(s1) & Theme(s1,x1))
|
exists e1 x1 x2.(n_girl(x1) & Theme(e1,x2) & Actor(e1,x1) & v_make(e1) & n_food(x2))
|
76c51e5a-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & v_hold(e1) & v_cook(e2) & of(x2,x3) & n_stand(x2) & n_spatula(x6) & n_print(x3) & n_pancake(x7) & n_kitchen(x4) & n_girl(x1) & in(x2,x4) & in(x1,x2) & a_young(s1) & a_topic(x1) & a_leopard(s2) & Theme(s2,x2) & Theme(s1,x1) & Theme(e2,x7) & Theme(e1,x6) & Actor(e2,x5) & Actor(e1,x5) & (x2 = x5))
|
exists e1 x1 x2.(v_make(e1) & n_girl(x1) & n_food(x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A young girl in leopard print stands in the kitchen holding a spatula while cooking pancakes.
|
the girl is baking a cake.
| 2 | -100 |
pancakes and cake are two different foods.
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(n_kitchen(x4) & a_topic(x1) & in(x1,x2) & while(e1,e2) & Theme(e2,x7) & Actor(e2,x5) & v_cook(e2) & n_pancake(x7) & Theme(e1,x6) & Actor(e1,x5) & v_hold(e1) & n_spatula(x6) & (x2 = x5) & in(x2,x4) & n_stand(x2) & of(x2,x3) & n_print(x3) & a_leopard(s2) & Theme(s2,x2) & n_girl(x1) & a_young(s1) & Theme(s1,x1))
|
exists e1 x1 x2.(n_girl(x1) & Theme(e1,x2) & Actor(e1,x1) & v_bake(e1) & n_cake(x2))
|
76c52300-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & v_hold(e1) & v_cook(e2) & of(x2,x3) & n_stand(x2) & n_spatula(x6) & n_print(x3) & n_pancake(x7) & n_kitchen(x4) & n_girl(x1) & in(x2,x4) & in(x1,x2) & a_young(s1) & a_topic(x1) & a_leopard(s2) & Theme(s2,x2) & Theme(s1,x1) & Theme(e2,x7) & Theme(e1,x6) & Actor(e2,x5) & Actor(e1,x5) & (x2 = x5))
|
exists e1 x1 x2.(v_bake(e1) & n_girl(x1) & n_cake(x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A young girl in leopard print stands in the kitchen holding a spatula while cooking pancakes.
|
The girl is cooking breakfast.
| 1 | -100 |
Pancakes are not always for breakfast.
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(n_kitchen(x4) & a_topic(x1) & in(x1,x2) & while(e1,e2) & Theme(e2,x7) & Actor(e2,x5) & v_cook(e2) & n_pancake(x7) & Theme(e1,x6) & Actor(e1,x5) & v_hold(e1) & n_spatula(x6) & (x2 = x5) & in(x2,x4) & n_stand(x2) & of(x2,x3) & n_print(x3) & a_leopard(s2) & Theme(s2,x2) & n_girl(x1) & a_young(s1) & Theme(s1,x1))
|
exists p1 x1.(n_girl(x1) & exists s1 x2.((x1 = x2) & n_breakfast(x2) & a_cooking(s1) & Theme(s1,x2)))
|
76c527a6-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & v_hold(e1) & v_cook(e2) & of(x2,x3) & n_stand(x2) & n_spatula(x6) & n_print(x3) & n_pancake(x7) & n_kitchen(x4) & n_girl(x1) & in(x2,x4) & in(x1,x2) & a_young(s1) & a_topic(x1) & a_leopard(s2) & Theme(s2,x2) & Theme(s1,x1) & Theme(e2,x7) & Theme(e1,x6) & Actor(e2,x5) & Actor(e1,x5) & (x2 = x5))
|
exists x1.(n_girl(x1) & exists s1 x2.(n_breakfast(x2) & a_cooking(s1) & Theme(s1,x2) & (x1 = x2)))
|
||
A boxer lands a right hook.
|
The boxer lands a left hook.
| 2 | -100 |
left and right are opposite sides.
|
exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_land(e1) & n_hook(x2) & a_right(s1) & Theme(s1,x2) & n_boxer(x1))
|
exists e1 x1 x2 x3.(n_boxer(x1) & Theme(e1,x2) & Actor(e1,x1) & v_land(e1) & n_hook(x2) & of(x2,x3) & n_left(x3))
|
76c52c56-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2.(v_land(e1) & n_hook(x2) & n_boxer(x1) & a_right(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
|
exists e1 x1 x2 x3.(v_land(e1) & of(x2,x3) & n_left(x3) & n_hook(x2) & n_boxer(x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
A boxer lands a right hook.
|
A boxer got a knockout.
| 1 | -100 |
Not every right hook is a knockout
|
exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_land(e1) & n_hook(x2) & a_right(s1) & Theme(s1,x2) & n_boxer(x1))
|
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_get(e1) & n_knockout(x2) & n_boxer(x1))
|
76c53142-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2.(v_land(e1) & n_hook(x2) & n_boxer(x1) & a_right(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
|
exists e1 x1 x2.(v_get(e1) & n_knockout(x2) & n_boxer(x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
A boxer lands a right hook.
|
A boxer is in the ring.
| 0 | -100 |
the boxing landing a right hook means he is in the ring
|
exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_land(e1) & n_hook(x2) & a_right(s1) & Theme(s1,x2) & n_boxer(x1))
|
exists p1 x1 x2.(n_ring(x2) & in(x1,x2) & n_boxer(x1))
|
76c53872-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2.(v_land(e1) & n_hook(x2) & n_boxer(x1) & a_right(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
|
exists x1 x2.(n_ring(x2) & n_boxer(x1) & in(x1,x2))
|
||
These children are reading out loud.
|
The children are fighting over the torn book in the middle of the floor.
| 2 | -100 |
fighting over a book does not mean they are reading it out loud.
|
exists e1 s1 s2 x1 x2.(n_child(x1) & a_loud(s2) & Manner(e1,s2) & a_out(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_read(e1) & n_thing(x2))
|
exists e1 s1 x1 x2 x3 x4.(n_floor(x4) & n_middle(x3) & n_book(x2) & a_torn(s1) & Theme(s1,x2) & n_child(x1) & over(e1,x2) & in(x2,x3) & of(x3,x4) & Actor(e1,x1) & v_fight(e1))
|
76c53e76-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2.(v_read(e1) & n_thing(x2) & n_child(x1) & a_out(s1) & a_loud(s2) & Theme(e1,x2) & Manner(e1,s2) & Manner(e1,s1) & Actor(e1,x1))
|
exists e1 s1 x1 x2 x3 x4.(v_fight(e1) & over(e1,x2) & of(x3,x4) & n_middle(x3) & n_floor(x4) & n_child(x1) & n_book(x2) & in(x2,x3) & a_torn(s1) & Theme(s1,x2) & Actor(e1,x1))
|
||
These children are reading out loud.
|
There are several children in this picture.
| 0 | -100 |
these children are several children
|
exists e1 s1 s2 x1 x2.(n_child(x1) & a_loud(s2) & Manner(e1,s2) & a_out(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_read(e1) & n_thing(x2))
|
exists p1 x1 x2.(n_picture(x2) & in(p1,x2) & exists s1 x3.((x1 = x3) & n_child(x3) & a_several(s1) & Theme(s1,x3)))
|
76c5489e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2.(v_read(e1) & n_thing(x2) & n_child(x1) & a_out(s1) & a_loud(s2) & Theme(e1,x2) & Manner(e1,s2) & Manner(e1,s1) & Actor(e1,x1))
|
exists p1 x1 x2.(n_picture(x2) & in(p1,x2) & exists s1 x3.(n_child(x3) & a_several(s1) & Theme(s1,x3) & (x1 = x3)))
|
||
Five Asian students read from papers in front of a whiteboard.
|
The students are giving a presentation to the class.
| 1 | -100 |
The students may not be giving a presentation.
|
exists e1 s1 x1 x2 x3 x4.(in(e1,x3) & of(x3,x4) & n_whiteboard(x4) & n_front(x3) & from(e1,x2) & n_papers(x2) & Actor(e1,x1) & v_read(e1) & n_student(x1) & a_asian(s1) & Theme(s1,x1) & card_eq_5(x1))
|
exists e1 x1 x2 x3.(n_class(x3) & n_student(x1) & to(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_give(e1) & n_presentation(x2))
|
76c54d94-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4.(v_read(e1) & of(x3,x4) & n_whiteboard(x4) & n_student(x1) & n_papers(x2) & n_front(x3) & in(e1,x3) & from(e1,x2) & card_eq_5(x1) & a_asian(s1) & Theme(s1,x1) & Actor(e1,x1))
|
exists e1 x1 x2 x3.(v_give(e1) & to(e1,x3) & n_student(x1) & n_presentation(x2) & n_class(x3) & Theme(e1,x2) & Actor(e1,x1))
|
||
Five Asian students read from papers in front of a whiteboard.
|
Students are standing in front of a white board.
| 0 | -100 |
five Asian students are students
|
exists e1 s1 x1 x2 x3 x4.(in(e1,x3) & of(x3,x4) & n_whiteboard(x4) & n_front(x3) & from(e1,x2) & n_papers(x2) & Actor(e1,x1) & v_read(e1) & n_student(x1) & a_asian(s1) & Theme(s1,x1) & card_eq_5(x1))
|
exists e1 s1 x1 x2 x3.(in(e1,x2) & of(x2,x3) & n_board(x3) & a_white(s1) & Theme(s1,x3) & n_front(x2) & Actor(e1,x1) & v_stand(e1) & n_student(x1))
|
76c55280-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4.(v_read(e1) & of(x3,x4) & n_whiteboard(x4) & n_student(x1) & n_papers(x2) & n_front(x3) & in(e1,x3) & from(e1,x2) & card_eq_5(x1) & a_asian(s1) & Theme(s1,x1) & Actor(e1,x1))
|
exists e1 s1 x1 x2 x3.(v_stand(e1) & of(x2,x3) & n_student(x1) & n_front(x2) & n_board(x3) & in(e1,x2) & a_white(s1) & Theme(s1,x3) & Actor(e1,x1))
|
||
Five Asian students read from papers in front of a whiteboard.
|
Six Asian students read from papers in front of a whiteboard.
| 2 | -100 |
if there are only five, there are not six.
|
exists e1 s1 x1 x2 x3 x4.(in(e1,x3) & of(x3,x4) & n_whiteboard(x4) & n_front(x3) & from(e1,x2) & n_papers(x2) & Actor(e1,x1) & v_read(e1) & n_student(x1) & a_asian(s1) & Theme(s1,x1) & card_eq_5(x1))
|
exists e1 s1 x1 x2 x3 x4.(in(e1,x3) & of(x3,x4) & n_whiteboard(x4) & n_front(x3) & from(e1,x2) & n_papers(x2) & Actor(e1,x1) & v_read(e1) & n_student(x1) & a_asian(s1) & Theme(s1,x1) & card_eq_6(x1))
|
76c5578a-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4.(v_read(e1) & of(x3,x4) & n_whiteboard(x4) & n_student(x1) & n_papers(x2) & n_front(x3) & in(e1,x3) & from(e1,x2) & card_eq_5(x1) & a_asian(s1) & Theme(s1,x1) & Actor(e1,x1))
|
exists e1 s1 x1 x2 x3 x4.(v_read(e1) & of(x3,x4) & n_whiteboard(x4) & n_student(x1) & n_papers(x2) & n_front(x3) & in(e1,x3) & from(e1,x2) & card_eq_6(x1) & a_asian(s1) & Theme(s1,x1) & Actor(e1,x1))
|
||
Five young Asian students are reciting from a sheet of paper.
|
One student recites the speech from memory without the help of notes.
| 2 | -100 |
Five is more than one.
|
exists e1 s1 s2 x1 x2 x3.(from(e1,x2) & of(x2,x3) & n_paper(x3) & n_sheet(x2) & Actor(e1,x1) & v_recite(e1) & n_student(x1) & a_asian(s2) & Theme(s2,x1) & a_young(s1) & Theme(s1,x1) & card_eq_5(x1))
|
exists e1 x1 x2 x3 x4.(n_help(x4) & n_speech(x2) & -exists x5.(with(e1,x4) & of(x4,x5) & n_note(x5)) & Theme(e1,x2) & Actor(e1,x1) & v_recite(e1) & from(x2,x3) & n_memory(x3) & n_student(x1) & card_eq_1(x1))
|
76c55dca-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3.(v_recite(e1) & of(x2,x3) & n_student(x1) & n_sheet(x2) & n_paper(x3) & from(e1,x2) & card_eq_5(x1) & a_young(s1) & a_asian(s2) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1))
|
exists e1 x1 x2 x3 x4.(v_recite(e1) & n_student(x1) & n_speech(x2) & n_memory(x3) & n_help(x4) & from(x2,x3) & card_eq_1(x1) & all x5.(-with(e1,x4) | -of(x4,x5) | -n_note(x5)) & Theme(e1,x2) & Actor(e1,x1))
|
||
Five young Asian students are reciting from a sheet of paper.
|
Five students read from a sheet.
| 0 | -100 |
young Asians are students
|
exists e1 s1 s2 x1 x2 x3.(from(e1,x2) & of(x2,x3) & n_paper(x3) & n_sheet(x2) & Actor(e1,x1) & v_recite(e1) & n_student(x1) & a_asian(s2) & Theme(s2,x1) & a_young(s1) & Theme(s1,x1) & card_eq_5(x1))
|
exists e1 x1 x2 x3.(a_topic(x1) & from(e1,x3) & n_sheet(x3) & Theme(e1,x2) & v_read(e1) & (x1 = x2) & n_student(x1) & card_eq_5(x1))
|
76c564a0-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3.(v_recite(e1) & of(x2,x3) & n_student(x1) & n_sheet(x2) & n_paper(x3) & from(e1,x2) & card_eq_5(x1) & a_young(s1) & a_asian(s2) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1))
|
exists e1 x1 x2 x3.(v_read(e1) & n_student(x1) & n_sheet(x3) & from(e1,x3) & card_eq_5(x1) & a_topic(x1) & Theme(e1,x2) & (x1 = x2))
|
||
Five young Asian students are reciting from a sheet of paper.
|
Five Asian students have been selected to read the proclamation.
| 1 | -100 |
The students may not have been selected.
|
exists e1 s1 s2 x1 x2 x3.(from(e1,x2) & of(x2,x3) & n_paper(x3) & n_sheet(x2) & Actor(e1,x1) & v_recite(e1) & n_student(x1) & a_asian(s2) & Theme(s2,x1) & a_young(s1) & Theme(s1,x1) & card_eq_5(x1))
|
exists e1 p1 s1 x1 x2.(n_proclamation(x2) & Recipient(e1,p1) & Topic(e1,x1) & v_select(e1) & exists e2.(Theme(e2,x2) & Actor(e2,x1) & v_read(e2)) & n_student(x1) & a_asian(s1) & Theme(s1,x1) & card_eq_5(x1))
|
76c56964-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3.(v_recite(e1) & of(x2,x3) & n_student(x1) & n_sheet(x2) & n_paper(x3) & from(e1,x2) & card_eq_5(x1) & a_young(s1) & a_asian(s2) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1))
|
exists e1 p1 s1 x1 x2.(v_select(e1) & n_student(x1) & n_proclamation(x2) & exists e2.(v_read(e2) & Theme(e2,x2) & Actor(e2,x1)) & card_eq_5(x1) & a_asian(s1) & Topic(e1,x1) & Theme(s1,x1) & Recipient(e1,p1))
|
||
Five students are reading off a piece of paper.
|
the students are practicing for a test
| 1 | -100 |
You can not infer they are practicing for a test because they are reading off a piece of paper.
|
exists e1 s1 x1 x2 x3.(a_off(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_read(e1) & of(x2,x3) & n_paper(x3) & n_piece(x2) & n_student(x1) & card_eq_5(x1))
|
exists e1 x1 x2.(n_student(x1) & for(e1,x2) & n_test(x2) & Actor(e1,x1) & v_practice(e1))
|
76c5bd42-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3.(v_read(e1) & of(x2,x3) & n_student(x1) & n_piece(x2) & n_paper(x3) & card_eq_5(x1) & a_off(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1))
|
exists e1 x1 x2.(v_practice(e1) & n_test(x2) & n_student(x1) & for(e1,x2) & Actor(e1,x1))
|
||
Five students are reading off a piece of paper.
|
the students are together
| 0 | -100 |
Both subjects are students
|
exists e1 s1 x1 x2 x3.(a_off(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_read(e1) & of(x2,x3) & n_paper(x3) & n_piece(x2) & n_student(x1) & card_eq_5(x1))
|
exists s1 x1.(n_student(x1) & Theme(s1,x1) & a_together(s1))
|
76c5ca6c-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3.(v_read(e1) & of(x2,x3) & n_student(x1) & n_piece(x2) & n_paper(x3) & card_eq_5(x1) & a_off(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1))
|
exists s1 x1.(n_student(x1) & a_together(s1) & Theme(s1,x1))
|
||
Five students are reading off a piece of paper.
|
the art teacher had the students paint all day
| 2 | -100 |
reading is not painting.
|
exists e1 s1 x1 x2 x3.(a_off(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_read(e1) & of(x2,x3) & n_paper(x3) & n_piece(x2) & n_student(x1) & card_eq_5(x1))
|
exists e1 x1 x2 x3 x4.(n_student(x4) & n_teacher(x1) & of(x1,x2) & n_art(x2) & all x5.(n_day(x5) -> exists e2.(Theme(e2,x5) & Actor(e2,x1) & v_paint(e2))) & Theme(e1,x4) & Actor(e1,x3) & v_have(e1) & (x1 = x3))
|
76c5d5c0-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3.(v_read(e1) & of(x2,x3) & n_student(x1) & n_piece(x2) & n_paper(x3) & card_eq_5(x1) & a_off(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1))
|
exists e1 x1 x2 x3 x4.(v_have(e1) & of(x1,x2) & n_teacher(x1) & n_student(x4) & n_art(x2) & all x5.(exists e2.(v_paint(e2) & Theme(e2,x5) & Actor(e2,x1)) | -n_day(x5)) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3))
|
||
Students reading their answers in the classroom
|
People are saying things out loud in a room.
| 0 | -100 |
students are people
|
exists e1 x1 x2 x3 x4.(n_classroom(x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_read(e1) & in(x3,x4) & n_answer(x3) & of(x3,x1) & n_thing(x1) & (x1 = x2) & n_student(x1))
|
exists e1 s1 s2 x1 x2 x3.(in(e1,x3) & n_room(x3) & a_loud(s2) & Manner(e1,s2) & a_out(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_say(e1) & n_thing(x2) & n_people(x1))
|
76c5e038-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4.(v_read(e1) & of(x3,x1) & n_thing(x1) & n_student(x1) & n_classroom(x4) & n_answer(x3) & in(x3,x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
exists e1 s1 s2 x1 x2 x3.(v_say(e1) & n_thing(x2) & n_room(x3) & n_people(x1) & in(e1,x3) & a_out(s1) & a_loud(s2) & Theme(e1,x2) & Manner(e1,s2) & Manner(e1,s1) & Actor(e1,x1))
|
||
Students reading their answers in the classroom
|
Students are taking a verbal test outside.
| 2 | -100 |
if they are inside they can not be outside
|
exists e1 x1 x2 x3 x4.(n_classroom(x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_read(e1) & in(x3,x4) & n_answer(x3) & of(x3,x1) & n_thing(x1) & (x1 = x2) & n_student(x1))
|
exists e1 s1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & n_outside(x2) & of(x2,x3) & n_test(x3) & a_verbal(s1) & Theme(s1,x2) & n_student(x1))
|
76c5ea4c-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4.(v_read(e1) & of(x3,x1) & n_thing(x1) & n_student(x1) & n_classroom(x4) & n_answer(x3) & in(x3,x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
exists e1 s1 x1 x2 x3.(v_take(e1) & of(x2,x3) & n_test(x3) & n_student(x1) & n_outside(x2) & a_verbal(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
Students reading their answers in the classroom
|
Students are reviewing their answers on the homework together in class.
| 1 | -100 |
Though they are reading answers in class they may not be working on homework together
|
exists e1 x1 x2 x3 x4.(n_classroom(x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_read(e1) & in(x3,x4) & n_answer(x3) & of(x3,x1) & n_thing(x1) & (x1 = x2) & n_student(x1))
|
exists e1 s1 x1 x2 x3 x4.(n_homework(x3) & in(e1,x4) & n_class(x4) & a_together(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_review(e1) & on(x2,x3) & n_answer(x2) & of(x2,x1) & n_thing(x1) & n_student(x1))
|
76c5f2d0-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4.(v_read(e1) & of(x3,x1) & n_thing(x1) & n_student(x1) & n_classroom(x4) & n_answer(x3) & in(x3,x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
exists e1 s1 x1 x2 x3 x4.(v_review(e1) & on(x2,x3) & of(x2,x1) & n_thing(x1) & n_student(x1) & n_homework(x3) & n_class(x4) & n_answer(x2) & in(e1,x4) & a_together(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1))
|
||
Two teams of women all wearing uniforms competing against each other in a game of volleyball.
|
women wearing uniforms
| 0 | -100 |
two teams of women are women
|
exists e2 e1 s1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & a_all(s1) & Manner(e2,s1) & Theme(e2,x4) & Actor(e2,x3) & v_wear(e2) & in(e1,x6) & of(x6,x7) & n_volleyball(x7) & n_game(x6) & all x8.(n_other(x8) -> against(e1,x8)) & Actor(e1,x5) & v_compete(e1) & (x4 = x5) & n_uniform(x4) & (x1 = x3) & of(x1,x2) & n_woman(x2) & n_team(x1) & card_eq_2(x1))
|
exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_uniform(x3) & (x1 = x2) & n_woman(x1))
|
76c5fcb2-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 s1 x1 x2 x3 x4 x5 x6 x7.(v_wear(e2) & v_compete(e1) & of(x6,x7) & of(x1,x2) & n_woman(x2) & n_volleyball(x7) & n_uniform(x4) & n_team(x1) & n_game(x6) & in(e1,x6) & card_eq_2(x1) & all x8.(against(e1,x8) | -n_other(x8)) & a_topic(x1) & a_all(s1) & Theme(e2,x4) & Manner(e2,s1) & Actor(e2,x3) & Actor(e1,x5) & (x4 = x5) & (x1 = x3))
|
exists e1 x1 x2 x3.(v_wear(e1) & n_woman(x1) & n_uniform(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
||
Two teams of women all wearing uniforms competing against each other in a game of volleyball.
|
the women are naked
| 2 | -100 |
if they are wearing uniforms they are not naked.
|
exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & a_all(s1) & Manner(e2,s1) & Theme(e2,x4) & Actor(e2,x3) & v_wear(e2) & in(e1,x6) & of(x6,x7) & n_volleyball(x7) & n_game(x6) & all x8.(n_other(x8) -> against(e1,x8)) & Actor(e1,x5) & v_compete(e1) & (x4 = x5) & n_uniform(x4) & (x1 = x3) & of(x1,x2) & n_woman(x2) & n_team(x1) & card_eq_2(x1))
|
exists s1 x1.(n_woman(x1) & Theme(s1,x1) & a_naked(s1))
|
76c6057c-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(v_wear(e2) & v_compete(e1) & of(x6,x7) & of(x1,x2) & n_woman(x2) & n_volleyball(x7) & n_uniform(x4) & n_team(x1) & n_game(x6) & in(e1,x6) & card_eq_2(x1) & all x8.(against(e1,x8) | -n_other(x8)) & a_topic(x1) & a_all(s1) & Theme(e2,x4) & Manner(e2,s1) & Actor(e2,x3) & Actor(e1,x5) & (x4 = x5) & (x1 = x3))
|
exists s1 x1.(n_woman(x1) & a_naked(s1) & Theme(s1,x1))
|
||
Two teams of women all wearing uniforms competing against each other in a game of volleyball.
|
the woman are cute
| 1 | -100 |
there is nothing that says the woman are cute.
|
exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & a_all(s1) & Manner(e2,s1) & Theme(e2,x4) & Actor(e2,x3) & v_wear(e2) & in(e1,x6) & of(x6,x7) & n_volleyball(x7) & n_game(x6) & all x8.(n_other(x8) -> against(e1,x8)) & Actor(e1,x5) & v_compete(e1) & (x4 = x5) & n_uniform(x4) & (x1 = x3) & of(x1,x2) & n_woman(x2) & n_team(x1) & card_eq_2(x1))
|
exists s1 x1.(n_woman(x1) & Theme(s1,x1) & a_cute(s1))
|
76c60bd0-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(v_wear(e2) & v_compete(e1) & of(x6,x7) & of(x1,x2) & n_woman(x2) & n_volleyball(x7) & n_uniform(x4) & n_team(x1) & n_game(x6) & in(e1,x6) & card_eq_2(x1) & all x8.(against(e1,x8) | -n_other(x8)) & a_topic(x1) & a_all(s1) & Theme(e2,x4) & Manner(e2,s1) & Actor(e2,x3) & Actor(e1,x5) & (x4 = x5) & (x1 = x3))
|
exists s1 x1.(n_woman(x1) & a_cute(s1) & Theme(s1,x1))
|
||
Two female volleyball teams are competing in a volleyball game with spectators in the background.
|
The teams are having a competition.
| 0 | -100 |
two female volleyball teams are teams and competing is a competition
|
exists e1 s1 x1 x2 x3 x4 x5 x6.(n_background(x6) & in(e1,x3) & with(x3,x5) & in(x5,x6) & n_spectator(x5) & n_game(x3) & of(x3,x4) & n_volleyball(x4) & Actor(e1,x1) & v_compete(e1) & n_team(x1) & of(x1,x2) & n_volleyball(x2) & a_female(s1) & Theme(s1,x1) & card_eq_2(x1))
|
exists e1 x1 x2.(n_team(x1) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_competition(x2))
|
76c61120-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4 x5 x6.(with(x3,x5) & v_compete(e1) & of(x3,x4) & of(x1,x2) & n_volleyball(x4) & n_volleyball(x2) & n_team(x1) & n_spectator(x5) & n_game(x3) & n_background(x6) & in(x5,x6) & in(e1,x3) & card_eq_2(x1) & a_female(s1) & Theme(s1,x1) & Actor(e1,x1))
|
exists e1 x1 x2.(v_have(e1) & n_team(x1) & n_competition(x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
Two female volleyball teams are competing in a volleyball game with spectators in the background.
|
The teams are competing in the volleyball Olympic game.
| 1 | -100 |
The teams are competing but not necessarily in an Olympic game
|
exists e1 s1 x1 x2 x3 x4 x5 x6.(n_background(x6) & in(e1,x3) & with(x3,x5) & in(x5,x6) & n_spectator(x5) & n_game(x3) & of(x3,x4) & n_volleyball(x4) & Actor(e1,x1) & v_compete(e1) & n_team(x1) & of(x1,x2) & n_volleyball(x2) & a_female(s1) & Theme(s1,x1) & card_eq_2(x1))
|
exists e1 x1 x2 x3 x4.(n_game(x2) & (x2 = x4) & ne_nam_olympic(x4) & of(x2,x3) & n_volleyball(x3) & n_team(x1) & in(e1,x2) & Actor(e1,x1) & v_compete(e1))
|
76c61760-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4 x5 x6.(with(x3,x5) & v_compete(e1) & of(x3,x4) & of(x1,x2) & n_volleyball(x4) & n_volleyball(x2) & n_team(x1) & n_spectator(x5) & n_game(x3) & n_background(x6) & in(x5,x6) & in(e1,x3) & card_eq_2(x1) & a_female(s1) & Theme(s1,x1) & Actor(e1,x1))
|
exists e1 x1 x2 x3 x4.(v_compete(e1) & of(x2,x3) & ne_nam_olympic(x4) & n_volleyball(x3) & n_team(x1) & n_game(x2) & in(e1,x2) & Actor(e1,x1) & (x2 = x4))
|
||
Two female volleyball teams are competing in a volleyball game with spectators in the background.
|
The teams are competing in a Tennis match.
| 2 | -100 |
Tennis is not volleyball.
|
exists e1 s1 x1 x2 x3 x4 x5 x6.(n_background(x6) & in(e1,x3) & with(x3,x5) & in(x5,x6) & n_spectator(x5) & n_game(x3) & of(x3,x4) & n_volleyball(x4) & Actor(e1,x1) & v_compete(e1) & n_team(x1) & of(x1,x2) & n_volleyball(x2) & a_female(s1) & Theme(s1,x1) & card_eq_2(x1))
|
exists e1 x1 x2 x3.(n_team(x1) & in(e1,x2) & n_match(x2) & (x2 = x3) & ne_nam_tennis(x3) & Actor(e1,x1) & v_compete(e1))
|
76c61cce-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4 x5 x6.(with(x3,x5) & v_compete(e1) & of(x3,x4) & of(x1,x2) & n_volleyball(x4) & n_volleyball(x2) & n_team(x1) & n_spectator(x5) & n_game(x3) & n_background(x6) & in(x5,x6) & in(e1,x3) & card_eq_2(x1) & a_female(s1) & Theme(s1,x1) & Actor(e1,x1))
|
exists e1 x1 x2 x3.(v_compete(e1) & ne_nam_tennis(x3) & n_team(x1) & n_match(x2) & in(e1,x2) & Actor(e1,x1) & (x2 = x3))
|
||
Two volleyball teams face off against each other and one team is getting ready to block or spike the ball.
|
The match is very competitive so far.
| 1 | -100 |
the match may not be competitive
|
exists e1 e2 p1 s1 x1 x2 x3 x7.(n_ball(x7) & exists p2 s2.(Topic(s2,p2) & Actor(s2,x1) & a_ready(s2) & (exists e3.(Theme(e3,x7) & Actor(e3,x1) & v_block(e3)) | exists e4.(Theme(e4,x7) & Actor(e4,x1) & v_spike(e4)))) & Topic(e2,p1) & Actor(e2,x1) & v_get(e2) & a_off(s1) & Manner(e1,s1) & all x5 x4 x6.((n_team(x6) & card_eq_1(x6) & n_other(x5) & subset_of(x6,x4) & subset_of(x5,x4)) -> against(e1,x4)) & Theme(e1,x3) & Actor(e1,x2) & v_face(e1) & (x1 = x3) & n_team(x2) & n_volleyball(x1) & card_eq_2(x1))
|
exists s1 s2 x1.(n_match(x1) & r_so(s1) & a_far(s2) & Manner(s1,s2) & r_very(s1) & Theme(s1,x1) & a_competitive(s1))
|
76c6232c-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 p1 s1 x1 x2 x3 x7.(v_get(e2) & v_face(e1) & n_volleyball(x1) & n_team(x2) & n_ball(x7) & exists p2 s2.(a_ready(s2) & Topic(s2,p2) & Actor(s2,x1) & (exists e4.(v_spike(e4) & Theme(e4,x7) & Actor(e4,x1)) | exists e3.(v_block(e3) & Theme(e3,x7) & Actor(e3,x1)))) & card_eq_2(x1) & all x5 x4 x6.(against(e1,x4) | -subset_of(x6,x4) | -subset_of(x5,x4) | -n_team(x6) | -n_other(x5) | -card_eq_1(x6)) & a_off(s1) & Topic(e2,p1) & Theme(e1,x3) & Manner(e1,s1) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x3))
|
exists s1 s2 x1.(r_very(s1) & r_so(s1) & n_match(x1) & a_far(s2) & a_competitive(s1) & Theme(s1,x1) & Manner(s1,s2))
|
||
Two volleyball teams face off against each other and one team is getting ready to block or spike the ball.
|
Two teams are playing volleyball.
| 0 | -100 |
"Two volleyball teams face off against each other" implies they are playing volleyball.
|
exists e1 e2 p1 s1 x1 x2 x3 x7.(n_ball(x7) & exists p2 s2.(Topic(s2,p2) & Actor(s2,x1) & a_ready(s2) & (exists e3.(Theme(e3,x7) & Actor(e3,x1) & v_block(e3)) | exists e4.(Theme(e4,x7) & Actor(e4,x1) & v_spike(e4)))) & Topic(e2,p1) & Actor(e2,x1) & v_get(e2) & a_off(s1) & Manner(e1,s1) & all x6 x5 x4.((n_team(x6) & card_eq_1(x6) & n_other(x5) & subset_of(x6,x4) & subset_of(x5,x4)) -> against(e1,x4)) & Theme(e1,x3) & Actor(e1,x2) & v_face(e1) & (x1 = x3) & n_team(x2) & n_volleyball(x1) & card_eq_2(x1))
|
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_volleyball(x2) & n_team(x1) & card_eq_2(x1))
|
76c62d9a-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 p1 s1 x1 x2 x3 x7.(v_get(e2) & v_face(e1) & n_volleyball(x1) & n_team(x2) & n_ball(x7) & exists p2 s2.(a_ready(s2) & Topic(s2,p2) & Actor(s2,x1) & (exists e4.(v_spike(e4) & Theme(e4,x7) & Actor(e4,x1)) | exists e3.(v_block(e3) & Theme(e3,x7) & Actor(e3,x1)))) & card_eq_2(x1) & all x6 x5 x4.(against(e1,x4) | -subset_of(x6,x4) | -subset_of(x5,x4) | -n_team(x6) | -n_other(x5) | -card_eq_1(x6)) & a_off(s1) & Topic(e2,p1) & Theme(e1,x3) & Manner(e1,s1) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x3))
|
exists e1 x1 x2.(v_play(e1) & n_volleyball(x2) & n_team(x1) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
A member of one volleyball team has just sent the volleyball over the net while the other team is attempting to block it.
|
The people are playing basketball on the beach.
| 2 | -100 |
If people are playing basketball, they cannot be playing volleyball at the same time.
|
exists e1 p1 s1 x1 x2 x3 x4.(n_net(x4) & a_just(s1) & Manner(e1,s1) & exists e2 p2.(Topic(e2,p2) & Actor(e2,x2) & v_attempt(e2) & exists e3.(Theme(e3,x1) & Actor(e3,x2) & v_block(e3))) & n_thing(x1) & -(x2 = x2) & n_team(x2) & n_team(x2) & while(e1,p1) & over(e1,x4) & Theme(e1,x3) & Actor(e1,x1) & v_send(e1) & n_volleyball(x3) & n_volleyball(x3) & of(x1,x2) & of(x2,x3) & card_eq_1(x2) & n_member(x1))
|
exists e1 x1 x2 x3.(n_beach(x3) & n_people(x1) & on(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_basketball(x2))
|
76c63c0e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 p1 s1 x1 x2 x3 x4.(while(e1,p1) & v_send(e1) & over(e1,x4) & of(x2,x3) & of(x1,x2) & n_volleyball(x3) & n_thing(x1) & n_team(x2) & n_net(x4) & n_member(x1) & exists e2 p2.(v_attempt(e2) & exists e3.(v_block(e3) & Theme(e3,x1) & Actor(e3,x2)) & Topic(e2,p2) & Actor(e2,x2)) & card_eq_1(x2) & a_just(s1) & Theme(e1,x3) & Manner(e1,s1) & Actor(e1,x1) & -(x2 = x2))
|
exists e1 x1 x2 x3.(v_play(e1) & on(e1,x3) & n_people(x1) & n_beach(x3) & n_basketball(x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
An intense game of women's volleyball is taking place indoors.
|
The women's volleyball team is playing a game inside.
| 0 | -100 |
Indoors is a synonym of inside.
|
exists e1 s1 x1 x2 x3 x4 x5.(Time(e1,x5) & n_indoor(x5) & Theme(e1,x4) & Actor(e1,x1) & v_take(e1) & n_place(x4) & of(x1,x3) & n_volleyball(x3) & of(x3,x2) & n_woman(x2) & n_game(x1) & a_intense(s1) & Theme(s1,x1))
|
exists e1 x1 x2 x3 x4 x5.(n_team(x2) & of(x2,x3) & n_volleyball(x3) & of(x2,x1) & n_woman(x1) & Theme(e1,x4) & Actor(e1,x2) & v_play(e1) & n_inside(x4) & of(x4,x5) & n_game(x5))
|
76c64550-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4 x5.(v_take(e1) & of(x3,x2) & of(x1,x3) & n_woman(x2) & n_volleyball(x3) & n_place(x4) & n_indoor(x5) & n_game(x1) & a_intense(s1) & Time(e1,x5) & Theme(s1,x1) & Theme(e1,x4) & Actor(e1,x1))
|
exists e1 x1 x2 x3 x4 x5.(v_play(e1) & of(x4,x5) & of(x2,x3) & of(x2,x1) & n_woman(x1) & n_volleyball(x3) & n_team(x2) & n_inside(x4) & n_game(x5) & Theme(e1,x4) & Actor(e1,x2))
|
||
A little blond girl is cooking pancakes.
|
a girl is using the stove.
| 1 | -100 |
Cooking pancakes does not imply that a stove is being used.
|
exists p1 s1 s2 x1.(exists s3 x2.((x1 = x2) & n_pancake(x2) & a_cooking(s3) & Theme(s3,x2)) & n_girl(x1) & a_blond(s2) & Theme(s2,x1) & a_little(s1) & Theme(s1,x1))
|
exists e1 x1 x2.(n_stove(x2) & Theme(e1,x2) & Actor(e1,x1) & v_use(e1) & n_girl(x1))
|
76c65ef0-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 s2 x1.(n_girl(x1) & exists s3 x2.(n_pancake(x2) & a_cooking(s3) & Theme(s3,x2) & (x1 = x2)) & a_little(s1) & a_blond(s2) & Theme(s2,x1) & Theme(s1,x1))
|
exists e1 x1 x2.(v_use(e1) & n_stove(x2) & n_girl(x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
The three men are all wearing a black jacket with yellow highlighting tape.
|
The three men are walking around, wearing black jackets.
| 1 | 0.838007 |
Because people are wearing black jacket doesn't mean they are walking around.
|
exists e1 s1 s2 s3 s4 x1 x2 x3.(n_man(x1) & card_eq_3(x1) & a_all(s4) & Manner(e1,s4) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & with(x2,x3) & n_tape(x3) & a_highlighting(s3) & Theme(s3,x3) & a_yellow(s2) & Theme(s2,x3) & n_jacket(x2) & a_black(s1) & Theme(s1,x2))
|
exists e1 e2 p1 s1 x1 x2.(n_man(x1) & card_eq_3(x1) & for(e1,e2) & Theme(e2,x2) & Actor(e2,x1) & v_wear(e2) & n_jacket(x2) & a_black(s1) & Theme(s1,x2) & exists s2.(Theme(s2,x1) & a_around(s2)) & Topic(e1,p1) & Actor(e1,x1) & v_walk(e1))
|
76c8e94a-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 s3 s4 x1 x2 x3.(with(x2,x3) & v_wear(e1) & n_tape(x3) & n_man(x1) & n_jacket(x2) & card_eq_3(x1) & a_yellow(s2) & a_highlighting(s3) & a_black(s1) & a_all(s4) & Theme(s3,x3) & Theme(s2,x3) & Theme(s1,x2) & Theme(e1,x2) & Manner(e1,s4) & Actor(e1,x1))
|
exists e1 e2 p1 s1 x1 x2.(v_wear(e2) & v_walk(e1) & n_man(x1) & n_jacket(x2) & for(e1,e2) & exists s2.(a_around(s2) & Theme(s2,x1)) & card_eq_3(x1) & a_black(s1) & Topic(e1,p1) & Theme(s1,x2) & Theme(e2,x2) & Actor(e2,x1) & Actor(e1,x1))
|
||
The three men are all wearing a black jacket with yellow highlighting tape.
|
The three guys are wearing the same jacket.
| 1 | 0.568721 |
Not all colors have the same shade because the people are wearing black jacket doesn't mean is the same jacket.
|
exists e1 s1 s2 s3 s4 x1 x2 x3.(n_man(x1) & card_eq_3(x1) & a_all(s4) & Manner(e1,s4) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & with(x2,x3) & n_tape(x3) & a_highlighting(s3) & Theme(s3,x3) & a_yellow(s2) & Theme(s2,x3) & n_jacket(x2) & a_black(s1) & Theme(s1,x2))
|
exists e1 s1 x1 x2.(n_jacket(x2) & a_same(s1) & Theme(s1,x2) & n_guy(x1) & card_eq_3(x1) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1))
|
76c8f1e2-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 s3 s4 x1 x2 x3.(with(x2,x3) & v_wear(e1) & n_tape(x3) & n_man(x1) & n_jacket(x2) & card_eq_3(x1) & a_yellow(s2) & a_highlighting(s3) & a_black(s1) & a_all(s4) & Theme(s3,x3) & Theme(s2,x3) & Theme(s1,x2) & Theme(e1,x2) & Manner(e1,s4) & Actor(e1,x1))
|
exists e1 s1 x1 x2.(v_wear(e1) & n_jacket(x2) & n_guy(x1) & card_eq_3(x1) & a_same(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
The three men are all wearing a black jacket with yellow highlighting tape.
|
Three men about to go for a night time jog.
| 1 | 0.007554 |
Because people are wearing a reflective clothes doesn't mean they are going on night time jog.
|
exists e1 s1 s2 s3 s4 x1 x2 x3.(n_man(x1) & card_eq_3(x1) & a_all(s4) & Manner(e1,s4) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & with(x2,x3) & n_tape(x3) & a_highlighting(s3) & Theme(s3,x3) & a_yellow(s2) & Theme(s2,x3) & n_jacket(x2) & a_black(s1) & Theme(s1,x2))
|
exists e1 p1 x1 x2.(a_topic(x1) & Topic(e1,p1) & Actor(e1,x2) & v_about(e1) & exists e2 x3 x4 x5.(for(e2,x3) & n_jog(x3) & of(x3,x5) & n_time(x5) & of(x3,x4) & n_night(x4) & Actor(e2,x2) & v_go(e2)) & (x1 = x2) & n_man(x1) & card_eq_3(x1))
|
76c8fade-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 s3 s4 x1 x2 x3.(with(x2,x3) & v_wear(e1) & n_tape(x3) & n_man(x1) & n_jacket(x2) & card_eq_3(x1) & a_yellow(s2) & a_highlighting(s3) & a_black(s1) & a_all(s4) & Theme(s3,x3) & Theme(s2,x3) & Theme(s1,x2) & Theme(e1,x2) & Manner(e1,s4) & Actor(e1,x1))
|
exists e1 p1 x1 x2.(v_about(e1) & n_man(x1) & exists e2 x3 x4 x5.(v_go(e2) & of(x3,x5) & of(x3,x4) & n_time(x5) & n_night(x4) & n_jog(x3) & for(e2,x3) & Actor(e2,x2)) & card_eq_3(x1) & a_topic(x1) & Topic(e1,p1) & Actor(e1,x2) & (x1 = x2))
|
||
The three men are all wearing a black jacket with yellow highlighting tape.
|
Three men work at a construction site.
| 1 | 0.335369 |
Because people are wearing a reflective clothes doesn't mean they work at construction site.
|
exists e1 s1 s2 s3 s4 x1 x2 x3.(n_man(x1) & card_eq_3(x1) & a_all(s4) & Manner(e1,s4) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & with(x2,x3) & n_tape(x3) & a_highlighting(s3) & Theme(s3,x3) & a_yellow(s2) & Theme(s2,x3) & n_jacket(x2) & a_black(s1) & Theme(s1,x2))
|
exists e1 x1 x2 x3.(at(e1,x2) & n_site(x2) & of(x2,x3) & n_construction(x3) & Actor(e1,x1) & v_work(e1) & n_man(x1) & card_eq_3(x1))
|
76c91168-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 s3 s4 x1 x2 x3.(with(x2,x3) & v_wear(e1) & n_tape(x3) & n_man(x1) & n_jacket(x2) & card_eq_3(x1) & a_yellow(s2) & a_highlighting(s3) & a_black(s1) & a_all(s4) & Theme(s3,x3) & Theme(s2,x3) & Theme(s1,x2) & Theme(e1,x2) & Manner(e1,s4) & Actor(e1,x1))
|
exists e1 x1 x2 x3.(v_work(e1) & of(x2,x3) & n_site(x2) & n_man(x1) & n_construction(x3) & card_eq_3(x1) & at(e1,x2) & Actor(e1,x1))
|
||
The three men are all wearing a black jacket with yellow highlighting tape.
|
Three men in black and yellow form the evening's neighborhood watch group.
| 1 | 0.069267 |
Because people are wearing a reflective clothes doesn't mean they are neighborhood watch group.
|
exists e1 s1 s2 s3 s4 x1 x2 x3.(n_man(x1) & card_eq_3(x1) & a_all(s4) & Manner(e1,s4) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & with(x2,x3) & n_tape(x3) & a_highlighting(s3) & Theme(s3,x3) & a_yellow(s2) & Theme(s2,x3) & n_jacket(x2) & a_black(s1) & Theme(s1,x2))
|
exists p1 s1 s2 x1 x2 x3 x4.(n_neighborhood(x4) & of(x4,x3) & n_evening(x3) & a_topic(x1) & exists e1 x5.(Theme(e1,x5) & Actor(e1,x4) & v_watch(e1) & n_group(x5)) & that(x1,p1) & in(x1,x2) & n_form(x2) & a_yellow(s2) & Theme(s2,x2) & a_black(s1) & Theme(s1,x2) & n_man(x1) & card_eq_3(x1))
|
76c92b58-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 s3 s4 x1 x2 x3.(with(x2,x3) & v_wear(e1) & n_tape(x3) & n_man(x1) & n_jacket(x2) & card_eq_3(x1) & a_yellow(s2) & a_highlighting(s3) & a_black(s1) & a_all(s4) & Theme(s3,x3) & Theme(s2,x3) & Theme(s1,x2) & Theme(e1,x2) & Manner(e1,s4) & Actor(e1,x1))
|
exists p1 s1 s2 x1 x2 x3 x4.(that(x1,p1) & of(x4,x3) & n_neighborhood(x4) & n_man(x1) & n_form(x2) & n_evening(x3) & in(x1,x2) & exists e1 x5.(v_watch(e1) & n_group(x5) & Theme(e1,x5) & Actor(e1,x4)) & card_eq_3(x1) & a_yellow(s2) & a_topic(x1) & a_black(s1) & Theme(s2,x2) & Theme(s1,x2))
|
||
The three men are all wearing a black jacket with yellow highlighting tape.
|
These men are warm and visible.
| 0 | 0.90059 |
Wearing a black jacket is a way to be warm, and yellow highlighting tape is used to make one visible.
|
exists e1 s1 s2 s3 s4 x1 x2 x3.(n_man(x1) & card_eq_3(x1) & a_all(s4) & Manner(e1,s4) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & with(x2,x3) & n_tape(x3) & a_highlighting(s3) & Theme(s3,x3) & a_yellow(s2) & Theme(s2,x3) & n_jacket(x2) & a_black(s1) & Theme(s1,x2))
|
exists s1 s2 x1.(n_man(x1) & Theme(s2,x1) & a_visible(s2) & Theme(s1,x1) & a_warm(s1))
|
76c93c06-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 s3 s4 x1 x2 x3.(with(x2,x3) & v_wear(e1) & n_tape(x3) & n_man(x1) & n_jacket(x2) & card_eq_3(x1) & a_yellow(s2) & a_highlighting(s3) & a_black(s1) & a_all(s4) & Theme(s3,x3) & Theme(s2,x3) & Theme(s1,x2) & Theme(e1,x2) & Manner(e1,s4) & Actor(e1,x1))
|
exists s1 s2 x1.(n_man(x1) & a_warm(s1) & a_visible(s2) & Theme(s2,x1) & Theme(s1,x1))
|
||
A woman in a blue jacket is standing outside in a crowd of people.
|
A sad woman in a blue jacket is standing outside in a crowd of people.
| 1 | -100 |
Not all woman are sad.
|
exists e1 s1 s2 x1 x2 x3 x4.(in(e1,x3) & of(x3,x4) & n_people(x4) & n_crowd(x3) & a_outside(s2) & Manner(e1,s2) & Actor(e1,x1) & v_stand(e1) & in(x1,x2) & n_jacket(x2) & a_blue(s1) & Theme(s1,x2) & n_woman(x1))
|
exists e1 s1 s2 s3 x1 x2 x3 x4.(in(e1,x3) & of(x3,x4) & n_people(x4) & n_crowd(x3) & a_outside(s3) & Manner(e1,s3) & Actor(e1,x1) & v_stand(e1) & in(x1,x2) & n_jacket(x2) & a_blue(s2) & Theme(s2,x2) & n_woman(x1) & a_sad(s1) & Theme(s1,x1))
|
76cbe410-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4.(v_stand(e1) & of(x3,x4) & n_woman(x1) & n_people(x4) & n_jacket(x2) & n_crowd(x3) & in(x1,x2) & in(e1,x3) & a_outside(s2) & a_blue(s1) & Theme(s1,x2) & Manner(e1,s2) & Actor(e1,x1))
|
exists e1 s1 s2 s3 x1 x2 x3 x4.(v_stand(e1) & of(x3,x4) & n_woman(x1) & n_people(x4) & n_jacket(x2) & n_crowd(x3) & in(x1,x2) & in(e1,x3) & a_sad(s1) & a_outside(s3) & a_blue(s2) & Theme(s2,x2) & Theme(s1,x1) & Manner(e1,s3) & Actor(e1,x1))
|
||
A woman in a blue jacket is standing outside in a crowd of people.
|
A woman in a jacket is standing outside in a crowd of people.
| 0 | -100 |
A blue jacket is a specific color of a jacket.
|
exists e1 s1 s2 x1 x2 x3 x4.(in(e1,x3) & of(x3,x4) & n_people(x4) & n_crowd(x3) & a_outside(s2) & Manner(e1,s2) & Actor(e1,x1) & v_stand(e1) & in(x1,x2) & n_jacket(x2) & a_blue(s1) & Theme(s1,x2) & n_woman(x1))
|
exists e1 s1 x1 x2 x3 x4.(in(e1,x3) & of(x3,x4) & n_people(x4) & n_crowd(x3) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x1) & v_stand(e1) & in(x1,x2) & n_jacket(x2) & n_woman(x1))
|
76cbea28-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4.(v_stand(e1) & of(x3,x4) & n_woman(x1) & n_people(x4) & n_jacket(x2) & n_crowd(x3) & in(x1,x2) & in(e1,x3) & a_outside(s2) & a_blue(s1) & Theme(s1,x2) & Manner(e1,s2) & Actor(e1,x1))
|
exists e1 s1 x1 x2 x3 x4.(v_stand(e1) & of(x3,x4) & n_woman(x1) & n_people(x4) & n_jacket(x2) & n_crowd(x3) & in(x1,x2) & in(e1,x3) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x1))
|
||
A woman wearing hat and a blue jacket is very big.
|
An obese woman is wearing a cap and jean jacket
| 1 | -100 |
A jacket that is blue does not mean it is a jean jacket.
|
exists e1 s1 s2 x1 x2 x3 x4 x5.(r_very(s2) & Theme(s2,x1) & a_big(s2) & subset_of(x5,x1) & n_jacket(x5) & a_blue(s1) & Theme(s1,x5) & subset_of(x2,x1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & n_hat(x4) & (x2 = x3) & n_woman(x2))
|
exists e1 s1 x1 x2 x3 x4 x5.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_jacket(x4) & of(x4,x5) & n_jean(x5) & n_cap(x3) & subset_of(x4,x2) & subset_of(x3,x2) & n_woman(x1) & a_obese(s1) & Theme(s1,x1))
|
76cbf180-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4 x5.(v_wear(e1) & subset_of(x5,x1) & subset_of(x2,x1) & r_very(s2) & n_woman(x2) & n_jacket(x5) & n_hat(x4) & a_blue(s1) & a_big(s2) & Theme(s2,x1) & Theme(s1,x5) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3))
|
exists e1 s1 x1 x2 x3 x4 x5.(v_wear(e1) & subset_of(x4,x2) & subset_of(x3,x2) & of(x4,x5) & n_woman(x1) & n_jean(x5) & n_jacket(x4) & n_cap(x3) & a_obese(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
A woman wearing hat and a blue jacket is very big.
|
An obese woman is wearing a cap and blue coat
| 0 | -100 |
An obese woman is very big.
|
exists e1 s1 s2 x1 x2 x3 x4 x5.(r_very(s2) & Theme(s2,x1) & a_big(s2) & subset_of(x5,x1) & n_jacket(x5) & a_blue(s1) & Theme(s1,x5) & subset_of(x2,x1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & n_hat(x4) & (x2 = x3) & n_woman(x2))
|
exists e1 s1 s2 x1 x2 x3 x4.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & subset_of(x4,x2) & n_coat(x4) & a_blue(s2) & Theme(s2,x4) & subset_of(x3,x2) & n_cap(x3) & n_woman(x1) & a_obese(s1) & Theme(s1,x1))
|
76cbf7fc-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4 x5.(v_wear(e1) & subset_of(x5,x1) & subset_of(x2,x1) & r_very(s2) & n_woman(x2) & n_jacket(x5) & n_hat(x4) & a_blue(s1) & a_big(s2) & Theme(s2,x1) & Theme(s1,x5) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3))
|
exists e1 s1 s2 x1 x2 x3 x4.(v_wear(e1) & subset_of(x4,x2) & subset_of(x3,x2) & n_woman(x1) & n_coat(x4) & n_cap(x3) & a_obese(s1) & a_blue(s2) & Theme(s2,x4) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
A woman wearing hat and a blue jacket is very big.
|
A slim young woman eats salad
| 2 | -100 |
The woman cannot be both big and slim simultaneously
|
exists e1 s1 s2 x1 x2 x3 x4 x5.(r_very(s2) & Theme(s2,x1) & a_big(s2) & subset_of(x5,x1) & n_jacket(x5) & a_blue(s1) & Theme(s1,x5) & subset_of(x2,x1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & n_hat(x4) & (x2 = x3) & n_woman(x2))
|
exists e1 s1 s2 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_eat(e1) & n_salad(x2) & n_woman(x1) & a_young(s2) & Theme(s2,x1) & a_slim(s1) & Theme(s1,x1))
|
76cbfffe-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4 x5.(v_wear(e1) & subset_of(x5,x1) & subset_of(x2,x1) & r_very(s2) & n_woman(x2) & n_jacket(x5) & n_hat(x4) & a_blue(s1) & a_big(s2) & Theme(s2,x1) & Theme(s1,x5) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3))
|
exists e1 s1 s2 x1 x2.(v_eat(e1) & n_woman(x1) & n_salad(x2) & a_young(s2) & a_slim(s1) & Theme(s2,x1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
A man begging for change on a busy sidewalk.
|
The man is homeless.
| 1 | -100 |
Not all man begging are homeless.
|
exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & on(e1,x4) & n_sidewalk(x4) & a_busy(s1) & Theme(s1,x4) & for(e1,x3) & n_change(x3) & Actor(e1,x2) & v_beg(e1) & (x1 = x2) & n_man(x1))
|
exists s1 x1.(n_man(x1) & Theme(s1,x1) & a_homeless(s1))
|
76cc0aa8-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4.(v_beg(e1) & on(e1,x4) & n_sidewalk(x4) & n_man(x1) & n_change(x3) & for(e1,x3) & a_topic(x1) & a_busy(s1) & Theme(s1,x4) & Actor(e1,x2) & (x1 = x2))
|
exists s1 x1.(n_man(x1) & a_homeless(s1) & Theme(s1,x1))
|
||
A man begging for change on a busy sidewalk.
|
The man is playing professional basketball.
| 2 | -100 |
A man is either playing professional basketball or begging for change.
|
exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & on(e1,x4) & n_sidewalk(x4) & a_busy(s1) & Theme(s1,x4) & for(e1,x3) & n_change(x3) & Actor(e1,x2) & v_beg(e1) & (x1 = x2) & n_man(x1))
|
exists e1 s1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_basketball(x2) & a_professional(s1) & Theme(s1,x2))
|
76cc120a-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4.(v_beg(e1) & on(e1,x4) & n_sidewalk(x4) & n_man(x1) & n_change(x3) & for(e1,x3) & a_topic(x1) & a_busy(s1) & Theme(s1,x4) & Actor(e1,x2) & (x1 = x2))
|
exists e1 s1 x1 x2.(v_play(e1) & n_man(x1) & n_basketball(x2) & a_professional(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A man begging for change on a busy sidewalk.
|
The man is talking to passerby.
| 0 | -100 |
Begging for change is a way of talking to passerby.
|
exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & on(e1,x4) & n_sidewalk(x4) & a_busy(s1) & Theme(s1,x4) & for(e1,x3) & n_change(x3) & Actor(e1,x2) & v_beg(e1) & (x1 = x2) & n_man(x1))
|
exists e1 x1 x2.(n_man(x1) & to(e1,x2) & n_passerby(x2) & Actor(e1,x1) & v_talk(e1))
|
76cc1976-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4.(v_beg(e1) & on(e1,x4) & n_sidewalk(x4) & n_man(x1) & n_change(x3) & for(e1,x3) & a_topic(x1) & a_busy(s1) & Theme(s1,x4) & Actor(e1,x2) & (x1 = x2))
|
exists e1 x1 x2.(v_talk(e1) & to(e1,x2) & n_passerby(x2) & n_man(x1) & Actor(e1,x1))
|
||
Two little girls in bathing suits sit on the shore of a lake, watching someone fishing from a boat.
|
Two girls are sitting outside by the lake.
| 0 | -100 |
Those who are on the shore of the lake are by the lake.
|
exists e3 e2 e1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(n_shore(x4) & for(e2,e3) & Theme(e3,x6) & Actor(e3,x1) & v_watch(e3) & from(x6,x8) & n_boat(x8) & Time(x6,x7) & n_fishing(x7) & n_person(x6) & on(e2,x4) & of(x4,x5) & n_lake(x5) & Actor(e2,x1) & v_sit(e2) & Theme(e1,x3) & Actor(e1,x2) & v_bath(e1) & n_suit(x3) & (x1 = x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1) & card_eq_2(x1))
|
exists e1 s1 x1 x2.(n_lake(x2) & by(e1,x2) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x1) & v_sit(e1) & n_girl(x1) & card_eq_2(x1))
|
76cc201a-e4c8-11ec-9cdd-0242ac1c0002
|
exists e3 e2 e1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(v_watch(e3) & v_sit(e2) & v_bath(e1) & on(e2,x4) & of(x4,x5) & n_suit(x3) & n_shore(x4) & n_person(x6) & n_lake(x5) & n_girl(x1) & n_fishing(x7) & n_boat(x8) & from(x6,x8) & for(e2,e3) & card_eq_2(x1) & a_little(s1) & Time(x6,x7) & Theme(s1,x1) & Theme(e3,x6) & Theme(e1,x3) & Actor(e3,x1) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
|
exists e1 s1 x1 x2.(v_sit(e1) & n_lake(x2) & n_girl(x1) & card_eq_2(x1) & by(e1,x2) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x1))
|
||
Two little girls in bathing suits sit on the shore of a lake, watching someone fishing from a boat.
|
Two little girls watch men fishing from a boat on the shore in bathing suits.
| 0 | 0.961144 |
Girls on the shore are girls on the shore.
|
exists e1 e3 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(n_shore(x4) & for(e2,e3) & Theme(e3,x6) & Actor(e3,x1) & v_watch(e3) & from(x6,x8) & n_boat(x8) & Time(x6,x7) & n_fishing(x7) & n_person(x6) & on(e2,x4) & of(x4,x5) & n_lake(x5) & Actor(e2,x1) & v_sit(e2) & Theme(e1,x3) & Actor(e1,x2) & v_bath(e1) & n_suit(x3) & (x1 = x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1) & card_eq_2(x1))
|
exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(n_shore(x5) & Theme(e2,x2) & Actor(e2,x1) & v_watch(e2) & from(x2,x4) & on(x4,x5) & Theme(e1,x7) & Actor(e1,x6) & v_bath(e1) & n_suit(x7) & (x5 = x6) & n_boat(x4) & n_fishing(x2) & of(x2,x3) & n_man(x3) & n_girl(x1) & a_little(s1) & Theme(s1,x1) & card_eq_2(x1))
|
76cc25a6-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e3 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(v_watch(e3) & v_sit(e2) & v_bath(e1) & on(e2,x4) & of(x4,x5) & n_suit(x3) & n_shore(x4) & n_person(x6) & n_lake(x5) & n_girl(x1) & n_fishing(x7) & n_boat(x8) & from(x6,x8) & for(e2,e3) & card_eq_2(x1) & a_little(s1) & Time(x6,x7) & Theme(s1,x1) & Theme(e3,x6) & Theme(e1,x3) & Actor(e3,x1) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
|
exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(v_watch(e2) & v_bath(e1) & on(x4,x5) & of(x2,x3) & n_suit(x7) & n_shore(x5) & n_man(x3) & n_girl(x1) & n_fishing(x2) & n_boat(x4) & from(x2,x4) & card_eq_2(x1) & a_little(s1) & Theme(s1,x1) & Theme(e2,x2) & Theme(e1,x7) & Actor(e2,x1) & Actor(e1,x6) & (x5 = x6))
|
||
Two little girls in bathing suits sit on the shore of a lake, watching someone fishing from a boat.
|
Two little girls in bathing suits plot a prank on a nearby fishing boat from the shore of a lake.
| 2 | -100 |
Girls are either on a fishing boat to plot a prank or watching someone fishing.
|
exists e3 e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(n_shore(x4) & for(e2,e3) & Theme(e3,x6) & Actor(e3,x1) & v_watch(e3) & from(x6,x8) & n_boat(x8) & Time(x6,x7) & n_fishing(x7) & n_person(x6) & on(e2,x4) & of(x4,x5) & n_lake(x5) & Actor(e2,x1) & v_sit(e2) & Theme(e1,x3) & Actor(e1,x2) & v_bath(e1) & n_suit(x3) & (x1 = x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1) & card_eq_2(x1))
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(n_shore(x7) & Theme(e2,x4) & Actor(e2,x1) & v_plot(e2) & on(x4,x5) & from(x5,x7) & of(x7,x8) & n_lake(x8) & n_boat(x5) & of(x5,x6) & n_fishing(x6) & a_nearby(s2) & Theme(s2,x5) & n_prank(x4) & Theme(e1,x3) & Actor(e1,x2) & v_bath(e1) & n_suit(x3) & (x1 = x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1) & card_eq_2(x1))
|
76cc2cc2-e4c8-11ec-9cdd-0242ac1c0002
|
exists e3 e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(v_watch(e3) & v_sit(e2) & v_bath(e1) & on(e2,x4) & of(x4,x5) & n_suit(x3) & n_shore(x4) & n_person(x6) & n_lake(x5) & n_girl(x1) & n_fishing(x7) & n_boat(x8) & from(x6,x8) & for(e2,e3) & card_eq_2(x1) & a_little(s1) & Time(x6,x7) & Theme(s1,x1) & Theme(e3,x6) & Theme(e1,x3) & Actor(e3,x1) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(v_plot(e2) & v_bath(e1) & on(x4,x5) & of(x7,x8) & of(x5,x6) & n_suit(x3) & n_shore(x7) & n_prank(x4) & n_lake(x8) & n_girl(x1) & n_fishing(x6) & n_boat(x5) & from(x5,x7) & card_eq_2(x1) & a_nearby(s2) & a_little(s1) & Theme(s2,x5) & Theme(s1,x1) & Theme(e2,x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
|
||
Two little girls in bathing suits sit on the shore of a lake, watching someone fishing from a boat.
|
Three girls are lying on the shore of a lake watching a man in a fishing boat.
| 2 | -100 |
There are either two or three girls.
|
exists e2 e3 e1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(n_shore(x4) & for(e2,e3) & Theme(e3,x6) & Actor(e3,x1) & v_watch(e3) & from(x6,x8) & n_boat(x8) & Time(x6,x7) & n_fishing(x7) & n_person(x6) & on(e2,x4) & of(x4,x5) & n_lake(x5) & Actor(e2,x1) & v_sit(e2) & Theme(e1,x3) & Actor(e1,x2) & v_bath(e1) & n_suit(x3) & (x1 = x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1) & card_eq_2(x1))
|
exists e2 e1 x1 x2 x3 x4 x5 x6.(n_shore(x2) & for(e1,e2) & in(e2,x5) & n_boat(x5) & of(x5,x6) & n_fishing(x6) & Theme(e2,x4) & Actor(e2,x1) & v_watch(e2) & n_man(x4) & on(e1,x2) & of(x2,x3) & n_lake(x3) & Actor(e1,x1) & v_lie(e1) & n_girl(x1) & card_eq_3(x1))
|
76cc330c-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e3 e1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(v_watch(e3) & v_sit(e2) & v_bath(e1) & on(e2,x4) & of(x4,x5) & n_suit(x3) & n_shore(x4) & n_person(x6) & n_lake(x5) & n_girl(x1) & n_fishing(x7) & n_boat(x8) & from(x6,x8) & for(e2,e3) & card_eq_2(x1) & a_little(s1) & Time(x6,x7) & Theme(s1,x1) & Theme(e3,x6) & Theme(e1,x3) & Actor(e3,x1) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
|
exists e2 e1 x1 x2 x3 x4 x5 x6.(v_watch(e2) & v_lie(e1) & on(e1,x2) & of(x5,x6) & of(x2,x3) & n_shore(x2) & n_man(x4) & n_lake(x3) & n_girl(x1) & n_fishing(x6) & n_boat(x5) & in(e2,x5) & for(e1,e2) & card_eq_3(x1) & Theme(e2,x4) & Actor(e2,x1) & Actor(e1,x1))
|
||
Two little girls in bathing suits sit on the shore of a lake, watching someone fishing from a boat.
|
Two little girls in bathing suits wait for a nearby fisherman to leave so that they may swim.
| 1 | 0.272991 |
Two girls sitting on the shore of a lake watching someone fishing does not imply there are waiting for him to leave so that they may swim.
|
exists e3 e2 e1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(n_shore(x4) & for(e2,e3) & Theme(e3,x6) & Actor(e3,x1) & v_watch(e3) & from(x6,x8) & n_boat(x8) & Time(x6,x7) & n_fishing(x7) & n_person(x6) & on(e2,x4) & of(x4,x5) & n_lake(x5) & Actor(e2,x1) & v_sit(e2) & Theme(e1,x3) & Actor(e1,x2) & v_bath(e1) & n_suit(x3) & (x1 = x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1) & card_eq_2(x1))
|
exists e1 p1 s1 x1 x2 x3.(a_topic(x1) & exists e2 p2 s2 x4.(Topic(e2,p2) & exists e3 p3.(r_so(e3) & exists e4 p4.(exists e5.(Actor(e5,x1) & v_swim(e5)) & Topic(e4,p4) & Actor(e4,x1) & v_may(e4)) & that(e3,p3) & Actor(e3,x3) & v_leave(e3)) & for(e2,x4) & n_fisherman(x4) & a_nearby(s2) & Theme(s2,x4) & Actor(e2,x3) & v_wait(e2)) & n_thing(x1) & Recipient(e1,p1) & Actor(e1,x2) & Topic(e1,x3) & v_bath(e1) & n_suit(x3) & (x1 = x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1) & card_eq_2(x1))
|
76cc3898-e4c8-11ec-9cdd-0242ac1c0002
|
exists e3 e2 e1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(v_watch(e3) & v_sit(e2) & v_bath(e1) & on(e2,x4) & of(x4,x5) & n_suit(x3) & n_shore(x4) & n_person(x6) & n_lake(x5) & n_girl(x1) & n_fishing(x7) & n_boat(x8) & from(x6,x8) & for(e2,e3) & card_eq_2(x1) & a_little(s1) & Time(x6,x7) & Theme(s1,x1) & Theme(e3,x6) & Theme(e1,x3) & Actor(e3,x1) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
|
exists e1 p1 s1 x1 x2 x3.(v_bath(e1) & n_thing(x1) & n_suit(x3) & n_girl(x1) & exists e2 p2 s2 x4.(v_wait(e2) & n_fisherman(x4) & for(e2,x4) & exists e3 p3.(v_leave(e3) & that(e3,p3) & r_so(e3) & exists e4 p4.(v_may(e4) & exists e5.(v_swim(e5) & Actor(e5,x1)) & Topic(e4,p4) & Actor(e4,x1)) & Actor(e3,x3)) & a_nearby(s2) & Topic(e2,p2) & Theme(s2,x4) & Actor(e2,x3)) & card_eq_2(x1) & a_topic(x1) & a_little(s1) & Topic(e1,x3) & Theme(s1,x1) & Recipient(e1,p1) & Actor(e1,x2) & (x1 = x2))
|
||
Two little girls in bathing suits sit on the shore of a lake, watching someone fishing from a boat.
|
Two little girls in bathing suits watch someone fishing from a boat from the nearby lake shore.
| 0 | -100 |
People who are watching on the shore are people who watch from the shore.
|
exists e2 e3 e1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(n_shore(x4) & for(e2,e3) & Theme(e3,x6) & Actor(e3,x1) & v_watch(e3) & from(x6,x8) & n_boat(x8) & Time(x6,x7) & n_fishing(x7) & n_person(x6) & on(e2,x4) & of(x4,x5) & n_lake(x5) & Actor(e2,x1) & v_sit(e2) & Theme(e1,x3) & Actor(e1,x2) & v_bath(e1) & n_suit(x3) & (x1 = x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1) & card_eq_2(x1))
|
exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(n_shore(x7) & of(x7,x8) & n_lake(x8) & a_nearby(s2) & Theme(s2,x7) & Theme(e2,x4) & Actor(e2,x1) & v_watch(e2) & from(x4,x6) & from(x6,x7) & n_boat(x6) & Time(x4,x5) & n_fishing(x5) & n_person(x4) & Theme(e1,x3) & Actor(e1,x2) & v_bath(e1) & n_suit(x3) & (x1 = x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1) & card_eq_2(x1))
|
76cc3f0a-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e3 e1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(v_watch(e3) & v_sit(e2) & v_bath(e1) & on(e2,x4) & of(x4,x5) & n_suit(x3) & n_shore(x4) & n_person(x6) & n_lake(x5) & n_girl(x1) & n_fishing(x7) & n_boat(x8) & from(x6,x8) & for(e2,e3) & card_eq_2(x1) & a_little(s1) & Time(x6,x7) & Theme(s1,x1) & Theme(e3,x6) & Theme(e1,x3) & Actor(e3,x1) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
|
exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(v_watch(e2) & v_bath(e1) & of(x7,x8) & n_suit(x3) & n_shore(x7) & n_person(x4) & n_lake(x8) & n_girl(x1) & n_fishing(x5) & n_boat(x6) & from(x6,x7) & from(x4,x6) & card_eq_2(x1) & a_nearby(s2) & a_little(s1) & Time(x4,x5) & Theme(s2,x7) & Theme(s1,x1) & Theme(e2,x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
|
||
Two little girls in bathing suits sit on the shore of a lake, watching someone fishing from a boat.
|
Someone is fishing on the lake.
| 0 | -100 |
On the lake specifies where the boat was located.
|
exists e3 e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(n_shore(x4) & for(e2,e3) & Theme(e3,x6) & Actor(e3,x1) & v_watch(e3) & from(x6,x8) & n_boat(x8) & Time(x6,x7) & n_fishing(x7) & n_person(x6) & on(e2,x4) & of(x4,x5) & n_lake(x5) & Actor(e2,x1) & v_sit(e2) & Theme(e1,x3) & Actor(e1,x2) & v_bath(e1) & n_suit(x3) & (x1 = x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1) & card_eq_2(x1))
|
exists e1 x1 x2.(n_lake(x2) & on(e1,x2) & Actor(e1,x1) & v_fish(e1) & n_person(x1))
|
76cc4446-e4c8-11ec-9cdd-0242ac1c0002
|
exists e3 e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(v_watch(e3) & v_sit(e2) & v_bath(e1) & on(e2,x4) & of(x4,x5) & n_suit(x3) & n_shore(x4) & n_person(x6) & n_lake(x5) & n_girl(x1) & n_fishing(x7) & n_boat(x8) & from(x6,x8) & for(e2,e3) & card_eq_2(x1) & a_little(s1) & Time(x6,x7) & Theme(s1,x1) & Theme(e3,x6) & Theme(e1,x3) & Actor(e3,x1) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
|
exists e1 x1 x2.(v_fish(e1) & on(e1,x2) & n_person(x1) & n_lake(x2) & Actor(e1,x1))
|
||
Two little girls in bathing suits sit on the shore of a lake, watching someone fishing from a boat.
|
Two girls are inside playing.
| 2 | -100 |
Two girls are either little or not. Two girls either sit on the shore or are inside playing.
|
exists e1 e2 e3 s1 x1 x2 x3 x4 x5 x6 x7 x8.(n_shore(x4) & for(e2,e3) & Theme(e3,x6) & Actor(e3,x1) & v_watch(e3) & from(x6,x8) & n_boat(x8) & Time(x6,x7) & n_fishing(x7) & n_person(x6) & on(e2,x4) & of(x4,x5) & n_lake(x5) & Actor(e2,x1) & v_sit(e2) & Theme(e1,x3) & Actor(e1,x2) & v_bath(e1) & n_suit(x3) & (x1 = x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1) & card_eq_2(x1))
|
exists p1 x1.(exists s1 x2.((x1 = x2) & n_playing(x2) & a_inside(s1) & Theme(s1,x2)) & n_girl(x1) & card_eq_2(x1))
|
76cc49f0-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 e3 s1 x1 x2 x3 x4 x5 x6 x7 x8.(v_watch(e3) & v_sit(e2) & v_bath(e1) & on(e2,x4) & of(x4,x5) & n_suit(x3) & n_shore(x4) & n_person(x6) & n_lake(x5) & n_girl(x1) & n_fishing(x7) & n_boat(x8) & from(x6,x8) & for(e2,e3) & card_eq_2(x1) & a_little(s1) & Time(x6,x7) & Theme(s1,x1) & Theme(e3,x6) & Theme(e1,x3) & Actor(e3,x1) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
|
exists x1.(n_girl(x1) & exists s1 x2.(n_playing(x2) & a_inside(s1) & Theme(s1,x2) & (x1 = x2)) & card_eq_2(x1))
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.