premise
stringlengths
9
342
hypothesis
stringlengths
1
295
label
int64
0
2
probability
float64
-100
1
explanation_1
stringlengths
0
706
explanation_2
stringclasses
1 value
explanation_3
stringclasses
1 value
premise_logic
stringlengths
39
2.12k
hypothesis_logic
stringlengths
33
2.09k
id
stringlengths
36
36
premise_sim
stringlengths
39
2.11k
hypothesis_sim
stringlengths
33
2.08k
A group of men are sitting around having drinks.
the men are thieves
1
-100
Thieves are not the only type of people who drink.
exists e1 e2 x1 x2 x3.(around(e1,e2) & Theme(e2,x3) & Actor(e2,x1) & v_have(e2) & n_drink(x3) & Actor(e1,x1) & v_sit(e1) & of(x1,x2) & n_man(x2) & n_group(x1))
exists p1 x1.(n_man(x1) & exists x2.((x1 = x2) & n_thief(x2)))
4bfed97c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 x1 x2 x3.(v_sit(e1) & v_have(e2) & of(x1,x2) & n_man(x2) & n_group(x1) & n_drink(x3) & around(e1,e2) & Theme(e2,x3) & Actor(e2,x1) & Actor(e1,x1))
exists x1.(n_man(x1) & exists x2.(n_thief(x2) & (x1 = x2)))
A group of men are sitting around having drinks.
the men are asleep in the motel
2
-100
The men would not be having drinks while they are asleep.
exists e1 e2 x1 x2 x3.(around(e1,e2) & Theme(e2,x3) & Actor(e2,x1) & v_have(e2) & n_drink(x3) & Actor(e1,x1) & v_sit(e1) & of(x1,x2) & n_man(x2) & n_group(x1))
exists s1 x1 x2.(n_motel(x2) & n_man(x1) & in(s1,x2) & Theme(s1,x1) & a_asleep(s1))
4bfee386-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 x1 x2 x3.(v_sit(e1) & v_have(e2) & of(x1,x2) & n_man(x2) & n_group(x1) & n_drink(x3) & around(e1,e2) & Theme(e2,x3) & Actor(e2,x1) & Actor(e1,x1))
exists s1 x1 x2.(n_motel(x2) & n_man(x1) & in(s1,x2) & a_asleep(s1) & Theme(s1,x1))
An older man jogging on a treadmill made by Life Fitness.
A man is jogging on the fastest setting.
1
-100
We don't know if the jogging is at the fastest setting.
exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(ne_org_fitness(x5) & (x5 = x6) & ne_org_life(x6) & a_topic(x1) & on(e1,x3) & Actor(e2,x5) & Theme(e2,x4) & v_make(e2) & (x3 = x4) & n_treadmill(x3) & Actor(e1,x2) & v_jog(e1) & (x1 = x2) & n_man(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1))
exists e1 s1 x1 x2.(n_setting(x2) & r_most(s1) & a_fastest(s1) & Theme(s1,x2) & on(e1,x2) & Actor(e1,x1) & v_jog(e1) & n_man(x1))
4bfef48e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(v_make(e2) & v_jog(e1) & r_more(s1) & on(e1,x3) & ne_org_life(x6) & ne_org_fitness(x5) & n_treadmill(x3) & n_man(x1) & a_topic(x1) & a_older(s1) & Theme(s1,x1) & Theme(e2,x4) & Actor(e2,x5) & Actor(e1,x2) & (x5 = x6) & (x3 = x4) & (x1 = x2))
exists e1 s1 x1 x2.(v_jog(e1) & r_most(s1) & on(e1,x2) & n_setting(x2) & n_man(x1) & a_fastest(s1) & Theme(s1,x2) & Actor(e1,x1))
A man in a bar having a Martini.
A man is sleeping in his bed.
2
-100
Different locations and activities. A man at a bar vs in bed. A man having a martini vs sleeping.
exists e1 x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_have(e1) & ne_geo_martini(x4) & (x2 = x3) & n_bar(x2) & n_man(x1))
exists e1 x1 x2.(in(e1,x2) & n_bed(x2) & of(x2,x1) & n_male(x1) & Actor(e1,x1) & v_sleep(e1) & n_man(x1))
4bfefd44-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(v_have(e1) & ne_geo_martini(x4) & n_man(x1) & n_bar(x2) & in(x1,x2) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3))
exists e1 x1 x2.(v_sleep(e1) & of(x2,x1) & n_man(x1) & n_male(x1) & n_bed(x2) & in(e1,x2) & Actor(e1,x1))
A man working in a cluttered workshop.
A man is working.
0
-100
A man working in a workshop is a man who is working.
exists e1 s1 x1 x2 x3.(a_topic(x1) & in(e1,x3) & n_workshop(x3) & a_cluttered(s1) & Theme(s1,x3) & Actor(e1,x2) & v_work(e1) & (x1 = x2) & n_man(x1))
exists e1 x1.(Actor(e1,x1) & v_work(e1) & n_man(x1))
4c01aa58-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(v_work(e1) & n_workshop(x3) & n_man(x1) & in(e1,x3) & a_topic(x1) & a_cluttered(s1) & Theme(s1,x3) & Actor(e1,x2) & (x1 = x2))
exists e1 x1.(v_work(e1) & n_man(x1) & Actor(e1,x1))
A man working in a cluttered workshop.
A man is working on a car.
1
-100
A cluttered workshop does not imply the man is working on a car.
exists e1 s1 x1 x2 x3.(a_topic(x1) & in(e1,x3) & n_workshop(x3) & a_cluttered(s1) & Theme(s1,x3) & Actor(e1,x2) & v_work(e1) & (x1 = x2) & n_man(x1))
exists e1 x1 x2.(on(e1,x2) & n_car(x2) & Actor(e1,x1) & v_work(e1) & n_man(x1))
4c01b318-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(v_work(e1) & n_workshop(x3) & n_man(x1) & in(e1,x3) & a_topic(x1) & a_cluttered(s1) & Theme(s1,x3) & Actor(e1,x2) & (x1 = x2))
exists e1 x1 x2.(v_work(e1) & on(e1,x2) & n_man(x1) & n_car(x2) & Actor(e1,x1))
Two people are taking pictures while a third is holding a camera.
people taking pictures
0
-100
There are two people taking pictures.
exists e1 p1 x1 x2.(exists e2 x3 x4.(Theme(e2,x4) & Actor(e2,x3) & v_hold(e2) & n_camera(x4) & n_third(x3)) & while(e1,p1) & Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & n_picture(x2) & n_people(x1) & card_eq_2(x1))
exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_take(e1) & n_picture(x3) & (x1 = x2) & n_people(x1))
4c01b8a4-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 x1 x2.(while(e1,p1) & v_take(e1) & n_picture(x2) & n_people(x1) & exists e2 x3 x4.(v_hold(e2) & n_third(x3) & n_camera(x4) & Theme(e2,x4) & Actor(e2,x3)) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1))
exists e1 x1 x2 x3.(v_take(e1) & n_picture(x3) & n_people(x1) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
Two people are taking pictures while a third is holding a camera.
people taking pictures for facebook
1
-100
It cannot be inferred that the picture is for facebook.
exists e1 p1 x1 x2.(exists e2 x3 x4.(Theme(e2,x4) & Actor(e2,x3) & v_hold(e2) & n_camera(x4) & n_third(x3)) & while(e1,p1) & Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & n_picture(x2) & n_people(x1) & card_eq_2(x1))
exists e1 x1 x2 x3 x4.(a_topic(x1) & for(e1,x4) & n_facebook(x4) & Theme(e1,x3) & Actor(e1,x2) & v_take(e1) & n_picture(x3) & (x1 = x2) & n_people(x1))
4c01bd7c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 x1 x2.(while(e1,p1) & v_take(e1) & n_picture(x2) & n_people(x1) & exists e2 x3 x4.(v_hold(e2) & n_third(x3) & n_camera(x4) & Theme(e2,x4) & Actor(e2,x3)) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1))
exists e1 x1 x2 x3 x4.(v_take(e1) & n_picture(x3) & n_people(x1) & n_facebook(x4) & for(e1,x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
Two people are taking pictures while a third is holding a camera.
girl is alone
2
-100
If there are two people, the girl cannot possibly be alone.
exists e1 p1 x1 x2.(exists e2 x3 x4.(Theme(e2,x4) & Actor(e2,x3) & v_hold(e2) & n_camera(x4) & n_third(x3)) & while(e1,p1) & Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & n_picture(x2) & n_people(x1) & card_eq_2(x1))
exists s1 x1.(Theme(s1,x1) & a_alone(s1) & n_girl(x1))
4c01c236-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 x1 x2.(while(e1,p1) & v_take(e1) & n_picture(x2) & n_people(x1) & exists e2 x3 x4.(v_hold(e2) & n_third(x3) & n_camera(x4) & Theme(e2,x4) & Actor(e2,x3)) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1))
exists s1 x1.(n_girl(x1) & a_alone(s1) & Theme(s1,x1))
A tattooed man dunks a basketball.
Lebron James dunks a basketball.
1
-100
Not all tattooed men are Lebron James.
exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_dunk(e1) & n_basketball(x2) & n_man(x1) & a_tattooed(s1) & Theme(s1,x1))
exists e1 x1 x2 x3.(ne_per_james(x1) & (x1 = x2) & ne_per_lebron(x2) & Theme(e1,x3) & Actor(e1,x1) & v_dunk(e1) & n_basketball(x3))
4c01c754-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2.(v_dunk(e1) & n_man(x1) & n_basketball(x2) & a_tattooed(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
exists e1 x1 x2 x3.(v_dunk(e1) & ne_per_lebron(x2) & ne_per_james(x1) & n_basketball(x3) & Theme(e1,x3) & Actor(e1,x1) & (x1 = x2))
A tattooed man dunks a basketball.
A man is playing Dance Dance Revolution.
2
-100
The man can't be busy playing basketball and playing Dance Dance Revolution simultaneously.
exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_dunk(e1) & n_basketball(x2) & n_man(x1) & a_tattooed(s1) & Theme(s1,x1))
exists e1 x1 x2 x3 x4.(ne_org_revolution(x2) & (x2 = x4) & ne_org_dance(x4) & (x2 = x3) & ne_org_dance(x3) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_man(x1))
4c01ce52-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2.(v_dunk(e1) & n_man(x1) & n_basketball(x2) & a_tattooed(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
exists e1 x1 x2 x3 x4.(v_play(e1) & ne_org_revolution(x2) & ne_org_dance(x4) & ne_org_dance(x3) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & (x2 = x4) & (x2 = x3))
A tattooed man dunks a basketball.
A man dunks a basketball.
0
-100
man is another way of saying tattooed man.
exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_dunk(e1) & n_basketball(x2) & n_man(x1) & a_tattooed(s1) & Theme(s1,x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_dunk(e1) & n_basketball(x2) & n_man(x1))
4c01d4ba-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2.(v_dunk(e1) & n_man(x1) & n_basketball(x2) & a_tattooed(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
exists e1 x1 x2.(v_dunk(e1) & n_man(x1) & n_basketball(x2) & Theme(e1,x2) & Actor(e1,x1))
three people sit in a cave.
Three people are sitting on a bench in the park
2
-100
The people can be either in a cave or in a bench.
exists e1 x1 x2.(in(e1,x2) & n_cave(x2) & Actor(e1,x1) & v_sit(e1) & n_people(x1) & card_eq_3(x1))
exists e1 x1 x2 x3.(n_park(x3) & in(e1,x3) & on(e1,x2) & n_bench(x2) & Actor(e1,x1) & v_sit(e1) & n_people(x1) & card_eq_3(x1))
4c01d9c4-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2.(v_sit(e1) & n_people(x1) & n_cave(x2) & in(e1,x2) & card_eq_3(x1) & Actor(e1,x1))
exists e1 x1 x2 x3.(v_sit(e1) & on(e1,x2) & n_people(x1) & n_park(x3) & n_bench(x2) & in(e1,x3) & card_eq_3(x1) & Actor(e1,x1))
three people sit in a cave.
Three men are sitting in a cave and chatting
1
-100
It is not implied that the people in the cave are chatting.
exists e1 x1 x2.(in(e1,x2) & n_cave(x2) & Actor(e1,x1) & v_sit(e1) & n_people(x1) & card_eq_3(x1))
exists e1 x1 x2 x3 x4.(in(e1,x2) & n_chatting(x4) & n_cave(x3) & subset_of(x4,x2) & subset_of(x3,x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1) & card_eq_3(x1))
4c01dece-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2.(v_sit(e1) & n_people(x1) & n_cave(x2) & in(e1,x2) & card_eq_3(x1) & Actor(e1,x1))
exists e1 x1 x2 x3 x4.(v_sit(e1) & subset_of(x4,x2) & subset_of(x3,x2) & n_man(x1) & n_chatting(x4) & n_cave(x3) & in(e1,x2) & card_eq_3(x1) & Actor(e1,x1))
three people sit in a cave.
Three people are outdoors
0
-100
A cave is outdoors, so if three people are in a cave, they are also outdoors.
exists e1 x1 x2.(in(e1,x2) & n_cave(x2) & Actor(e1,x1) & v_sit(e1) & n_people(x1) & card_eq_3(x1))
exists p1 x1.(exists x2.((x1 = x2) & n_outdoors(x2)) & n_people(x1) & card_eq_3(x1))
4c01e356-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2.(v_sit(e1) & n_people(x1) & n_cave(x2) & in(e1,x2) & card_eq_3(x1) & Actor(e1,x1))
exists x1.(n_people(x1) & exists x2.(n_outdoors(x2) & (x1 = x2)) & card_eq_3(x1))
Spelunkers pose inside a rock cavern while bathed in sunlight from the surface.
The spelunkers are looking for tresure in the cave.
1
-100
Posing in a cave doesn't mean you are looking for treasure in the cave.
exists e1 s1 x1 x2 x3 x4 x5 x6.(n_surface(x6) & inside(e1,x2) & in(s1,x5) & from(x5,x6) & n_sunlight(x5) & Theme(s1,x4) & a_bath(s1) & (x2 = x4) & n_cavern(x2) & of(x2,x3) & n_rock(x3) & Actor(e1,x1) & v_pose(e1) & n_spelunker(x1))
exists e1 x1 x2 x3.(n_cave(x3) & n_spelunker(x1) & in(e1,x3) & for(e1,x2) & n_tresure(x2) & Actor(e1,x1) & v_look(e1))
4c01e91e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5 x6.(v_pose(e1) & of(x2,x3) & n_surface(x6) & n_sunlight(x5) & n_spelunker(x1) & n_rock(x3) & n_cavern(x2) & inside(e1,x2) & in(s1,x5) & from(x5,x6) & a_bath(s1) & Theme(s1,x4) & Actor(e1,x1) & (x2 = x4))
exists e1 x1 x2 x3.(v_look(e1) & n_tresure(x2) & n_spelunker(x1) & n_cave(x3) & in(e1,x3) & for(e1,x2) & Actor(e1,x1))
Spelunkers pose inside a rock cavern while bathed in sunlight from the surface.
People are exploring a cave.
0
-100
Soelunkers are people exploring a cave.
exists e1 s1 x1 x2 x3 x4 x5 x6.(n_surface(x6) & inside(e1,x2) & in(s1,x5) & from(x5,x6) & n_sunlight(x5) & Theme(s1,x4) & a_bath(s1) & (x2 = x4) & n_cavern(x2) & of(x2,x3) & n_rock(x3) & Actor(e1,x1) & v_pose(e1) & n_spelunker(x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_explore(e1) & n_cave(x2) & n_people(x1))
4c01ee3c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5 x6.(v_pose(e1) & of(x2,x3) & n_surface(x6) & n_sunlight(x5) & n_spelunker(x1) & n_rock(x3) & n_cavern(x2) & inside(e1,x2) & in(s1,x5) & from(x5,x6) & a_bath(s1) & Theme(s1,x4) & Actor(e1,x1) & (x2 = x4))
exists e1 x1 x2.(v_explore(e1) & n_people(x1) & n_cave(x2) & Theme(e1,x2) & Actor(e1,x1))
Spelunkers pose inside a rock cavern while bathed in sunlight from the surface.
Spelunkers pose inside a rock cavern while bathed in mist.
2
-100
If they are in sunlight it would not be misting normally.
exists e1 s1 x1 x2 x3 x4 x5 x6.(n_surface(x6) & inside(e1,x2) & in(s1,x5) & from(x5,x6) & n_sunlight(x5) & Theme(s1,x4) & a_bath(s1) & (x2 = x4) & n_cavern(x2) & of(x2,x3) & n_rock(x3) & Actor(e1,x1) & v_pose(e1) & n_spelunker(x1))
exists e1 s1 x1 x2 x3 x4 x5.(in(e1,x5) & n_mist(x5) & inside(e1,x2) & Theme(s1,x4) & a_bath(s1) & (x2 = x4) & n_cavern(x2) & of(x2,x3) & n_rock(x3) & Actor(e1,x1) & v_pose(e1) & n_spelunker(x1))
4c01f436-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5 x6.(v_pose(e1) & of(x2,x3) & n_surface(x6) & n_sunlight(x5) & n_spelunker(x1) & n_rock(x3) & n_cavern(x2) & inside(e1,x2) & in(s1,x5) & from(x5,x6) & a_bath(s1) & Theme(s1,x4) & Actor(e1,x1) & (x2 = x4))
exists e1 s1 x1 x2 x3 x4 x5.(v_pose(e1) & of(x2,x3) & n_spelunker(x1) & n_rock(x3) & n_mist(x5) & n_cavern(x2) & inside(e1,x2) & in(e1,x5) & a_bath(s1) & Theme(s1,x4) & Actor(e1,x1) & (x2 = x4))
Shaft of light in a cave shows three spelunkers
The three spelunkers are view by a rescue team shinning their flash lights into a cave.
1
-100
All shafts of light are not flash lights. Not all spelunkers need to be rescued.
exists e1 x1 x2 x3 x4.(ne_nam_shaft(x1) & Theme(e1,x4) & Actor(e1,x1) & v_show(e1) & n_spelunker(x4) & card_eq_3(x4) & of(x1,x2) & in(x2,x3) & n_cave(x3) & n_light(x2))
exists p1 x1 x6 x7.(n_light(x6) & of(x6,x7) & n_flash(x7) & of(x6,x1) & n_thing(x1) & n_spelunker(x1) & card_eq_3(x1) & exists e1 x2 x3 x4 x5 x8.((x1 = x2) & by(x2,x3) & into(e1,x8) & n_cave(x8) & Theme(e1,x6) & Actor(e1,x5) & v_shin(e1) & (x3 = x5) & n_team(x3) & of(x3,x4) & n_rescue(x4) & n_view(x2)))
4c01f94a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(v_show(e1) & of(x1,x2) & ne_nam_shaft(x1) & n_spelunker(x4) & n_light(x2) & n_cave(x3) & in(x2,x3) & card_eq_3(x4) & Theme(e1,x4) & Actor(e1,x1))
exists x1 x6 x7.(of(x6,x7) & of(x6,x1) & n_thing(x1) & n_spelunker(x1) & n_light(x6) & n_flash(x7) & exists e1 x2 x3 x4 x5 x8.(v_shin(e1) & of(x3,x4) & n_view(x2) & n_team(x3) & n_rescue(x4) & n_cave(x8) & into(e1,x8) & by(x2,x3) & Theme(e1,x6) & Actor(e1,x5) & (x3 = x5) & (x1 = x2)) & card_eq_3(x1))
Shaft of light in a cave shows three spelunkers
Three spelunkers prepare to enter a cave.
2
-100
If the spelunkers prepare to enter, then they can not be in a cave.
exists e1 x1 x2 x3 x4.(ne_nam_shaft(x1) & Theme(e1,x4) & Actor(e1,x1) & v_show(e1) & n_spelunker(x4) & card_eq_3(x4) & of(x1,x2) & in(x2,x3) & n_cave(x3) & n_light(x2))
exists e1 p1 x1.(Topic(e1,p1) & Actor(e1,x1) & v_prepare(e1) & exists e2 x2.(Theme(e2,x2) & Actor(e2,x1) & v_enter(e2) & n_cave(x2)) & n_spelunker(x1) & card_eq_3(x1))
4c01fe18-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(v_show(e1) & of(x1,x2) & ne_nam_shaft(x1) & n_spelunker(x4) & n_light(x2) & n_cave(x3) & in(x2,x3) & card_eq_3(x4) & Theme(e1,x4) & Actor(e1,x1))
exists e1 p1 x1.(v_prepare(e1) & n_spelunker(x1) & exists e2 x2.(v_enter(e2) & n_cave(x2) & Theme(e2,x2) & Actor(e2,x1)) & card_eq_3(x1) & Topic(e1,p1) & Actor(e1,x1))
Shaft of light in a cave shows three spelunkers
A light illuminates three spelunkers.
0
-100
Spelunkers go spelunking in caves, and caves are dark, so a light would show the spelunkers.
exists e1 x1 x2 x3 x4.(ne_nam_shaft(x1) & Theme(e1,x4) & Actor(e1,x1) & v_show(e1) & n_spelunker(x4) & card_eq_3(x4) & of(x1,x2) & in(x2,x3) & n_cave(x3) & n_light(x2))
exists s1 x1 x2.(a_topic(x1) & n_three(x1) & Time(x1,x2) & n_spelunker(x2) & n_illuminate(x1) & a_light(s1) & Theme(s1,x1))
4c0203b8-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(v_show(e1) & of(x1,x2) & ne_nam_shaft(x1) & n_spelunker(x4) & n_light(x2) & n_cave(x3) & in(x2,x3) & card_eq_3(x4) & Theme(e1,x4) & Actor(e1,x1))
exists s1 x1 x2.(n_three(x1) & n_spelunker(x2) & n_illuminate(x1) & a_topic(x1) & a_light(s1) & Time(x1,x2) & Theme(s1,x1))
Three rock climbers are posing on big rocks.
There are people outdoors.
0
-100
Three rock climbers are people.
exists e1 s1 x1 x2 x3.(on(e1,x3) & n_rock(x3) & a_big(s1) & Theme(s1,x3) & Actor(e1,x1) & v_pose(e1) & n_climber(x1) & of(x1,x2) & n_rock(x2) & card_eq_3(x1))
exists p1 x1 x2 x3.((x1 = x2) & Time(x2,x3) & n_outdoors(x3) & n_people(x2))
4c02089a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(v_pose(e1) & on(e1,x3) & of(x1,x2) & n_rock(x3) & n_rock(x2) & n_climber(x1) & card_eq_3(x1) & a_big(s1) & Theme(s1,x3) & Actor(e1,x1))
exists x1 x2 x3.(n_people(x2) & n_outdoors(x3) & Time(x2,x3) & (x1 = x2))
Three rock climbers are posing on big rocks.
There are girls tanning outside.
2
-100
Girls cannot tan on big rocks.
exists e1 s1 x1 x2 x3.(on(e1,x3) & n_rock(x3) & a_big(s1) & Theme(s1,x3) & Actor(e1,x1) & v_pose(e1) & n_climber(x1) & of(x1,x2) & n_rock(x2) & card_eq_3(x1))
exists p1 x1 e1 p2 x2 x3.((x1 = x2) & exists s1.(Theme(s1,x3) & a_outside(s1)) & Topic(e1,p2) & Actor(e1,x3) & v_tan(e1) & (x2 = x3) & n_girl(x2))
4c020d7c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(v_pose(e1) & on(e1,x3) & of(x1,x2) & n_rock(x3) & n_rock(x2) & n_climber(x1) & card_eq_3(x1) & a_big(s1) & Theme(s1,x3) & Actor(e1,x1))
exists x1 e1 p2 x2 x3.(v_tan(e1) & n_girl(x2) & exists s1.(a_outside(s1) & Theme(s1,x3)) & Topic(e1,p2) & Actor(e1,x3) & (x2 = x3) & (x1 = x2))
Three rock climbers are posing on big rocks.
The climbers are celebrating making it to the mountain peak.
1
-100
Just because they are posing doesn't mean they are celebrating making it.
exists e1 s1 x1 x2 x3.(on(e1,x3) & n_rock(x3) & a_big(s1) & Theme(s1,x3) & Actor(e1,x1) & v_pose(e1) & n_climber(x1) & of(x1,x2) & n_rock(x2) & card_eq_3(x1))
exists e1 p1 x1 x2 x3 x4.(n_peak(x3) & of(x3,x4) & n_mountain(x4) & n_thing(x2) & n_climber(x1) & exists e2.(to(e2,x3) & Theme(e2,x2) & Actor(e2,x1) & v_make(e2)) & Topic(e1,p1) & Actor(e1,x1) & v_celebrate(e1))
4c0212b8-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(v_pose(e1) & on(e1,x3) & of(x1,x2) & n_rock(x3) & n_rock(x2) & n_climber(x1) & card_eq_3(x1) & a_big(s1) & Theme(s1,x3) & Actor(e1,x1))
exists e1 p1 x1 x2 x3 x4.(v_celebrate(e1) & of(x3,x4) & n_thing(x2) & n_peak(x3) & n_mountain(x4) & n_climber(x1) & exists e2.(v_make(e2) & to(e2,x3) & Theme(e2,x2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1))
People stand inside a rock dome.
People are standing upright.
0
-100
People standing implies that they are standing upright.
exists e1 x1 x2 x3.(inside(e1,x2) & n_dome(x2) & of(x2,x3) & n_rock(x3) & Actor(e1,x1) & v_stand(e1) & n_people(x1))
exists e1 x1 x2.(Time(e1,x2) & n_upright(x2) & Actor(e1,x1) & v_stand(e1) & n_people(x1))
4c0217d6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3.(v_stand(e1) & of(x2,x3) & n_rock(x3) & n_people(x1) & n_dome(x2) & inside(e1,x2) & Actor(e1,x1))
exists e1 x1 x2.(v_stand(e1) & n_upright(x2) & n_people(x1) & Time(e1,x2) & Actor(e1,x1))
People stand inside a rock dome.
People sit on the ground outside of a rock dome.
2
-100
People can not be inside and outside of a rock dome at the same time. And they can either be sitting or standing.
exists e1 x1 x2 x3.(inside(e1,x2) & n_dome(x2) & of(x2,x3) & n_rock(x3) & Actor(e1,x1) & v_stand(e1) & n_people(x1))
exists e1 x1 x2 x3 x4 x5.(n_ground(x2) & on(e1,x2) & of(x3,x4) & n_dome(x4) & of(x4,x5) & n_rock(x5) & outside(x2,x3) & n_thing(x3) & Actor(e1,x1) & v_sit(e1) & n_people(x1))
4c021da8-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3.(v_stand(e1) & of(x2,x3) & n_rock(x3) & n_people(x1) & n_dome(x2) & inside(e1,x2) & Actor(e1,x1))
exists e1 x1 x2 x3 x4 x5.(v_sit(e1) & outside(x2,x3) & on(e1,x2) & of(x4,x5) & of(x3,x4) & n_thing(x3) & n_rock(x5) & n_people(x1) & n_ground(x2) & n_dome(x4) & Actor(e1,x1))
People stand inside a rock dome.
People are at a natural landmark.
1
-100
Not all rock domes are natural or landmarks.
exists e1 x1 x2 x3.(inside(e1,x2) & n_dome(x2) & of(x2,x3) & n_rock(x3) & Actor(e1,x1) & v_stand(e1) & n_people(x1))
exists p1 x1.(exists s1 x2.(at(x1,x2) & n_landmark(x2) & a_natural(s1) & Theme(s1,x2)) & n_people(x1))
4c0222c6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3.(v_stand(e1) & of(x2,x3) & n_rock(x3) & n_people(x1) & n_dome(x2) & inside(e1,x2) & Actor(e1,x1))
exists x1.(n_people(x1) & exists s1 x2.(n_landmark(x2) & at(x1,x2) & a_natural(s1) & Theme(s1,x2)))
Two people hiking and a woman in a yellow shirt looking back at the camera.
Two people are outside.
0
-100
Hiking happens outside, so if two people are hiking, they are outside.
exists e1 e2 s1 s2 x1 x2 x3 x4.(n_camera(x4) & a_back(s2) & Manner(e2,s2) & at(e2,x4) & Actor(e2,x2) & v_look(e2) & in(x2,x3) & n_shirt(x3) & a_yellow(s1) & Theme(s1,x3) & n_woman(x2) & Actor(e1,x1) & v_hike(e1) & n_people(x1) & card_eq_2(x1))
exists s1 x1.(Theme(s1,x1) & a_outside(s1) & n_people(x1) & card_eq_2(x1))
4c022730-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 x1 x2 x3 x4.(v_look(e2) & v_hike(e1) & n_woman(x2) & n_shirt(x3) & n_people(x1) & n_camera(x4) & in(x2,x3) & card_eq_2(x1) & at(e2,x4) & a_yellow(s1) & a_back(s2) & Theme(s1,x3) & Manner(e2,s2) & Actor(e2,x2) & Actor(e1,x1))
exists s1 x1.(n_people(x1) & card_eq_2(x1) & a_outside(s1) & Theme(s1,x1))
Two people hiking and a woman in a yellow shirt looking back at the camera.
Everyone is wearing solid black.
2
-100
If everyone is wearing black, then the woman can not in a yellow shirt.
exists e2 e1 s1 s2 x1 x2 x3 x4.(n_camera(x4) & a_back(s2) & Manner(e2,s2) & at(e2,x4) & Actor(e2,x2) & v_look(e2) & in(x2,x3) & n_shirt(x3) & a_yellow(s1) & Theme(s1,x3) & n_woman(x2) & Actor(e1,x1) & v_hike(e1) & n_people(x1) & card_eq_2(x1))
all x1.(n_person(x1) -> exists e1 s1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_black(x2) & a_solid(s1) & Theme(s1,x2)))
4c022b86-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 s2 x1 x2 x3 x4.(v_look(e2) & v_hike(e1) & n_woman(x2) & n_shirt(x3) & n_people(x1) & n_camera(x4) & in(x2,x3) & card_eq_2(x1) & at(e2,x4) & a_yellow(s1) & a_back(s2) & Theme(s1,x3) & Manner(e2,s2) & Actor(e2,x2) & Actor(e1,x1))
all x1.(exists e1 s1 x2.(v_wear(e1) & n_black(x2) & a_solid(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) | -n_person(x1))
Two people hiking and a woman in a yellow shirt looking back at the camera.
The two people are climbing a mountain.
1
-100
You don't always climb when you hike. Not all hiking is done on a mountain.
exists e2 e1 s1 s2 x1 x2 x3 x4.(n_camera(x4) & a_back(s2) & Manner(e2,s2) & at(e2,x4) & Actor(e2,x2) & v_look(e2) & in(x2,x3) & n_shirt(x3) & a_yellow(s1) & Theme(s1,x3) & n_woman(x2) & Actor(e1,x1) & v_hike(e1) & n_people(x1) & card_eq_2(x1))
exists e1 x1 x2.(n_people(x1) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1) & v_climb(e1) & n_mountain(x2))
4c02314e-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 s2 x1 x2 x3 x4.(v_look(e2) & v_hike(e1) & n_woman(x2) & n_shirt(x3) & n_people(x1) & n_camera(x4) & in(x2,x3) & card_eq_2(x1) & at(e2,x4) & a_yellow(s1) & a_back(s2) & Theme(s1,x3) & Manner(e2,s2) & Actor(e2,x2) & Actor(e1,x1))
exists e1 x1 x2.(v_climb(e1) & n_people(x1) & n_mountain(x2) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1))
A man wearing a hat and a woman in a navy shirt are putting items wrapped in fabric on a pulley system.
Two people are working.
0
-100
A man and a woman putting items on a pulley are working.
exists e1 e3 e2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(on(e3,x11) & n_system(x11) & of(x11,x12) & n_pulley(x12) & Theme(e3,x8) & Actor(e3,x1) & v_put(e3) & in(e2,x10) & n_fabric(x10) & Theme(e2,x9) & v_wrap(e2) & (x8 = x9) & n_item(x8) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & subset_of(x5,x3) & in(x5,x6) & n_shirt(x6) & of(x6,x7) & n_navy(x7) & n_woman(x5) & subset_of(x4,x3) & n_hat(x4) & (x1 = x2) & n_man(x1))
exists e1 x1.(Actor(e1,x1) & v_work(e1) & n_people(x1) & card_eq_2(x1))
4c0243d2-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e3 e2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(v_wrap(e2) & v_wear(e1) & v_put(e3) & subset_of(x5,x3) & subset_of(x4,x3) & on(e3,x11) & of(x6,x7) & of(x11,x12) & n_woman(x5) & n_system(x11) & n_shirt(x6) & n_pulley(x12) & n_navy(x7) & n_man(x1) & n_item(x8) & n_hat(x4) & n_fabric(x10) & in(x5,x6) & in(e2,x10) & Theme(e3,x8) & Theme(e2,x9) & Theme(e1,x3) & Actor(e3,x1) & Actor(e1,x2) & (x8 = x9) & (x1 = x2))
exists e1 x1.(v_work(e1) & n_people(x1) & card_eq_2(x1) & Actor(e1,x1))
A man wearing a hat and a woman in a navy shirt are putting items wrapped in fabric on a pulley system.
A man and woman are enjoying Sunday tea together.
2
-100
pulley system relates to work and not enjoying
exists e3 e1 e2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(on(e3,x11) & n_system(x11) & of(x11,x12) & n_pulley(x12) & Theme(e3,x8) & Actor(e3,x1) & v_put(e3) & in(e2,x10) & n_fabric(x10) & Theme(e2,x9) & v_wrap(e2) & (x8 = x9) & n_item(x8) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & subset_of(x5,x3) & in(x5,x6) & n_shirt(x6) & of(x6,x7) & n_navy(x7) & n_woman(x5) & subset_of(x4,x3) & n_hat(x4) & (x1 = x2) & n_man(x1))
exists e1 s1 x1 x2 x3 x4 x5.(a_together(s1) & Manner(e1,s1) & Theme(e1,x4) & Actor(e1,x1) & v_enjoy(e1) & n_tea(x4) & (x4 = x5) & ne_tim_sunday(x5) & n_woman(x3) & n_man(x2) & subset_of(x3,x1) & subset_of(x2,x1))
4c024846-e4c8-11ec-9cdd-0242ac1c0002
exists e3 e1 e2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(v_wrap(e2) & v_wear(e1) & v_put(e3) & subset_of(x5,x3) & subset_of(x4,x3) & on(e3,x11) & of(x6,x7) & of(x11,x12) & n_woman(x5) & n_system(x11) & n_shirt(x6) & n_pulley(x12) & n_navy(x7) & n_man(x1) & n_item(x8) & n_hat(x4) & n_fabric(x10) & in(x5,x6) & in(e2,x10) & Theme(e3,x8) & Theme(e2,x9) & Theme(e1,x3) & Actor(e3,x1) & Actor(e1,x2) & (x8 = x9) & (x1 = x2))
exists e1 s1 x1 x2 x3 x4 x5.(v_enjoy(e1) & subset_of(x3,x1) & subset_of(x2,x1) & ne_tim_sunday(x5) & n_woman(x3) & n_tea(x4) & n_man(x2) & a_together(s1) & Theme(e1,x4) & Manner(e1,s1) & Actor(e1,x1) & (x4 = x5))
A man wearing a hat and a woman in a navy shirt are putting items wrapped in fabric on a pulley system.
A man in an orange hardhat and a black woman are working in a factory.
1
-100
Not all hats are orange hardhats. Women who wear navy shirts are not all black. Putting items wrapped in fabric on a pulley system can happen in other places besides a factory.
exists e2 e3 e1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(on(e3,x11) & n_system(x11) & of(x11,x12) & n_pulley(x12) & Theme(e3,x8) & Actor(e3,x1) & v_put(e3) & in(e2,x10) & n_fabric(x10) & Theme(e2,x9) & v_wrap(e2) & (x8 = x9) & n_item(x8) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & subset_of(x5,x3) & in(x5,x6) & n_shirt(x6) & of(x6,x7) & n_navy(x7) & n_woman(x5) & subset_of(x4,x3) & n_hat(x4) & (x1 = x2) & n_man(x1))
exists e1 s1 x1 x2 x3 x4 x5 x6.(in(e1,x6) & n_factory(x6) & Actor(e1,x1) & v_work(e1) & in(x1,x2) & subset_of(x5,x2) & n_woman(x5) & a_black(s1) & Theme(s1,x5) & subset_of(x3,x2) & n_hardhat(x3) & of(x3,x4) & n_orange(x4) & n_man(x1))
4c024ca6-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e3 e1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(v_wrap(e2) & v_wear(e1) & v_put(e3) & subset_of(x5,x3) & subset_of(x4,x3) & on(e3,x11) & of(x6,x7) & of(x11,x12) & n_woman(x5) & n_system(x11) & n_shirt(x6) & n_pulley(x12) & n_navy(x7) & n_man(x1) & n_item(x8) & n_hat(x4) & n_fabric(x10) & in(x5,x6) & in(e2,x10) & Theme(e3,x8) & Theme(e2,x9) & Theme(e1,x3) & Actor(e3,x1) & Actor(e1,x2) & (x8 = x9) & (x1 = x2))
exists e1 s1 x1 x2 x3 x4 x5 x6.(v_work(e1) & subset_of(x5,x2) & subset_of(x3,x2) & of(x3,x4) & n_woman(x5) & n_orange(x4) & n_man(x1) & n_hardhat(x3) & n_factory(x6) & in(x1,x2) & in(e1,x6) & a_black(s1) & Theme(s1,x5) & Actor(e1,x1))
A man is playing guitar while young children dance around him and older children play soccer.
A man plays guitar for children
0
-100
Playing guitar while children dance around nearby is the same as playing guitar for children.
exists e3 e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(around(e2,x5) & subset_of(x6,x5) & Theme(e3,x8) & Actor(e3,x7) & v_play(e3) & n_soccer(x8) & (x6 = x7) & n_child(x6) & r_more(s2) & a_older(s2) & Theme(s2,x6) & subset_of(x1,x5) & n_male(x1) & Actor(e2,x1) & v_dance(e2) & while(e1,x4) & n_child(x4) & a_young(s1) & Theme(s1,x4) & Theme(e1,x3) & Actor(e1,x2) & v_play(e1) & n_guitar(x3) & (x1 = x2) & n_man(x1))
exists e1 x1 x2 x3.(for(e1,x3) & n_child(x3) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_guitar(x2) & n_man(x1))
4c025110-e4c8-11ec-9cdd-0242ac1c0002
exists e3 e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(while(e1,x4) & v_play(e3) & v_play(e1) & v_dance(e2) & subset_of(x6,x5) & subset_of(x1,x5) & r_more(s2) & n_soccer(x8) & n_man(x1) & n_male(x1) & n_guitar(x3) & n_child(x6) & n_child(x4) & around(e2,x5) & a_young(s1) & a_older(s2) & Theme(s2,x6) & Theme(s1,x4) & Theme(e3,x8) & Theme(e1,x3) & Actor(e3,x7) & Actor(e2,x1) & Actor(e1,x2) & (x6 = x7) & (x1 = x2))
exists e1 x1 x2 x3.(v_play(e1) & n_man(x1) & n_guitar(x2) & n_child(x3) & for(e1,x3) & Theme(e1,x2) & Actor(e1,x1))
A man is playing guitar while young children dance around him and older children play soccer.
A man is playing a guitar as children are sleeping in their beds.
2
-100
The children can not sleep and dance and play soccer at the same time.
exists e2 e3 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(around(e2,x5) & subset_of(x6,x5) & Theme(e3,x8) & Actor(e3,x7) & v_play(e3) & n_soccer(x8) & (x6 = x7) & n_child(x6) & r_more(s2) & a_older(s2) & Theme(s2,x6) & subset_of(x1,x5) & n_male(x1) & Actor(e2,x1) & v_dance(e2) & while(e1,x4) & n_child(x4) & a_young(s1) & Theme(s1,x4) & Theme(e1,x3) & Actor(e1,x2) & v_play(e1) & n_guitar(x3) & (x1 = x2) & n_man(x1))
exists e1 p1 x1 x2 x4.(exists e2 x3.(in(e2,x4) & Actor(e2,x3) & v_sleep(e2) & n_child(x3)) & n_bed(x4) & of(x4,x1) & n_thing(x1) & as(e1,p1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_guitar(x2) & n_man(x1))
4c02566a-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e3 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(while(e1,x4) & v_play(e3) & v_play(e1) & v_dance(e2) & subset_of(x6,x5) & subset_of(x1,x5) & r_more(s2) & n_soccer(x8) & n_man(x1) & n_male(x1) & n_guitar(x3) & n_child(x6) & n_child(x4) & around(e2,x5) & a_young(s1) & a_older(s2) & Theme(s2,x6) & Theme(s1,x4) & Theme(e3,x8) & Theme(e1,x3) & Actor(e3,x7) & Actor(e2,x1) & Actor(e1,x2) & (x6 = x7) & (x1 = x2))
exists e1 p1 x1 x2 x4.(v_play(e1) & of(x4,x1) & n_thing(x1) & n_man(x1) & n_guitar(x2) & n_bed(x4) & exists e2 x3.(v_sleep(e2) & n_child(x3) & in(e2,x4) & Actor(e2,x3)) & as(e1,p1) & Theme(e1,x2) & Actor(e1,x1))
A man is playing guitar while young children dance around him and older children play soccer.
A man is playing guitar as children sing along.
1
-100
Children can play soccer and dance without singing along.
exists e3 e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(around(e2,x5) & subset_of(x6,x5) & Theme(e3,x8) & Actor(e3,x7) & v_play(e3) & n_soccer(x8) & (x6 = x7) & n_child(x6) & r_more(s2) & a_older(s2) & Theme(s2,x6) & subset_of(x1,x5) & n_male(x1) & Actor(e2,x1) & v_dance(e2) & while(e1,x4) & n_child(x4) & a_young(s1) & Theme(s1,x4) & Theme(e1,x3) & Actor(e1,x2) & v_play(e1) & n_guitar(x3) & (x1 = x2) & n_man(x1))
exists e1 p1 x1 x2.(exists e2 p2 x3.(exists s1.(Theme(s1,x3) & a_along(s1)) & Topic(e2,p2) & Actor(e2,x3) & v_sing(e2) & n_child(x3)) & as(e1,p1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_guitar(x2) & n_man(x1))
4c025b1a-e4c8-11ec-9cdd-0242ac1c0002
exists e3 e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(while(e1,x4) & v_play(e3) & v_play(e1) & v_dance(e2) & subset_of(x6,x5) & subset_of(x1,x5) & r_more(s2) & n_soccer(x8) & n_man(x1) & n_male(x1) & n_guitar(x3) & n_child(x6) & n_child(x4) & around(e2,x5) & a_young(s1) & a_older(s2) & Theme(s2,x6) & Theme(s1,x4) & Theme(e3,x8) & Theme(e1,x3) & Actor(e3,x7) & Actor(e2,x1) & Actor(e1,x2) & (x6 = x7) & (x1 = x2))
exists e1 p1 x1 x2.(v_play(e1) & n_man(x1) & n_guitar(x2) & exists e2 p2 x3.(v_sing(e2) & n_child(x3) & exists s1.(a_along(s1) & Theme(s1,x3)) & Topic(e2,p2) & Actor(e2,x3)) & as(e1,p1) & Theme(e1,x2) & Actor(e1,x1))
A man plays guitar outside while young children play with an orange soccer ball.
Dad is playing the guitar while his kids play soccer outside.
1
-100
Being a man is not necessarily a father. Not all young children with a man are his kids.
exists e1 p1 s1 x1 x2.(exists e2 s2 x3 x4 x5 x6.(with(e2,x4) & n_ball(x4) & of(x4,x6) & n_soccer(x6) & of(x4,x5) & n_orange(x5) & Actor(e2,x3) & v_play(e2) & n_child(x3) & a_young(s2) & Theme(s2,x3)) & while(e1,p1) & a_outside(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_guitar(x2) & n_man(x1))
exists e1 p1 x1 x2 x3.(n_kid(x3) & of(x3,x2) & n_male(x2) & n_guitar(x2) & ne_nam_dad(x1) & exists e2 s1 x4.(a_outside(s1) & Manner(e2,s1) & Theme(e2,x4) & Actor(e2,x3) & v_play(e2) & n_soccer(x4)) & while(e1,p1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1))
4c025fde-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 x1 x2.(while(e1,p1) & v_play(e1) & n_man(x1) & n_guitar(x2) & exists e2 s2 x3 x4 x5 x6.(with(e2,x4) & v_play(e2) & of(x4,x6) & of(x4,x5) & n_soccer(x6) & n_orange(x5) & n_child(x3) & n_ball(x4) & a_young(s2) & Theme(s2,x3) & Actor(e2,x3)) & a_outside(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1))
exists e1 p1 x1 x2 x3.(while(e1,p1) & v_play(e1) & of(x3,x2) & ne_nam_dad(x1) & n_male(x2) & n_kid(x3) & n_guitar(x2) & exists e2 s1 x4.(v_play(e2) & n_soccer(x4) & a_outside(s1) & Theme(e2,x4) & Manner(e2,s1) & Actor(e2,x3)) & Theme(e1,x2) & Actor(e1,x1))
A man plays guitar outside while young children play with an orange soccer ball.
Dad is playing the flute while his kids starve
2
-100
An instrument is either a guitar or a flute.
exists e1 p1 s1 x1 x2.(exists e2 s2 x3 x4 x5 x6.(with(e2,x4) & n_ball(x4) & of(x4,x6) & n_soccer(x6) & of(x4,x5) & n_orange(x5) & Actor(e2,x3) & v_play(e2) & n_child(x3) & a_young(s2) & Theme(s2,x3)) & while(e1,p1) & a_outside(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_guitar(x2) & n_man(x1))
exists e1 p1 x1 x2 x3.(n_kid(x3) & of(x3,x2) & n_male(x2) & n_flute(x2) & ne_nam_dad(x1) & exists e2.(Actor(e2,x3) & v_starve(e2)) & while(e1,p1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1))
4c026506-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 x1 x2.(while(e1,p1) & v_play(e1) & n_man(x1) & n_guitar(x2) & exists e2 s2 x3 x4 x5 x6.(with(e2,x4) & v_play(e2) & of(x4,x6) & of(x4,x5) & n_soccer(x6) & n_orange(x5) & n_child(x3) & n_ball(x4) & a_young(s2) & Theme(s2,x3) & Actor(e2,x3)) & a_outside(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1))
exists e1 p1 x1 x2 x3.(while(e1,p1) & v_play(e1) & of(x3,x2) & ne_nam_dad(x1) & n_male(x2) & n_kid(x3) & n_flute(x2) & exists e2.(v_starve(e2) & Actor(e2,x3)) & Theme(e1,x2) & Actor(e1,x1))
A man plays guitar outside while young children play with an orange soccer ball.
A man is playing an instrument.
0
-100
A guitar is an instrument.
exists e1 p1 s1 x1 x2.(exists e2 s2 x3 x4 x5 x6.(with(e2,x4) & n_ball(x4) & of(x4,x6) & n_soccer(x6) & of(x4,x5) & n_orange(x5) & Actor(e2,x3) & v_play(e2) & n_child(x3) & a_young(s2) & Theme(s2,x3)) & while(e1,p1) & a_outside(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_guitar(x2) & n_man(x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_instrument(x2) & n_man(x1))
4c026bdc-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 x1 x2.(while(e1,p1) & v_play(e1) & n_man(x1) & n_guitar(x2) & exists e2 s2 x3 x4 x5 x6.(with(e2,x4) & v_play(e2) & of(x4,x6) & of(x4,x5) & n_soccer(x6) & n_orange(x5) & n_child(x3) & n_ball(x4) & a_young(s2) & Theme(s2,x3) & Actor(e2,x3)) & a_outside(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1))
exists e1 x1 x2.(v_play(e1) & n_man(x1) & n_instrument(x2) & Theme(e1,x2) & Actor(e1,x1))
Boys in Africa are outside playing soccer and enjoying themselves.
The kids play baseball.
2
-100
A sport is either soccer or baseball.
exists e1 e2 s1 x1 x2 x3 x4.(n_group(x4) & ne_geo_africa(x2) & for(s1,e2) & Theme(e2,x4) & Actor(e2,x1) & v_enjoy(e2) & for(s1,e1) & Theme(e1,x3) & Actor(e1,x1) & v_play(e1) & n_soccer(x3) & Theme(s1,x1) & a_outside(s1) & in(x1,x2) & n_boy(x1))
exists e1 x1 x2.(n_kid(x1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_baseball(x2))
4c027140-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 x1 x2 x3 x4.(v_play(e1) & v_enjoy(e2) & ne_geo_africa(x2) & n_soccer(x3) & n_group(x4) & n_boy(x1) & in(x1,x2) & for(s1,e2) & for(s1,e1) & a_outside(s1) & Theme(s1,x1) & Theme(e2,x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x1))
exists e1 x1 x2.(v_play(e1) & n_kid(x1) & n_baseball(x2) & Theme(e1,x2) & Actor(e1,x1))
Boys in Africa are outside playing soccer and enjoying themselves.
They play with a ball.
0
-100
Soccer involves playing with a ball
exists e1 e2 s1 x1 x2 x3 x4.(n_group(x4) & ne_geo_africa(x2) & for(s1,e2) & Theme(e2,x4) & Actor(e2,x1) & v_enjoy(e2) & for(s1,e1) & Theme(e1,x3) & Actor(e1,x1) & v_play(e1) & n_soccer(x3) & Theme(s1,x1) & a_outside(s1) & in(x1,x2) & n_boy(x1))
exists e1 x1.(with(e1,x1) & n_ball(x1) & Actor(e1,x1) & v_play(e1) & n_thing(x1))
4c02760e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 x1 x2 x3 x4.(v_play(e1) & v_enjoy(e2) & ne_geo_africa(x2) & n_soccer(x3) & n_group(x4) & n_boy(x1) & in(x1,x2) & for(s1,e2) & for(s1,e1) & a_outside(s1) & Theme(s1,x1) & Theme(e2,x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x1))
exists e1 x1.(with(e1,x1) & v_play(e1) & n_thing(x1) & n_ball(x1) & Actor(e1,x1))
Boys in Africa are outside playing soccer and enjoying themselves.
The kids are running.
0
-100
Soccer involves running
exists e1 e2 s1 x1 x2 x3 x4.(n_group(x4) & ne_geo_africa(x2) & for(s1,e2) & Theme(e2,x4) & Actor(e2,x1) & v_enjoy(e2) & for(s1,e1) & Theme(e1,x3) & Actor(e1,x1) & v_play(e1) & n_soccer(x3) & Theme(s1,x1) & a_outside(s1) & in(x1,x2) & n_boy(x1))
exists e1 x1.(n_kid(x1) & Actor(e1,x1) & v_run(e1))
4c027abe-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 x1 x2 x3 x4.(v_play(e1) & v_enjoy(e2) & ne_geo_africa(x2) & n_soccer(x3) & n_group(x4) & n_boy(x1) & in(x1,x2) & for(s1,e2) & for(s1,e1) & a_outside(s1) & Theme(s1,x1) & Theme(e2,x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x1))
exists e1 x1.(v_run(e1) & n_kid(x1) & Actor(e1,x1))
A child in an orange sweatshirt holds up a sandal and smiles.
A kid on a field trip.
1
-100
Child can hold sandals and not be on a field trip.
exists e1 s1 x1 x2 x3 x4 x5 x6.(a_up(s1) & Manner(e1,s1) & Theme(e1,x4) & Actor(e1,x1) & v_hold(e1) & subset_of(x6,x4) & n_smile(x6) & subset_of(x5,x4) & n_sandal(x5) & in(x1,x2) & n_sweatshirt(x2) & of(x2,x3) & n_orange(x3) & n_child(x1))
exists x1 x2 x3.(a_topic(x1) & on(x1,x2) & n_trip(x2) & of(x2,x3) & n_field(x3) & n_kid(x1))
4c027fc8-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5 x6.(v_hold(e1) & subset_of(x6,x4) & subset_of(x5,x4) & of(x2,x3) & n_sweatshirt(x2) & n_smile(x6) & n_sandal(x5) & n_orange(x3) & n_child(x1) & in(x1,x2) & a_up(s1) & Theme(e1,x4) & Manner(e1,s1) & Actor(e1,x1))
exists x1 x2 x3.(on(x1,x2) & of(x2,x3) & n_trip(x2) & n_kid(x1) & n_field(x3) & a_topic(x1))
A child in an orange sweatshirt holds up a sandal and smiles.
A kid is playing video games.
2
-100
A child that holds up a sandal cannot be playing video games simultaneously.
exists e1 s1 x1 x2 x3 x4 x5 x6.(a_up(s1) & Manner(e1,s1) & Theme(e1,x4) & Actor(e1,x1) & v_hold(e1) & subset_of(x6,x4) & n_smile(x6) & subset_of(x5,x4) & n_sandal(x5) & in(x1,x2) & n_sweatshirt(x2) & of(x2,x3) & n_orange(x3) & n_child(x1))
exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_game(x2) & of(x2,x3) & n_video(x3) & n_kid(x1))
4c028432-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5 x6.(v_hold(e1) & subset_of(x6,x4) & subset_of(x5,x4) & of(x2,x3) & n_sweatshirt(x2) & n_smile(x6) & n_sandal(x5) & n_orange(x3) & n_child(x1) & in(x1,x2) & a_up(s1) & Theme(e1,x4) & Manner(e1,s1) & Actor(e1,x1))
exists e1 x1 x2 x3.(v_play(e1) & of(x2,x3) & n_video(x3) & n_kid(x1) & n_game(x2) & Theme(e1,x2) & Actor(e1,x1))
A child in an orange sweatshirt holds up a sandal and smiles.
A kid is smiling and holding sandals.
0
-100
A child is a kid
exists e1 s1 x1 x2 x3 x4 x5 x6.(a_up(s1) & Manner(e1,s1) & Theme(e1,x4) & Actor(e1,x1) & v_hold(e1) & subset_of(x6,x4) & n_smile(x6) & subset_of(x5,x4) & n_sandal(x5) & in(x1,x2) & n_sweatshirt(x2) & of(x2,x3) & n_orange(x3) & n_child(x1))
exists e2 e1 x1 x2 x3 x4.(Theme(e2,x4) & Actor(e2,x3) & v_hold(e2) & n_sandal(x4) & n_kid(x3) & Theme(e1,x2) & Actor(e1,x1) & v_smile(e1) & n_sandal(x2) & n_kid(x1))
4c028888-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5 x6.(v_hold(e1) & subset_of(x6,x4) & subset_of(x5,x4) & of(x2,x3) & n_sweatshirt(x2) & n_smile(x6) & n_sandal(x5) & n_orange(x3) & n_child(x1) & in(x1,x2) & a_up(s1) & Theme(e1,x4) & Manner(e1,s1) & Actor(e1,x1))
exists e2 e1 x1 x2 x3 x4.(v_smile(e1) & v_hold(e2) & n_sandal(x4) & n_sandal(x2) & n_kid(x3) & n_kid(x1) & Theme(e2,x4) & Theme(e1,x2) & Actor(e2,x3) & Actor(e1,x1))
A plush cartoon mascot posing with a young girl.
A plush cartoon mascot posing with a girl.
0
-100
Girl implies young girl
exists e1 s1 s2 x1 x2 x3 x4.(a_topic(x1) & with(e1,x4) & n_girl(x4) & a_young(s2) & Theme(s2,x4) & Actor(e1,x3) & v_pose(e1) & (x1 = x3) & n_mascot(x1) & of(x1,x2) & n_cartoon(x2) & a_plush(s1) & Theme(s1,x1))
exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & with(e1,x4) & n_girl(x4) & Actor(e1,x3) & v_pose(e1) & (x1 = x3) & n_mascot(x1) & of(x1,x2) & n_cartoon(x2) & a_plush(s1) & Theme(s1,x1))
4c028d60-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4.(with(e1,x4) & v_pose(e1) & of(x1,x2) & n_mascot(x1) & n_girl(x4) & n_cartoon(x2) & a_young(s2) & a_topic(x1) & a_plush(s1) & Theme(s2,x4) & Theme(s1,x1) & Actor(e1,x3) & (x1 = x3))
exists e1 s1 x1 x2 x3 x4.(with(e1,x4) & v_pose(e1) & of(x1,x2) & n_mascot(x1) & n_girl(x4) & n_cartoon(x2) & a_topic(x1) & a_plush(s1) & Theme(s1,x1) & Actor(e1,x3) & (x1 = x3))
A plush cartoon mascot posing with a young girl.
A plush cartoon mascot posing with a young boy.
2
-100
One is either a girl or a boy.
exists e1 s1 s2 x1 x2 x3 x4.(a_topic(x1) & with(e1,x4) & n_girl(x4) & a_young(s2) & Theme(s2,x4) & Actor(e1,x3) & v_pose(e1) & (x1 = x3) & n_mascot(x1) & of(x1,x2) & n_cartoon(x2) & a_plush(s1) & Theme(s1,x1))
exists e1 s1 s2 x1 x2 x3 x4.(a_topic(x1) & with(e1,x4) & n_boy(x4) & a_young(s2) & Theme(s2,x4) & Actor(e1,x3) & v_pose(e1) & (x1 = x3) & n_mascot(x1) & of(x1,x2) & n_cartoon(x2) & a_plush(s1) & Theme(s1,x1))
4c0292ec-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4.(with(e1,x4) & v_pose(e1) & of(x1,x2) & n_mascot(x1) & n_girl(x4) & n_cartoon(x2) & a_young(s2) & a_topic(x1) & a_plush(s1) & Theme(s2,x4) & Theme(s1,x1) & Actor(e1,x3) & (x1 = x3))
exists e1 s1 s2 x1 x2 x3 x4.(with(e1,x4) & v_pose(e1) & of(x1,x2) & n_mascot(x1) & n_cartoon(x2) & n_boy(x4) & a_young(s2) & a_topic(x1) & a_plush(s1) & Theme(s2,x4) & Theme(s1,x1) & Actor(e1,x3) & (x1 = x3))
A plush cartoon mascot posing with a young girl.
A fat cartoon mascot posing with a young girl.
1
-100
Fat is not always plush.
exists e1 s1 s2 x1 x2 x3 x4.(a_topic(x1) & with(e1,x4) & n_girl(x4) & a_young(s2) & Theme(s2,x4) & Actor(e1,x3) & v_pose(e1) & (x1 = x3) & n_mascot(x1) & of(x1,x2) & n_cartoon(x2) & a_plush(s1) & Theme(s1,x1))
exists e1 s1 s2 x1 x2 x3 x4.(a_topic(x1) & with(e1,x4) & n_girl(x4) & a_young(s2) & Theme(s2,x4) & Actor(e1,x3) & v_pose(e1) & (x1 = x3) & n_mascot(x1) & of(x1,x2) & n_cartoon(x2) & a_fat(s1) & Theme(s1,x1))
4c02977e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4.(with(e1,x4) & v_pose(e1) & of(x1,x2) & n_mascot(x1) & n_girl(x4) & n_cartoon(x2) & a_young(s2) & a_topic(x1) & a_plush(s1) & Theme(s2,x4) & Theme(s1,x1) & Actor(e1,x3) & (x1 = x3))
exists e1 s1 s2 x1 x2 x3 x4.(with(e1,x4) & v_pose(e1) & of(x1,x2) & n_mascot(x1) & n_girl(x4) & n_cartoon(x2) & a_young(s2) & a_topic(x1) & a_fat(s1) & Theme(s2,x4) & Theme(s1,x1) & Actor(e1,x3) & (x1 = x3))
A singer of a band on stage.
A singer is on stage.
0
-100
Bands usually have a lead singer.
exists x1 x2 x3.(a_topic(x1) & of(x1,x2) & on(x2,x3) & n_stage(x3) & n_band(x2) & n_singer(x1))
exists p1 x1.(exists x2.(on(x1,x2) & n_stage(x2)) & n_singer(x1))
4c029bde-e4c8-11ec-9cdd-0242ac1c0002
exists x1 x2 x3.(on(x2,x3) & of(x1,x2) & n_stage(x3) & n_singer(x1) & n_band(x2) & a_topic(x1))
exists x1.(n_singer(x1) & exists x2.(on(x1,x2) & n_stage(x2)))
A singer of a band on stage.
The singer is singing the national anthem.
1
-100
Singer on a stage does not have to be singing. Other songs can be sung other than the national anthem.
exists x1 x2 x3.(a_topic(x1) & of(x1,x2) & on(x2,x3) & n_stage(x3) & n_band(x2) & n_singer(x1))
exists e1 s1 x1 x2.(n_anthem(x2) & a_national(s1) & Theme(s1,x2) & n_singer(x1) & Theme(e1,x2) & Actor(e1,x1) & v_sing(e1))
4c02a048-e4c8-11ec-9cdd-0242ac1c0002
exists x1 x2 x3.(on(x2,x3) & of(x1,x2) & n_stage(x3) & n_singer(x1) & n_band(x2) & a_topic(x1))
exists e1 s1 x1 x2.(v_sing(e1) & n_singer(x1) & n_anthem(x2) & a_national(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
A singer of a band on stage.
A gutarist of a band onstage.
2
-100
There can be a singer or a guitarist.
exists x1 x2 x3.(a_topic(x1) & of(x1,x2) & on(x2,x3) & n_stage(x3) & n_band(x2) & n_singer(x1))
exists x1 x2 x3.(a_topic(x1) & of(x1,x2) & n_onstage(x2) & of(x2,x3) & n_band(x3) & n_gutarist(x1))
4c02a4bc-e4c8-11ec-9cdd-0242ac1c0002
exists x1 x2 x3.(on(x2,x3) & of(x1,x2) & n_stage(x3) & n_singer(x1) & n_band(x2) & a_topic(x1))
exists x1 x2 x3.(of(x2,x3) & of(x1,x2) & n_onstage(x2) & n_gutarist(x1) & n_band(x3) & a_topic(x1))
An old man in a red hat is holding open a door.
A fellow holds a door.
0
-100
An old man can be a fellow
exists e1 s1 s2 s3 x1 x2 x3.(a_open(s3) & Manner(e1,s3) & Theme(e1,x3) & Actor(e1,x1) & v_hold(e1) & n_door(x3) & in(x1,x2) & n_hat(x2) & a_red(s2) & Theme(s2,x2) & n_man(x1) & a_old(s1) & Theme(s1,x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_door(x2) & n_fellow(x1))
4c02aa2a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 x1 x2 x3.(v_hold(e1) & n_man(x1) & n_hat(x2) & n_door(x3) & in(x1,x2) & a_red(s2) & a_open(s3) & a_old(s1) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x3) & Manner(e1,s3) & Actor(e1,x1))
exists e1 x1 x2.(v_hold(e1) & n_fellow(x1) & n_door(x2) & Theme(e1,x2) & Actor(e1,x1))
An old man in a red hat is holding open a door.
A young newlywed holds the door for his bride.
2
-100
One cannot be old and young simultaneously.
exists e1 s1 s2 s3 x1 x2 x3.(a_open(s3) & Manner(e1,s3) & Theme(e1,x3) & Actor(e1,x1) & v_hold(e1) & n_door(x3) & in(x1,x2) & n_hat(x2) & a_red(s2) & Theme(s2,x2) & n_man(x1) & a_old(s1) & Theme(s1,x1))
exists e1 s1 x1 x2 x3.(n_bride(x3) & of(x3,x2) & n_male(x2) & n_door(x2) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & for(x2,x3) & n_newlywed(x1) & a_young(s1) & Theme(s1,x1))
4c02af02-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 x1 x2 x3.(v_hold(e1) & n_man(x1) & n_hat(x2) & n_door(x3) & in(x1,x2) & a_red(s2) & a_open(s3) & a_old(s1) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x3) & Manner(e1,s3) & Actor(e1,x1))
exists e1 s1 x1 x2 x3.(v_hold(e1) & of(x3,x2) & n_newlywed(x1) & n_male(x2) & n_door(x2) & n_bride(x3) & for(x2,x3) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
An old man in a red hat is holding open a door.
An old gent holds the door for his wife.
1
-100
A man can hold doors for people other than their wife.
exists e1 s1 s2 s3 x1 x2 x3.(a_open(s3) & Manner(e1,s3) & Theme(e1,x3) & Actor(e1,x1) & v_hold(e1) & n_door(x3) & in(x1,x2) & n_hat(x2) & a_red(s2) & Theme(s2,x2) & n_man(x1) & a_old(s1) & Theme(s1,x1))
exists e1 s1 x1 x2 x3.(n_wife(x3) & of(x3,x2) & n_male(x2) & n_door(x2) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & for(x2,x3) & n_gent(x1) & a_old(s1) & Theme(s1,x1))
4c02b452-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 x1 x2 x3.(v_hold(e1) & n_man(x1) & n_hat(x2) & n_door(x3) & in(x1,x2) & a_red(s2) & a_open(s3) & a_old(s1) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x3) & Manner(e1,s3) & Actor(e1,x1))
exists e1 s1 x1 x2 x3.(v_hold(e1) & of(x3,x2) & n_wife(x3) & n_male(x2) & n_gent(x1) & n_door(x2) & for(x2,x3) & a_old(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
An elderly gentleman is exiting a building.
An old man has a cane.
1
-100
It cannot be inferred that the elderly man needs a cane.
exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_exit(e1) & n_building(x2) & n_gentleman(x1) & a_elderly(s1) & Theme(s1,x1))
exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_cane(x2) & n_man(x1) & a_old(s1) & Theme(s1,x1))
4c02ba1a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2.(v_exit(e1) & n_gentleman(x1) & n_building(x2) & a_elderly(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
exists e1 s1 x1 x2.(v_have(e1) & n_man(x1) & n_cane(x2) & a_old(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
An elderly gentleman is exiting a building.
An old man enters a house.
2
-100
If he is exiting a building, he cannot be entering a house at the same time.
exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_exit(e1) & n_building(x2) & n_gentleman(x1) & a_elderly(s1) & Theme(s1,x1))
exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_enter(e1) & n_house(x2) & n_man(x1) & a_old(s1) & Theme(s1,x1))
4c02bf1a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2.(v_exit(e1) & n_gentleman(x1) & n_building(x2) & a_elderly(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
exists e1 s1 x1 x2.(v_enter(e1) & n_man(x1) & n_house(x2) & a_old(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
An elderly gentleman is exiting a building.
An old man is on his way outside.
0
-100
An elderly gentleman is exiting a building to go outside.
exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_exit(e1) & n_building(x2) & n_gentleman(x1) & a_elderly(s1) & Theme(s1,x1))
exists p1 s1 s2 x1 x2.(a_outside(s2) & Manner(p1,s2) & on(x1,x2) & n_way(x2) & of(x2,x1) & n_male(x1) & n_man(x1) & a_old(s1) & Theme(s1,x1))
4c02c3fc-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2.(v_exit(e1) & n_gentleman(x1) & n_building(x2) & a_elderly(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
exists p1 s1 s2 x1 x2.(on(x1,x2) & of(x2,x1) & n_way(x2) & n_man(x1) & n_male(x1) & a_outside(s2) & a_old(s1) & Theme(s1,x1) & Manner(p1,s2))
An old man walks out of a building.
A old guy is walking away real fast.
1
-100
Walking out of a building does not signify that the speed of the gait is real fast.
exists e1 s1 x1 x2.(r_out(e1) & of(e1,x2) & n_building(x2) & Actor(e1,x1) & v_walk(e1) & n_man(x1) & a_old(s1) & Theme(s1,x1))
exists e1 s1 s2 s3 x1.(r_real(e1) & a_fast(s3) & Manner(e1,s3) & a_away(s2) & Manner(e1,s2) & Actor(e1,x1) & v_walk(e1) & n_guy(x1) & a_old(s1) & Theme(s1,x1))
4c02cdfc-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2.(v_walk(e1) & r_out(e1) & of(e1,x2) & n_man(x1) & n_building(x2) & a_old(s1) & Theme(s1,x1) & Actor(e1,x1))
exists e1 s1 s2 s3 x1.(v_walk(e1) & r_real(e1) & n_guy(x1) & a_old(s1) & a_fast(s3) & a_away(s2) & Theme(s1,x1) & Manner(e1,s3) & Manner(e1,s2) & Actor(e1,x1))
A singer sings into a microphone while other musicians play in the background.
The singer is alone in her bedroom singing.
2
-100
A singer cannot sing with musicians and sing alone simultaneously.
exists e1 p1 x1 x2 x4 x5.(n_background(x5) & n_musician(x4) & exists e2 x3.(in(e2,x5) & Actor(e2,x3) & v_play(e2) & -(x3 = x4) & n_musician(x3)) & while(e1,p1) & into(e1,x2) & n_microphone(x2) & Actor(e1,x1) & v_sing(e1) & n_singer(x1))
exists s1 x1 x2 x3.(n_singing(x2) & of(x2,x3) & n_bedroom(x3) & of(x2,x1) & n_female(x1) & n_singer(x1) & in(s1,x2) & Theme(s1,x1) & a_alone(s1))
4c02dd92-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 x1 x2 x4 x5.(while(e1,p1) & v_sing(e1) & n_singer(x1) & n_musician(x4) & n_microphone(x2) & n_background(x5) & into(e1,x2) & exists e2 x3.(v_play(e2) & n_musician(x3) & in(e2,x5) & Actor(e2,x3) & -(x3 = x4)) & Actor(e1,x1))
exists s1 x1 x2 x3.(of(x2,x3) & of(x2,x1) & n_singing(x2) & n_singer(x1) & n_female(x1) & n_bedroom(x3) & in(s1,x2) & a_alone(s1) & Theme(s1,x1))
A smiling young girl in a blue shirt is posing with an amusement park mascot.
A person with a huge smile.
1
-100
The size of the girl's smile is not known to be huge.
exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(with(e2,x3) & n_mascot(x3) & of(x3,x5) & n_park(x5) & of(x3,x4) & n_amusement(x4) & Actor(e2,x1) & v_pose(e2) & in(x1,x2) & n_shirt(x2) & a_blue(s2) & Theme(s2,x2) & n_girl(x1) & a_young(s1) & Theme(s1,x1) & Actor(e1,x1) & v_smile(e1))
exists s1 x1 x2.(a_topic(x1) & with(x1,x2) & n_smile(x2) & a_huge(s1) & Theme(s1,x2) & n_person(x1))
4c02e7d8-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(with(e2,x3) & v_smile(e1) & v_pose(e2) & of(x3,x5) & of(x3,x4) & n_shirt(x2) & n_park(x5) & n_mascot(x3) & n_girl(x1) & n_amusement(x4) & in(x1,x2) & a_young(s1) & a_blue(s2) & Theme(s2,x2) & Theme(s1,x1) & Actor(e2,x1) & Actor(e1,x1))
exists s1 x1 x2.(with(x1,x2) & n_smile(x2) & n_person(x1) & a_topic(x1) & a_huge(s1) & Theme(s1,x2))
A cyclist pedals past yellow fencing and construction markers.
A cyclist pedals by a construction site.
0
-100
Fencing and construction markers are things that can be seen at a construction site. If a person past those things at a construction site, that means he is by a construction site.
exists e1 s1 s2 x1 x2 x3 x4.(Theme(e1,x2) & Actor(e1,x1) & v_pedal(e1) & n_marker(x2) & of(x2,x4) & n_construction(x4) & of(x2,x3) & n_fencing(x3) & a_yellow(s2) & Theme(s2,x2) & a_past(s1) & Theme(s1,x2) & n_cyclist(x1))
exists x1 x2 x3 x4.(a_topic(x1) & by(x1,x3) & n_site(x3) & of(x3,x4) & n_construction(x4) & n_pedal(x1) & of(x1,x2) & n_cyclist(x2))
4c02f5de-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4.(v_pedal(e1) & of(x2,x4) & of(x2,x3) & n_marker(x2) & n_fencing(x3) & n_cyclist(x1) & n_construction(x4) & a_yellow(s2) & a_past(s1) & Theme(s2,x2) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
exists x1 x2 x3 x4.(of(x3,x4) & of(x1,x2) & n_site(x3) & n_pedal(x1) & n_cyclist(x2) & n_construction(x4) & by(x1,x3) & a_topic(x1))
4 people watch as a person jumps off a pier.
A person performs a swan dive off of a pier.
1
-100
Jumps off does not imply to perform a swan dive.
exists e1 p1 x1 x2.(exists e2 s1 x3.(a_off(s1) & Manner(e2,s1) & Actor(e2,x3) & v_jump(e2) & n_person(x3)) & as(e1,p1) & Theme(e1,x2) & Actor(e1,x1) & v_watch(e1) & n_pier(x2) & n_people(x1) & n_date(x1) & a_date_day_04(x1) & a_date_day_04(x1))
exists e1 x1 x2 x3 x4.(of(e1,x4) & n_pier(x4) & r_off(e1) & Theme(e1,x2) & Actor(e1,x1) & v_perform(e1) & n_dive(x2) & of(x2,x3) & n_swan(x3) & n_person(x1))
4c0655a8-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 x1 x2.(v_watch(e1) & n_pier(x2) & n_people(x1) & n_date(x1) & exists e2 s1 x3.(v_jump(e2) & n_person(x3) & a_off(s1) & Manner(e2,s1) & Actor(e2,x3)) & as(e1,p1) & a_date_day_04(x1) & Theme(e1,x2) & Actor(e1,x1))
exists e1 x1 x2 x3 x4.(v_perform(e1) & r_off(e1) & of(x2,x3) & of(e1,x4) & n_swan(x3) & n_pier(x4) & n_person(x1) & n_dive(x2) & Theme(e1,x2) & Actor(e1,x1))
4 people watch as a person jumps off a pier.
People are observing another person near the water.
0
-100
"People are observing" is a rephrasing of "people watch". A pier is usually near the water.
exists e1 p1 x1 x2.(exists e2 s1 x3.(a_off(s1) & Manner(e2,s1) & Actor(e2,x3) & v_jump(e2) & n_person(x3)) & as(e1,p1) & Theme(e1,x2) & Actor(e1,x1) & v_watch(e1) & n_pier(x2) & n_people(x1) & n_date(x1) & a_date_day_04(x1) & a_date_day_04(x1))
exists e1 x1 x2 x3 x4.(n_water(x4) & n_person(x2) & Theme(e1,x3) & Actor(e1,x1) & v_observe(e1) & near(x3,x4) & n_person(x3) & -(x3 = x2) & n_people(x1))
4c0659f4-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 x1 x2.(v_watch(e1) & n_pier(x2) & n_people(x1) & n_date(x1) & exists e2 s1 x3.(v_jump(e2) & n_person(x3) & a_off(s1) & Manner(e2,s1) & Actor(e2,x3)) & as(e1,p1) & a_date_day_04(x1) & Theme(e1,x2) & Actor(e1,x1))
exists e1 x1 x2 x3 x4.(v_observe(e1) & near(x3,x4) & n_water(x4) & n_person(x3) & n_person(x2) & n_people(x1) & Theme(e1,x3) & Actor(e1,x1) & -(x3 = x2))
4 people watch as a person jumps off a pier.
A person is watching a movie.
2
-100
Theses are different subjects: four people or one person.
exists e1 p1 x1 x2.(exists e2 s1 x3.(a_off(s1) & Manner(e2,s1) & Actor(e2,x3) & v_jump(e2) & n_person(x3)) & as(e1,p1) & Theme(e1,x2) & Actor(e1,x1) & v_watch(e1) & n_pier(x2) & n_people(x1) & n_date(x1) & a_date_day_04(x1) & a_date_day_04(x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_watch(e1) & n_movie(x2) & n_person(x1))
4c066034-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 x1 x2.(v_watch(e1) & n_pier(x2) & n_people(x1) & n_date(x1) & exists e2 s1 x3.(v_jump(e2) & n_person(x3) & a_off(s1) & Manner(e2,s1) & Actor(e2,x3)) & as(e1,p1) & a_date_day_04(x1) & Theme(e1,x2) & Actor(e1,x1))
exists e1 x1 x2.(v_watch(e1) & n_person(x1) & n_movie(x2) & Theme(e1,x2) & Actor(e1,x1))
A man power washes some steps beside a swimming pool.
The guy is talking to a salesman.
2
-100
The man can't be power washing steps and talking to a salesman at the same time.
exists e1 x1 x2 x3 x4 x5.(beside(e1,x4) & n_pool(x4) & of(x4,x5) & n_swimming(x5) & Theme(e1,x3) & Actor(e1,x1) & v_wash(e1) & n_step(x3) & n_power(x1) & of(x1,x2) & n_man(x2))
exists e1 x1 x2.(n_guy(x1) & to(e1,x2) & n_salesman(x2) & Actor(e1,x1) & v_talk(e1))
4c06655c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4 x5.(v_wash(e1) & of(x4,x5) & of(x1,x2) & n_swimming(x5) & n_step(x3) & n_power(x1) & n_pool(x4) & n_man(x2) & beside(e1,x4) & Theme(e1,x3) & Actor(e1,x1))
exists e1 x1 x2.(v_talk(e1) & to(e1,x2) & n_salesman(x2) & n_guy(x1) & Actor(e1,x1))
A man power washes some steps beside a swimming pool.
A man is washing the steps outside.
0
-100
Typically a power washer is used outside, so "power washes some steps beside a swimming pool" implies the man does this outside.
exists e1 x1 x2 x3 x4 x5.(beside(e1,x4) & n_pool(x4) & of(x4,x5) & n_swimming(x5) & Theme(e1,x3) & Actor(e1,x1) & v_wash(e1) & n_step(x3) & n_power(x1) & of(x1,x2) & n_man(x2))
exists e1 s1 x1 x2.(n_step(x2) & a_outside(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_wash(e1) & n_man(x1))
4c0669bc-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4 x5.(v_wash(e1) & of(x4,x5) & of(x1,x2) & n_swimming(x5) & n_step(x3) & n_power(x1) & n_pool(x4) & n_man(x2) & beside(e1,x4) & Theme(e1,x3) & Actor(e1,x1))
exists e1 s1 x1 x2.(v_wash(e1) & n_step(x2) & n_man(x1) & a_outside(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1))
A man power washes some steps beside a swimming pool.
The pool cleaner is preparing a family's swimming pool for summer.
1
-100
Power washing steps beside a pool does not imply a cleaner is preparing a family's swimming pool.
exists e1 x1 x2 x3 x4 x5.(beside(e1,x4) & n_pool(x4) & of(x4,x5) & n_swimming(x5) & Theme(e1,x3) & Actor(e1,x1) & v_wash(e1) & n_step(x3) & n_power(x1) & of(x1,x2) & n_man(x2))
exists e1 x1 x2 x3 x4 x5 x6.(n_cleaner(x1) & of(x1,x2) & n_pool(x2) & for(e1,x6) & n_summer(x6) & Theme(e1,x4) & Actor(e1,x1) & v_prepare(e1) & n_pool(x4) & of(x4,x5) & n_swimming(x5) & of(x4,x3) & n_family(x3))
4c066e12-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4 x5.(v_wash(e1) & of(x4,x5) & of(x1,x2) & n_swimming(x5) & n_step(x3) & n_power(x1) & n_pool(x4) & n_man(x2) & beside(e1,x4) & Theme(e1,x3) & Actor(e1,x1))
exists e1 x1 x2 x3 x4 x5 x6.(v_prepare(e1) & of(x4,x5) & of(x4,x3) & of(x1,x2) & n_swimming(x5) & n_summer(x6) & n_pool(x4) & n_pool(x2) & n_family(x3) & n_cleaner(x1) & for(e1,x6) & Theme(e1,x4) & Actor(e1,x1))
A man is doing lift ups in front of a man from the army on an obstacle course.
A man in doing an exercise along with a man who is in the military.
0
-100
Lift ups are a form of an exercise. A man who is from the army is a man who is in the military because the army is a branch of the military.
exists e1 x1 x2 x3 x4 x5 x6 x7 x8.(n_army(x6) & on(e1,x7) & n_course(x7) & of(x7,x8) & n_obstacle(x8) & from(e1,x6) & in(e1,x4) & of(x4,x5) & n_man(x5) & n_front(x4) & Theme(e1,x2) & Actor(e1,x1) & v_do(e1) & n_up(x2) & of(x2,x3) & n_lift(x3) & n_man(x1))
exists e1 p1 x1 x2 x3 x4 x5 x6 x7.(n_military(x7) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_do(e1) & with(x4,x5) & in(x6,x7) & (x5 = x6) & n_man(x5) & along(x3,x4) & n_thing(x4) & n_exercise(x3) & (x1 = x2) & n_man(x1))
4c067268-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4 x5 x6 x7 x8.(v_do(e1) & on(e1,x7) & of(x7,x8) & of(x4,x5) & of(x2,x3) & n_up(x2) & n_obstacle(x8) & n_man(x5) & n_man(x1) & n_lift(x3) & n_front(x4) & n_course(x7) & n_army(x6) & in(e1,x4) & from(e1,x6) & Theme(e1,x2) & Actor(e1,x1))
exists e1 x1 x2 x3 x4 x5 x6 x7.(with(x4,x5) & v_do(e1) & n_thing(x4) & n_military(x7) & n_man(x5) & n_man(x1) & n_exercise(x3) & in(x6,x7) & along(x3,x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x5 = x6) & (x1 = x2))
A man is doing lift ups in front of a man from the army on an obstacle course.
Two women are exercising at the gym.
2
-100
There can either be one man or two women. The location can't be an obstacle course and a gym simultaneously.
exists e1 x1 x2 x3 x4 x5 x6 x7 x8.(n_army(x6) & on(e1,x7) & n_course(x7) & of(x7,x8) & n_obstacle(x8) & from(e1,x6) & in(e1,x4) & of(x4,x5) & n_man(x5) & n_front(x4) & Theme(e1,x2) & Actor(e1,x1) & v_do(e1) & n_up(x2) & of(x2,x3) & n_lift(x3) & n_man(x1))
exists e1 x1 x2.(n_gym(x2) & at(e1,x2) & Actor(e1,x1) & v_exercise(e1) & n_woman(x1) & card_eq_2(x1))
4c0676aa-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4 x5 x6 x7 x8.(v_do(e1) & on(e1,x7) & of(x7,x8) & of(x4,x5) & of(x2,x3) & n_up(x2) & n_obstacle(x8) & n_man(x5) & n_man(x1) & n_lift(x3) & n_front(x4) & n_course(x7) & n_army(x6) & in(e1,x4) & from(e1,x6) & Theme(e1,x2) & Actor(e1,x1))
exists e1 x1 x2.(v_exercise(e1) & n_woman(x1) & n_gym(x2) & card_eq_2(x1) & at(e1,x2) & Actor(e1,x1))
A man is doing lift ups in front of a man from the army on an obstacle course.
Two people are working out together.
1
-100
Doing lift ups in front of a man does not imply working out together.
exists e1 x1 x2 x3 x4 x5 x6 x7 x8.(n_army(x6) & on(e1,x7) & n_course(x7) & of(x7,x8) & n_obstacle(x8) & from(e1,x6) & in(e1,x4) & of(x4,x5) & n_man(x5) & n_front(x4) & Theme(e1,x2) & Actor(e1,x1) & v_do(e1) & n_up(x2) & of(x2,x3) & n_lift(x3) & n_man(x1))
exists e1 s1 s2 x1.(a_together(s2) & Manner(e1,s2) & a_out(s1) & Manner(e1,s1) & Actor(e1,x1) & v_work(e1) & n_people(x1) & card_eq_2(x1))
4c067b00-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4 x5 x6 x7 x8.(v_do(e1) & on(e1,x7) & of(x7,x8) & of(x4,x5) & of(x2,x3) & n_up(x2) & n_obstacle(x8) & n_man(x5) & n_man(x1) & n_lift(x3) & n_front(x4) & n_course(x7) & n_army(x6) & in(e1,x4) & from(e1,x6) & Theme(e1,x2) & Actor(e1,x1))
exists e1 s1 s2 x1.(v_work(e1) & n_people(x1) & card_eq_2(x1) & a_together(s2) & a_out(s1) & Manner(e1,s2) & Manner(e1,s1) & Actor(e1,x1))
a lot of people playing games at an arcade
There was a lot of people playing at the arcade.
0
-100
Playing at the arcade implies playing games.
exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & of(x1,x2) & at(e1,x5) & n_arcade(x5) & Theme(e1,x4) & Actor(e1,x3) & v_play(e1) & n_game(x4) & (x2 = x3) & n_people(x2) & n_lot(x1))
exists p1 x1 x5.(n_arcade(x5) & exists e1 x2 x3 x4.((x1 = x2) & of(x2,x3) & at(e1,x5) & Actor(e1,x4) & v_play(e1) & (x3 = x4) & n_people(x3) & n_lot(x2)))
4c067fba-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4 x5.(v_play(e1) & of(x1,x2) & n_people(x2) & n_lot(x1) & n_game(x4) & n_arcade(x5) & at(e1,x5) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3))
exists x1 x5.(n_arcade(x5) & exists e1 x2 x3 x4.(v_play(e1) & of(x2,x3) & n_people(x3) & n_lot(x2) & at(e1,x5) & Actor(e1,x4) & (x3 = x4) & (x1 = x2)))
a lot of people playing games at an arcade
The arcade was in the mall.
2
-100
A lot of people can not fit in a mall arcade.
exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & of(x1,x2) & at(e1,x5) & n_arcade(x5) & Theme(e1,x4) & Actor(e1,x3) & v_play(e1) & n_game(x4) & (x2 = x3) & n_people(x2) & n_lot(x1))
exists p1 x1 x2.(n_mall(x2) & n_arcade(x1) & in(x1,x2))
4c068442-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4 x5.(v_play(e1) & of(x1,x2) & n_people(x2) & n_lot(x1) & n_game(x4) & n_arcade(x5) & at(e1,x5) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3))
exists x1 x2.(n_mall(x2) & n_arcade(x1) & in(x1,x2))
a lot of people playing games at an arcade
There was a lot of games being played at the arcade.
1
-100
A lot of people are playing the games at an arcade but that doesn't necessarily mean there are a lot of games to be played.
exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & of(x1,x2) & at(e1,x5) & n_arcade(x5) & Theme(e1,x4) & Actor(e1,x3) & v_play(e1) & n_game(x4) & (x2 = x3) & n_people(x2) & n_lot(x1))
exists p1 x1 x5.(n_arcade(x5) & exists e1 x2 x3 x4.((x1 = x2) & of(x2,x3) & at(e1,x5) & Theme(e1,x4) & v_play(e1) & (x3 = x4) & n_game(x3) & n_lot(x2)))
4c068910-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4 x5.(v_play(e1) & of(x1,x2) & n_people(x2) & n_lot(x1) & n_game(x4) & n_arcade(x5) & at(e1,x5) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3))
exists x1 x5.(n_arcade(x5) & exists e1 x2 x3 x4.(v_play(e1) & of(x2,x3) & n_lot(x2) & n_game(x3) & at(e1,x5) & Theme(e1,x4) & (x3 = x4) & (x1 = x2)))
Several young people dressed in orange outfits at a Lion Dance Festival.
The young people are at the Spring Fling Carnival.
2
-100
Lion dance Festival and Spring Fling Carnival are different events.
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & at(e1,x5) & ne_org_festival(x5) & (x5 = x7) & ne_org_dance(x7) & (x5 = x6) & ne_org_lion(x6) & in(e1,x3) & n_outfit(x3) & of(x3,x4) & n_orange(x4) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_people(x1) & a_young(s2) & Theme(s2,x1) & a_several(s1) & Theme(s1,x1))
exists p1 s1 x1 x2 x3 x4.(ne_org_carnival(x2) & (x2 = x4) & ne_org_fling(x4) & (x2 = x3) & ne_org_spring(x3) & n_people(x1) & a_young(s1) & Theme(s1,x1) & at(x1,x2))
4c068d66-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(v_dress(e1) & of(x3,x4) & ne_org_lion(x6) & ne_org_festival(x5) & ne_org_dance(x7) & n_people(x1) & n_outfit(x3) & n_orange(x4) & in(e1,x3) & at(e1,x5) & a_young(s2) & a_topic(x1) & a_several(s1) & Theme(s2,x1) & Theme(s1,x1) & Theme(e1,x2) & (x5 = x7) & (x5 = x6) & (x1 = x2))
exists s1 x1 x2 x3 x4.(ne_org_spring(x3) & ne_org_fling(x4) & ne_org_carnival(x2) & n_people(x1) & at(x1,x2) & a_young(s1) & Theme(s1,x1) & (x2 = x4) & (x2 = x3))
Several young people dressed in orange outfits at a Lion Dance Festival.
The young people are dancing.
1
-100
The people are at a Lion Dance Festival but that doesn't necessarily mean that they are dancing.
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & at(e1,x5) & ne_org_festival(x5) & (x5 = x7) & ne_org_dance(x7) & (x5 = x6) & ne_org_lion(x6) & in(e1,x3) & n_outfit(x3) & of(x3,x4) & n_orange(x4) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_people(x1) & a_young(s2) & Theme(s2,x1) & a_several(s1) & Theme(s1,x1))
exists e1 s1 x1.(n_people(x1) & a_young(s1) & Theme(s1,x1) & Actor(e1,x1) & v_dance(e1))
4c06918a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(v_dress(e1) & of(x3,x4) & ne_org_lion(x6) & ne_org_festival(x5) & ne_org_dance(x7) & n_people(x1) & n_outfit(x3) & n_orange(x4) & in(e1,x3) & at(e1,x5) & a_young(s2) & a_topic(x1) & a_several(s1) & Theme(s2,x1) & Theme(s1,x1) & Theme(e1,x2) & (x5 = x7) & (x5 = x6) & (x1 = x2))
exists e1 s1 x1.(v_dance(e1) & n_people(x1) & a_young(s1) & Theme(s1,x1) & Actor(e1,x1))
Several young people dressed in orange outfits at a Lion Dance Festival.
The young people in orange are at the festival.
0
-100
Several young people are young people, and a Lion Dance Festival is a type of festival.
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & at(e1,x5) & ne_org_festival(x5) & (x5 = x7) & ne_org_dance(x7) & (x5 = x6) & ne_org_lion(x6) & in(e1,x3) & n_outfit(x3) & of(x3,x4) & n_orange(x4) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_people(x1) & a_young(s2) & Theme(s2,x1) & a_several(s1) & Theme(s1,x1))
exists p1 s1 x1 x2 x3.(n_festival(x3) & n_people(x1) & a_young(s1) & Theme(s1,x1) & at(x1,x3) & in(x1,x2) & n_orange(x2))
4c069676-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(v_dress(e1) & of(x3,x4) & ne_org_lion(x6) & ne_org_festival(x5) & ne_org_dance(x7) & n_people(x1) & n_outfit(x3) & n_orange(x4) & in(e1,x3) & at(e1,x5) & a_young(s2) & a_topic(x1) & a_several(s1) & Theme(s2,x1) & Theme(s1,x1) & Theme(e1,x2) & (x5 = x7) & (x5 = x6) & (x1 = x2))
exists s1 x1 x2 x3.(n_people(x1) & n_orange(x2) & n_festival(x3) & in(x1,x2) & at(x1,x3) & a_young(s1) & Theme(s1,x1))
A young girl throwing a rock.
The girl is at school learning english.
2
-100
The girl can't be throwing a rock and learning english simultaneously.
exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_throw(e1) & n_rock(x3) & (x1 = x2) & n_girl(x1) & a_young(s1) & Theme(s1,x1))
exists p1 x1.(n_girl(x1) & exists x2 x3 x4.(at(x1,x2) & n_english(x2) & of(x2,x4) & n_learning(x4) & of(x2,x3) & n_school(x3)))
4c069aea-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(v_throw(e1) & n_rock(x3) & n_girl(x1) & a_young(s1) & a_topic(x1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
exists x1.(n_girl(x1) & exists x2 x3 x4.(of(x2,x4) & of(x2,x3) & n_school(x3) & n_learning(x4) & n_english(x2) & at(x1,x2)))
A young girl throwing a rock.
The girl is playing at the pond.
1
-100
Throwing a rock does not imply playing at the pond.
exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_throw(e1) & n_rock(x3) & (x1 = x2) & n_girl(x1) & a_young(s1) & Theme(s1,x1))
exists e1 x1 x2.(n_pond(x2) & n_girl(x1) & at(e1,x2) & Actor(e1,x1) & v_play(e1))
4c069f4a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(v_throw(e1) & n_rock(x3) & n_girl(x1) & a_young(s1) & a_topic(x1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
exists e1 x1 x2.(v_play(e1) & n_pond(x2) & n_girl(x1) & at(e1,x2) & Actor(e1,x1))
A young girl throwing a rock.
There is a person throwing.
0
-100
A young girl is a person.
exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_throw(e1) & n_rock(x3) & (x1 = x2) & n_girl(x1) & a_young(s1) & Theme(s1,x1))
exists p1 x1 x2 x3.((x1 = x2) & Time(x2,x3) & n_throwing(x3) & n_person(x2))
4c06a3a0-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(v_throw(e1) & n_rock(x3) & n_girl(x1) & a_young(s1) & a_topic(x1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
exists x1 x2 x3.(n_throwing(x3) & n_person(x2) & Time(x2,x3) & (x1 = x2))
A large group of people in shorts walk outside in front of a capitol building.
People are outside a building.
0
-100
"Outside a building" simply generalizes or simplifies the phrase "outside in front of a capitol building".
exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & of(x1,x2) & in(e1,x5) & of(x5,x6) & n_building(x6) & of(x6,x7) & n_capitol(x7) & n_front(x5) & r_outside(e1) & Theme(e1,x4) & v_walk(e1) & (x2 = x4) & in(x2,x3) & n_shorts(x3) & n_people(x2) & n_group(x1) & a_large(s1) & Theme(s1,x1))
exists p1 x1.(exists x2.(outside(x1,x2) & n_building(x2)) & n_people(x1))
4c06a80a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(v_walk(e1) & r_outside(e1) & of(x6,x7) & of(x5,x6) & of(x1,x2) & n_shorts(x3) & n_people(x2) & n_group(x1) & n_front(x5) & n_capitol(x7) & n_building(x6) & in(x2,x3) & in(e1,x5) & a_topic(x1) & a_large(s1) & Theme(s1,x1) & Theme(e1,x4) & (x2 = x4))
exists x1.(n_people(x1) & exists x2.(outside(x1,x2) & n_building(x2)))
A large group of people in shorts walk outside in front of a capitol building.
People are inside a building.
2
-100
The people can't be outside and inside a building at the same time.
exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & of(x1,x2) & in(e1,x5) & of(x5,x6) & n_building(x6) & of(x6,x7) & n_capitol(x7) & n_front(x5) & r_outside(e1) & Theme(e1,x4) & v_walk(e1) & (x2 = x4) & in(x2,x3) & n_shorts(x3) & n_people(x2) & n_group(x1) & a_large(s1) & Theme(s1,x1))
exists p1 x1.(exists x2.(inside(x1,x2) & n_building(x2)) & n_people(x1))
4c06adbe-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(v_walk(e1) & r_outside(e1) & of(x6,x7) & of(x5,x6) & of(x1,x2) & n_shorts(x3) & n_people(x2) & n_group(x1) & n_front(x5) & n_capitol(x7) & n_building(x6) & in(x2,x3) & in(e1,x5) & a_topic(x1) & a_large(s1) & Theme(s1,x1) & Theme(e1,x4) & (x2 = x4))
exists x1.(n_people(x1) & exists x2.(n_building(x2) & inside(x1,x2)))
A large group of people in shorts walk outside in front of a capitol building.
People are tkaing pictures outside a building.
1
-100
To walk does not imply taking pictures.
exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & of(x1,x2) & in(e1,x5) & of(x5,x6) & n_building(x6) & of(x6,x7) & n_capitol(x7) & n_front(x5) & r_outside(e1) & Theme(e1,x4) & v_walk(e1) & (x2 = x4) & in(x2,x3) & n_shorts(x3) & n_people(x2) & n_group(x1) & a_large(s1) & Theme(s1,x1))
exists e1 x1 x2 x3.(outside(e1,x3) & n_building(x3) & Theme(e1,x2) & Actor(e1,x1) & v_tkae(e1) & n_picture(x2) & n_people(x1))
4c06b3cc-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(v_walk(e1) & r_outside(e1) & of(x6,x7) & of(x5,x6) & of(x1,x2) & n_shorts(x3) & n_people(x2) & n_group(x1) & n_front(x5) & n_capitol(x7) & n_building(x6) & in(x2,x3) & in(e1,x5) & a_topic(x1) & a_large(s1) & Theme(s1,x1) & Theme(e1,x4) & (x2 = x4))
exists e1 x1 x2 x3.(v_tkae(e1) & outside(e1,x3) & n_picture(x2) & n_people(x1) & n_building(x3) & Theme(e1,x2) & Actor(e1,x1))
A Latin American street vendor sets up a table selling glass ware in an inner city setting.
A vendor tries to sell hot dogs.
2
-100
Glass ware are non-edible, whereas hot dogs are edible.
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(a_up(s3) & Manner(e2,s3) & Theme(e2,x3) & Actor(e2,x1) & v_set(e2) & in(e1,x7) & n_setting(x7) & of(x7,x8) & n_city(x8) & a_inner(s2) & Theme(s2,x7) & Theme(e1,x5) & Actor(e1,x4) & v_sell(e1) & n_ware(x5) & of(x5,x6) & n_glass(x6) & (x3 = x4) & n_table(x3) & n_vendor(x1) & of(x1,x2) & n_street(x2) & a_american(s1) & Theme(s1,x1) & r_latin(x1))
exists e1 p1 x1.(Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2 s1 x2.(Theme(e2,x2) & Actor(e2,x1) & v_sell(e2) & n_dog(x2) & a_hot(s1) & Theme(s1,x2)) & n_vendor(x1))
4c06b868-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(v_set(e2) & v_sell(e1) & r_latin(x1) & of(x7,x8) & of(x5,x6) & of(x1,x2) & n_ware(x5) & n_vendor(x1) & n_table(x3) & n_street(x2) & n_setting(x7) & n_glass(x6) & n_city(x8) & in(e1,x7) & a_up(s3) & a_inner(s2) & a_american(s1) & Theme(s2,x7) & Theme(s1,x1) & Theme(e2,x3) & Theme(e1,x5) & Manner(e2,s3) & Actor(e2,x1) & Actor(e1,x4) & (x3 = x4))
exists e1 p1 x1.(v_try(e1) & n_vendor(x1) & exists e2 s1 x2.(v_sell(e2) & n_dog(x2) & a_hot(s1) & Theme(s1,x2) & Theme(e2,x2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1))
A Latin American street vendor sets up a table selling glass ware in an inner city setting.
A vendor sets up a table with antique glass he found recently at a show.
1
-100
The street vendor set up a table to sell glassware but it is not necessarily antique glass he found recently at a show that he is selling.
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(a_up(s3) & Manner(e2,s3) & Theme(e2,x3) & Actor(e2,x1) & v_set(e2) & in(e1,x7) & n_setting(x7) & of(x7,x8) & n_city(x8) & a_inner(s2) & Theme(s2,x7) & Theme(e1,x5) & Actor(e1,x4) & v_sell(e1) & n_ware(x5) & of(x5,x6) & n_glass(x6) & (x3 = x4) & n_table(x3) & n_vendor(x1) & of(x1,x2) & n_street(x2) & a_american(s1) & Theme(s1,x1) & r_latin(x1))
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5.(a_up(s3) & Manner(e2,s3) & Theme(e2,x2) & Actor(e2,x1) & v_set(e2) & with(x2,x3) & at(e1,x5) & n_show(x5) & a_recently(s2) & Manner(e1,s2) & Theme(e1,x4) & Actor(e1,x1) & v_find(e1) & (x3 = x4) & n_male(x1) & n_glass(x3) & a_antique(s1) & Theme(s1,x3) & n_table(x2) & n_vendor(x1))
4c06bcd2-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(v_set(e2) & v_sell(e1) & r_latin(x1) & of(x7,x8) & of(x5,x6) & of(x1,x2) & n_ware(x5) & n_vendor(x1) & n_table(x3) & n_street(x2) & n_setting(x7) & n_glass(x6) & n_city(x8) & in(e1,x7) & a_up(s3) & a_inner(s2) & a_american(s1) & Theme(s2,x7) & Theme(s1,x1) & Theme(e2,x3) & Theme(e1,x5) & Manner(e2,s3) & Actor(e2,x1) & Actor(e1,x4) & (x3 = x4))
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5.(with(x2,x3) & v_set(e2) & v_find(e1) & n_vendor(x1) & n_table(x2) & n_show(x5) & n_male(x1) & n_glass(x3) & at(e1,x5) & a_up(s3) & a_recently(s2) & a_antique(s1) & Theme(s1,x3) & Theme(e2,x2) & Theme(e1,x4) & Manner(e2,s3) & Manner(e1,s2) & Actor(e2,x1) & Actor(e1,x1) & (x3 = x4))
A Latin American street vendor sets up a table selling glass ware in an inner city setting.
A vendor sets up a table.
0
-100
A Latin American street vendor is a type vendor.
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(a_up(s3) & Manner(e2,s3) & Theme(e2,x3) & Actor(e2,x1) & v_set(e2) & in(e1,x7) & n_setting(x7) & of(x7,x8) & n_city(x8) & a_inner(s2) & Theme(s2,x7) & Theme(e1,x5) & Actor(e1,x4) & v_sell(e1) & n_ware(x5) & of(x5,x6) & n_glass(x6) & (x3 = x4) & n_table(x3) & n_vendor(x1) & of(x1,x2) & n_street(x2) & a_american(s1) & Theme(s1,x1) & r_latin(x1))
exists e1 s1 x1 x2.(a_up(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_set(e1) & n_table(x2) & n_vendor(x1))
4c06c132-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(v_set(e2) & v_sell(e1) & r_latin(x1) & of(x7,x8) & of(x5,x6) & of(x1,x2) & n_ware(x5) & n_vendor(x1) & n_table(x3) & n_street(x2) & n_setting(x7) & n_glass(x6) & n_city(x8) & in(e1,x7) & a_up(s3) & a_inner(s2) & a_american(s1) & Theme(s2,x7) & Theme(s1,x1) & Theme(e2,x3) & Theme(e1,x5) & Manner(e2,s3) & Actor(e2,x1) & Actor(e1,x4) & (x3 = x4))
exists e1 s1 x1 x2.(v_set(e1) & n_vendor(x1) & n_table(x2) & a_up(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1))
A quarterback passes a football during an NFL game.
People played tennis on clay courts.
2
-100
Football and tennis are completely different sports.
exists e1 x1 x2 x3 x4.(during(e1,x3) & n_game(x3) & (x3 = x4) & ne_org_nfl(x4) & Theme(e1,x2) & Actor(e1,x1) & v_pass(e1) & n_football(x2) & n_quarterback(x1))
exists e1 x1 x2 x3 x4.(on(e1,x3) & n_court(x3) & of(x3,x4) & n_clay(x4) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_tennis(x2) & n_people(x1))
4c06d30c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(v_pass(e1) & ne_org_nfl(x4) & n_quarterback(x1) & n_game(x3) & n_football(x2) & during(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & (x3 = x4))
exists e1 x1 x2 x3 x4.(v_play(e1) & on(e1,x3) & of(x3,x4) & n_tennis(x2) & n_people(x1) & n_court(x3) & n_clay(x4) & Theme(e1,x2) & Actor(e1,x1))
A quarterback passes a football during an NFL game.
The receiver dropped the quarterback's pass.
1
-100
Just because the quarterback passed the football doesn't necessarily mean the receiver dropped the pass.
exists e1 x1 x2 x3 x4.(during(e1,x3) & n_game(x3) & (x3 = x4) & ne_org_nfl(x4) & Theme(e1,x2) & Actor(e1,x1) & v_pass(e1) & n_football(x2) & n_quarterback(x1))
exists e1 x1 x2 x3.(n_pass(x3) & of(x3,x2) & n_quarterback(x2) & n_receiver(x1) & Theme(e1,x3) & Actor(e1,x1) & v_drop(e1))
4c06d866-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(v_pass(e1) & ne_org_nfl(x4) & n_quarterback(x1) & n_game(x3) & n_football(x2) & during(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & (x3 = x4))
exists e1 x1 x2 x3.(v_drop(e1) & of(x3,x2) & n_receiver(x1) & n_quarterback(x2) & n_pass(x3) & Theme(e1,x3) & Actor(e1,x1))
A quarterback passes a football during an NFL game.
The football was passed by the quarterback.
0
-100
A quarterback passes a football is a rephrasing of the football was passed by the quarterback.
exists e1 x1 x2 x3 x4.(during(e1,x3) & n_game(x3) & (x3 = x4) & ne_org_nfl(x4) & Theme(e1,x2) & Actor(e1,x1) & v_pass(e1) & n_football(x2) & n_quarterback(x1))
exists e1 x1 x2.(n_quarterback(x2) & n_football(x1) & Actor(e1,x2) & Theme(e1,x1) & v_pass(e1))
4c06ddd4-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(v_pass(e1) & ne_org_nfl(x4) & n_quarterback(x1) & n_game(x3) & n_football(x2) & during(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & (x3 = x4))
exists e1 x1 x2.(v_pass(e1) & n_quarterback(x2) & n_football(x1) & Theme(e1,x1) & Actor(e1,x2))
A brown dog is laying on its back on the grass with a ball in its mouth.
A brown dog is running after a ball.
2
-100
A brown dog laying on the grass is not running.
exists e1 s1 x1 x2 x3 x4 x5.(n_grass(x3) & with(e1,x4) & in(x4,x5) & n_mouth(x5) & of(x5,x1) & n_thing(x1) & n_thing(x1) & n_ball(x4) & on(e1,x3) & on(e1,x2) & n_back(x2) & of(x2,x1) & Actor(e1,x1) & v_lay(e1) & n_dog(x1) & a_brown(s1) & Theme(s1,x1))
exists e1 s1 x1 x2.(after(e1,x2) & n_ball(x2) & Actor(e1,x1) & v_run(e1) & n_dog(x1) & a_brown(s1) & Theme(s1,x1))
4c06e39c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5.(with(e1,x4) & v_lay(e1) & on(e1,x3) & on(e1,x2) & of(x5,x1) & of(x2,x1) & n_thing(x1) & n_mouth(x5) & n_grass(x3) & n_dog(x1) & n_ball(x4) & n_back(x2) & in(x4,x5) & a_brown(s1) & Theme(s1,x1) & Actor(e1,x1))
exists e1 s1 x1 x2.(v_run(e1) & n_dog(x1) & n_ball(x2) & after(e1,x2) & a_brown(s1) & Theme(s1,x1) & Actor(e1,x1))
A brown dog is laying on its back on the grass with a ball in its mouth.
The dog is tired from playing with his owner too much.
1
0.257214
We don't know that the dog is tired from playing with his owner too much, only that he is lying down
exists e1 s1 x1 x2 x3 x4 x5.(n_grass(x3) & with(e1,x4) & in(x4,x5) & n_mouth(x5) & of(x5,x1) & n_thing(x1) & n_thing(x1) & n_ball(x4) & on(e1,x3) & on(e1,x2) & n_back(x2) & of(x2,x1) & Actor(e1,x1) & v_lay(e1) & n_dog(x1) & a_brown(s1) & Theme(s1,x1))
exists e1 e2 s1 x1 x2 x3.(n_owner(x3) & of(x3,x1) & n_male(x1) & n_dog(x1) & from(e1,e2) & r_too(e2) & a_much(s1) & Manner(e2,s1) & with(e2,x3) & Actor(e2,x2) & v_play(e2) & Theme(e1,x1) & v_tire(e1))
4c06e84c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5.(with(e1,x4) & v_lay(e1) & on(e1,x3) & on(e1,x2) & of(x5,x1) & of(x2,x1) & n_thing(x1) & n_mouth(x5) & n_grass(x3) & n_dog(x1) & n_ball(x4) & n_back(x2) & in(x4,x5) & a_brown(s1) & Theme(s1,x1) & Actor(e1,x1))
exists e1 e2 s1 x1 x2 x3.(with(e2,x3) & v_tire(e1) & v_play(e2) & r_too(e2) & of(x3,x1) & n_owner(x3) & n_male(x1) & n_dog(x1) & from(e1,e2) & a_much(s1) & Theme(e1,x1) & Manner(e2,s1) & Actor(e2,x2))
A brown dog is laying on its back on the grass with a ball in its mouth.
A dog is laying on is back ouside.
0
-100
Brown dog is a type of dog, and grass implies ouside.
exists e1 s1 x1 x2 x3 x4 x5.(n_grass(x3) & with(e1,x4) & in(x4,x5) & n_mouth(x5) & of(x5,x1) & n_thing(x1) & n_thing(x1) & n_ball(x4) & on(e1,x3) & on(e1,x2) & n_back(x2) & of(x2,x1) & Actor(e1,x1) & v_lay(e1) & n_dog(x1) & a_brown(s1) & Theme(s1,x1))
exists e1 p1 s1 s2 x1 x2.(a_back(s2) & Manner(p1,s2) & exists x3.((x1 = x3) & n_ouside(x3)) & a_on(s1) & Manner(e1,s1) & Actor(e1,x2) & v_lay(e1) & (x1 = x2) & n_dog(x1))
4c06ece8-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5.(with(e1,x4) & v_lay(e1) & on(e1,x3) & on(e1,x2) & of(x5,x1) & of(x2,x1) & n_thing(x1) & n_mouth(x5) & n_grass(x3) & n_dog(x1) & n_ball(x4) & n_back(x2) & in(x4,x5) & a_brown(s1) & Theme(s1,x1) & Actor(e1,x1))
exists e1 p1 s1 s2 x1 x2.(v_lay(e1) & n_dog(x1) & exists x3.(n_ouside(x3) & (x1 = x3)) & a_on(s1) & a_back(s2) & Manner(p1,s2) & Manner(e1,s1) & Actor(e1,x2) & (x1 = x2))
A brown dog is laying on its back on the grass with a ball in its mouth.
A brown dog is playing fetch with a ball
1
0.591317
Laying does not imply playing.
exists e1 s1 x1 x2 x3 x4 x5.(n_grass(x3) & with(e1,x4) & in(x4,x5) & n_mouth(x5) & of(x5,x1) & n_thing(x1) & n_thing(x1) & n_ball(x4) & on(e1,x3) & on(e1,x2) & n_back(x2) & of(x2,x1) & Actor(e1,x1) & v_lay(e1) & n_dog(x1) & a_brown(s1) & Theme(s1,x1))
exists e1 s1 s2 x1 x2.(with(e1,x2) & n_ball(x2) & a_fetch(s2) & Manner(e1,s2) & Actor(e1,x1) & v_play(e1) & n_dog(x1) & a_brown(s1) & Theme(s1,x1))
4c06f184-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5.(with(e1,x4) & v_lay(e1) & on(e1,x3) & on(e1,x2) & of(x5,x1) & of(x2,x1) & n_thing(x1) & n_mouth(x5) & n_grass(x3) & n_dog(x1) & n_ball(x4) & n_back(x2) & in(x4,x5) & a_brown(s1) & Theme(s1,x1) & Actor(e1,x1))
exists e1 s1 s2 x1 x2.(with(e1,x2) & v_play(e1) & n_dog(x1) & n_ball(x2) & a_fetch(s2) & a_brown(s1) & Theme(s1,x1) & Manner(e1,s2) & Actor(e1,x1))
A brown dog is laying on its back on the grass with a ball in its mouth.
A dog is on the grass with his toy.
0
-100
"A dog is on the grass" simplifies the phrase "a dog is laying on its back on the grass". A ball is a toy.
exists e1 s1 x1 x2 x3 x4 x5.(n_grass(x3) & with(e1,x4) & in(x4,x5) & n_mouth(x5) & of(x5,x1) & n_thing(x1) & n_thing(x1) & n_ball(x4) & on(e1,x3) & on(e1,x2) & n_back(x2) & of(x2,x1) & Actor(e1,x1) & v_lay(e1) & n_dog(x1) & a_brown(s1) & Theme(s1,x1))
exists p1 x1 x2 x3.(n_toy(x3) & of(x3,x2) & n_male(x2) & n_grass(x2) & on(x1,x2) & with(x2,x3) & n_dog(x1))
4c06f616-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5.(with(e1,x4) & v_lay(e1) & on(e1,x3) & on(e1,x2) & of(x5,x1) & of(x2,x1) & n_thing(x1) & n_mouth(x5) & n_grass(x3) & n_dog(x1) & n_ball(x4) & n_back(x2) & in(x4,x5) & a_brown(s1) & Theme(s1,x1) & Actor(e1,x1))
exists x1 x2 x3.(with(x2,x3) & on(x1,x2) & of(x3,x2) & n_toy(x3) & n_male(x2) & n_grass(x2) & n_dog(x1))
A brown dog is laying on its back on the grass with a ball in its mouth.
The dog is playful.
1
0.780801
A dog is not necessarily playful just because it is lying down with a ball.
exists e1 s1 x1 x2 x3 x4 x5.(n_grass(x3) & with(e1,x4) & in(x4,x5) & n_mouth(x5) & of(x5,x1) & n_thing(x1) & n_thing(x1) & n_ball(x4) & on(e1,x3) & on(e1,x2) & n_back(x2) & of(x2,x1) & Actor(e1,x1) & v_lay(e1) & n_dog(x1) & a_brown(s1) & Theme(s1,x1))
exists s1 x1.(n_dog(x1) & Theme(s1,x1) & a_playful(s1))
4c06fc92-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5.(with(e1,x4) & v_lay(e1) & on(e1,x3) & on(e1,x2) & of(x5,x1) & of(x2,x1) & n_thing(x1) & n_mouth(x5) & n_grass(x3) & n_dog(x1) & n_ball(x4) & n_back(x2) & in(x4,x5) & a_brown(s1) & Theme(s1,x1) & Actor(e1,x1))
exists s1 x1.(n_dog(x1) & a_playful(s1) & Theme(s1,x1))
A brown dog is laying on its back on the grass with a ball in its mouth.
There is a dog outside.
0
-100
Grass is usually outside, so the word grass implies this takes place outside.
exists e1 s1 x1 x2 x3 x4 x5.(n_grass(x3) & with(e1,x4) & in(x4,x5) & n_mouth(x5) & of(x5,x1) & n_thing(x1) & n_thing(x1) & n_ball(x4) & on(e1,x3) & on(e1,x2) & n_back(x2) & of(x2,x1) & Actor(e1,x1) & v_lay(e1) & n_dog(x1) & a_brown(s1) & Theme(s1,x1))
exists p1 x1 x2 x3.((x1 = x2) & n_outside(x2) & of(x2,x3) & n_dog(x3))
4c070188-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5.(with(e1,x4) & v_lay(e1) & on(e1,x3) & on(e1,x2) & of(x5,x1) & of(x2,x1) & n_thing(x1) & n_mouth(x5) & n_grass(x3) & n_dog(x1) & n_ball(x4) & n_back(x2) & in(x4,x5) & a_brown(s1) & Theme(s1,x1) & Actor(e1,x1))
exists x1 x2 x3.(of(x2,x3) & n_outside(x2) & n_dog(x3) & (x1 = x2))
A brown dog is laying on its back on the grass with a ball in its mouth.
A brown dog is running with a stick
2
-100
The dog can't be laying on its back and running simultaneously. The dog either has a ball or a stick.
exists e1 s1 x1 x2 x3 x4 x5.(n_grass(x3) & with(e1,x4) & in(x4,x5) & n_mouth(x5) & of(x5,x1) & n_thing(x1) & n_thing(x1) & n_ball(x4) & on(e1,x3) & on(e1,x2) & n_back(x2) & of(x2,x1) & Actor(e1,x1) & v_lay(e1) & n_dog(x1) & a_brown(s1) & Theme(s1,x1))
exists e1 s1 x1 x2.(with(e1,x2) & n_stick(x2) & Actor(e1,x1) & v_run(e1) & n_dog(x1) & a_brown(s1) & Theme(s1,x1))
4c07062e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5.(with(e1,x4) & v_lay(e1) & on(e1,x3) & on(e1,x2) & of(x5,x1) & of(x2,x1) & n_thing(x1) & n_mouth(x5) & n_grass(x3) & n_dog(x1) & n_ball(x4) & n_back(x2) & in(x4,x5) & a_brown(s1) & Theme(s1,x1) & Actor(e1,x1))
exists e1 s1 x1 x2.(with(e1,x2) & v_run(e1) & n_stick(x2) & n_dog(x1) & a_brown(s1) & Theme(s1,x1) & Actor(e1,x1))
A brown dog is laying on its back on the grass with a ball in its mouth.
A black dog is using the restroom in the park.
2
-100
The dog can't be laying on its back and using the restroom simultaneously.
exists e1 s1 x1 x2 x3 x4 x5.(n_grass(x3) & with(e1,x4) & in(x4,x5) & n_mouth(x5) & of(x5,x1) & n_thing(x1) & n_thing(x1) & n_ball(x4) & on(e1,x3) & on(e1,x2) & n_back(x2) & of(x2,x1) & Actor(e1,x1) & v_lay(e1) & n_dog(x1) & a_brown(s1) & Theme(s1,x1))
exists e1 s1 x1 x2 x3.(n_park(x3) & n_restroom(x2) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_use(e1) & n_dog(x1) & a_black(s1) & Theme(s1,x1))
4c070aca-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5.(with(e1,x4) & v_lay(e1) & on(e1,x3) & on(e1,x2) & of(x5,x1) & of(x2,x1) & n_thing(x1) & n_mouth(x5) & n_grass(x3) & n_dog(x1) & n_ball(x4) & n_back(x2) & in(x4,x5) & a_brown(s1) & Theme(s1,x1) & Actor(e1,x1))
exists e1 s1 x1 x2 x3.(v_use(e1) & n_restroom(x2) & n_park(x3) & n_dog(x1) & in(e1,x3) & a_black(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
A brown dog is laying on its back on the grass with a ball in its mouth.
The dog is brown.
0
1
"The dog is brown" is a rephrasing of "A brown dog".
exists e1 s1 x1 x2 x3 x4 x5.(n_grass(x3) & with(e1,x4) & in(x4,x5) & n_mouth(x5) & of(x5,x1) & n_thing(x1) & n_thing(x1) & n_ball(x4) & on(e1,x3) & on(e1,x2) & n_back(x2) & of(x2,x1) & Actor(e1,x1) & v_lay(e1) & n_dog(x1) & a_brown(s1) & Theme(s1,x1))
exists e1 x1.(n_dog(x1) & Theme(e1,x1) & v_brown(e1))
4c070f5c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5.(with(e1,x4) & v_lay(e1) & on(e1,x3) & on(e1,x2) & of(x5,x1) & of(x2,x1) & n_thing(x1) & n_mouth(x5) & n_grass(x3) & n_dog(x1) & n_ball(x4) & n_back(x2) & in(x4,x5) & a_brown(s1) & Theme(s1,x1) & Actor(e1,x1))
exists e1 x1.(v_brown(e1) & n_dog(x1) & Theme(e1,x1))
A brown dog is laying on its back on the grass with a ball in its mouth.
The animal laying on the grass is an elephant.
2
0
The animal can either be a dog or an elephant.
exists e1 s1 x1 x2 x3 x4 x5.(n_grass(x3) & with(e1,x4) & in(x4,x5) & n_mouth(x5) & of(x5,x1) & n_thing(x1) & n_thing(x1) & n_ball(x4) & on(e1,x3) & on(e1,x2) & n_back(x2) & of(x2,x1) & Actor(e1,x1) & v_lay(e1) & n_dog(x1) & a_brown(s1) & Theme(s1,x1))
exists e1 p1 x1 x2 x3.(n_grass(x3) & n_animal(x1) & exists x4.((x1 = x4) & n_elephant(x4)) & on(e1,x3) & Actor(e1,x2) & v_lay(e1) & (x1 = x2))
4c071402-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5.(with(e1,x4) & v_lay(e1) & on(e1,x3) & on(e1,x2) & of(x5,x1) & of(x2,x1) & n_thing(x1) & n_mouth(x5) & n_grass(x3) & n_dog(x1) & n_ball(x4) & n_back(x2) & in(x4,x5) & a_brown(s1) & Theme(s1,x1) & Actor(e1,x1))
exists e1 x1 x2 x3.(v_lay(e1) & on(e1,x3) & n_grass(x3) & n_animal(x1) & exists x4.(n_elephant(x4) & (x1 = x4)) & Actor(e1,x2) & (x1 = x2))
A brown dog is laying on its back on the grass with a ball in its mouth.
There is a dog eating food off the table.
2
-100
The dog can't be laying on its back and eating food simultaneously. The dog is either on the grass or on the table.
exists e1 s1 x1 x2 x3 x4 x5.(n_grass(x3) & with(e1,x4) & in(x4,x5) & n_mouth(x5) & of(x5,x1) & n_thing(x1) & n_thing(x1) & n_ball(x4) & on(e1,x3) & on(e1,x2) & n_back(x2) & of(x2,x1) & Actor(e1,x1) & v_lay(e1) & n_dog(x1) & a_brown(s1) & Theme(s1,x1))
exists p1 x1 x5.(n_table(x5) & exists e1 x2 x3 x4.((x1 = x2) & off(e1,x5) & Theme(e1,x4) & Actor(e1,x3) & v_eat(e1) & n_food(x4) & (x2 = x3) & n_dog(x2)))
4c0718a8-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5.(with(e1,x4) & v_lay(e1) & on(e1,x3) & on(e1,x2) & of(x5,x1) & of(x2,x1) & n_thing(x1) & n_mouth(x5) & n_grass(x3) & n_dog(x1) & n_ball(x4) & n_back(x2) & in(x4,x5) & a_brown(s1) & Theme(s1,x1) & Actor(e1,x1))
exists x1 x5.(n_table(x5) & exists e1 x2 x3 x4.(v_eat(e1) & off(e1,x5) & n_food(x4) & n_dog(x2) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3) & (x1 = x2)))