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
People are walking down a sidewalk where there is an outdoors market.
a busy market bustles with people
1
0.908594
Just because a lot of people are walking down a sidewalk doesn't mean the market bustles with people.
exists e1 p1 s1 x1 x2.(a_down(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_walk(e1) & exists p2 x3 s2 x4.((x3 = x4) & n_market(x4) & a_outdoors(s2) & Theme(s2,x4)) & where(x2,p1) & n_sidewalk(x2) & n_people(x1))
exists s1 x1 x2 x3.(a_topic(x1) & with(x1,x3) & n_people(x3) & n_bustle(x1) & of(x1,x2) & n_market(x2) & a_busy(s1) & Theme(s1,x1))
7a8a17f2-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 x1 x2.(where(x2,p1) & v_walk(e1) & n_sidewalk(x2) & n_people(x1) & exists x3 s2 x4.(n_market(x4) & a_outdoors(s2) & Theme(s2,x4) & (x3 = x4)) & a_down(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1))
exists s1 x1 x2 x3.(with(x1,x3) & of(x1,x2) & n_people(x3) & n_market(x2) & n_bustle(x1) & a_topic(x1) & a_busy(s1) & Theme(s1,x1))
People are walking down a sidewalk where there is an outdoors market.
The people walk by the vendors.
0
0.976217
People are walking by vendors down a sidewalk where there is an outdoors market.
exists e1 p1 s1 x1 x2.(a_down(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_walk(e1) & exists p2 x3 s2 x4.((x3 = x4) & n_market(x4) & a_outdoors(s2) & Theme(s2,x4)) & where(x2,p1) & n_sidewalk(x2) & n_people(x1))
exists e1 x1 x2.(n_vendor(x2) & n_people(x1) & Actor(e1,x2) & Theme(e1,x1) & v_walk(e1))
7a8a1c98-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 x1 x2.(where(x2,p1) & v_walk(e1) & n_sidewalk(x2) & n_people(x1) & exists x3 s2 x4.(n_market(x4) & a_outdoors(s2) & Theme(s2,x4) & (x3 = x4)) & a_down(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1))
exists e1 x1 x2.(v_walk(e1) & n_vendor(x2) & n_people(x1) & Theme(e1,x1) & Actor(e1,x2))
People are walking down a sidewalk where there is an outdoors market.
No one is near the market.
2
0.000017
Either no one is near the market or there are people there it can be either one or the other.
exists e1 p1 s1 x1 x2.(a_down(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_walk(e1) & exists p2 x3 s2 x4.((x3 = x4) & n_market(x4) & a_outdoors(s2) & Theme(s2,x4)) & where(x2,p1) & n_sidewalk(x2) & n_people(x1))
exists x2.(n_market(x2) & -exists p1 x1.(near(x1,x2) & n_one(x1)))
7a8a35f2-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 x1 x2.(where(x2,p1) & v_walk(e1) & n_sidewalk(x2) & n_people(x1) & exists x3 s2 x4.(n_market(x4) & a_outdoors(s2) & Theme(s2,x4) & (x3 = x4)) & a_down(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1))
exists x2.(n_market(x2) & all x1.(-near(x1,x2) | -n_one(x1)))
People are walking down a sidewalk where there is an outdoors market.
The people are shopping.
1
0.837421
People walking down the same sidewalk as an outdoors market are not necessarily shopping.
exists e1 p1 s1 x1 x2.(a_down(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_walk(e1) & exists p2 x3 s2 x4.((x3 = x4) & n_market(x4) & a_outdoors(s2) & Theme(s2,x4)) & where(x2,p1) & n_sidewalk(x2) & n_people(x1))
exists p1 x1.(n_people(x1) & exists x2.((x1 = x2) & n_shopping(x2)))
7a8a43e4-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 x1 x2.(where(x2,p1) & v_walk(e1) & n_sidewalk(x2) & n_people(x1) & exists x3 s2 x4.(n_market(x4) & a_outdoors(s2) & Theme(s2,x4) & (x3 = x4)) & a_down(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1))
exists x1.(n_people(x1) & exists x2.(n_shopping(x2) & (x1 = x2)))
People are walking down a sidewalk where there is an outdoors market.
People walk through a marketplace
0
-100
walk is another form of walking
exists e1 p1 s1 x1 x2.(a_down(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_walk(e1) & exists p2 x3 s2 x4.((x3 = x4) & n_market(x4) & a_outdoors(s2) & Theme(s2,x4)) & where(x2,p1) & n_sidewalk(x2) & n_people(x1))
exists e1 x1 x2.(through(e1,x2) & n_marketplace(x2) & Actor(e1,x1) & v_walk(e1) & n_people(x1))
7a8a4858-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 x1 x2.(where(x2,p1) & v_walk(e1) & n_sidewalk(x2) & n_people(x1) & exists x3 s2 x4.(n_market(x4) & a_outdoors(s2) & Theme(s2,x4) & (x3 = x4)) & a_down(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1))
exists e1 x1 x2.(v_walk(e1) & through(e1,x2) & n_people(x1) & n_marketplace(x2) & Actor(e1,x1))
People are walking down a sidewalk where there is an outdoors market.
The vendors are selling many goods.
1
0.606231
A market's vendors could be selling many goods or few.
exists e1 p1 s1 x1 x2.(a_down(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_walk(e1) & exists p2 x3 s2 x4.((x3 = x4) & n_market(x4) & a_outdoors(s2) & Theme(s2,x4)) & where(x2,p1) & n_sidewalk(x2) & n_people(x1))
exists e1 x1 x2.(n_vendor(x1) & Theme(e1,x2) & Actor(e1,x1) & v_sell(e1) & n_goods(x2) & n_quantity(x2))
7a8a4ccc-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 x1 x2.(where(x2,p1) & v_walk(e1) & n_sidewalk(x2) & n_people(x1) & exists x3 s2 x4.(n_market(x4) & a_outdoors(s2) & Theme(s2,x4) & (x3 = x4)) & a_down(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1))
exists e1 x1 x2.(v_sell(e1) & n_vendor(x1) & n_quantity(x2) & n_goods(x2) & Theme(e1,x2) & Actor(e1,x1))
People are walking down a sidewalk where there is an outdoors market.
A group of people look for things to buy in a market
1
0.926275
People can walk down the same sidewalk as a market without looking for things to buy.
exists e1 p1 s1 x1 x2.(a_down(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_walk(e1) & exists p2 x3 s2 x4.((x3 = x4) & n_market(x4) & a_outdoors(s2) & Theme(s2,x4)) & where(x2,p1) & n_sidewalk(x2) & n_people(x1))
exists e1 p1 x1 x2 x3 x4 x5.(Topic(e1,p1) & exists e2 x6.(in(e2,x6) & n_market(x6) & Actor(e2,x1) & v_buy(e2)) & for(e1,x5) & n_thing(x5) & Actor(e1,x3) & v_look(e1) & of(x3,x4) & n_people(x4) & n_group(x3) & of(x1,x2) & n_people(x2) & n_group(x1))
7a8a5226-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 x1 x2.(where(x2,p1) & v_walk(e1) & n_sidewalk(x2) & n_people(x1) & exists x3 s2 x4.(n_market(x4) & a_outdoors(s2) & Theme(s2,x4) & (x3 = x4)) & a_down(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1))
exists e1 p1 x1 x2 x3 x4 x5.(v_look(e1) & of(x3,x4) & of(x1,x2) & n_thing(x5) & n_people(x4) & n_people(x2) & n_group(x3) & n_group(x1) & for(e1,x5) & exists e2 x6.(v_buy(e2) & n_market(x6) & in(e2,x6) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x3))
People are walking down a sidewalk where there is an outdoors market.
People are at an outdoor market.
0
-100
if they are walking down a sidewalk, that is outdoors.
exists e1 p1 s1 x1 x2.(a_down(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_walk(e1) & exists p2 x3 s2 x4.((x3 = x4) & n_market(x4) & a_outdoors(s2) & Theme(s2,x4)) & where(x2,p1) & n_sidewalk(x2) & n_people(x1))
exists p1 x1.(exists s1 x2.(at(x1,x2) & n_market(x2) & a_outdoor(s1) & Theme(s1,x2)) & n_people(x1))
7a8a585c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 x1 x2.(where(x2,p1) & v_walk(e1) & n_sidewalk(x2) & n_people(x1) & exists x3 s2 x4.(n_market(x4) & a_outdoors(s2) & Theme(s2,x4) & (x3 = x4)) & a_down(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1))
exists x1.(n_people(x1) & exists s1 x2.(n_market(x2) & at(x1,x2) & a_outdoor(s1) & Theme(s1,x2)))
People are walking down a sidewalk where there is an outdoors market.
People are shopping at a market.
1
0.830274
People can walk down the same sidewalk a market is taking place on without actually shopping.
exists e1 p1 s1 x1 x2.(a_down(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_walk(e1) & exists p2 x3 s2 x4.((x3 = x4) & n_market(x4) & a_outdoors(s2) & Theme(s2,x4)) & where(x2,p1) & n_sidewalk(x2) & n_people(x1))
exists e1 x1 x2.(at(e1,x2) & n_market(x2) & Actor(e1,x1) & v_shop(e1) & n_people(x1))
7a8a5f28-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 x1 x2.(where(x2,p1) & v_walk(e1) & n_sidewalk(x2) & n_people(x1) & exists x3 s2 x4.(n_market(x4) & a_outdoors(s2) & Theme(s2,x4) & (x3 = x4)) & a_down(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1))
exists e1 x1 x2.(v_shop(e1) & n_people(x1) & n_market(x2) & at(e1,x2) & Actor(e1,x1))
A skateboarder going off a ramp.
A skateboarder is resting on a bench.
2
-100
Either he is going off a ramp or on a bench, he cannot be doing both.
exists e1 s1 x1 x2 x3.(a_topic(x1) & a_off(s1) & Manner(e1,s1) & Theme(e1,x3) & Actor(e1,x2) & v_go(e1) & n_ramp(x3) & (x1 = x2) & n_skateboarder(x1))
exists e1 x1 x2.(on(e1,x2) & n_bench(x2) & Actor(e1,x1) & v_rest(e1) & n_skateboarder(x1))
7a8a652c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(v_go(e1) & n_skateboarder(x1) & n_ramp(x3) & a_topic(x1) & a_off(s1) & Theme(e1,x3) & Manner(e1,s1) & Actor(e1,x2) & (x1 = x2))
exists e1 x1 x2.(v_rest(e1) & on(e1,x2) & n_skateboarder(x1) & n_bench(x2) & Actor(e1,x1))
A skateboarder going off a ramp.
A skateboarder is in the air.
0
-100
if they are going off a ramp, they would be in the air
exists e1 s1 x1 x2 x3.(a_topic(x1) & a_off(s1) & Manner(e1,s1) & Theme(e1,x3) & Actor(e1,x2) & v_go(e1) & n_ramp(x3) & (x1 = x2) & n_skateboarder(x1))
exists p1 x1 x2.(n_air(x2) & in(x1,x2) & n_skateboarder(x1))
7a8a6a9a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(v_go(e1) & n_skateboarder(x1) & n_ramp(x3) & a_topic(x1) & a_off(s1) & Theme(e1,x3) & Manner(e1,s1) & Actor(e1,x2) & (x1 = x2))
exists x1 x2.(n_skateboarder(x1) & n_air(x2) & in(x1,x2))
A skateboarder going off a ramp.
A skateboarder is at the skate park.
1
-100
Ramps can be found in places other than at the skate park.
exists e1 s1 x1 x2 x3.(a_topic(x1) & a_off(s1) & Manner(e1,s1) & Theme(e1,x3) & Actor(e1,x2) & v_go(e1) & n_ramp(x3) & (x1 = x2) & n_skateboarder(x1))
exists p1 x1 x2 x3.(n_park(x2) & of(x2,x3) & n_skate(x3) & at(x1,x2) & n_skateboarder(x1))
7a8a6fd6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(v_go(e1) & n_skateboarder(x1) & n_ramp(x3) & a_topic(x1) & a_off(s1) & Theme(e1,x3) & Manner(e1,s1) & Actor(e1,x2) & (x1 = x2))
exists x1 x2 x3.(of(x2,x3) & n_skateboarder(x1) & n_skate(x3) & n_park(x2) & at(x1,x2))
An area in japan which appears to be extremely crowded, with many people of whom look like tourists.
The people are looking at the tall buildings.
1
0.00126
Tourists can be looking at other things besides the tall buildings.
exists e2 e1 p1 x1 x2 x3 x4.(like(e2,x4) & n_tourist(x4) & Actor(e2,x1) & v_look(e2) & Topic(e1,p1) & Actor(e1,x3) & v_appear(e1) & exists s1 x5 x6.(with(s1,x5) & of(x5,x6) & n_whom(x6) & n_people(x5) & n_quantity(x5) & r_extremely(s1) & Theme(s1,x3) & a_crowded(s1)) & (x1 = x3) & in(x1,x2) & n_japan(x2) & n_area(x1))
exists e1 s1 x1 x2.(n_building(x2) & a_tall(s1) & Theme(s1,x2) & n_people(x1) & at(e1,x2) & Actor(e1,x1) & v_look(e1))
7a8a756c-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 p1 x1 x2 x3 x4.(v_look(e2) & v_appear(e1) & n_tourist(x4) & n_japan(x2) & n_area(x1) & like(e2,x4) & in(x1,x2) & exists s1 x5 x6.(with(s1,x5) & r_extremely(s1) & of(x5,x6) & n_whom(x6) & n_quantity(x5) & n_people(x5) & a_crowded(s1) & Theme(s1,x3)) & Topic(e1,p1) & Actor(e2,x1) & Actor(e1,x3) & (x1 = x3))
exists e1 s1 x1 x2.(v_look(e1) & n_people(x1) & n_building(x2) & at(e1,x2) & a_tall(s1) & Theme(s1,x2) & Actor(e1,x1))
An area in japan which appears to be extremely crowded, with many people of whom look like tourists.
A populated area in Japan with many people who look like they are tourists.
0
-100
an area which appears to be extremely crowded would be a populated area.
exists e1 e2 p1 x1 x2 x3 x4.(like(e2,x4) & n_tourist(x4) & Actor(e2,x1) & v_look(e2) & Topic(e1,p1) & Actor(e1,x3) & v_appear(e1) & exists s1 x5 x6.(with(s1,x5) & of(x5,x6) & n_whom(x6) & n_people(x5) & n_quantity(x5) & r_extremely(s1) & Theme(s1,x3) & a_crowded(s1)) & (x1 = x3) & in(x1,x2) & n_japan(x2) & n_area(x1))
exists e1 p1 s1 x1 x2 x3 x4.(ne_geo_japan(x2) & a_topic(x1) & with(x1,x3) & like(e1,p1) & exists x5.((x1 = x5) & n_tourist(x5)) & n_thing(x1) & Actor(e1,x4) & v_look(e1) & (x3 = x4) & n_people(x3) & n_quantity(x3) & in(x1,x2) & n_area(x1) & a_populated(s1) & Theme(s1,x1))
7a8a7bde-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 p1 x1 x2 x3 x4.(v_look(e2) & v_appear(e1) & n_tourist(x4) & n_japan(x2) & n_area(x1) & like(e2,x4) & in(x1,x2) & exists s1 x5 x6.(with(s1,x5) & r_extremely(s1) & of(x5,x6) & n_whom(x6) & n_quantity(x5) & n_people(x5) & a_crowded(s1) & Theme(s1,x3)) & Topic(e1,p1) & Actor(e2,x1) & Actor(e1,x3) & (x1 = x3))
exists e1 p1 s1 x1 x2 x3 x4.(with(x1,x3) & v_look(e1) & ne_geo_japan(x2) & n_thing(x1) & n_quantity(x3) & n_people(x3) & n_area(x1) & like(e1,p1) & in(x1,x2) & exists x5.(n_tourist(x5) & (x1 = x5)) & a_topic(x1) & a_populated(s1) & Theme(s1,x1) & Actor(e1,x4) & (x3 = x4))
An area in japan which appears to be extremely crowded, with many people of whom look like tourists.
This area of Japan is very popular with tourists and often crowded.
0
0.983258
if the area is extremely crowded, with many people who look like tourists, it follows that the area is very popular with tourists.
exists e1 e2 p1 x1 x2 x3 x4.(like(e2,x4) & n_tourist(x4) & Actor(e2,x1) & v_look(e2) & Topic(e1,p1) & Actor(e1,x3) & v_appear(e1) & exists s1 x5 x6.(with(s1,x5) & of(x5,x6) & n_whom(x6) & n_people(x5) & n_quantity(x5) & r_extremely(s1) & Theme(s1,x3) & a_crowded(s1)) & (x1 = x3) & in(x1,x2) & n_japan(x2) & n_area(x1))
exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(ne_geo_japan(x5) & n_area(x4) & ne_geo_japan(x2) & n_area(x1) & for(s2,e1) & a_often(s3) & Manner(e1,s3) & Theme(e1,x4) & v_crowd(e1) & r_very(s2) & Theme(s2,x4) & a_popular(s2) & of(x4,x5) & with(s1,x3) & n_tourist(x3) & r_very(s1) & Theme(s1,x1) & a_popular(s1) & of(x1,x2))
7a8a8192-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 p1 x1 x2 x3 x4.(v_look(e2) & v_appear(e1) & n_tourist(x4) & n_japan(x2) & n_area(x1) & like(e2,x4) & in(x1,x2) & exists s1 x5 x6.(with(s1,x5) & r_extremely(s1) & of(x5,x6) & n_whom(x6) & n_quantity(x5) & n_people(x5) & a_crowded(s1) & Theme(s1,x3)) & Topic(e1,p1) & Actor(e2,x1) & Actor(e1,x3) & (x1 = x3))
exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(with(s1,x3) & v_crowd(e1) & r_very(s2) & r_very(s1) & of(x4,x5) & of(x1,x2) & ne_geo_japan(x5) & ne_geo_japan(x2) & n_tourist(x3) & n_area(x4) & n_area(x1) & for(s2,e1) & a_popular(s2) & a_popular(s1) & a_often(s3) & Theme(s2,x4) & Theme(s1,x1) & Theme(e1,x4) & Manner(e1,s3))
An area in japan which appears to be extremely crowded, with many people of whom look like tourists.
Japan is a popular tourist destination.
1
0.816876
Even if there are many tourists in this scene in Japan, it does not mean that Japan on the whole is a popular tourist destination.
exists e2 e1 p1 x1 x2 x3 x4.(like(e2,x4) & n_tourist(x4) & Actor(e2,x1) & v_look(e2) & Topic(e1,p1) & Actor(e1,x3) & v_appear(e1) & exists s1 x5 x6.(with(s1,x5) & of(x5,x6) & n_whom(x6) & n_people(x5) & n_quantity(x5) & r_extremely(s1) & Theme(s1,x3) & a_crowded(s1)) & (x1 = x3) & in(x1,x2) & n_japan(x2) & n_area(x1))
exists p1 x1.(ne_geo_japan(x1) & exists s1 x2 x3.((x1 = x2) & n_destination(x2) & of(x2,x3) & n_tourist(x3) & a_popular(s1) & Theme(s1,x2)))
7a8a8728-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 p1 x1 x2 x3 x4.(v_look(e2) & v_appear(e1) & n_tourist(x4) & n_japan(x2) & n_area(x1) & like(e2,x4) & in(x1,x2) & exists s1 x5 x6.(with(s1,x5) & r_extremely(s1) & of(x5,x6) & n_whom(x6) & n_quantity(x5) & n_people(x5) & a_crowded(s1) & Theme(s1,x3)) & Topic(e1,p1) & Actor(e2,x1) & Actor(e1,x3) & (x1 = x3))
exists x1.(ne_geo_japan(x1) & exists s1 x2 x3.(of(x2,x3) & n_tourist(x3) & n_destination(x2) & a_popular(s1) & Theme(s1,x2) & (x1 = x2)))
An area in japan which appears to be extremely crowded, with many people of whom look like tourists.
The people are in Australia.
2
0.000003
Australia is not the same place as Japan.
exists e1 e2 p1 x1 x2 x3 x4.(like(e2,x4) & n_tourist(x4) & Actor(e2,x1) & v_look(e2) & Topic(e1,p1) & Actor(e1,x3) & v_appear(e1) & exists s1 x5 x6.(with(s1,x5) & of(x5,x6) & n_whom(x6) & n_people(x5) & n_quantity(x5) & r_extremely(s1) & Theme(s1,x3) & a_crowded(s1)) & (x1 = x3) & in(x1,x2) & n_japan(x2) & n_area(x1))
exists p1 x1 x2.(ne_geo_australia(x2) & n_people(x1) & in(x1,x2))
7a8a8d2c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 p1 x1 x2 x3 x4.(v_look(e2) & v_appear(e1) & n_tourist(x4) & n_japan(x2) & n_area(x1) & like(e2,x4) & in(x1,x2) & exists s1 x5 x6.(with(s1,x5) & r_extremely(s1) & of(x5,x6) & n_whom(x6) & n_quantity(x5) & n_people(x5) & a_crowded(s1) & Theme(s1,x3)) & Topic(e1,p1) & Actor(e2,x1) & Actor(e1,x3) & (x1 = x3))
exists x1 x2.(ne_geo_australia(x2) & n_people(x1) & in(x1,x2))
An area in japan which appears to be extremely crowded, with many people of whom look like tourists.
An area in japan appears to be extremely empty.
2
-100
If the place is crowded then it is not empty.
exists e2 e1 p1 x1 x2 x3 x4.(like(e2,x4) & n_tourist(x4) & Actor(e2,x1) & v_look(e2) & Topic(e1,p1) & Actor(e1,x3) & v_appear(e1) & exists s1 x5 x6.(with(s1,x5) & of(x5,x6) & n_whom(x6) & n_people(x5) & n_quantity(x5) & r_extremely(s1) & Theme(s1,x3) & a_crowded(s1)) & (x1 = x3) & in(x1,x2) & n_japan(x2) & n_area(x1))
exists e1 p1 x1 x2.(Topic(e1,p1) & Actor(e1,x1) & v_appear(e1) & exists s1.(r_extremely(s1) & Theme(s1,x1) & a_empty(s1)) & in(x1,x2) & n_japan(x2) & n_area(x1))
7a8a9290-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 p1 x1 x2 x3 x4.(v_look(e2) & v_appear(e1) & n_tourist(x4) & n_japan(x2) & n_area(x1) & like(e2,x4) & in(x1,x2) & exists s1 x5 x6.(with(s1,x5) & r_extremely(s1) & of(x5,x6) & n_whom(x6) & n_quantity(x5) & n_people(x5) & a_crowded(s1) & Theme(s1,x3)) & Topic(e1,p1) & Actor(e2,x1) & Actor(e1,x3) & (x1 = x3))
exists e1 p1 x1 x2.(v_appear(e1) & n_japan(x2) & n_area(x1) & in(x1,x2) & exists s1.(r_extremely(s1) & a_empty(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1))
An area in japan which appears to be extremely crowded, with many people of whom look like tourists.
Tourists are enjoying the sites in London.
2
-100
The tourists are either in London or Japan.
exists e1 e2 p1 x1 x2 x3 x4.(like(e2,x4) & n_tourist(x4) & Actor(e2,x1) & v_look(e2) & Topic(e1,p1) & Actor(e1,x3) & v_appear(e1) & exists s1 x5 x6.(with(s1,x5) & of(x5,x6) & n_whom(x6) & n_people(x5) & n_quantity(x5) & r_extremely(s1) & Theme(s1,x3) & a_crowded(s1)) & (x1 = x3) & in(x1,x2) & n_japan(x2) & n_area(x1))
exists e1 x1 x2 x3.(ne_geo_london(x3) & n_site(x2) & Theme(e1,x2) & Actor(e1,x1) & v_enjoy(e1) & in(x2,x3) & n_tourist(x1))
7a8a97b8-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 p1 x1 x2 x3 x4.(v_look(e2) & v_appear(e1) & n_tourist(x4) & n_japan(x2) & n_area(x1) & like(e2,x4) & in(x1,x2) & exists s1 x5 x6.(with(s1,x5) & r_extremely(s1) & of(x5,x6) & n_whom(x6) & n_quantity(x5) & n_people(x5) & a_crowded(s1) & Theme(s1,x3)) & Topic(e1,p1) & Actor(e2,x1) & Actor(e1,x3) & (x1 = x3))
exists e1 x1 x2 x3.(v_enjoy(e1) & ne_geo_london(x3) & n_tourist(x1) & n_site(x2) & in(x2,x3) & Theme(e1,x2) & Actor(e1,x1))
An area in japan which appears to be extremely crowded, with many people of whom look like tourists.
A crowded restaurant in Japan with locals.
2
-100
The restaurant is either crowded with locals or tourists.
exists e1 e2 p1 x1 x2 x3 x4.(like(e2,x4) & n_tourist(x4) & Actor(e2,x1) & v_look(e2) & Topic(e1,p1) & Actor(e1,x3) & v_appear(e1) & exists s1 x5 x6.(with(s1,x5) & of(x5,x6) & n_whom(x6) & n_people(x5) & n_quantity(x5) & r_extremely(s1) & Theme(s1,x3) & a_crowded(s1)) & (x1 = x3) & in(x1,x2) & n_japan(x2) & n_area(x1))
exists s1 x1 x2 x3.(ne_geo_japan(x2) & a_topic(x1) & with(x1,x3) & n_local(x3) & in(x1,x2) & n_restaurant(x1) & a_crowded(s1) & Theme(s1,x1))
7a8a9cd6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 p1 x1 x2 x3 x4.(v_look(e2) & v_appear(e1) & n_tourist(x4) & n_japan(x2) & n_area(x1) & like(e2,x4) & in(x1,x2) & exists s1 x5 x6.(with(s1,x5) & r_extremely(s1) & of(x5,x6) & n_whom(x6) & n_quantity(x5) & n_people(x5) & a_crowded(s1) & Theme(s1,x3)) & Topic(e1,p1) & Actor(e2,x1) & Actor(e1,x3) & (x1 = x3))
exists s1 x1 x2 x3.(with(x1,x3) & ne_geo_japan(x2) & n_restaurant(x1) & n_local(x3) & in(x1,x2) & a_topic(x1) & a_crowded(s1) & Theme(s1,x1))
An area in japan which appears to be extremely crowded, with many people of whom look like tourists.
There are people in Japan.
0
-100
Extremely crowded could mean there are a lot of people.
exists e1 e2 p1 x1 x2 x3 x4.(like(e2,x4) & n_tourist(x4) & Actor(e2,x1) & v_look(e2) & Topic(e1,p1) & Actor(e1,x3) & v_appear(e1) & exists s1 x5 x6.(with(s1,x5) & of(x5,x6) & n_whom(x6) & n_people(x5) & n_quantity(x5) & r_extremely(s1) & Theme(s1,x3) & a_crowded(s1)) & (x1 = x3) & in(x1,x2) & n_japan(x2) & n_area(x1))
exists p1 x1 x3.(ne_geo_japan(x3) & exists x2.((x1 = x2) & in(x2,x3) & n_people(x2)))
7a8aa258-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 p1 x1 x2 x3 x4.(v_look(e2) & v_appear(e1) & n_tourist(x4) & n_japan(x2) & n_area(x1) & like(e2,x4) & in(x1,x2) & exists s1 x5 x6.(with(s1,x5) & r_extremely(s1) & of(x5,x6) & n_whom(x6) & n_quantity(x5) & n_people(x5) & a_crowded(s1) & Theme(s1,x3)) & Topic(e1,p1) & Actor(e2,x1) & Actor(e1,x3) & (x1 = x3))
exists x1 x3.(ne_geo_japan(x3) & exists x2.(n_people(x2) & in(x2,x3) & (x1 = x2)))
An area in japan which appears to be extremely crowded, with many people of whom look like tourists.
This area of Japan is desolate with few visitors.
2
-100
The area is either crowded or desolate.
exists e1 e2 p1 x1 x2 x3 x4.(like(e2,x4) & n_tourist(x4) & Actor(e2,x1) & v_look(e2) & Topic(e1,p1) & Actor(e1,x3) & v_appear(e1) & exists s1 x5 x6.(with(s1,x5) & of(x5,x6) & n_whom(x6) & n_people(x5) & n_quantity(x5) & r_extremely(s1) & Theme(s1,x3) & a_crowded(s1)) & (x1 = x3) & in(x1,x2) & n_japan(x2) & n_area(x1))
exists s1 s2 x1 x2 x3.(ne_geo_japan(x2) & n_area(x1) & with(s1,x3) & n_visitor(x3) & a_few(s2) & Theme(s2,x3) & Theme(s1,x1) & a_desolate(s1) & of(x1,x2))
7a8aa7e4-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 p1 x1 x2 x3 x4.(v_look(e2) & v_appear(e1) & n_tourist(x4) & n_japan(x2) & n_area(x1) & like(e2,x4) & in(x1,x2) & exists s1 x5 x6.(with(s1,x5) & r_extremely(s1) & of(x5,x6) & n_whom(x6) & n_quantity(x5) & n_people(x5) & a_crowded(s1) & Theme(s1,x3)) & Topic(e1,p1) & Actor(e2,x1) & Actor(e1,x3) & (x1 = x3))
exists s1 s2 x1 x2 x3.(with(s1,x3) & of(x1,x2) & ne_geo_japan(x2) & n_visitor(x3) & n_area(x1) & a_few(s2) & a_desolate(s1) & Theme(s2,x3) & Theme(s1,x1))
An area in japan which appears to be extremely crowded, with many people of whom look like tourists.
A bunch of tourists out sightseeing in a crowded area of Japan.
1
0.787098
The tourists in this scene might not be out sightseeing, but perhaps going to or from it.
exists e1 e2 p1 x1 x2 x3 x4.(like(e2,x4) & n_tourist(x4) & Actor(e2,x1) & v_look(e2) & Topic(e1,p1) & Actor(e1,x3) & v_appear(e1) & exists s1 x5 x6.(with(s1,x5) & of(x5,x6) & n_whom(x6) & n_people(x5) & n_quantity(x5) & r_extremely(s1) & Theme(s1,x3) & a_crowded(s1)) & (x1 = x3) & in(x1,x2) & n_japan(x2) & n_area(x1))
exists e1 s1 x1 x2 x3 x4 x5.(ne_geo_japan(x5) & a_topic(x1) & in(e1,x4) & of(x4,x5) & n_area(x4) & a_crowded(s1) & Theme(s1,x4) & Actor(e1,x3) & v_sightsee(e1) & (x1 = x3) & r_out(x1) & of(x1,x2) & n_tourist(x2) & n_bunch(x1))
7a8aad34-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 p1 x1 x2 x3 x4.(v_look(e2) & v_appear(e1) & n_tourist(x4) & n_japan(x2) & n_area(x1) & like(e2,x4) & in(x1,x2) & exists s1 x5 x6.(with(s1,x5) & r_extremely(s1) & of(x5,x6) & n_whom(x6) & n_quantity(x5) & n_people(x5) & a_crowded(s1) & Theme(s1,x3)) & Topic(e1,p1) & Actor(e2,x1) & Actor(e1,x3) & (x1 = x3))
exists e1 s1 x1 x2 x3 x4 x5.(v_sightsee(e1) & r_out(x1) & of(x4,x5) & of(x1,x2) & ne_geo_japan(x5) & n_tourist(x2) & n_bunch(x1) & n_area(x4) & in(e1,x4) & a_topic(x1) & a_crowded(s1) & Theme(s1,x4) & Actor(e1,x3) & (x1 = x3))
An area in japan which appears to be extremely crowded, with many people of whom look like tourists.
The area is crowded with many people in casual clothes.
1
0.87256
People, even tourists, can wear clothes in any style besides casual clothes.
exists e2 e1 p1 x1 x2 x3 x4.(like(e2,x4) & n_tourist(x4) & Actor(e2,x1) & v_look(e2) & Topic(e1,p1) & Actor(e1,x3) & v_appear(e1) & exists s1 x5 x6.(with(s1,x5) & of(x5,x6) & n_whom(x6) & n_people(x5) & n_quantity(x5) & r_extremely(s1) & Theme(s1,x3) & a_crowded(s1)) & (x1 = x3) & in(x1,x2) & n_japan(x2) & n_area(x1))
exists e1 s1 x1 x2 x3.(n_area(x1) & with(e1,x2) & in(x2,x3) & n_clothes(x3) & a_casual(s1) & Theme(s1,x3) & n_people(x2) & n_quantity(x2) & Theme(e1,x1) & v_crowd(e1))
7a8ab2d4-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 p1 x1 x2 x3 x4.(v_look(e2) & v_appear(e1) & n_tourist(x4) & n_japan(x2) & n_area(x1) & like(e2,x4) & in(x1,x2) & exists s1 x5 x6.(with(s1,x5) & r_extremely(s1) & of(x5,x6) & n_whom(x6) & n_quantity(x5) & n_people(x5) & a_crowded(s1) & Theme(s1,x3)) & Topic(e1,p1) & Actor(e2,x1) & Actor(e1,x3) & (x1 = x3))
exists e1 s1 x1 x2 x3.(with(e1,x2) & v_crowd(e1) & n_quantity(x2) & n_people(x2) & n_clothes(x3) & n_area(x1) & in(x2,x3) & a_casual(s1) & Theme(s1,x3) & Theme(e1,x1))
An area in japan which appears to be extremely crowded, with many people of whom look like tourists.
An area in japan appears to be extremely crowded.
0
-100
Many people could be part of extremely crowded.
exists e1 e2 p1 x1 x2 x3 x4.(like(e2,x4) & n_tourist(x4) & Actor(e2,x1) & v_look(e2) & Topic(e1,p1) & Actor(e1,x3) & v_appear(e1) & exists s1 x5 x6.(with(s1,x5) & of(x5,x6) & n_whom(x6) & n_people(x5) & n_quantity(x5) & r_extremely(s1) & Theme(s1,x3) & a_crowded(s1)) & (x1 = x3) & in(x1,x2) & n_japan(x2) & n_area(x1))
exists e1 p1 x1 x2.(Topic(e1,p1) & Actor(e1,x1) & v_appear(e1) & exists s1.(r_extremely(s1) & Theme(s1,x1) & a_crowded(s1)) & in(x1,x2) & n_japan(x2) & n_area(x1))
7a8ab81a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 p1 x1 x2 x3 x4.(v_look(e2) & v_appear(e1) & n_tourist(x4) & n_japan(x2) & n_area(x1) & like(e2,x4) & in(x1,x2) & exists s1 x5 x6.(with(s1,x5) & r_extremely(s1) & of(x5,x6) & n_whom(x6) & n_quantity(x5) & n_people(x5) & a_crowded(s1) & Theme(s1,x3)) & Topic(e1,p1) & Actor(e2,x1) & Actor(e1,x3) & (x1 = x3))
exists e1 p1 x1 x2.(v_appear(e1) & n_japan(x2) & n_area(x1) & in(x1,x2) & exists s1.(r_extremely(s1) & a_crowded(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1))
An area in japan which appears to be extremely crowded, with many people of whom look like tourists.
Tourists in Japan crowd the streets.
0
-100
People can be tourists.
exists e2 e1 p1 x1 x2 x3 x4.(like(e2,x4) & n_tourist(x4) & Actor(e2,x1) & v_look(e2) & Topic(e1,p1) & Actor(e1,x3) & v_appear(e1) & exists s1 x5 x6.(with(s1,x5) & of(x5,x6) & n_whom(x6) & n_people(x5) & n_quantity(x5) & r_extremely(s1) & Theme(s1,x3) & a_crowded(s1)) & (x1 = x3) & in(x1,x2) & n_japan(x2) & n_area(x1))
exists e1 x1 x2 x3.(n_street(x3) & ne_geo_japan(x2) & Theme(e1,x3) & Actor(e1,x1) & v_crowd(e1) & in(x1,x2) & n_tourist(x1))
7a8abd4c-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 p1 x1 x2 x3 x4.(v_look(e2) & v_appear(e1) & n_tourist(x4) & n_japan(x2) & n_area(x1) & like(e2,x4) & in(x1,x2) & exists s1 x5 x6.(with(s1,x5) & r_extremely(s1) & of(x5,x6) & n_whom(x6) & n_quantity(x5) & n_people(x5) & a_crowded(s1) & Theme(s1,x3)) & Topic(e1,p1) & Actor(e2,x1) & Actor(e1,x3) & (x1 = x3))
exists e1 x1 x2 x3.(v_crowd(e1) & ne_geo_japan(x2) & n_tourist(x1) & n_street(x3) & in(x1,x2) & Theme(e1,x3) & Actor(e1,x1))
An area in japan which appears to be extremely crowded, with many people of whom look like tourists.
An area in japan appears to be extremely crowded with tourists.
1
0.854178
Not all of the people in a crowd are necessarily tourists even if many of them look like tourists.
exists e2 e1 p1 x1 x2 x3 x4.(like(e2,x4) & n_tourist(x4) & Actor(e2,x1) & v_look(e2) & Topic(e1,p1) & Actor(e1,x3) & v_appear(e1) & exists s1 x5 x6.(with(s1,x5) & of(x5,x6) & n_whom(x6) & n_people(x5) & n_quantity(x5) & r_extremely(s1) & Theme(s1,x3) & a_crowded(s1)) & (x1 = x3) & in(x1,x2) & n_japan(x2) & n_area(x1))
exists e1 p1 x1 x2.(Topic(e1,p1) & Actor(e1,x1) & v_appear(e1) & exists e2 s1 x3.(a_extremely(s1) & Manner(e2,s1) & with(e2,x3) & n_tourist(x3) & Theme(e2,x1) & v_crowd(e2)) & in(x1,x2) & n_japan(x2) & n_area(x1))
7a8ac26a-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 p1 x1 x2 x3 x4.(v_look(e2) & v_appear(e1) & n_tourist(x4) & n_japan(x2) & n_area(x1) & like(e2,x4) & in(x1,x2) & exists s1 x5 x6.(with(s1,x5) & r_extremely(s1) & of(x5,x6) & n_whom(x6) & n_quantity(x5) & n_people(x5) & a_crowded(s1) & Theme(s1,x3)) & Topic(e1,p1) & Actor(e2,x1) & Actor(e1,x3) & (x1 = x3))
exists e1 p1 x1 x2.(v_appear(e1) & n_japan(x2) & n_area(x1) & in(x1,x2) & exists e2 s1 x3.(with(e2,x3) & v_crowd(e2) & n_tourist(x3) & a_extremely(s1) & Theme(e2,x1) & Manner(e2,s1)) & Topic(e1,p1) & Actor(e1,x1))
A group of people are outside a building singing songs from a book.
A book with songs for singing is read by people.
1
-100
Not all people in a group who are singing songs necessarily read those songs from a book.
exists e1 p1 x1 x2 x3 x4.(for(p1,e1) & from(e1,x4) & n_book(x4) & Theme(e1,x3) & Actor(e1,x1) & v_sing(e1) & n_song(x3) & exists x5.(outside(x1,x5) & n_building(x5)) & of(x1,x2) & n_people(x2) & n_group(x1))
exists e1 x1 x2 x3 x4.(Actor(e1,x4) & n_people(x4) & Theme(e1,x1) & v_read(e1) & with(x1,x2) & for(x2,x3) & n_singing(x3) & n_song(x2) & n_book(x1))
7a8adb1a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 x1 x2 x3 x4.(v_sing(e1) & of(x1,x2) & n_song(x3) & n_people(x2) & n_group(x1) & n_book(x4) & from(e1,x4) & for(p1,e1) & exists x5.(outside(x1,x5) & n_building(x5)) & Theme(e1,x3) & Actor(e1,x1))
exists e1 x1 x2 x3 x4.(with(x1,x2) & v_read(e1) & n_song(x2) & n_singing(x3) & n_people(x4) & n_book(x1) & for(x2,x3) & Theme(e1,x1) & Actor(e1,x4))
A group of people are outside a building singing songs from a book.
A group of people are writing in a book.
2
-100
The group of people are either writing or singing.
exists e1 p1 x1 x2 x3 x4.(for(p1,e1) & from(e1,x4) & n_book(x4) & Theme(e1,x3) & Actor(e1,x1) & v_sing(e1) & n_song(x3) & exists x5.(outside(x1,x5) & n_building(x5)) & of(x1,x2) & n_people(x2) & n_group(x1))
exists e1 x1 x2 x3.(in(e1,x3) & n_book(x3) & Actor(e1,x1) & v_write(e1) & of(x1,x2) & n_people(x2) & n_group(x1))
7a8ae092-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 x1 x2 x3 x4.(v_sing(e1) & of(x1,x2) & n_song(x3) & n_people(x2) & n_group(x1) & n_book(x4) & from(e1,x4) & for(p1,e1) & exists x5.(outside(x1,x5) & n_building(x5)) & Theme(e1,x3) & Actor(e1,x1))
exists e1 x1 x2 x3.(v_write(e1) & of(x1,x2) & n_people(x2) & n_group(x1) & n_book(x3) & in(e1,x3) & Actor(e1,x1))
A group of people are outside a building singing songs from a book.
A group of people are outside signing songs.
0
-100
A building could be outside A book could contain songs.
exists e1 p1 x1 x2 x3 x4.(for(p1,e1) & from(e1,x4) & n_book(x4) & Theme(e1,x3) & Actor(e1,x1) & v_sing(e1) & n_song(x3) & exists x5.(outside(x1,x5) & n_building(x5)) & of(x1,x2) & n_people(x2) & n_group(x1))
exists p1 x1 x2.(exists s1 x3 x4.((x1 = x3) & n_song(x3) & of(x3,x4) & n_signing(x4) & a_outside(s1) & Theme(s1,x3)) & of(x1,x2) & n_people(x2) & n_group(x1))
7a8ae5ce-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 x1 x2 x3 x4.(v_sing(e1) & of(x1,x2) & n_song(x3) & n_people(x2) & n_group(x1) & n_book(x4) & from(e1,x4) & for(p1,e1) & exists x5.(outside(x1,x5) & n_building(x5)) & Theme(e1,x3) & Actor(e1,x1))
exists x1 x2.(of(x1,x2) & n_people(x2) & n_group(x1) & exists s1 x3 x4.(of(x3,x4) & n_song(x3) & n_signing(x4) & a_outside(s1) & Theme(s1,x3) & (x1 = x3)))
The man waeribng a helmet is riding a dirt bike over rocks.
The man is on a bike.
0
-100
A man could be wearing a helmet. A bike could be a dirt bike.
exists e1 e2 x1 x2 x3 x4 x5 x6.(n_man(x1) & over(e2,x6) & n_rock(x6) & Theme(e2,x4) & Actor(e2,x1) & v_ride(e2) & n_bike(x4) & of(x4,x5) & n_dirt(x5) & Theme(e1,x3) & Actor(e1,x2) & v_waeribng(e1) & n_helmet(x3) & (x1 = x2))
exists p1 x1.(n_man(x1) & exists x2.(on(x1,x2) & n_bike(x2)))
7a8aeaf6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 x1 x2 x3 x4 x5 x6.(v_waeribng(e1) & v_ride(e2) & over(e2,x6) & of(x4,x5) & n_rock(x6) & n_man(x1) & n_helmet(x3) & n_dirt(x5) & n_bike(x4) & Theme(e2,x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
exists x1.(n_man(x1) & exists x2.(on(x1,x2) & n_bike(x2)))
The man waeribng a helmet is riding a dirt bike over rocks.
The man is not wearing a helmet.
2
-100
The man is either wearing a helmet or he is not.
exists e1 e2 x1 x2 x3 x4 x5 x6.(n_man(x1) & over(e2,x6) & n_rock(x6) & Theme(e2,x4) & Actor(e2,x1) & v_ride(e2) & n_bike(x4) & of(x4,x5) & n_dirt(x5) & Theme(e1,x3) & Actor(e1,x2) & v_waeribng(e1) & n_helmet(x3) & (x1 = x2))
exists x1.(n_man(x1) & -exists e1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_helmet(x2)))
7a8af0dc-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 x1 x2 x3 x4 x5 x6.(v_waeribng(e1) & v_ride(e2) & over(e2,x6) & of(x4,x5) & n_rock(x6) & n_man(x1) & n_helmet(x3) & n_dirt(x5) & n_bike(x4) & Theme(e2,x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
exists x1.(n_man(x1) & all e1 x2.(-v_wear(e1) | -n_helmet(x2) | -Theme(e1,x2) | -Actor(e1,x1)))
The man waeribng a helmet is riding a dirt bike over rocks.
The man is being careful.
1
-100
A person can wear a helmet while riding a dirt bike over rocks without being careful.
exists e2 e1 x1 x2 x3 x4 x5 x6.(n_man(x1) & over(e2,x6) & n_rock(x6) & Theme(e2,x4) & Actor(e2,x1) & v_ride(e2) & n_bike(x4) & of(x4,x5) & n_dirt(x5) & Theme(e1,x3) & Actor(e1,x2) & v_waeribng(e1) & n_helmet(x3) & (x1 = x2))
exists s1 x1.(n_man(x1) & Theme(s1,x1) & a_careful(s1))
7a8af672-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 x1 x2 x3 x4 x5 x6.(v_waeribng(e1) & v_ride(e2) & over(e2,x6) & of(x4,x5) & n_rock(x6) & n_man(x1) & n_helmet(x3) & n_dirt(x5) & n_bike(x4) & Theme(e2,x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
exists s1 x1.(n_man(x1) & a_careful(s1) & Theme(s1,x1))
Have a quick chat and smoke break.
A smoke break is happening and people chat about work while they smoke.
1
-100
Just because people are having a chat doesn't mean its going to be quick.
exists e1 s1 x1 x2 x3 x4 x5.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & subset_of(x4,x2) & n_break(x4) & of(x4,x5) & n_smoke(x5) & subset_of(x3,x2) & n_chat(x3) & a_quick(s1) & Theme(s1,x3) & n_thing(x1))
exists e1 e2 p1 x1 x2 x3 x4.(exists e3.(Actor(e3,x1) & v_smoke(e3)) & n_thing(x1) & while(e2,p1) & about(e2,x4) & n_work(x4) & Actor(e2,x3) & v_chat(e2) & n_people(x3) & Actor(e1,x1) & v_happen(e1) & n_break(x1) & of(x1,x2) & n_smoke(x2))
7a8afba4-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5.(v_have(e1) & subset_of(x4,x2) & subset_of(x3,x2) & of(x4,x5) & n_thing(x1) & n_smoke(x5) & n_chat(x3) & n_break(x4) & a_quick(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1))
exists e1 e2 p1 x1 x2 x3 x4.(while(e2,p1) & v_happen(e1) & v_chat(e2) & of(x1,x2) & n_work(x4) & n_thing(x1) & n_smoke(x2) & n_people(x3) & n_break(x1) & exists e3.(v_smoke(e3) & Actor(e3,x1)) & about(e2,x4) & Actor(e2,x3) & Actor(e1,x1))
Have a quick chat and smoke break.
There is someone having a smoke break.
0
-100
In a both sentence,someone having smoke break.
exists e1 s1 x1 x2 x3 x4 x5.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & subset_of(x4,x2) & n_break(x4) & of(x4,x5) & n_smoke(x5) & subset_of(x3,x2) & n_chat(x3) & a_quick(s1) & Theme(s1,x3) & n_thing(x1))
exists p1 x1 e1 x2 x3 x4 x5.((x1 = x2) & Theme(e1,x4) & Actor(e1,x3) & v_have(e1) & n_break(x4) & of(x4,x5) & n_smoke(x5) & (x2 = x3) & n_person(x2))
7a8b0130-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5.(v_have(e1) & subset_of(x4,x2) & subset_of(x3,x2) & of(x4,x5) & n_thing(x1) & n_smoke(x5) & n_chat(x3) & n_break(x4) & a_quick(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1))
exists x1 e1 x2 x3 x4 x5.(v_have(e1) & of(x4,x5) & n_smoke(x5) & n_person(x2) & n_break(x4) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3) & (x1 = x2))
Have a quick chat and smoke break.
People are running in a marathon for lung cancer awareness.
2
-100
People are running in a marathon and have a quick chat and smoke break simultaneously.
exists e1 s1 x1 x2 x3 x4 x5.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & subset_of(x4,x2) & n_break(x4) & of(x4,x5) & n_smoke(x5) & subset_of(x3,x2) & n_chat(x3) & a_quick(s1) & Theme(s1,x3) & n_thing(x1))
exists e1 x1 x2 x3 x4 x5.(in(e1,x2) & for(x2,x3) & n_awareness(x3) & of(x3,x5) & n_cancer(x5) & of(x3,x4) & n_lung(x4) & n_marathon(x2) & Actor(e1,x1) & v_run(e1) & n_people(x1))
7a8b066c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5.(v_have(e1) & subset_of(x4,x2) & subset_of(x3,x2) & of(x4,x5) & n_thing(x1) & n_smoke(x5) & n_chat(x3) & n_break(x4) & a_quick(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1))
exists e1 x1 x2 x3 x4 x5.(v_run(e1) & of(x3,x5) & of(x3,x4) & n_people(x1) & n_marathon(x2) & n_lung(x4) & n_cancer(x5) & n_awareness(x3) & in(e1,x2) & for(x2,x3) & Actor(e1,x1))
An old man with a beard and a young boy in a striped sweater peer inside a tent.
the man and boy stayed in a hotel the whole day
2
-100
The man either at a hotel or in a tent.
exists s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & with(x1,x2) & subset_of(x4,x2) & in(x4,x5) & inside(x5,x7) & n_tent(x7) & n_peer(x5) & of(x5,x6) & n_sweater(x6) & a_striped(s3) & Theme(s3,x5) & n_boy(x4) & a_young(s2) & Theme(s2,x4) & subset_of(x3,x2) & n_beard(x3) & n_man(x1) & a_old(s1) & Theme(s1,x1))
exists e1 s1 x1 x2 x3 x4 x5.(n_day(x5) & a_whole(s1) & Theme(s1,x5) & n_boy(x3) & n_man(x2) & subset_of(x3,x1) & subset_of(x2,x1) & Time(e1,x5) & in(e1,x4) & n_hotel(x4) & Actor(e1,x1) & v_stay(e1))
7a8b0b8a-e4c8-11ec-9cdd-0242ac1c0002
exists s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(with(x1,x2) & subset_of(x4,x2) & subset_of(x3,x2) & of(x5,x6) & n_tent(x7) & n_sweater(x6) & n_peer(x5) & n_man(x1) & n_boy(x4) & n_beard(x3) & inside(x5,x7) & in(x4,x5) & a_young(s2) & a_topic(x1) & a_striped(s3) & a_old(s1) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x1))
exists e1 s1 x1 x2 x3 x4 x5.(v_stay(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_man(x2) & n_hotel(x4) & n_day(x5) & n_boy(x3) & in(e1,x4) & a_whole(s1) & Time(e1,x5) & Theme(s1,x5) & Actor(e1,x1))
An old man with a beard and a young boy in a striped sweater peer inside a tent.
the man and boy were camping
1
-100
Not all tents are for camping.
exists s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & with(x1,x2) & subset_of(x4,x2) & in(x4,x5) & inside(x5,x7) & n_tent(x7) & n_peer(x5) & of(x5,x6) & n_sweater(x6) & a_striped(s3) & Theme(s3,x5) & n_boy(x4) & a_young(s2) & Theme(s2,x4) & subset_of(x3,x2) & n_beard(x3) & n_man(x1) & a_old(s1) & Theme(s1,x1))
exists e1 x1 x2 x3.(n_boy(x3) & n_man(x2) & subset_of(x3,x1) & subset_of(x2,x1) & Actor(e1,x1) & v_camp(e1))
7a8b10a8-e4c8-11ec-9cdd-0242ac1c0002
exists s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(with(x1,x2) & subset_of(x4,x2) & subset_of(x3,x2) & of(x5,x6) & n_tent(x7) & n_sweater(x6) & n_peer(x5) & n_man(x1) & n_boy(x4) & n_beard(x3) & inside(x5,x7) & in(x4,x5) & a_young(s2) & a_topic(x1) & a_striped(s3) & a_old(s1) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x1))
exists e1 x1 x2 x3.(v_camp(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_man(x2) & n_boy(x3) & Actor(e1,x1))
An old man with a beard and a young boy in a striped sweater peer inside a tent.
the man took the young man in the tent
0
-100
A man could be old with a beard. A young man could be a boy.
exists s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & with(x1,x2) & subset_of(x4,x2) & in(x4,x5) & inside(x5,x7) & n_tent(x7) & n_peer(x5) & of(x5,x6) & n_sweater(x6) & a_striped(s3) & Theme(s3,x5) & n_boy(x4) & a_young(s2) & Theme(s2,x4) & subset_of(x3,x2) & n_beard(x3) & n_man(x1) & a_old(s1) & Theme(s1,x1))
exists e1 s1 x1 x2 x3.(n_tent(x3) & n_man(x2) & a_young(s1) & Theme(s1,x2) & n_man(x1) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_take(e1))
7a8b15bc-e4c8-11ec-9cdd-0242ac1c0002
exists s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(with(x1,x2) & subset_of(x4,x2) & subset_of(x3,x2) & of(x5,x6) & n_tent(x7) & n_sweater(x6) & n_peer(x5) & n_man(x1) & n_boy(x4) & n_beard(x3) & inside(x5,x7) & in(x4,x5) & a_young(s2) & a_topic(x1) & a_striped(s3) & a_old(s1) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x1))
exists e1 s1 x1 x2 x3.(v_take(e1) & n_tent(x3) & n_man(x2) & n_man(x1) & in(e1,x3) & a_young(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
An old man with a long white beard, a child in a striped shirt and a chicken are pictured standing outside a tent.
A chicken is eating a man.
2
-100
The chicken is either eating a man or is standing outside of a tent.
exists e1 p1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6.(exists e2 x7.(outside(e2,x7) & n_tent(x7) & Actor(e2,x1) & v_stand(e2)) & Recipient(e1,p1) & Topic(e1,x1) & v_picture(e1) & with(x1,x2) & rel(x2,x3) & in(x3,x4) & subset_of(x6,x4) & n_chicken(x6) & subset_of(x5,x4) & n_shirt(x5) & a_striped(s4) & Theme(s4,x5) & n_child(x3) & n_beard(x2) & a_white(s3) & Theme(s3,x2) & a_long(s2) & Theme(s2,x2) & n_man(x1) & a_old(s1) & Theme(s1,x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_eat(e1) & n_man(x2) & n_chicken(x1))
7a8b1b98-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6.(with(x1,x2) & v_picture(e1) & subset_of(x6,x4) & subset_of(x5,x4) & rel(x2,x3) & n_shirt(x5) & n_man(x1) & n_child(x3) & n_chicken(x6) & n_beard(x2) & in(x3,x4) & exists e2 x7.(v_stand(e2) & outside(e2,x7) & n_tent(x7) & Actor(e2,x1)) & a_white(s3) & a_striped(s4) & a_old(s1) & a_long(s2) & Topic(e1,x1) & Theme(s4,x5) & Theme(s3,x2) & Theme(s2,x2) & Theme(s1,x1) & Recipient(e1,p1))
exists e1 x1 x2.(v_eat(e1) & n_man(x2) & n_chicken(x1) & Theme(e1,x2) & Actor(e1,x1))
An old man with a long white beard, a child in a striped shirt and a chicken are pictured standing outside a tent.
A man and his child are about to have chicken for dinner.
1
-100
Not every chicken is cooked for dinner.
exists e1 p1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6.(exists e2 x7.(outside(e2,x7) & n_tent(x7) & Actor(e2,x1) & v_stand(e2)) & Recipient(e1,p1) & Topic(e1,x1) & v_picture(e1) & with(x1,x2) & rel(x2,x3) & in(x3,x4) & subset_of(x6,x4) & n_chicken(x6) & subset_of(x5,x4) & n_shirt(x5) & a_striped(s4) & Theme(s4,x5) & n_child(x3) & n_beard(x2) & a_white(s3) & Theme(s3,x2) & a_long(s2) & Theme(s2,x2) & n_man(x1) & a_old(s1) & Theme(s1,x1))
exists p1 s1 x1 x2 x3.(Topic(s1,p1) & Actor(s1,x1) & a_about(s1) & exists e1 x4.(for(e1,x4) & n_dinner(x4) & Actor(e1,x1) & v_chicken(e1)) & subset_of(x3,x1) & n_child(x3) & of(x3,x2) & n_male(x2) & subset_of(x2,x1) & n_man(x2))
7a8b20ca-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6.(with(x1,x2) & v_picture(e1) & subset_of(x6,x4) & subset_of(x5,x4) & rel(x2,x3) & n_shirt(x5) & n_man(x1) & n_child(x3) & n_chicken(x6) & n_beard(x2) & in(x3,x4) & exists e2 x7.(v_stand(e2) & outside(e2,x7) & n_tent(x7) & Actor(e2,x1)) & a_white(s3) & a_striped(s4) & a_old(s1) & a_long(s2) & Topic(e1,x1) & Theme(s4,x5) & Theme(s3,x2) & Theme(s2,x2) & Theme(s1,x1) & Recipient(e1,p1))
exists p1 s1 x1 x2 x3.(subset_of(x3,x1) & subset_of(x2,x1) & of(x3,x2) & n_man(x2) & n_male(x2) & n_child(x3) & exists e1 x4.(v_chicken(e1) & n_dinner(x4) & for(e1,x4) & Actor(e1,x1)) & a_about(s1) & Topic(s1,p1) & Actor(s1,x1))
An old man with a long white beard, a child in a striped shirt and a chicken are pictured standing outside a tent.
A chicken is outside.
0
-100
A chicken could be outside a tent.
exists e1 p1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6.(exists e2 x7.(outside(e2,x7) & n_tent(x7) & Actor(e2,x1) & v_stand(e2)) & Recipient(e1,p1) & Topic(e1,x1) & v_picture(e1) & with(x1,x2) & rel(x2,x3) & in(x3,x4) & subset_of(x6,x4) & n_chicken(x6) & subset_of(x5,x4) & n_shirt(x5) & a_striped(s4) & Theme(s4,x5) & n_child(x3) & n_beard(x2) & a_white(s3) & Theme(s3,x2) & a_long(s2) & Theme(s2,x2) & n_man(x1) & a_old(s1) & Theme(s1,x1))
exists s1 x1.(Theme(s1,x1) & a_outside(s1) & n_chicken(x1))
7a8b2624-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6.(with(x1,x2) & v_picture(e1) & subset_of(x6,x4) & subset_of(x5,x4) & rel(x2,x3) & n_shirt(x5) & n_man(x1) & n_child(x3) & n_chicken(x6) & n_beard(x2) & in(x3,x4) & exists e2 x7.(v_stand(e2) & outside(e2,x7) & n_tent(x7) & Actor(e2,x1)) & a_white(s3) & a_striped(s4) & a_old(s1) & a_long(s2) & Topic(e1,x1) & Theme(s4,x5) & Theme(s3,x2) & Theme(s2,x2) & Theme(s1,x1) & Recipient(e1,p1))
exists s1 x1.(n_chicken(x1) & a_outside(s1) & Theme(s1,x1))
Dog running towards camera with a ball in its mouth.
the ball is red
1
-100
the ball is not necessarily red
exists e1 x1 x2 x3 x4.(ne_nam_dog(x1) & with(e1,x3) & in(x3,x4) & n_mouth(x4) & of(x4,x2) & n_thing(x2) & n_ball(x3) & towards(e1,x2) & n_camera(x2) & Actor(e1,x1) & v_run(e1))
exists s1 x1.(n_ball(x1) & Theme(s1,x1) & a_red(s1))
7a8b2b74-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(with(e1,x3) & v_run(e1) & towards(e1,x2) & of(x4,x2) & ne_nam_dog(x1) & n_thing(x2) & n_mouth(x4) & n_camera(x2) & n_ball(x3) & in(x3,x4) & Actor(e1,x1))
exists s1 x1.(n_ball(x1) & a_red(s1) & Theme(s1,x1))
Dog running towards camera with a ball in its mouth.
the dog runs
0
-100
In a both sentence,the dogs are running.
exists e1 x1 x2 x3 x4.(ne_nam_dog(x1) & with(e1,x3) & in(x3,x4) & n_mouth(x4) & of(x4,x2) & n_thing(x2) & n_ball(x3) & towards(e1,x2) & n_camera(x2) & Actor(e1,x1) & v_run(e1))
exists e1 x1.(n_dog(x1) & Actor(e1,x1) & v_run(e1))
7a8b309c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(with(e1,x3) & v_run(e1) & towards(e1,x2) & of(x4,x2) & ne_nam_dog(x1) & n_thing(x2) & n_mouth(x4) & n_camera(x2) & n_ball(x3) & in(x3,x4) & Actor(e1,x1))
exists e1 x1.(v_run(e1) & n_dog(x1) & Actor(e1,x1))
Dog running towards camera with a ball in its mouth.
a dog is sitting in a fish bowl
2
-100
One cannot be sitting and running at the same time. One would not usually be sitting in a fish bowl.
exists e1 x1 x2 x3 x4.(ne_nam_dog(x1) & with(e1,x3) & in(x3,x4) & n_mouth(x4) & of(x4,x2) & n_thing(x2) & n_ball(x3) & towards(e1,x2) & n_camera(x2) & Actor(e1,x1) & v_run(e1))
exists e1 x1 x2 x3.(in(e1,x2) & n_bowl(x2) & of(x2,x3) & n_fish(x3) & Actor(e1,x1) & v_sit(e1) & n_dog(x1))
7a8b35ba-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(with(e1,x3) & v_run(e1) & towards(e1,x2) & of(x4,x2) & ne_nam_dog(x1) & n_thing(x2) & n_mouth(x4) & n_camera(x2) & n_ball(x3) & in(x3,x4) & Actor(e1,x1))
exists e1 x1 x2 x3.(v_sit(e1) & of(x2,x3) & n_fish(x3) & n_dog(x1) & n_bowl(x2) & in(e1,x2) & Actor(e1,x1))
An older man and younger boy walk by the opening of a tent in a rural area.
The man and boy are cooking.
2
-100
The man is either cooking or opening a tent.
exists e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6.(n_opening(x4) & a_topic(s1) & Actor(e1,x4) & in(x4,x6) & n_area(x6) & a_rural(s4) & Theme(s4,x6) & of(x4,x5) & n_tent(x5) & Theme(e1,x3) & v_walk(e1) & (s1 = x3) & n_boy(x2) & r_more(s3) & a_younger(s3) & Theme(s3,x2) & n_man(x1) & subset_of(x2,s1) & subset_of(x1,s1) & r_more(s2) & a_older(s2) & Theme(s2,s1))
exists e1 x1 x2 x3.(n_boy(x3) & n_man(x2) & subset_of(x3,x1) & subset_of(x2,x1) & Actor(e1,x1) & v_cook(e1))
7a8b3ace-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6.(v_walk(e1) & subset_of(x2,s1) & subset_of(x1,s1) & r_more(s3) & r_more(s2) & of(x4,x5) & n_tent(x5) & n_opening(x4) & n_man(x1) & n_boy(x2) & n_area(x6) & in(x4,x6) & a_younger(s3) & a_topic(s1) & a_rural(s4) & a_older(s2) & Theme(s4,x6) & Theme(s3,x2) & Theme(s2,s1) & Theme(e1,x3) & Actor(e1,x4) & (s1 = x3))
exists e1 x1 x2 x3.(v_cook(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_man(x2) & n_boy(x3) & Actor(e1,x1))
An older man and younger boy walk by the opening of a tent in a rural area.
The man and boy are at the circus.
1
-100
Not all tents in a rural area are at the circus.
exists e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6.(n_opening(x4) & a_topic(s1) & Actor(e1,x4) & in(x4,x6) & n_area(x6) & a_rural(s4) & Theme(s4,x6) & of(x4,x5) & n_tent(x5) & Theme(e1,x3) & v_walk(e1) & (s1 = x3) & n_boy(x2) & r_more(s3) & a_younger(s3) & Theme(s3,x2) & n_man(x1) & subset_of(x2,s1) & subset_of(x1,s1) & r_more(s2) & a_older(s2) & Theme(s2,s1))
exists p1 x1 x2 x3 x4.(n_circus(x4) & n_boy(x3) & n_man(x2) & subset_of(x3,x1) & subset_of(x2,x1) & at(x1,x4))
7a8b40a0-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6.(v_walk(e1) & subset_of(x2,s1) & subset_of(x1,s1) & r_more(s3) & r_more(s2) & of(x4,x5) & n_tent(x5) & n_opening(x4) & n_man(x1) & n_boy(x2) & n_area(x6) & in(x4,x6) & a_younger(s3) & a_topic(s1) & a_rural(s4) & a_older(s2) & Theme(s4,x6) & Theme(s3,x2) & Theme(s2,s1) & Theme(e1,x3) & Actor(e1,x4) & (s1 = x3))
exists x1 x2 x3 x4.(subset_of(x3,x1) & subset_of(x2,x1) & n_man(x2) & n_circus(x4) & n_boy(x3) & at(x1,x4))
An older man and younger boy walk by the opening of a tent in a rural area.
There are two males in this photo.
0
-100
A man and a boy are males.
exists e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6.(n_opening(x4) & a_topic(s1) & Actor(e1,x4) & in(x4,x6) & n_area(x6) & a_rural(s4) & Theme(s4,x6) & of(x4,x5) & n_tent(x5) & Theme(e1,x3) & v_walk(e1) & (s1 = x3) & n_boy(x2) & r_more(s3) & a_younger(s3) & Theme(s3,x2) & n_man(x1) & subset_of(x2,s1) & subset_of(x1,s1) & r_more(s2) & a_older(s2) & Theme(s2,s1))
exists p1 x1 x3.(n_photo(x3) & exists x2.((x1 = x2) & in(x2,x3) & n_male(x2) & card_eq_2(x2)))
7a8b45fa-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6.(v_walk(e1) & subset_of(x2,s1) & subset_of(x1,s1) & r_more(s3) & r_more(s2) & of(x4,x5) & n_tent(x5) & n_opening(x4) & n_man(x1) & n_boy(x2) & n_area(x6) & in(x4,x6) & a_younger(s3) & a_topic(s1) & a_rural(s4) & a_older(s2) & Theme(s4,x6) & Theme(s3,x2) & Theme(s2,s1) & Theme(e1,x3) & Actor(e1,x4) & (s1 = x3))
exists x1 x3.(n_photo(x3) & exists x2.(n_male(x2) & in(x2,x3) & card_eq_2(x2) & (x1 = x2)))
One man and one boy looking into a tent with a blue blanket in it.
A father and son are on a camping trip.
1
-100
A man and a child together doesn't necessarily mean that they are father and son.
exists e1 s1 s2 x1 x2 x3 x4 x5.(a_topic(s1) & subset_of(x2,s1) & into(e1,x4) & with(x4,x5) & in(x5,x1) & n_thing(x1) & n_blanket(x5) & a_blue(s2) & Theme(s2,x5) & n_tent(x4) & Actor(e1,x3) & v_look(e1) & (x2 = x3) & n_boy(x2) & card_eq_1(x2) & subset_of(x1,s1) & n_man(x1) & card_eq_1(x1))
exists p1 x1 x2 x3.(exists x4 x5.(on(x1,x4) & n_trip(x4) & of(x4,x5) & n_camping(x5)) & n_son(x3) & n_father(x2) & subset_of(x3,x1) & subset_of(x2,x1))
7a8b4b22-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5.(with(x4,x5) & v_look(e1) & subset_of(x2,s1) & subset_of(x1,s1) & n_thing(x1) & n_tent(x4) & n_man(x1) & n_boy(x2) & n_blanket(x5) & into(e1,x4) & in(x5,x1) & card_eq_1(x2) & card_eq_1(x1) & a_topic(s1) & a_blue(s2) & Theme(s2,x5) & Actor(e1,x3) & (x2 = x3))
exists x1 x2 x3.(subset_of(x3,x1) & subset_of(x2,x1) & n_son(x3) & n_father(x2) & exists x4 x5.(on(x1,x4) & of(x4,x5) & n_trip(x4) & n_camping(x5)))
One man and one boy looking into a tent with a blue blanket in it.
A man and a boy are looking into a tent.
0
-100
One man and one boy is equivalent to a man and a boy.
exists e1 s1 s2 x1 x2 x3 x4 x5.(a_topic(s1) & subset_of(x2,s1) & into(e1,x4) & with(x4,x5) & in(x5,x1) & n_thing(x1) & n_blanket(x5) & a_blue(s2) & Theme(s2,x5) & n_tent(x4) & Actor(e1,x3) & v_look(e1) & (x2 = x3) & n_boy(x2) & card_eq_1(x2) & subset_of(x1,s1) & n_man(x1) & card_eq_1(x1))
exists e1 x1 x2 x3 x4.(into(e1,x4) & n_tent(x4) & Actor(e1,x1) & v_look(e1) & subset_of(x3,x1) & n_boy(x3) & subset_of(x2,x1) & n_man(x2))
7a8b5180-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5.(with(x4,x5) & v_look(e1) & subset_of(x2,s1) & subset_of(x1,s1) & n_thing(x1) & n_tent(x4) & n_man(x1) & n_boy(x2) & n_blanket(x5) & into(e1,x4) & in(x5,x1) & card_eq_1(x2) & card_eq_1(x1) & a_topic(s1) & a_blue(s2) & Theme(s2,x5) & Actor(e1,x3) & (x2 = x3))
exists e1 x1 x2 x3 x4.(v_look(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_tent(x4) & n_man(x2) & n_boy(x3) & into(e1,x4) & Actor(e1,x1))
One man and one boy looking into a tent with a blue blanket in it.
A man and a boy are inside a tent.
2
-100
One cannot be inside a tent and look into it at the same time.
exists e1 s1 s2 x1 x2 x3 x4 x5.(a_topic(s1) & subset_of(x2,s1) & into(e1,x4) & with(x4,x5) & in(x5,x1) & n_thing(x1) & n_blanket(x5) & a_blue(s2) & Theme(s2,x5) & n_tent(x4) & Actor(e1,x3) & v_look(e1) & (x2 = x3) & n_boy(x2) & card_eq_1(x2) & subset_of(x1,s1) & n_man(x1) & card_eq_1(x1))
exists p1 x1 x2 x3.(exists x4.(inside(x1,x4) & n_tent(x4)) & subset_of(x3,x1) & n_boy(x3) & subset_of(x2,x1) & n_man(x2))
7a8b56c6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5.(with(x4,x5) & v_look(e1) & subset_of(x2,s1) & subset_of(x1,s1) & n_thing(x1) & n_tent(x4) & n_man(x1) & n_boy(x2) & n_blanket(x5) & into(e1,x4) & in(x5,x1) & card_eq_1(x2) & card_eq_1(x1) & a_topic(s1) & a_blue(s2) & Theme(s2,x5) & Actor(e1,x3) & (x2 = x3))
exists x1 x2 x3.(subset_of(x3,x1) & subset_of(x2,x1) & n_man(x2) & n_boy(x3) & exists x4.(n_tent(x4) & inside(x1,x4)))
A woman sitting on a bench in front of a brick wall.
The woman is sitting on a blanket in the field.
2
-100
The woman is either on a bench or a blanket. She is either in front of a brick wall or in a field.
exists e1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & in(e1,x4) & of(x4,x5) & n_wall(x5) & of(x5,x6) & n_brick(x6) & n_front(x4) & on(e1,x3) & n_bench(x3) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_woman(x1))
exists e1 x1 x2 x3.(n_field(x3) & n_woman(x1) & on(e1,x2) & in(x2,x3) & n_blanket(x2) & Actor(e1,x1) & v_sit(e1))
7a8b6e90-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4 x5 x6.(v_sit(e1) & on(e1,x3) & of(x5,x6) & of(x4,x5) & n_woman(x1) & n_wall(x5) & n_front(x4) & n_brick(x6) & n_bench(x3) & in(e1,x4) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
exists e1 x1 x2 x3.(v_sit(e1) & on(e1,x2) & n_woman(x1) & n_field(x3) & n_blanket(x2) & in(x2,x3) & Actor(e1,x1))
A woman sitting on a bench in front of a brick wall.
The woman is reading a book.
1
-100
The fact that a woman is sitting on a bench doesn't imply that she is reading a book.
exists e1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & in(e1,x4) & of(x4,x5) & n_wall(x5) & of(x5,x6) & n_brick(x6) & n_front(x4) & on(e1,x3) & n_bench(x3) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_woman(x1))
exists e1 x1 x2.(n_woman(x1) & Theme(e1,x2) & Actor(e1,x1) & v_read(e1) & n_book(x2))
7a8b743a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4 x5 x6.(v_sit(e1) & on(e1,x3) & of(x5,x6) & of(x4,x5) & n_woman(x1) & n_wall(x5) & n_front(x4) & n_brick(x6) & n_bench(x3) & in(e1,x4) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
exists e1 x1 x2.(v_read(e1) & n_woman(x1) & n_book(x2) & Theme(e1,x2) & Actor(e1,x1))
A woman sitting on a bench in front of a brick wall.
There is a brick wall behind the bench.
0
-100
brick wall behind the bench is another way to say bench in front of a brick wall
exists e1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & in(e1,x4) & of(x4,x5) & n_wall(x5) & of(x5,x6) & n_brick(x6) & n_front(x4) & on(e1,x3) & n_bench(x3) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_woman(x1))
exists p1 x1 x4.(n_bench(x4) & exists x2 x3.((x1 = x2) & behind(x2,x4) & n_wall(x2) & of(x2,x3) & n_brick(x3)))
7a8b799e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4 x5 x6.(v_sit(e1) & on(e1,x3) & of(x5,x6) & of(x4,x5) & n_woman(x1) & n_wall(x5) & n_front(x4) & n_brick(x6) & n_bench(x3) & in(e1,x4) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
exists x1 x4.(n_bench(x4) & exists x2 x3.(of(x2,x3) & n_wall(x2) & n_brick(x3) & behind(x2,x4) & (x1 = x2)))
The man in a blue shirt is holding a camera near to a boy wearing a backpack.
A man is holding a camera.
0
-100
man in a blue shirt shows that A man
exists e1 p1 s1 x1 x2 x3.(n_man(x1) & exists e2 s2 x4 x5 x6.(to(s2,x4) & Theme(e2,x6) & Actor(e2,x5) & v_wear(e2) & n_backpack(x6) & (x4 = x5) & n_boy(x4) & Theme(s2,x3) & a_near(s2)) & Recipient(e1,p1) & Actor(e1,x1) & Topic(e1,x3) & v_hold(e1) & n_camera(x3) & in(x1,x2) & n_shirt(x2) & a_blue(s1) & Theme(s1,x2))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_camera(x2) & n_man(x1))
7a8b84f2-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 x1 x2 x3.(v_hold(e1) & n_shirt(x2) & n_man(x1) & n_camera(x3) & in(x1,x2) & exists e2 s2 x4 x5 x6.(v_wear(e2) & to(s2,x4) & n_boy(x4) & n_backpack(x6) & a_near(s2) & Theme(s2,x3) & Theme(e2,x6) & Actor(e2,x5) & (x4 = x5)) & a_blue(s1) & Topic(e1,x3) & Theme(s1,x2) & Recipient(e1,p1) & Actor(e1,x1))
exists e1 x1 x2.(v_hold(e1) & n_man(x1) & n_camera(x2) & Theme(e1,x2) & Actor(e1,x1))
a man holding a digital camera standing outside of a huge building.
A young man takes pictures of a rain forest with his camera.
2
-100
There cannot be a huge building in the rain forest.
exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(a_topic(x1) & Theme(e2,x3) & Actor(e2,x2) & v_hold(e2) & of(e1,x5) & n_building(x5) & a_huge(s2) & Theme(s2,x5) & r_outside(e1) & Actor(e1,x4) & v_stand(e1) & (x3 = x4) & n_camera(x3) & a_digital(s1) & Theme(s1,x3) & (x1 = x2) & n_man(x1))
exists e1 s1 x1 x2 x3 x4 x5.(Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & of(x2,x3) & with(x3,x5) & n_camera(x5) & of(x5,x1) & n_male(x1) & n_forest(x3) & of(x3,x4) & n_rain(x4) & n_picture(x2) & n_man(x1) & a_young(s1) & Theme(s1,x1))
7a8b95b4-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(v_stand(e1) & v_hold(e2) & r_outside(e1) & of(e1,x5) & n_man(x1) & n_camera(x3) & n_building(x5) & a_topic(x1) & a_huge(s2) & a_digital(s1) & Theme(s2,x5) & Theme(s1,x3) & Theme(e2,x3) & Actor(e2,x2) & Actor(e1,x4) & (x3 = x4) & (x1 = x2))
exists e1 s1 x1 x2 x3 x4 x5.(with(x3,x5) & v_take(e1) & of(x5,x1) & of(x3,x4) & of(x2,x3) & n_rain(x4) & n_picture(x2) & n_man(x1) & n_male(x1) & n_forest(x3) & n_camera(x5) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
a man wearing blue holds a camera.
A man takes photos of his family.
1
-100
A man holding a camera not necessarily takes photos of his family.
exists e1 e2 x1 x2 x3 x4.(Theme(e2,x4) & Actor(e2,x1) & v_hold(e2) & n_camera(x4) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_blue(x3) & (x1 = x2) & n_man(x1))
exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & of(x2,x3) & n_family(x3) & of(x3,x1) & n_male(x1) & n_photo(x2) & n_man(x1))
7a8ba068-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 x1 x2 x3 x4.(v_wear(e1) & v_hold(e2) & n_man(x1) & n_camera(x4) & n_blue(x3) & Theme(e2,x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
exists e1 x1 x2 x3.(v_take(e1) & of(x3,x1) & of(x2,x3) & n_photo(x2) & n_man(x1) & n_male(x1) & n_family(x3) & Theme(e1,x2) & Actor(e1,x1))
A little girl is wearing knee pads and a helmet next to a pretty bike.
The kid wants to show off her new bike.
1
-100
A girl wearing knee pads next to a pretty bike not necessarily wants to show off her new bike.
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & subset_of(x5,x2) & to(x6,x7) & n_bike(x7) & a_pretty(s2) & Theme(s2,x7) & next(x5,x6) & n_thing(x6) & n_helmet(x5) & subset_of(x3,x2) & n_pad(x3) & of(x3,x4) & n_knee(x4) & n_girl(x1) & a_little(s1) & Theme(s1,x1))
exists e1 p1 s1 x1 x2.(n_bike(x2) & a_new(s1) & Theme(s1,x2) & of(x2,x1) & n_female(x1) & n_kid(x1) & Topic(e1,p1) & Actor(e1,x1) & v_want(e1) & exists e2 s2.(a_off(s2) & Manner(e2,s2) & Theme(e2,x2) & Actor(e2,x1) & v_show(e2)))
7a8bafc2-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(v_wear(e1) & to(x6,x7) & subset_of(x5,x2) & subset_of(x3,x2) & of(x3,x4) & next(x5,x6) & n_thing(x6) & n_pad(x3) & n_knee(x4) & n_helmet(x5) & n_girl(x1) & n_bike(x7) & a_pretty(s2) & a_little(s1) & Theme(s2,x7) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
exists e1 p1 s1 x1 x2.(v_want(e1) & of(x2,x1) & n_kid(x1) & n_female(x1) & n_bike(x2) & exists e2 s2.(v_show(e2) & a_off(s2) & Theme(e2,x2) & Manner(e2,s2) & Actor(e2,x1)) & a_new(s1) & Topic(e1,p1) & Theme(s1,x2) & Actor(e1,x1))
A man in khaki walking down a sidewalk.
A man is walking outdoors.
1
0.922888
A man in khaki walking is not necessarily outdoors.
exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & a_down(s1) & Manner(e1,s1) & Theme(e1,x4) & Actor(e1,x3) & v_walk(e1) & n_sidewalk(x4) & (x2 = x3) & n_khaki(x2) & n_man(x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_walk(e1) & n_outdoors(x2) & n_man(x1))
7a8cae86-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(v_walk(e1) & n_sidewalk(x4) & n_man(x1) & n_khaki(x2) & in(x1,x2) & a_topic(x1) & a_down(s1) & Theme(e1,x4) & Manner(e1,s1) & Actor(e1,x3) & (x2 = x3))
exists e1 x1 x2.(v_walk(e1) & n_outdoors(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1))
A man in khaki walking down a sidewalk.
The man is on his way to have his taxes prepared
1
0.000848
A man walking down a sidewalk is not necessarily on his way to have his taxes prepared.
exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & a_down(s1) & Manner(e1,s1) & Theme(e1,x4) & Actor(e1,x3) & v_walk(e1) & n_sidewalk(x4) & (x2 = x3) & n_khaki(x2) & n_man(x1))
exists p1 x1 x2 x3.(n_tax(x3) & of(x3,x1) & n_male(x1) & n_male(x1) & n_way(x2) & of(x2,x1) & n_man(x1) & exists p2.(on(x1,x2) & Topic(x2,p2) & exists e2 e1 x4.(Theme(e2,x3) & Actor(e2,x2) & v_have(e2) & Theme(e1,x4) & v_prepare(e1) & (x3 = x4))))
7a8cb3b8-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(v_walk(e1) & n_sidewalk(x4) & n_man(x1) & n_khaki(x2) & in(x1,x2) & a_topic(x1) & a_down(s1) & Theme(e1,x4) & Manner(e1,s1) & Actor(e1,x3) & (x2 = x3))
exists x1 x2 x3.(of(x3,x1) & of(x2,x1) & n_way(x2) & n_tax(x3) & n_man(x1) & n_male(x1) & exists p2.(on(x1,x2) & exists e2 e1 x4.(v_prepare(e1) & v_have(e2) & Theme(e2,x3) & Theme(e1,x4) & Actor(e2,x2) & (x3 = x4)) & Topic(x2,p2)))
A man in khaki walking down a sidewalk.
The man is going somewhere while outside
0
0.974427
A man is the same as the man, walking is going somewhere, and a sidewalk is outside.
exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & a_down(s1) & Manner(e1,s1) & Theme(e1,x4) & Actor(e1,x3) & v_walk(e1) & n_sidewalk(x4) & (x2 = x3) & n_khaki(x2) & n_man(x1))
exists e1 x1 x2 x3.(n_man(x1) & while(e1,x3) & n_outside(x3) & Location(e1,x2) & n_location(x2) & Actor(e1,x1) & v_go(e1))
7a8cc416-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(v_walk(e1) & n_sidewalk(x4) & n_man(x1) & n_khaki(x2) & in(x1,x2) & a_topic(x1) & a_down(s1) & Theme(e1,x4) & Manner(e1,s1) & Actor(e1,x3) & (x2 = x3))
exists e1 x1 x2 x3.(while(e1,x3) & v_go(e1) & n_outside(x3) & n_man(x1) & n_location(x2) & Location(e1,x2) & Actor(e1,x1))
A man in khaki walking down a sidewalk.
The man is wearing a dress and performing at the circus.
2
0.000014
performing and walking are different actions
exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & a_down(s1) & Manner(e1,s1) & Theme(e1,x4) & Actor(e1,x3) & v_walk(e1) & n_sidewalk(x4) & (x2 = x3) & n_khaki(x2) & n_man(x1))
exists e2 e1 x1 x2 x3.(n_circus(x3) & n_man(x1) & at(e2,x3) & Actor(e2,x1) & v_perform(e2) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_dress(x2))
7a8cd064-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(v_walk(e1) & n_sidewalk(x4) & n_man(x1) & n_khaki(x2) & in(x1,x2) & a_topic(x1) & a_down(s1) & Theme(e1,x4) & Manner(e1,s1) & Actor(e1,x3) & (x2 = x3))
exists e2 e1 x1 x2 x3.(v_wear(e1) & v_perform(e2) & n_man(x1) & n_dress(x2) & n_circus(x3) & at(e2,x3) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x1))
A man in khaki walking down a sidewalk.
The man is walking by himself.
1
0.646779
Not all man in khaki walking down a sidewalk is walking by himself.
exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & a_down(s1) & Manner(e1,s1) & Theme(e1,x4) & Actor(e1,x3) & v_walk(e1) & n_sidewalk(x4) & (x2 = x3) & n_khaki(x2) & n_man(x1))
exists e1 x1.(n_male(x1) & n_man(x1) & by(e1,x1) & Actor(e1,x1) & v_walk(e1))
7a8cdaf0-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(v_walk(e1) & n_sidewalk(x4) & n_man(x1) & n_khaki(x2) & in(x1,x2) & a_topic(x1) & a_down(s1) & Theme(e1,x4) & Manner(e1,s1) & Actor(e1,x3) & (x2 = x3))
exists e1 x1.(v_walk(e1) & n_man(x1) & n_male(x1) & by(e1,x1) & Actor(e1,x1))
A man in khaki walking down a sidewalk.
The man nods at a passerby.
1
0.210319
Not all man in khaki walking down a sidewalk nods at a passerby.
exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & a_down(s1) & Manner(e1,s1) & Theme(e1,x4) & Actor(e1,x3) & v_walk(e1) & n_sidewalk(x4) & (x2 = x3) & n_khaki(x2) & n_man(x1))
exists e1 x1 x2.(n_man(x1) & at(e1,x2) & n_passerby(x2) & Actor(e1,x1) & v_nod(e1))
7a8ce07c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(v_walk(e1) & n_sidewalk(x4) & n_man(x1) & n_khaki(x2) & in(x1,x2) & a_topic(x1) & a_down(s1) & Theme(e1,x4) & Manner(e1,s1) & Actor(e1,x3) & (x2 = x3))
exists e1 x1 x2.(v_nod(e1) & n_passerby(x2) & n_man(x1) & at(e1,x2) & Actor(e1,x1))
A man in khaki walking down a sidewalk.
The man is wearing a hat.
1
0.0011
Not all man in khaki walking down a sidewalk is wearing a hat.
exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & a_down(s1) & Manner(e1,s1) & Theme(e1,x4) & Actor(e1,x3) & v_walk(e1) & n_sidewalk(x4) & (x2 = x3) & n_khaki(x2) & n_man(x1))
exists e1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_hat(x2))
7a8ce572-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(v_walk(e1) & n_sidewalk(x4) & n_man(x1) & n_khaki(x2) & in(x1,x2) & a_topic(x1) & a_down(s1) & Theme(e1,x4) & Manner(e1,s1) & Actor(e1,x3) & (x2 = x3))
exists e1 x1 x2.(v_wear(e1) & n_man(x1) & n_hat(x2) & Theme(e1,x2) & Actor(e1,x1))
A lady standing in front of a lot of elementary school aged children who are sitting on the floor.
The lady is a teacher.
1
0.91871
Not all lady standing in front of a lot of elementary school is a teacher.
exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(n_floor(x8) & a_topic(x1) & in(x1,x3) & of(x3,x4) & of(x4,x5) & on(e2,x8) & Actor(e2,x7) & v_sit(e2) & (x5 = x7) & n_child(x5) & Theme(e1,x5) & v_age(e1) & of(x5,x6) & n_school(x6) & a_elementary(s1) & Theme(s1,x5) & n_lot(x4) & n_front(x3) & n_standing(x1) & of(x1,x2) & n_lady(x2))
exists p1 x1.(n_lady(x1) & exists x2.((x1 = x2) & n_teacher(x2)))
7a8d59b2-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(v_sit(e2) & v_age(e1) & on(e2,x8) & of(x5,x6) & of(x4,x5) & of(x3,x4) & of(x1,x2) & n_standing(x1) & n_school(x6) & n_lot(x4) & n_lady(x2) & n_front(x3) & n_floor(x8) & n_child(x5) & in(x1,x3) & a_topic(x1) & a_elementary(s1) & Theme(s1,x5) & Theme(e1,x5) & Actor(e2,x7) & (x5 = x7))
exists x1.(n_lady(x1) & exists x2.(n_teacher(x2) & (x1 = x2)))
A lady standing in front of a lot of elementary school aged children who are sitting on the floor.
The teacher was reading the aged childeren a story while they sit
1
0.196471
Not all lady standing in front of a lot of elementary school is a teacher who reading the aged childeren a story.
exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(n_floor(x8) & a_topic(x1) & in(x1,x3) & of(x3,x4) & of(x4,x5) & on(e2,x8) & Actor(e2,x7) & v_sit(e2) & (x5 = x7) & n_child(x5) & Theme(e1,x5) & v_age(e1) & of(x5,x6) & n_school(x6) & a_elementary(s1) & Theme(s1,x5) & n_lot(x4) & n_front(x3) & n_standing(x1) & of(x1,x2) & n_lady(x2))
exists e1 x1 x3.(n_thing(x3) & n_childeren(x3) & Theme(e1,x3) & v_age(e1) & n_teacher(x1) & all x2.(n_story(x2) -> exists e2 p1.(exists e3.(Actor(e3,x3) & v_sit(e3)) & while(e2,p1) & Theme(e2,x3) & Actor(e2,x1) & v_read(e2) & for(x3,x2))))
7a8d6d58-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(v_sit(e2) & v_age(e1) & on(e2,x8) & of(x5,x6) & of(x4,x5) & of(x3,x4) & of(x1,x2) & n_standing(x1) & n_school(x6) & n_lot(x4) & n_lady(x2) & n_front(x3) & n_floor(x8) & n_child(x5) & in(x1,x3) & a_topic(x1) & a_elementary(s1) & Theme(s1,x5) & Theme(e1,x5) & Actor(e2,x7) & (x5 = x7))
exists e1 x1 x3.(v_age(e1) & n_thing(x3) & n_teacher(x1) & n_childeren(x3) & all x2.(exists e2 p1.(while(e2,p1) & v_read(e2) & for(x3,x2) & exists e3.(v_sit(e3) & Actor(e3,x3)) & Theme(e2,x3) & Actor(e2,x1)) | -n_story(x2)) & Theme(e1,x3))
A lady standing in front of a lot of elementary school aged children who are sitting on the floor.
The lady was standing in front of the elementary school with aged childeren
0
0.316912
The lady is standing in front of an elementary school.
exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(n_floor(x8) & a_topic(x1) & in(x1,x3) & of(x3,x4) & of(x4,x5) & on(e2,x8) & Actor(e2,x7) & v_sit(e2) & (x5 = x7) & n_child(x5) & Theme(e1,x5) & v_age(e1) & of(x5,x6) & n_school(x6) & a_elementary(s1) & Theme(s1,x5) & n_lot(x4) & n_front(x3) & n_standing(x1) & of(x1,x2) & n_lady(x2))
exists e2 e1 s1 x1 x2 x3 x4.(n_school(x3) & a_elementary(s1) & Theme(s1,x3) & n_lady(x1) & with(e1,x4) & n_childeren(x4) & Theme(e2,x4) & v_age(e2) & in(e1,x2) & of(x2,x3) & n_front(x2) & Actor(e1,x1) & v_stand(e1))
7a8d7b9a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(v_sit(e2) & v_age(e1) & on(e2,x8) & of(x5,x6) & of(x4,x5) & of(x3,x4) & of(x1,x2) & n_standing(x1) & n_school(x6) & n_lot(x4) & n_lady(x2) & n_front(x3) & n_floor(x8) & n_child(x5) & in(x1,x3) & a_topic(x1) & a_elementary(s1) & Theme(s1,x5) & Theme(e1,x5) & Actor(e2,x7) & (x5 = x7))
exists e2 e1 s1 x1 x2 x3 x4.(with(e1,x4) & v_stand(e1) & v_age(e2) & of(x2,x3) & n_school(x3) & n_lady(x1) & n_front(x2) & n_childeren(x4) & in(e1,x2) & a_elementary(s1) & Theme(s1,x3) & Theme(e2,x4) & Actor(e1,x1))
A lady standing in front of a lot of elementary school aged children who are sitting on the floor.
The woman is teaching them to spell.
1
0.042047
Not all lady standing in front of a lot of elementary school is teaching them to spell.
exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(n_floor(x8) & a_topic(x1) & in(x1,x3) & of(x3,x4) & of(x4,x5) & on(e2,x8) & Actor(e2,x7) & v_sit(e2) & (x5 = x7) & n_child(x5) & Theme(e1,x5) & v_age(e1) & of(x5,x6) & n_school(x6) & a_elementary(s1) & Theme(s1,x5) & n_lot(x4) & n_front(x3) & n_standing(x1) & of(x1,x2) & n_lady(x2))
exists e1 p1 x1 x2.(n_thing(x2) & n_woman(x1) & Topic(e1,p1) & Recipient(e1,x2) & Actor(e1,x1) & v_teach(e1) & exists e2.(Actor(e2,x2) & v_spell(e2)))
7a8d802c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(v_sit(e2) & v_age(e1) & on(e2,x8) & of(x5,x6) & of(x4,x5) & of(x3,x4) & of(x1,x2) & n_standing(x1) & n_school(x6) & n_lot(x4) & n_lady(x2) & n_front(x3) & n_floor(x8) & n_child(x5) & in(x1,x3) & a_topic(x1) & a_elementary(s1) & Theme(s1,x5) & Theme(e1,x5) & Actor(e2,x7) & (x5 = x7))
exists e1 p1 x1 x2.(v_teach(e1) & n_woman(x1) & n_thing(x2) & exists e2.(v_spell(e2) & Actor(e2,x2)) & Topic(e1,p1) & Recipient(e1,x2) & Actor(e1,x1))
A lady standing in front of a lot of elementary school aged children who are sitting on the floor.
A teacher is reading to her class
1
0.233348
Not all lady standing in front of a lot of elementary school is reading to her class.
exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(n_floor(x8) & a_topic(x1) & in(x1,x3) & of(x3,x4) & of(x4,x5) & on(e2,x8) & Actor(e2,x7) & v_sit(e2) & (x5 = x7) & n_child(x5) & Theme(e1,x5) & v_age(e1) & of(x5,x6) & n_school(x6) & a_elementary(s1) & Theme(s1,x5) & n_lot(x4) & n_front(x3) & n_standing(x1) & of(x1,x2) & n_lady(x2))
exists e1 x1 x2.(to(e1,x2) & n_class(x2) & of(x2,x1) & n_female(x1) & Actor(e1,x1) & v_read(e1) & n_teacher(x1))
7a8d89e6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(v_sit(e2) & v_age(e1) & on(e2,x8) & of(x5,x6) & of(x4,x5) & of(x3,x4) & of(x1,x2) & n_standing(x1) & n_school(x6) & n_lot(x4) & n_lady(x2) & n_front(x3) & n_floor(x8) & n_child(x5) & in(x1,x3) & a_topic(x1) & a_elementary(s1) & Theme(s1,x5) & Theme(e1,x5) & Actor(e2,x7) & (x5 = x7))
exists e1 x1 x2.(v_read(e1) & to(e1,x2) & of(x2,x1) & n_teacher(x1) & n_female(x1) & n_class(x2) & Actor(e1,x1))
A lady standing in front of a lot of elementary school aged children who are sitting on the floor.
A woman is speaking to the kids.
1
0.919491
Just because someone is standing in front of a group doesn't mean they are speaking
exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(n_floor(x8) & a_topic(x1) & in(x1,x3) & of(x3,x4) & of(x4,x5) & on(e2,x8) & Actor(e2,x7) & v_sit(e2) & (x5 = x7) & n_child(x5) & Theme(e1,x5) & v_age(e1) & of(x5,x6) & n_school(x6) & a_elementary(s1) & Theme(s1,x5) & n_lot(x4) & n_front(x3) & n_standing(x1) & of(x1,x2) & n_lady(x2))
exists e1 x1 x2.(n_kid(x2) & to(e1,x2) & Actor(e1,x1) & v_speak(e1) & n_woman(x1))
7a8d9332-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(v_sit(e2) & v_age(e1) & on(e2,x8) & of(x5,x6) & of(x4,x5) & of(x3,x4) & of(x1,x2) & n_standing(x1) & n_school(x6) & n_lot(x4) & n_lady(x2) & n_front(x3) & n_floor(x8) & n_child(x5) & in(x1,x3) & a_topic(x1) & a_elementary(s1) & Theme(s1,x5) & Theme(e1,x5) & Actor(e2,x7) & (x5 = x7))
exists e1 x1 x2.(v_speak(e1) & to(e1,x2) & n_woman(x1) & n_kid(x2) & Actor(e1,x1))
The toddler is trying to drink from two sippy cups.
the boy drank out of a glass cup
2
-100
A implies one, not two. Sippy cups are not made of glass.
exists e1 p1 x1.(n_toddler(x1) & Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2 s1 x2.(from(e2,x2) & n_cup(x2) & a_sippy(s1) & Theme(s1,x2) & card_eq_2(x2) & Actor(e2,x1) & v_drink(e2)))
exists e1 x1 x2 x3.(n_boy(x1) & r_out(e1) & of(e1,x2) & n_cup(x2) & of(x2,x3) & n_glass(x3) & Actor(e1,x1) & v_drink(e1))
7a8e8ef4-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 x1.(v_try(e1) & n_toddler(x1) & exists e2 s1 x2.(v_drink(e2) & n_cup(x2) & from(e2,x2) & card_eq_2(x2) & a_sippy(s1) & Theme(s1,x2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1))
exists e1 x1 x2 x3.(v_drink(e1) & r_out(e1) & of(x2,x3) & of(e1,x2) & n_glass(x3) & n_cup(x2) & n_boy(x1) & Actor(e1,x1))
The toddler is trying to drink from two sippy cups.
a child is drinking
0
-100
A toddler is a child, and sippy cups are appropriate vessels for a toddler to drink from.
exists e1 p1 x1.(n_toddler(x1) & Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2 s1 x2.(from(e2,x2) & n_cup(x2) & a_sippy(s1) & Theme(s1,x2) & card_eq_2(x2) & Actor(e2,x1) & v_drink(e2)))
exists e1 x1.(Actor(e1,x1) & v_drink(e1) & n_child(x1))
7a8e9390-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 x1.(v_try(e1) & n_toddler(x1) & exists e2 s1 x2.(v_drink(e2) & n_cup(x2) & from(e2,x2) & card_eq_2(x2) & a_sippy(s1) & Theme(s1,x2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1))
exists e1 x1.(v_drink(e1) & n_child(x1) & Actor(e1,x1))
A mom watching her toddler try to drink through two sippy cups.
The child is drinking a refreshing pineapple flavored drink.
1
-100
Not all drinks are refreshing pineapple flavored.
exists e1 p1 x1 x2 x3 x4 x5.(a_topic(x1) & Topic(e1,p1) & exists e2 s1 x6.(through(e2,x6) & n_cup(x6) & a_sippy(s1) & Theme(s1,x6) & card_eq_2(x6) & Actor(e2,x2) & v_drink(e2)) & Theme(e1,x4) & Actor(e1,x3) & v_watch(e1) & n_try(x4) & of(x4,x5) & n_toddler(x5) & of(x4,x1) & n_female(x1) & (x1 = x3) & (x1 = x2) & n_mom(x1))
exists e3 e2 e1 x1 x2 x3.(n_child(x1) & Theme(e3,x2) & Actor(e3,x1) & v_drink(e3) & n_drink(x2) & Theme(e2,x2) & v_flavor(e2) & of(x2,x3) & n_pineapple(x3) & Actor(e1,x2) & v_refresh(e1))
7a8e9818-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 x1 x2 x3 x4 x5.(v_watch(e1) & of(x4,x5) & of(x4,x1) & n_try(x4) & n_toddler(x5) & n_mom(x1) & n_female(x1) & exists e2 s1 x6.(v_drink(e2) & through(e2,x6) & n_cup(x6) & card_eq_2(x6) & a_sippy(s1) & Theme(s1,x6) & Actor(e2,x2)) & a_topic(x1) & Topic(e1,p1) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3) & (x1 = x2))
exists e3 e2 e1 x1 x2 x3.(v_refresh(e1) & v_flavor(e2) & v_drink(e3) & of(x2,x3) & n_pineapple(x3) & n_drink(x2) & n_child(x1) & Theme(e3,x2) & Theme(e2,x2) & Actor(e3,x1) & Actor(e1,x2))
A mom watching her toddler try to drink through two sippy cups.
A mom is monitoring her child.
0
-100
A mom watching her toddler is definitely monitoring her child.
exists e1 p1 x1 x2 x3 x4 x5.(a_topic(x1) & Topic(e1,p1) & exists e2 s1 x6.(through(e2,x6) & n_cup(x6) & a_sippy(s1) & Theme(s1,x6) & card_eq_2(x6) & Actor(e2,x2) & v_drink(e2)) & Theme(e1,x4) & Actor(e1,x3) & v_watch(e1) & n_try(x4) & of(x4,x5) & n_toddler(x5) & of(x4,x1) & n_female(x1) & (x1 = x3) & (x1 = x2) & n_mom(x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_monitor(e1) & n_child(x2) & of(x2,x1) & n_female(x1) & n_mom(x1))
7a8e9d90-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 x1 x2 x3 x4 x5.(v_watch(e1) & of(x4,x5) & of(x4,x1) & n_try(x4) & n_toddler(x5) & n_mom(x1) & n_female(x1) & exists e2 s1 x6.(v_drink(e2) & through(e2,x6) & n_cup(x6) & card_eq_2(x6) & a_sippy(s1) & Theme(s1,x6) & Actor(e2,x2)) & a_topic(x1) & Topic(e1,p1) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3) & (x1 = x2))
exists e1 x1 x2.(v_monitor(e1) & of(x2,x1) & n_mom(x1) & n_female(x1) & n_child(x2) & Theme(e1,x2) & Actor(e1,x1))
A mom watching her toddler try to drink through two sippy cups.
The child was actually stolen from another parent.
1
-100
Watching a toddler does not imply that the child was stolen from another parent.
exists e1 p1 x1 x2 x3 x4 x5.(a_topic(x1) & Topic(e1,p1) & exists e2 s1 x6.(through(e2,x6) & n_cup(x6) & a_sippy(s1) & Theme(s1,x6) & card_eq_2(x6) & Actor(e2,x2) & v_drink(e2)) & Theme(e1,x4) & Actor(e1,x3) & v_watch(e1) & n_try(x4) & of(x4,x5) & n_toddler(x5) & of(x4,x1) & n_female(x1) & (x1 = x3) & (x1 = x2) & n_mom(x1))
exists e1 s1 x1 x2 x3.(n_parent(x2) & n_child(x1) & a_actually(s1) & Manner(e1,s1) & from(e1,x3) & n_parent(x3) & -(x3 = x2) & Theme(e1,x1) & v_steal(e1))
7a8ea25e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 x1 x2 x3 x4 x5.(v_watch(e1) & of(x4,x5) & of(x4,x1) & n_try(x4) & n_toddler(x5) & n_mom(x1) & n_female(x1) & exists e2 s1 x6.(v_drink(e2) & through(e2,x6) & n_cup(x6) & card_eq_2(x6) & a_sippy(s1) & Theme(s1,x6) & Actor(e2,x2)) & a_topic(x1) & Topic(e1,p1) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3) & (x1 = x2))
exists e1 s1 x1 x2 x3.(v_steal(e1) & n_parent(x3) & n_parent(x2) & n_child(x1) & from(e1,x3) & a_actually(s1) & Theme(e1,x1) & Manner(e1,s1) & -(x3 = x2))
a woman talking on the phone while drawing on a drafting table
It is nice outside
1
-100
Just because a woman talking on the phone while drawing on a drafting table does not imply that It is nice outside
exists e1 e2 x1 x2 x3 x4 x5.(n_phone(x3) & a_topic(x1) & while(e1,e2) & on(e2,x4) & n_table(x4) & of(x4,x5) & n_drafting(x5) & Actor(e2,x2) & v_draw(e2) & on(e1,x3) & Actor(e1,x2) & v_talk(e1) & (x1 = x2) & n_woman(x1))
exists p1 x1.(n_thing(x1) & exists s1 x2.((x1 = x2) & n_outside(x2) & a_nice(s1) & Theme(s1,x2)))
7a8ea718-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 x1 x2 x3 x4 x5.(while(e1,e2) & v_talk(e1) & v_draw(e2) & on(e2,x4) & on(e1,x3) & of(x4,x5) & n_woman(x1) & n_table(x4) & n_phone(x3) & n_drafting(x5) & a_topic(x1) & Actor(e2,x2) & Actor(e1,x2) & (x1 = x2))
exists x1.(n_thing(x1) & exists s1 x2.(n_outside(x2) & a_nice(s1) & Theme(s1,x2) & (x1 = x2)))
a woman talking on the phone while drawing on a drafting table
The woman is mute
2
-100
it is not possible to be talking and mute at the same time
exists e2 e1 x1 x2 x3 x4 x5.(n_phone(x3) & a_topic(x1) & while(e1,e2) & on(e2,x4) & n_table(x4) & of(x4,x5) & n_drafting(x5) & Actor(e2,x2) & v_draw(e2) & on(e1,x3) & Actor(e1,x2) & v_talk(e1) & (x1 = x2) & n_woman(x1))
exists s1 x1.(n_woman(x1) & Theme(s1,x1) & a_mute(s1))
7a8eac22-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 x1 x2 x3 x4 x5.(while(e1,e2) & v_talk(e1) & v_draw(e2) & on(e2,x4) & on(e1,x3) & of(x4,x5) & n_woman(x1) & n_table(x4) & n_phone(x3) & n_drafting(x5) & a_topic(x1) & Actor(e2,x2) & Actor(e1,x2) & (x1 = x2))
exists s1 x1.(n_woman(x1) & a_mute(s1) & Theme(s1,x1))
a woman talking on the phone while drawing on a drafting table
There is cell phone reception
0
-100
The woman is talking on the phone so there must be cell phone reception.
exists e1 e2 x1 x2 x3 x4 x5.(n_phone(x3) & a_topic(x1) & while(e1,e2) & on(e2,x4) & n_table(x4) & of(x4,x5) & n_drafting(x5) & Actor(e2,x2) & v_draw(e2) & on(e1,x3) & Actor(e1,x2) & v_talk(e1) & (x1 = x2) & n_woman(x1))
exists p1 x1 x2 x3 x4.((x1 = x2) & n_reception(x2) & of(x2,x4) & n_phone(x4) & of(x2,x3) & n_cell(x3))
7a8eb0be-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 x1 x2 x3 x4 x5.(while(e1,e2) & v_talk(e1) & v_draw(e2) & on(e2,x4) & on(e1,x3) & of(x4,x5) & n_woman(x1) & n_table(x4) & n_phone(x3) & n_drafting(x5) & a_topic(x1) & Actor(e2,x2) & Actor(e1,x2) & (x1 = x2))
exists x1 x2 x3 x4.(of(x2,x4) & of(x2,x3) & n_reception(x2) & n_phone(x4) & n_cell(x3) & (x1 = x2))
A baby drinking from two bottles.
Baby has more bottles than mouths.
1
-100
A baby drinking from two bottles does not indicate that baby has more bottles than mouths.
exists x1 x2 x3.(a_topic(x1) & from(x1,x3) & n_bottle(x3) & card_eq_2(x3) & n_drinking(x1) & of(x1,x2) & n_baby(x2))
exists e1 s1 x1 x2 x3.(ne_nam_baby(x1) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & than(x2,x3) & n_mouth(x3) & n_bottle(x2) & a_more(s1) & Theme(s1,x2))
7a8eb550-e4c8-11ec-9cdd-0242ac1c0002
exists x1 x2 x3.(of(x1,x2) & n_drinking(x1) & n_bottle(x3) & n_baby(x2) & from(x1,x3) & card_eq_2(x3) & a_topic(x1))
exists e1 s1 x1 x2 x3.(v_have(e1) & than(x2,x3) & ne_nam_baby(x1) & n_mouth(x3) & n_bottle(x2) & a_more(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
A baby drinking from two bottles.
Baby needs more bottles.
2
-100
drinking and needing are different actions
exists x1 x2 x3.(a_topic(x1) & from(x1,x3) & n_bottle(x3) & card_eq_2(x3) & n_drinking(x1) & of(x1,x2) & n_baby(x2))
exists e1 s1 x1 x2.(ne_nam_baby(x1) & Theme(e1,x2) & Actor(e1,x1) & v_need(e1) & n_bottle(x2) & a_more(s1) & Theme(s1,x2))
7a8eb9ec-e4c8-11ec-9cdd-0242ac1c0002
exists x1 x2 x3.(of(x1,x2) & n_drinking(x1) & n_bottle(x3) & n_baby(x2) & from(x1,x3) & card_eq_2(x3) & a_topic(x1))
exists e1 s1 x1 x2.(v_need(e1) & ne_nam_baby(x1) & n_bottle(x2) & a_more(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
A baby drinking from two bottles.
Baby has a bottle for each hand.
0
-100
A bottle for each hand implies that the baby has two bottles.
exists x1 x2 x3.(a_topic(x1) & from(x1,x3) & n_bottle(x3) & card_eq_2(x3) & n_drinking(x1) & of(x1,x2) & n_baby(x2))
exists x1 x2.(ne_nam_baby(x1) & all x3.(n_hand(x3) -> exists e1.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & for(x2,x3))) & n_bottle(x2))
7a8ec02c-e4c8-11ec-9cdd-0242ac1c0002
exists x1 x2 x3.(of(x1,x2) & n_drinking(x1) & n_bottle(x3) & n_baby(x2) & from(x1,x3) & card_eq_2(x3) & a_topic(x1))
exists x1 x2.(ne_nam_baby(x1) & n_bottle(x2) & all x3.(exists e1.(v_have(e1) & for(x2,x3) & Theme(e1,x2) & Actor(e1,x1)) | -n_hand(x3)))
A group of children are recording information on a day hike with parents in the wilderness.
A group of boy scouts are recording their day with their parents.
1
0.06717
Boy scouts aren't the only group of children who can go on a hike.
exists e1 x1 x2 x3 x4 x5 x6 x7.(n_wilderness(x7) & in(e1,x7) & Theme(e1,x3) & Actor(e1,x1) & v_record(e1) & on(x3,x4) & with(x4,x6) & n_parent(x6) & n_hike(x4) & of(x4,x5) & n_day(x5) & n_information(x3) & of(x1,x2) & n_child(x2) & n_group(x1))
exists e1 x1 x2 x3 x4 x5.(with(e1,x5) & n_parent(x5) & of(x5,x1) & n_thing(x1) & n_thing(x1) & Theme(e1,x4) & Actor(e1,x1) & v_record(e1) & n_day(x4) & of(x4,x1) & of(x1,x2) & n_scout(x2) & of(x2,x3) & n_boy(x3) & n_group(x1))
7a8ec874-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4 x5 x6 x7.(with(x4,x6) & v_record(e1) & on(x3,x4) & of(x4,x5) & of(x1,x2) & n_wilderness(x7) & n_parent(x6) & n_information(x3) & n_hike(x4) & n_group(x1) & n_day(x5) & n_child(x2) & in(e1,x7) & Theme(e1,x3) & Actor(e1,x1))
exists e1 x1 x2 x3 x4 x5.(with(e1,x5) & v_record(e1) & of(x5,x1) & of(x4,x1) & of(x2,x3) & of(x1,x2) & n_thing(x1) & n_scout(x2) & n_parent(x5) & n_group(x1) & n_day(x4) & n_boy(x3) & Theme(e1,x4) & Actor(e1,x1))
A group of children are recording information on a day hike with parents in the wilderness.
There is a group of children that are recording information on a day hike for a school project.
1
0.556752
A group of children are recording information on a day hike with parents in the wilderness does not indicate that there is a group of children that are recording information on a day hike for a school project.
exists e1 x1 x2 x3 x4 x5 x6 x7.(n_wilderness(x7) & in(e1,x7) & Theme(e1,x3) & Actor(e1,x1) & v_record(e1) & on(x3,x4) & with(x4,x6) & n_parent(x6) & n_hike(x4) & of(x4,x5) & n_day(x5) & n_information(x3) & of(x1,x2) & n_child(x2) & n_group(x1))
exists p1 x1 e1 x2 x3 x4 x5 x6 x7 x8 x9.((x1 = x2) & of(x2,x3) & Theme(e1,x5) & Actor(e1,x4) & v_record(e1) & on(x5,x6) & for(x6,x8) & n_project(x8) & of(x8,x9) & n_school(x9) & n_hike(x6) & of(x6,x7) & n_day(x7) & n_information(x5) & (x3 = x4) & n_child(x3) & n_group(x2))
7a8ed10c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4 x5 x6 x7.(with(x4,x6) & v_record(e1) & on(x3,x4) & of(x4,x5) & of(x1,x2) & n_wilderness(x7) & n_parent(x6) & n_information(x3) & n_hike(x4) & n_group(x1) & n_day(x5) & n_child(x2) & in(e1,x7) & Theme(e1,x3) & Actor(e1,x1))
exists x1 e1 x2 x3 x4 x5 x6 x7 x8 x9.(v_record(e1) & on(x5,x6) & of(x8,x9) & of(x6,x7) & of(x2,x3) & n_school(x9) & n_project(x8) & n_information(x5) & n_hike(x6) & n_group(x2) & n_day(x7) & n_child(x3) & for(x6,x8) & Theme(e1,x5) & Actor(e1,x4) & (x3 = x4) & (x1 = x2))
A group of children are recording information on a day hike with parents in the wilderness.
Children record information on a hike.
0
-100
If people record they are recording
exists e1 x1 x2 x3 x4 x5 x6 x7.(n_wilderness(x7) & in(e1,x7) & Theme(e1,x3) & Actor(e1,x1) & v_record(e1) & on(x3,x4) & with(x4,x6) & n_parent(x6) & n_hike(x4) & of(x4,x5) & n_day(x5) & n_information(x3) & of(x1,x2) & n_child(x2) & n_group(x1))
exists x1 x2 x3 x4.(a_topic(x1) & on(x1,x4) & n_hike(x4) & n_information(x1) & of(x1,x3) & n_record(x3) & (x1 = x2) & ne_nam_children(x2))
7a8ed954-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4 x5 x6 x7.(with(x4,x6) & v_record(e1) & on(x3,x4) & of(x4,x5) & of(x1,x2) & n_wilderness(x7) & n_parent(x6) & n_information(x3) & n_hike(x4) & n_group(x1) & n_day(x5) & n_child(x2) & in(e1,x7) & Theme(e1,x3) & Actor(e1,x1))
exists x1 x2 x3 x4.(on(x1,x4) & of(x1,x3) & ne_nam_children(x2) & n_record(x3) & n_information(x1) & n_hike(x4) & a_topic(x1) & (x1 = x2))
A group of children are recording information on a day hike with parents in the wilderness.
There is a group of children that are recording information on a day hike.
0
-100
The children are recording information on their hike.
exists e1 x1 x2 x3 x4 x5 x6 x7.(n_wilderness(x7) & in(e1,x7) & Theme(e1,x3) & Actor(e1,x1) & v_record(e1) & on(x3,x4) & with(x4,x6) & n_parent(x6) & n_hike(x4) & of(x4,x5) & n_day(x5) & n_information(x3) & of(x1,x2) & n_child(x2) & n_group(x1))
exists p1 x1 e1 x2 x3 x4 x5 x6 x7.((x1 = x2) & of(x2,x3) & Theme(e1,x5) & Actor(e1,x4) & v_record(e1) & on(x5,x6) & n_hike(x6) & of(x6,x7) & n_day(x7) & n_information(x5) & (x3 = x4) & n_child(x3) & n_group(x2))
7a8ee156-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4 x5 x6 x7.(with(x4,x6) & v_record(e1) & on(x3,x4) & of(x4,x5) & of(x1,x2) & n_wilderness(x7) & n_parent(x6) & n_information(x3) & n_hike(x4) & n_group(x1) & n_day(x5) & n_child(x2) & in(e1,x7) & Theme(e1,x3) & Actor(e1,x1))
exists x1 e1 x2 x3 x4 x5 x6 x7.(v_record(e1) & on(x5,x6) & of(x6,x7) & of(x2,x3) & n_information(x5) & n_hike(x6) & n_group(x2) & n_day(x7) & n_child(x3) & Theme(e1,x5) & Actor(e1,x4) & (x3 = x4) & (x1 = x2))
A group of children are recording information on a day hike with parents in the wilderness.
The families are at the zoo.
2
-100
a group and children and families are different things
exists e1 x1 x2 x3 x4 x5 x6 x7.(n_wilderness(x7) & in(e1,x7) & Theme(e1,x3) & Actor(e1,x1) & v_record(e1) & on(x3,x4) & with(x4,x6) & n_parent(x6) & n_hike(x4) & of(x4,x5) & n_day(x5) & n_information(x3) & of(x1,x2) & n_child(x2) & n_group(x1))
exists p1 x1 x2.(n_zoo(x2) & n_family(x1) & at(x1,x2))
7a8ee9c6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4 x5 x6 x7.(with(x4,x6) & v_record(e1) & on(x3,x4) & of(x4,x5) & of(x1,x2) & n_wilderness(x7) & n_parent(x6) & n_information(x3) & n_hike(x4) & n_group(x1) & n_day(x5) & n_child(x2) & in(e1,x7) & Theme(e1,x3) & Actor(e1,x1))
exists x1 x2.(n_zoo(x2) & n_family(x1) & at(x1,x2))
A group of children are recording information on a day hike with parents in the wilderness.
The children are hiking all alone.
2
-100
recording and hiking are different actions
exists e1 x1 x2 x3 x4 x5 x6 x7.(n_wilderness(x7) & in(e1,x7) & Theme(e1,x3) & Actor(e1,x1) & v_record(e1) & on(x3,x4) & with(x4,x6) & n_parent(x6) & n_hike(x4) & of(x4,x5) & n_day(x5) & n_information(x3) & of(x1,x2) & n_child(x2) & n_group(x1))
exists e1 s1 x1.(n_child(x1) & r_all(e1) & a_alone(s1) & Manner(e1,s1) & Actor(e1,x1) & v_hike(e1))
7a8ef1aa-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4 x5 x6 x7.(with(x4,x6) & v_record(e1) & on(x3,x4) & of(x4,x5) & of(x1,x2) & n_wilderness(x7) & n_parent(x6) & n_information(x3) & n_hike(x4) & n_group(x1) & n_day(x5) & n_child(x2) & in(e1,x7) & Theme(e1,x3) & Actor(e1,x1))
exists e1 s1 x1.(v_hike(e1) & r_all(e1) & n_child(x1) & a_alone(s1) & Manner(e1,s1) & Actor(e1,x1))
A group of children are recording information on a day hike with parents in the wilderness.
The children are going on a hike with parents chaperoning.
0
-100
Going on a hike with parents chaperoning is a rephrasing of on a day hike with parents.
exists e1 x1 x2 x3 x4 x5 x6 x7.(n_wilderness(x7) & in(e1,x7) & Theme(e1,x3) & Actor(e1,x1) & v_record(e1) & on(x3,x4) & with(x4,x6) & n_parent(x6) & n_hike(x4) & of(x4,x5) & n_day(x5) & n_information(x3) & of(x1,x2) & n_child(x2) & n_group(x1))
exists e1 e2 x1 x2 x3.(n_child(x1) & for(e1,e2) & Actor(e2,x1) & v_chaperon(e2) & with(e1,x3) & n_parent(x3) & on(e1,x2) & n_hike(x2) & Actor(e1,x1) & v_go(e1))
7a8f0636-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4 x5 x6 x7.(with(x4,x6) & v_record(e1) & on(x3,x4) & of(x4,x5) & of(x1,x2) & n_wilderness(x7) & n_parent(x6) & n_information(x3) & n_hike(x4) & n_group(x1) & n_day(x5) & n_child(x2) & in(e1,x7) & Theme(e1,x3) & Actor(e1,x1))
exists e1 e2 x1 x2 x3.(with(e1,x3) & v_go(e1) & v_chaperon(e2) & on(e1,x2) & n_parent(x3) & n_hike(x2) & n_child(x1) & for(e1,e2) & Actor(e2,x1) & Actor(e1,x1))
A group of children are recording information on a day hike with parents in the wilderness.
There is one child climbing up a hill.
2
-100
recording and climbing are different actions
exists e1 x1 x2 x3 x4 x5 x6 x7.(n_wilderness(x7) & in(e1,x7) & Theme(e1,x3) & Actor(e1,x1) & v_record(e1) & on(x3,x4) & with(x4,x6) & n_parent(x6) & n_hike(x4) & of(x4,x5) & n_day(x5) & n_information(x3) & of(x1,x2) & n_child(x2) & n_group(x1))
exists p1 x1 e1 s1 x2 x3 x4.((x1 = x2) & a_up(s1) & Manner(e1,s1) & Theme(e1,x4) & Actor(e1,x3) & v_climb(e1) & n_hill(x4) & (x2 = x3) & n_child(x2) & card_eq_1(x2))
7a8f0b22-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4 x5 x6 x7.(with(x4,x6) & v_record(e1) & on(x3,x4) & of(x4,x5) & of(x1,x2) & n_wilderness(x7) & n_parent(x6) & n_information(x3) & n_hike(x4) & n_group(x1) & n_day(x5) & n_child(x2) & in(e1,x7) & Theme(e1,x3) & Actor(e1,x1))
exists x1 e1 s1 x2 x3 x4.(v_climb(e1) & n_hill(x4) & n_child(x2) & card_eq_1(x2) & a_up(s1) & Theme(e1,x4) & Manner(e1,s1) & Actor(e1,x3) & (x2 = x3) & (x1 = x2))
A group of children are recording information on a day hike with parents in the wilderness.
Children take pictures in the dark.
2
0.00001
It's not dark during the day.
exists e1 x1 x2 x3 x4 x5 x6 x7.(n_wilderness(x7) & in(e1,x7) & Theme(e1,x3) & Actor(e1,x1) & v_record(e1) & on(x3,x4) & with(x4,x6) & n_parent(x6) & n_hike(x4) & of(x4,x5) & n_day(x5) & n_information(x3) & of(x1,x2) & n_child(x2) & n_group(x1))
exists e1 x1 x2 x3.(n_dark(x3) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & n_picture(x2) & n_child(x1))
7a8f1162-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4 x5 x6 x7.(with(x4,x6) & v_record(e1) & on(x3,x4) & of(x4,x5) & of(x1,x2) & n_wilderness(x7) & n_parent(x6) & n_information(x3) & n_hike(x4) & n_group(x1) & n_day(x5) & n_child(x2) & in(e1,x7) & Theme(e1,x3) & Actor(e1,x1))
exists e1 x1 x2 x3.(v_take(e1) & n_picture(x2) & n_dark(x3) & n_child(x1) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1))
A group of children are recording information on a day hike with parents in the wilderness.
Children write down what they see on their hike in a journal.
1
0.585406
The children could be recording their information verbally into a recorder. They might not have to write it down. They could be recording it in a worksheet, not necessarily a journal.
exists e1 x1 x2 x3 x4 x5 x6 x7.(n_wilderness(x7) & in(e1,x7) & Theme(e1,x3) & Actor(e1,x1) & v_record(e1) & on(x3,x4) & with(x4,x6) & n_parent(x6) & n_hike(x4) & of(x4,x5) & n_day(x5) & n_information(x3) & of(x1,x2) & n_child(x2) & n_group(x1))
exists x1 x3.(exists e2 e1 s1 x2 x4.(n_thing(x2) & a_down(s1) & Manner(e2,s1) & Theme(e2,x2) & Actor(e2,x1) & v_write(e2) & in(e1,x4) & n_journal(x4) & on(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_see(e1)) & n_hike(x3) & of(x3,x1) & n_thing(x1) & n_thing(x1) & n_child(x1))
7a8f173e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4 x5 x6 x7.(with(x4,x6) & v_record(e1) & on(x3,x4) & of(x4,x5) & of(x1,x2) & n_wilderness(x7) & n_parent(x6) & n_information(x3) & n_hike(x4) & n_group(x1) & n_day(x5) & n_child(x2) & in(e1,x7) & Theme(e1,x3) & Actor(e1,x1))
exists x1 x3.(of(x3,x1) & n_thing(x1) & n_hike(x3) & n_child(x1) & exists e2 e1 s1 x2 x4.(v_write(e2) & v_see(e1) & on(e1,x3) & n_thing(x2) & n_journal(x4) & in(e1,x4) & a_down(s1) & Theme(e2,x2) & Theme(e1,x2) & Manner(e2,s1) & Actor(e2,x1) & Actor(e1,x1)))
A group of children are recording information on a day hike with parents in the wilderness.
The children are keeping notes in a journal about their hiking trip.
0
-100
keeping a journal required recording information and the word children is plural so group of children is synonymous with children
exists e1 x1 x2 x3 x4 x5 x6 x7.(n_wilderness(x7) & in(e1,x7) & Theme(e1,x3) & Actor(e1,x1) & v_record(e1) & on(x3,x4) & with(x4,x6) & n_parent(x6) & n_hike(x4) & of(x4,x5) & n_day(x5) & n_information(x3) & of(x1,x2) & n_child(x2) & n_group(x1))
exists e1 x1 x2 x3 x4 x5.(n_trip(x4) & of(x4,x5) & n_hiking(x5) & of(x4,x1) & n_thing(x1) & n_child(x1) & about(e1,x4) & Theme(e1,x2) & Actor(e1,x1) & v_keep(e1) & in(x2,x3) & n_journal(x3) & n_note(x2))
7a8f1c98-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4 x5 x6 x7.(with(x4,x6) & v_record(e1) & on(x3,x4) & of(x4,x5) & of(x1,x2) & n_wilderness(x7) & n_parent(x6) & n_information(x3) & n_hike(x4) & n_group(x1) & n_day(x5) & n_child(x2) & in(e1,x7) & Theme(e1,x3) & Actor(e1,x1))
exists e1 x1 x2 x3 x4 x5.(v_keep(e1) & of(x4,x5) & of(x4,x1) & n_trip(x4) & n_thing(x1) & n_note(x2) & n_journal(x3) & n_hiking(x5) & n_child(x1) & in(x2,x3) & about(e1,x4) & Theme(e1,x2) & Actor(e1,x1))
A group of children are recording information on a day hike with parents in the wilderness.
A group of children are playing in the ball pit.
2
-100
Recording isn't playing.
exists e1 x1 x2 x3 x4 x5 x6 x7.(n_wilderness(x7) & in(e1,x7) & Theme(e1,x3) & Actor(e1,x1) & v_record(e1) & on(x3,x4) & with(x4,x6) & n_parent(x6) & n_hike(x4) & of(x4,x5) & n_day(x5) & n_information(x3) & of(x1,x2) & n_child(x2) & n_group(x1))
exists e1 x1 x2 x3 x4.(n_pit(x3) & of(x3,x4) & n_ball(x4) & in(e1,x3) & Actor(e1,x1) & v_play(e1) & of(x1,x2) & n_child(x2) & n_group(x1))
7a8f21c0-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4 x5 x6 x7.(with(x4,x6) & v_record(e1) & on(x3,x4) & of(x4,x5) & of(x1,x2) & n_wilderness(x7) & n_parent(x6) & n_information(x3) & n_hike(x4) & n_group(x1) & n_day(x5) & n_child(x2) & in(e1,x7) & Theme(e1,x3) & Actor(e1,x1))
exists e1 x1 x2 x3 x4.(v_play(e1) & of(x3,x4) & of(x1,x2) & n_pit(x3) & n_group(x1) & n_child(x2) & n_ball(x4) & in(e1,x3) & Actor(e1,x1))
A group of children are recording information on a day hike with parents in the wilderness.
The children are about to go home.
1
0.151807
A group of children are recording information on a day hike with parents in the wilderness does not indicate that they are about to go home.
exists e1 x1 x2 x3 x4 x5 x6 x7.(n_wilderness(x7) & in(e1,x7) & Theme(e1,x3) & Actor(e1,x1) & v_record(e1) & on(x3,x4) & with(x4,x6) & n_parent(x6) & n_hike(x4) & of(x4,x5) & n_day(x5) & n_information(x3) & of(x1,x2) & n_child(x2) & n_group(x1))
exists p1 s1 x1.(n_child(x1) & Topic(s1,p1) & Actor(s1,x1) & a_about(s1) & exists e1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_go(e1) & n_home(x2)))
7a8f2670-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4 x5 x6 x7.(with(x4,x6) & v_record(e1) & on(x3,x4) & of(x4,x5) & of(x1,x2) & n_wilderness(x7) & n_parent(x6) & n_information(x3) & n_hike(x4) & n_group(x1) & n_day(x5) & n_child(x2) & in(e1,x7) & Theme(e1,x3) & Actor(e1,x1))
exists p1 s1 x1.(n_child(x1) & exists e1 x2.(v_go(e1) & n_home(x2) & Theme(e1,x2) & Actor(e1,x1)) & a_about(s1) & Topic(s1,p1) & Actor(s1,x1))
A group of children are recording information on a day hike with parents in the wilderness.
A group of children are writing about their day hiking with their parents.
0
0.794426
Sentence 2 is a summary of sentence 1 because writing requires recording information
exists e1 x1 x2 x3 x4 x5 x6 x7.(n_wilderness(x7) & in(e1,x7) & Theme(e1,x3) & Actor(e1,x1) & v_record(e1) & on(x3,x4) & with(x4,x6) & n_parent(x6) & n_hike(x4) & of(x4,x5) & n_day(x5) & n_information(x3) & of(x1,x2) & n_child(x2) & n_group(x1))
exists e2 e1 x1 x2 x3 x4 x5.(about(e1,x3) & with(e2,x5) & n_parent(x5) & of(x5,x1) & n_thing(x1) & n_thing(x1) & Actor(e2,x4) & v_hike(e2) & (x3 = x4) & n_day(x3) & of(x3,x1) & Actor(e1,x1) & v_write(e1) & of(x1,x2) & n_child(x2) & n_group(x1))
7a8f2b20-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4 x5 x6 x7.(with(x4,x6) & v_record(e1) & on(x3,x4) & of(x4,x5) & of(x1,x2) & n_wilderness(x7) & n_parent(x6) & n_information(x3) & n_hike(x4) & n_group(x1) & n_day(x5) & n_child(x2) & in(e1,x7) & Theme(e1,x3) & Actor(e1,x1))
exists e2 e1 x1 x2 x3 x4 x5.(with(e2,x5) & v_write(e1) & v_hike(e2) & of(x5,x1) & of(x3,x1) & of(x1,x2) & n_thing(x1) & n_parent(x5) & n_group(x1) & n_day(x3) & n_child(x2) & about(e1,x3) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x4))
A woman wearing a dress with a scoop neck is making a face.
A woman is eating pizza.
2
-100
Making a face isn't eating pizza.
exists e2 e1 x1 x2 x3 x4 x5 x6.(Theme(e2,x6) & Actor(e2,x1) & v_make(e2) & n_face(x6) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & with(x3,x4) & n_neck(x4) & of(x4,x5) & n_scoop(x5) & n_dress(x3) & (x1 = x2) & n_woman(x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_eat(e1) & n_pizza(x2) & n_woman(x1))
7a8f2fd0-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 x1 x2 x3 x4 x5 x6.(with(x3,x4) & v_wear(e1) & v_make(e2) & of(x4,x5) & n_woman(x1) & n_scoop(x5) & n_neck(x4) & n_face(x6) & n_dress(x3) & Theme(e2,x6) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
exists e1 x1 x2.(v_eat(e1) & n_woman(x1) & n_pizza(x2) & Theme(e1,x2) & Actor(e1,x1))
A woman wearing a dress with a scoop neck is making a face.
A woman is playing with a toddler.
1
-100
A woman wearing a dress with a scoop neck is making a face does not indicate that she is playing with a toddler.
exists e1 e2 x1 x2 x3 x4 x5 x6.(Theme(e2,x6) & Actor(e2,x1) & v_make(e2) & n_face(x6) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & with(x3,x4) & n_neck(x4) & of(x4,x5) & n_scoop(x5) & n_dress(x3) & (x1 = x2) & n_woman(x1))
exists e1 x1 x2.(with(e1,x2) & n_toddler(x2) & Actor(e1,x1) & v_play(e1) & n_woman(x1))
7a8f3494-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 x1 x2 x3 x4 x5 x6.(with(x3,x4) & v_wear(e1) & v_make(e2) & of(x4,x5) & n_woman(x1) & n_scoop(x5) & n_neck(x4) & n_face(x6) & n_dress(x3) & Theme(e2,x6) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
exists e1 x1 x2.(with(e1,x2) & v_play(e1) & n_woman(x1) & n_toddler(x2) & Actor(e1,x1))
A woman wearing a dress with a scoop neck is making a face.
A woman is making a face.
0
-100
"A woman is making a face" is a summary of "A woman wearing a dress with a scoop neck is making a face"
exists e2 e1 x1 x2 x3 x4 x5 x6.(Theme(e2,x6) & Actor(e2,x1) & v_make(e2) & n_face(x6) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & with(x3,x4) & n_neck(x4) & of(x4,x5) & n_scoop(x5) & n_dress(x3) & (x1 = x2) & n_woman(x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_make(e1) & n_face(x2) & n_woman(x1))
7a8f3a2a-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 x1 x2 x3 x4 x5 x6.(with(x3,x4) & v_wear(e1) & v_make(e2) & of(x4,x5) & n_woman(x1) & n_scoop(x5) & n_neck(x4) & n_face(x6) & n_dress(x3) & Theme(e2,x6) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
exists e1 x1 x2.(v_make(e1) & n_woman(x1) & n_face(x2) & Theme(e1,x2) & Actor(e1,x1))
Two women stand in front of a bus.
there are two women
0
-100
Standing in front of a bus is an activity two women are doing.
exists e1 x1 x2 x3.(in(e1,x2) & of(x2,x3) & n_bus(x3) & n_front(x2) & Actor(e1,x1) & v_stand(e1) & n_woman(x1) & card_eq_2(x1))
exists p1 x1 x2.((x1 = x2) & n_woman(x2) & card_eq_2(x2))
7a8f3ef8-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3.(v_stand(e1) & of(x2,x3) & n_woman(x1) & n_front(x2) & n_bus(x3) & in(e1,x2) & card_eq_2(x1) & Actor(e1,x1))
exists x1 x2.(n_woman(x2) & card_eq_2(x2) & (x1 = x2))