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
An olympic sand court being covered from the rain.
Rain on a dark object.
1
-100
Rain on something doesn't mean it is a dark object.
exists e1 s1 x1 x2 x3 x4.(n_rain(x4) & a_topic(x1) & from(e1,x4) & Theme(e1,x3) & v_cover(e1) & (x1 = x3) & n_court(x1) & of(x1,x2) & n_sand(x2) & a_olympic(s1) & Theme(s1,x1))
exists s1 x1 x2.(a_topic(x1) & on(x1,x2) & n_object(x2) & a_dark(s1) & Theme(s1,x2) & n_rain(x1))
4ea5b27c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(v_cover(e1) & of(x1,x2) & n_sand(x2) & n_rain(x4) & n_court(x1) & from(e1,x4) & a_topic(x1) & a_olympic(s1) & Theme(s1,x1) & Theme(e1,x3) & (x1 = x3))
exists s1 x1 x2.(on(x1,x2) & n_rain(x1) & n_object(x2) & a_topic(x1) & a_dark(s1) & Theme(s1,x2))
An olympic sand court being covered from the rain.
Rain on an object
0
-100
A sand court is an object.
exists e1 s1 x1 x2 x3 x4.(n_rain(x4) & a_topic(x1) & from(e1,x4) & Theme(e1,x3) & v_cover(e1) & (x1 = x3) & n_court(x1) & of(x1,x2) & n_sand(x2) & a_olympic(s1) & Theme(s1,x1))
exists s1 x1.(ne_nam_rain(s1) & a_topic(s1) & on(s1,x1) & n_object(x1))
4ea5b704-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(v_cover(e1) & of(x1,x2) & n_sand(x2) & n_rain(x4) & n_court(x1) & from(e1,x4) & a_topic(x1) & a_olympic(s1) & Theme(s1,x1) & Theme(e1,x3) & (x1 = x3))
exists s1 x1.(on(s1,x1) & ne_nam_rain(s1) & n_object(x1) & a_topic(s1))
An olympic sand court being covered from the rain.
Everything is dry.
2
-100
It can't be raining and everything be dry at the same time.
exists e1 s1 x1 x2 x3 x4.(n_rain(x4) & a_topic(x1) & from(e1,x4) & Theme(e1,x3) & v_cover(e1) & (x1 = x3) & n_court(x1) & of(x1,x2) & n_sand(x2) & a_olympic(s1) & Theme(s1,x1))
all x1.(n_thing(x1) -> exists s1.(Theme(s1,x1) & a_dry(s1)))
4ea5bb6e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(v_cover(e1) & of(x1,x2) & n_sand(x2) & n_rain(x4) & n_court(x1) & from(e1,x4) & a_topic(x1) & a_olympic(s1) & Theme(s1,x1) & Theme(e1,x3) & (x1 = x3))
all x1.(exists s1.(a_dry(s1) & Theme(s1,x1)) | -n_thing(x1))
The volleyball team is preparing for a match after a rainstorm.
A white dog is sleeping by a campfire.
2
-100
A campfire is unlikely to be lit right after a rainstorm.
exists e1 x1 x2 x3 x4.(n_team(x1) & of(x1,x2) & n_volleyball(x2) & after(e1,x4) & n_rainstorm(x4) & for(e1,x3) & n_match(x3) & Actor(e1,x1) & v_prepare(e1))
exists e1 s1 x1 x2.(by(e1,x2) & n_campfire(x2) & Actor(e1,x1) & v_sleep(e1) & n_dog(x1) & a_white(s1) & Theme(s1,x1))
4ea5bfce-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(v_prepare(e1) & of(x1,x2) & n_volleyball(x2) & n_team(x1) & n_rainstorm(x4) & n_match(x3) & for(e1,x3) & after(e1,x4) & Actor(e1,x1))
exists e1 s1 x1 x2.(v_sleep(e1) & n_dog(x1) & n_campfire(x2) & by(e1,x2) & a_white(s1) & Theme(s1,x1) & Actor(e1,x1))
The volleyball team is preparing for a match after a rainstorm.
A team of female volleyball players is trying to find their equipment after a rainstorm.
1
-100
A volleyball team preparing for their match, doesn't mean that they're trying to find their equipment.
exists e1 x1 x2 x3 x4.(n_team(x1) & of(x1,x2) & n_volleyball(x2) & after(e1,x4) & n_rainstorm(x4) & for(e1,x3) & n_match(x3) & Actor(e1,x1) & v_prepare(e1))
exists e1 p1 s1 x1 x2 x3 x4 x5.(after(e1,x4) & n_rainstorm(x4) & Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2.(Theme(e2,x5) & Actor(e2,x1) & v_find(e2)) & n_equipment(x5) & of(x5,x1) & n_thing(x1) & of(x1,x2) & n_player(x2) & of(x2,x3) & n_volleyball(x3) & a_female(s1) & Theme(s1,x2) & n_team(x1))
4ea5c50a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(v_prepare(e1) & of(x1,x2) & n_volleyball(x2) & n_team(x1) & n_rainstorm(x4) & n_match(x3) & for(e1,x3) & after(e1,x4) & Actor(e1,x1))
exists e1 p1 s1 x1 x2 x3 x4 x5.(v_try(e1) & of(x5,x1) & of(x2,x3) & of(x1,x2) & n_volleyball(x3) & n_thing(x1) & n_team(x1) & n_rainstorm(x4) & n_player(x2) & n_equipment(x5) & exists e2.(v_find(e2) & Theme(e2,x5) & Actor(e2,x1)) & after(e1,x4) & a_female(s1) & Topic(e1,p1) & Theme(s1,x2) & Actor(e1,x1))
The volleyball team is preparing for a match after a rainstorm.
A team of volleyball players is getting ready to play.
0
-100
When a team is preparing for a match it is getting ready to play.
exists e1 x1 x2 x3 x4.(n_team(x1) & of(x1,x2) & n_volleyball(x2) & after(e1,x4) & n_rainstorm(x4) & for(e1,x3) & n_match(x3) & Actor(e1,x1) & v_prepare(e1))
exists e1 p1 x1 x2 x3.(exists p2 s1.(Topic(s1,p2) & Actor(s1,x1) & a_ready(s1) & exists e2.(Actor(e2,x1) & v_play(e2))) & Topic(e1,p1) & Actor(e1,x1) & v_get(e1) & of(x1,x2) & n_player(x2) & of(x2,x3) & n_volleyball(x3) & n_team(x1))
4ea5c9a6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(v_prepare(e1) & of(x1,x2) & n_volleyball(x2) & n_team(x1) & n_rainstorm(x4) & n_match(x3) & for(e1,x3) & after(e1,x4) & Actor(e1,x1))
exists e1 p1 x1 x2 x3.(v_get(e1) & of(x2,x3) & of(x1,x2) & n_volleyball(x3) & n_team(x1) & n_player(x2) & exists p2 s1.(exists e2.(v_play(e2) & Actor(e2,x1)) & a_ready(s1) & Topic(s1,p2) & Actor(s1,x1)) & Topic(e1,p1) & Actor(e1,x1))
Painted woman decorated with kitchen utensils.
A woman is painting a chair
2
-100
A woman is not usually decorated with kitchen utensils.
exists e1 s1 x1 x2 x3.(with(e1,x2) & n_utensil(x2) & of(x2,x3) & n_kitchen(x3) & Theme(e1,x1) & v_decorate(e1) & n_woman(x1) & a_painted(s1) & Theme(s1,x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_paint(e1) & n_chair(x2) & n_woman(x1))
4ea5ce06-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(with(e1,x2) & v_decorate(e1) & of(x2,x3) & n_woman(x1) & n_utensil(x2) & n_kitchen(x3) & a_painted(s1) & Theme(s1,x1) & Theme(e1,x1))
exists e1 x1 x2.(v_paint(e1) & n_woman(x1) & n_chair(x2) & Theme(e1,x2) & Actor(e1,x1))
Painted woman decorated with kitchen utensils.
a woman had a spatula on her stomach
1
-100
A woman wearing kitchen utensils doesn't indicate her wearing a spatula on her stomach.
exists e1 s1 x1 x2 x3.(with(e1,x2) & n_utensil(x2) & of(x2,x3) & n_kitchen(x3) & Theme(e1,x1) & v_decorate(e1) & n_woman(x1) & a_painted(s1) & Theme(s1,x1))
exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & on(x2,x3) & n_stomach(x3) & of(x3,x1) & n_female(x1) & n_spatula(x2) & n_woman(x1))
4ea5d2ca-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(with(e1,x2) & v_decorate(e1) & of(x2,x3) & n_woman(x1) & n_utensil(x2) & n_kitchen(x3) & a_painted(s1) & Theme(s1,x1) & Theme(e1,x1))
exists e1 x1 x2 x3.(v_have(e1) & on(x2,x3) & of(x3,x1) & n_woman(x1) & n_stomach(x3) & n_spatula(x2) & n_female(x1) & Theme(e1,x2) & Actor(e1,x1))
Painted woman decorated with kitchen utensils.
a woman has been painted
0
-100
Painted woman is a rephrasing of woman has been painted
exists e1 s1 x1 x2 x3.(with(e1,x2) & n_utensil(x2) & of(x2,x3) & n_kitchen(x3) & Theme(e1,x1) & v_decorate(e1) & n_woman(x1) & a_painted(s1) & Theme(s1,x1))
exists e1 x1.(Theme(e1,x1) & v_paint(e1) & n_woman(x1))
4ea5d6da-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(with(e1,x2) & v_decorate(e1) & of(x2,x3) & n_woman(x1) & n_utensil(x2) & n_kitchen(x3) & a_painted(s1) & Theme(s1,x1) & Theme(e1,x1))
exists e1 x1.(v_paint(e1) & n_woman(x1) & Theme(e1,x1))
I am really not sure what this group is doing.
The group is all girls.
1
-100
Not all groups are all girls.
exists x1 x3.(n_group(x3) & n_person(x1) & -exists e1 s1 s2 x2.(n_thing(x2) & a_really(s2) & Manner(s1,s2) & Theme(s1,x2) & Actor(s1,x1) & a_sure(s1) & Theme(e1,x2) & Actor(e1,x3) & v_do(e1)))
exists p1 x1.(n_group(x1) & all x2.(n_girl(x2) -> (x1 = x2)))
4ea5ddce-e4c8-11ec-9cdd-0242ac1c0002
exists x1 x3.(n_person(x1) & n_group(x3) & all e1 s1 s2 x2.(-v_do(e1) | -n_thing(x2) | -a_sure(s1) | -a_really(s2) | -Theme(s1,x2) | -Theme(e1,x2) | -Manner(s1,s2) | -Actor(s1,x1) | -Actor(e1,x3)))
exists x1.(n_group(x1) & all x2.(-n_girl(x2) | (x1 = x2)))
I am really not sure what this group is doing.
This group is doing something confusing.
0
-100
If the person is not sure they are confused on the group is doing.
exists x1 x3.(n_group(x3) & n_person(x1) & -exists e1 s1 s2 x2.(n_thing(x2) & a_really(s2) & Manner(s1,s2) & Theme(s1,x2) & Actor(s1,x1) & a_sure(s1) & Theme(e1,x2) & Actor(e1,x3) & v_do(e1)))
exists e1 s1 x1 x2 x3.(n_group(x1) & Theme(e1,x2) & Actor(e1,x1) & v_do(e1) & Theme(s1,x3) & a_confusing(s1) & (x2 = x3) & n_thing(x2))
4ea5e238-e4c8-11ec-9cdd-0242ac1c0002
exists x1 x3.(n_person(x1) & n_group(x3) & all e1 s1 s2 x2.(-v_do(e1) | -n_thing(x2) | -a_sure(s1) | -a_really(s2) | -Theme(s1,x2) | -Theme(e1,x2) | -Manner(s1,s2) | -Actor(s1,x1) | -Actor(e1,x3)))
exists e1 s1 x1 x2 x3.(v_do(e1) & n_thing(x2) & n_group(x1) & a_confusing(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1) & (x2 = x3))
I am really not sure what this group is doing.
What is happening is obvious.
2
-100
not sure is not the same as obvious
exists x1 x3.(n_group(x3) & n_person(x1) & -exists e1 s1 s2 x2.(n_thing(x2) & a_really(s2) & Manner(s1,s2) & Theme(s1,x2) & Actor(s1,x1) & a_sure(s1) & Theme(e1,x2) & Actor(e1,x3) & v_do(e1)))
exists e1 s1 x1.(n_thing(x1) & Theme(s1,x1) & a_obvious(s1) & Actor(e1,x1) & v_happen(e1))
4ea5e652-e4c8-11ec-9cdd-0242ac1c0002
exists x1 x3.(n_person(x1) & n_group(x3) & all e1 s1 s2 x2.(-v_do(e1) | -n_thing(x2) | -a_sure(s1) | -a_really(s2) | -Theme(s1,x2) | -Theme(e1,x2) | -Manner(s1,s2) | -Actor(s1,x1) | -Actor(e1,x3)))
exists e1 s1 x1.(v_happen(e1) & n_thing(x1) & a_obvious(s1) & Theme(s1,x1) & Actor(e1,x1))
The large brown dog stands in the choppy water.
A dog is in the water.
0
-100
If the dog is standing in water it is implied he is in water.
exists s1 s2 s3 x1 x2 x3.(n_water(x3) & a_choppy(s3) & Theme(s3,x3) & n_stand(x1) & of(x1,x2) & n_dog(x2) & a_brown(s2) & Theme(s2,x1) & a_large(s1) & Theme(s1,x1) & a_topic(x1) & in(x1,x3))
exists p1 x1 x2.(n_water(x2) & in(x1,x2) & n_dog(x1))
4ea5eb02-e4c8-11ec-9cdd-0242ac1c0002
exists s1 s2 s3 x1 x2 x3.(of(x1,x2) & n_water(x3) & n_stand(x1) & n_dog(x2) & in(x1,x3) & a_topic(x1) & a_large(s1) & a_choppy(s3) & a_brown(s2) & Theme(s3,x3) & Theme(s2,x1) & Theme(s1,x1))
exists x1 x2.(n_water(x2) & n_dog(x1) & in(x1,x2))
The large brown dog stands in the choppy water.
A dog jumped into the water chasing after a tennis ball.
1
-100
Not every dog standing in water is chasing after a tennis ball.
exists s1 s2 s3 x1 x2 x3.(n_water(x3) & a_choppy(s3) & Theme(s3,x3) & n_stand(x1) & of(x1,x2) & n_dog(x2) & a_brown(s2) & Theme(s2,x1) & a_large(s1) & Theme(s1,x1) & a_topic(x1) & in(x1,x3))
exists e1 x1 x2 x3 x4 x5.(n_chasing(x2) & of(x2,x3) & n_water(x3) & after(e1,x4) & n_ball(x4) & of(x4,x5) & n_tennis(x5) & into(e1,x2) & Actor(e1,x1) & v_jump(e1) & n_dog(x1))
4ea5ef4e-e4c8-11ec-9cdd-0242ac1c0002
exists s1 s2 s3 x1 x2 x3.(of(x1,x2) & n_water(x3) & n_stand(x1) & n_dog(x2) & in(x1,x3) & a_topic(x1) & a_large(s1) & a_choppy(s3) & a_brown(s2) & Theme(s3,x3) & Theme(s2,x1) & Theme(s1,x1))
exists e1 x1 x2 x3 x4 x5.(v_jump(e1) & of(x4,x5) & of(x2,x3) & n_water(x3) & n_tennis(x5) & n_dog(x1) & n_chasing(x2) & n_ball(x4) & into(e1,x2) & after(e1,x4) & Actor(e1,x1))
The large brown dog stands in the choppy water.
A dog is running in the grass.
2
-100
stands is not the same as running
exists s1 s2 s3 x1 x2 x3.(n_water(x3) & a_choppy(s3) & Theme(s3,x3) & n_stand(x1) & of(x1,x2) & n_dog(x2) & a_brown(s2) & Theme(s2,x1) & a_large(s1) & Theme(s1,x1) & a_topic(x1) & in(x1,x3))
exists e1 x1 x2.(n_grass(x2) & in(e1,x2) & Actor(e1,x1) & v_run(e1) & n_dog(x1))
4ea5f368-e4c8-11ec-9cdd-0242ac1c0002
exists s1 s2 s3 x1 x2 x3.(of(x1,x2) & n_water(x3) & n_stand(x1) & n_dog(x2) & in(x1,x3) & a_topic(x1) & a_large(s1) & a_choppy(s3) & a_brown(s2) & Theme(s3,x3) & Theme(s2,x1) & Theme(s1,x1))
exists e1 x1 x2.(v_run(e1) & n_grass(x2) & n_dog(x1) & in(e1,x2) & Actor(e1,x1))
A wrinkled dog wading in shallow water.
A dog is in the pool.
1
-100
Not all shallow water is a pool.
exists s1 s2 x1 x2 x3.(a_topic(x1) & in(x1,x3) & n_water(x3) & a_shallow(s2) & Theme(s2,x3) & n_wading(x1) & of(x1,x2) & n_dog(x2) & a_wrinkled(s1) & Theme(s1,x1))
exists p1 x1 x2.(n_pool(x2) & in(x1,x2) & n_dog(x1))
4ea5f778-e4c8-11ec-9cdd-0242ac1c0002
exists s1 s2 x1 x2 x3.(of(x1,x2) & n_water(x3) & n_wading(x1) & n_dog(x2) & in(x1,x3) & a_wrinkled(s1) & a_topic(x1) & a_shallow(s2) & Theme(s2,x3) & Theme(s1,x1))
exists x1 x2.(n_pool(x2) & n_dog(x1) & in(x1,x2))
A wrinkled dog wading in shallow water.
A dog is in water.
0
-100
If a dog is wading then it is in water.
exists s1 s2 x1 x2 x3.(a_topic(x1) & in(x1,x3) & n_water(x3) & a_shallow(s2) & Theme(s2,x3) & n_wading(x1) & of(x1,x2) & n_dog(x2) & a_wrinkled(s1) & Theme(s1,x1))
exists p1 x1.(exists x2.(in(x1,x2) & n_water(x2)) & n_dog(x1))
4ea5fb88-e4c8-11ec-9cdd-0242ac1c0002
exists s1 s2 x1 x2 x3.(of(x1,x2) & n_water(x3) & n_wading(x1) & n_dog(x2) & in(x1,x3) & a_wrinkled(s1) & a_topic(x1) & a_shallow(s2) & Theme(s2,x3) & Theme(s1,x1))
exists x1.(n_dog(x1) & exists x2.(n_water(x2) & in(x1,x2)))
A wrinkled dog wading in shallow water.
A dog is running in the grass.
2
-100
A dog can't be wading in water and running in the grass at the same time.
exists s1 s2 x1 x2 x3.(a_topic(x1) & in(x1,x3) & n_water(x3) & a_shallow(s2) & Theme(s2,x3) & n_wading(x1) & of(x1,x2) & n_dog(x2) & a_wrinkled(s1) & Theme(s1,x1))
exists e1 x1 x2.(n_grass(x2) & in(e1,x2) & Actor(e1,x1) & v_run(e1) & n_dog(x1))
4ea5fff2-e4c8-11ec-9cdd-0242ac1c0002
exists s1 s2 x1 x2 x3.(of(x1,x2) & n_water(x3) & n_wading(x1) & n_dog(x2) & in(x1,x3) & a_wrinkled(s1) & a_topic(x1) & a_shallow(s2) & Theme(s2,x3) & Theme(s1,x1))
exists e1 x1 x2.(v_run(e1) & n_grass(x2) & n_dog(x1) & in(e1,x2) & Actor(e1,x1))
A dog standing in the shallow part of the ocean while the waves splash around.
dog standing among waves in the ocean
0
-100
Dog standing in the shallow part of an ocean implies the dog is in the ocean.
exists p1 p2 p3 s1 x1 x2 x3 x4 x5.(n_wave(x5) & n_ocean(x4) & n_part(x3) & a_shallow(s1) & Theme(s1,x3) & for(p1,x1) & exists x6.n_event(x6) & exists e1 p4.(exists s2.(Theme(s2,x5) & a_around(s2)) & Topic(e1,p4) & Actor(e1,x5) & v_splash(e1)) & while(p2,p3) & in(x1,x3) & of(x3,x4) & n_standing(x1) & of(x1,x2) & n_dog(x2))
exists x1 x2 x3 x4.(n_ocean(x4) & a_topic(x1) & among(x1,x3) & in(x3,x4) & n_wave(x3) & n_standing(x1) & of(x1,x2) & n_dog(x2))
4ea60448-e4c8-11ec-9cdd-0242ac1c0002
exists p1 p2 p3 s1 x1 x2 x3 x4 x5.(while(p2,p3) & of(x3,x4) & of(x1,x2) & n_wave(x5) & n_standing(x1) & n_part(x3) & n_ocean(x4) & n_dog(x2) & in(x1,x3) & for(p1,x1) & exists x6.n_event(x6) & exists e1 p4.(v_splash(e1) & exists s2.(a_around(s2) & Theme(s2,x5)) & Topic(e1,p4) & Actor(e1,x5)) & a_shallow(s1) & Theme(s1,x3))
exists x1 x2 x3 x4.(of(x1,x2) & n_wave(x3) & n_standing(x1) & n_ocean(x4) & n_dog(x2) & in(x3,x4) & among(x1,x3) & a_topic(x1))
A dog standing in the shallow part of the ocean while the waves splash around.
dog running in the grass
2
-100
There is not grass in the shallow part of the ocean.
exists p1 p2 p3 s1 x1 x2 x3 x4 x5.(n_wave(x5) & n_ocean(x4) & n_part(x3) & a_shallow(s1) & Theme(s1,x3) & for(p1,x1) & exists x6.n_event(x6) & exists e1 p4.(exists s2.(Theme(s2,x5) & a_around(s2)) & Topic(e1,p4) & Actor(e1,x5) & v_splash(e1)) & while(p2,p3) & in(x1,x3) & of(x3,x4) & n_standing(x1) & of(x1,x2) & n_dog(x2))
exists e1 x1 x2 x3.(n_grass(x3) & a_topic(x1) & in(e1,x3) & Actor(e1,x2) & v_run(e1) & (x1 = x2) & n_dog(x1))
4ea60876-e4c8-11ec-9cdd-0242ac1c0002
exists p1 p2 p3 s1 x1 x2 x3 x4 x5.(while(p2,p3) & of(x3,x4) & of(x1,x2) & n_wave(x5) & n_standing(x1) & n_part(x3) & n_ocean(x4) & n_dog(x2) & in(x1,x3) & for(p1,x1) & exists x6.n_event(x6) & exists e1 p4.(v_splash(e1) & exists s2.(a_around(s2) & Theme(s2,x5)) & Topic(e1,p4) & Actor(e1,x5)) & a_shallow(s1) & Theme(s1,x3))
exists e1 x1 x2 x3.(v_run(e1) & n_grass(x3) & n_dog(x1) & in(e1,x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
A dog standing in the shallow part of the ocean while the waves splash around.
dog getting wet in the ocean
1
-100
A dog standing in the shallow part of the ocean while the waves splash around is not necessarily getting wet.
exists p1 p2 p3 s1 x1 x2 x3 x4 x5.(n_wave(x5) & n_ocean(x4) & n_part(x3) & a_shallow(s1) & Theme(s1,x3) & for(p1,x1) & exists x6.n_event(x6) & exists e1 p4.(exists s2.(Theme(s2,x5) & a_around(s2)) & Topic(e1,p4) & Actor(e1,x5) & v_splash(e1)) & while(p2,p3) & in(x1,x3) & of(x3,x4) & n_standing(x1) & of(x1,x2) & n_dog(x2))
exists e1 x1 x2 x3.(n_ocean(x3) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_get(e1) & n_wet(x2) & n_dog(x1))
4ea60d8a-e4c8-11ec-9cdd-0242ac1c0002
exists p1 p2 p3 s1 x1 x2 x3 x4 x5.(while(p2,p3) & of(x3,x4) & of(x1,x2) & n_wave(x5) & n_standing(x1) & n_part(x3) & n_ocean(x4) & n_dog(x2) & in(x1,x3) & for(p1,x1) & exists x6.n_event(x6) & exists e1 p4.(v_splash(e1) & exists s2.(a_around(s2) & Theme(s2,x5)) & Topic(e1,p4) & Actor(e1,x5)) & a_shallow(s1) & Theme(s1,x3))
exists e1 x1 x2 x3.(v_get(e1) & n_wet(x2) & n_ocean(x3) & n_dog(x1) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1))
The large brown dog is walking through water in the ocean.
The dog is in the water.
0
-100
If the dog is in the ocean then it is in the water.
exists e1 s1 s2 x1 x2 x3.(n_ocean(x3) & n_dog(x1) & a_brown(s2) & Theme(s2,x1) & a_large(s1) & Theme(s1,x1) & in(e1,x3) & through(e1,x2) & n_water(x2) & Actor(e1,x1) & v_walk(e1))
exists p1 x1 x2.(n_water(x2) & n_dog(x1) & in(x1,x2))
4ea61294-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3.(v_walk(e1) & through(e1,x2) & n_water(x2) & n_ocean(x3) & n_dog(x1) & in(e1,x3) & a_large(s1) & a_brown(s2) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1))
exists x1 x2.(n_water(x2) & n_dog(x1) & in(x1,x2))
The large brown dog is walking through water in the ocean.
The male dog is in the water.
1
-100
Not all large brown dogs are male.
exists e1 s1 s2 x1 x2 x3.(n_ocean(x3) & n_dog(x1) & a_brown(s2) & Theme(s2,x1) & a_large(s1) & Theme(s1,x1) & in(e1,x3) & through(e1,x2) & n_water(x2) & Actor(e1,x1) & v_walk(e1))
exists p1 s1 x1 x2.(n_water(x2) & n_dog(x1) & a_male(s1) & Theme(s1,x1) & in(x1,x2))
4ea61726-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3.(v_walk(e1) & through(e1,x2) & n_water(x2) & n_ocean(x3) & n_dog(x1) & in(e1,x3) & a_large(s1) & a_brown(s2) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1))
exists s1 x1 x2.(n_water(x2) & n_dog(x1) & in(x1,x2) & a_male(s1) & Theme(s1,x1))
The large brown dog is walking through water in the ocean.
The chicken is in the coop.
2
-100
A chicken coop would not be near the ocean.
exists e1 s1 s2 x1 x2 x3.(n_ocean(x3) & n_dog(x1) & a_brown(s2) & Theme(s2,x1) & a_large(s1) & Theme(s1,x1) & in(e1,x3) & through(e1,x2) & n_water(x2) & Actor(e1,x1) & v_walk(e1))
exists p1 x1 x2.(n_coop(x2) & n_chicken(x1) & in(x1,x2))
4ea61b9a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3.(v_walk(e1) & through(e1,x2) & n_water(x2) & n_ocean(x3) & n_dog(x1) & in(e1,x3) & a_large(s1) & a_brown(s2) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1))
exists x1 x2.(n_coop(x2) & n_chicken(x1) & in(x1,x2))
A dog standing in the water.
The dog is dry
2
-100
A dog can't stand in water and still be dry.
exists x1 x2 x3.(n_water(x3) & a_topic(x1) & in(x1,x3) & n_standing(x1) & of(x1,x2) & n_dog(x2))
exists s1 x1.(n_dog(x1) & Theme(s1,x1) & a_dry(s1))
4ea62450-e4c8-11ec-9cdd-0242ac1c0002
exists x1 x2 x3.(of(x1,x2) & n_water(x3) & n_standing(x1) & n_dog(x2) & in(x1,x3) & a_topic(x1))
exists s1 x1.(n_dog(x1) & a_dry(s1) & Theme(s1,x1))
A woman with a blue shirt, two men and someone else with orange shorts are playing volleyball.
The woman is happy.
1
-100
A woman playing volleyball with others is not necessarily happy.
exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(Theme(e1,x8) & Actor(e1,x1) & v_play(e1) & n_volleyball(x8) & with(x1,x2) & rel(x2,x3) & with(x3,x6) & n_shorts(x6) & of(x6,x7) & n_orange(x7) & subset_of(x5,x3) & r_else(x5) & n_person(x5) & subset_of(x4,x3) & n_man(x4) & card_eq_2(x4) & n_shirt(x2) & a_blue(s1) & Theme(s1,x2) & n_woman(x1))
exists s1 x1.(n_woman(x1) & Theme(s1,x1) & a_happy(s1))
4ea631d4-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(with(x3,x6) & with(x1,x2) & v_play(e1) & subset_of(x5,x3) & subset_of(x4,x3) & rel(x2,x3) & r_else(x5) & of(x6,x7) & n_woman(x1) & n_volleyball(x8) & n_shorts(x6) & n_shirt(x2) & n_person(x5) & n_orange(x7) & n_man(x4) & card_eq_2(x4) & a_blue(s1) & Theme(s1,x2) & Theme(e1,x8) & Actor(e1,x1))
exists s1 x1.(n_woman(x1) & a_happy(s1) & Theme(s1,x1))
Three men, two wearing black pants and one wearing orange shorts, are in front of a soccer net with a girl wearing a blue shirt.
The three men by the soccer net are on the same team.
1
-100
The men may be spectators and not in the same team of soccer.
exists e1 e2 p1 s1 x1 x2 x3 x4 x5 x6 x7.(exists e3 s2 x8 x9 x10 x11 x12 x13.(in(x1,x8) & of(x8,x9) & with(x9,x11) & Theme(e3,x13) & Actor(e3,x12) & v_wear(e3) & n_shirt(x13) & a_blue(s2) & Theme(s2,x13) & (x11 = x12) & n_girl(x11) & n_net(x9) & of(x9,x10) & n_soccer(x10) & n_front(x8)) & rel(x1,x2) & subset_of(x4,x2) & Theme(e2,x6) & Actor(e2,x5) & v_wear(e2) & n_shorts(x6) & of(x6,x7) & n_orange(x7) & (x4 = x5) & n_thing(x4) & card_eq_1(x4) & subset_of(x3,x2) & n_pants(x3) & a_black(s1) & Theme(s1,x3) & Actor(e1,x3) & v_wear(e1) & card_eq_2(x3) & n_man(x1) & card_eq_3(x1))
exists p1 s1 x1 x2 x3 x4.(n_team(x4) & a_same(s1) & Theme(s1,x4) & n_net(x2) & of(x2,x3) & n_soccer(x3) & n_man(x1) & card_eq_3(x1) & on(x1,x4) & by(x1,x2))
4ea63d14-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(v_wear(e2) & v_wear(e1) & subset_of(x4,x2) & subset_of(x3,x2) & rel(x1,x2) & of(x6,x7) & n_thing(x4) & n_shorts(x6) & n_pants(x3) & n_orange(x7) & n_man(x1) & exists e3 s2 x8 x9 x10 x11 x12 x13.(with(x9,x11) & v_wear(e3) & of(x9,x10) & of(x8,x9) & n_soccer(x10) & n_shirt(x13) & n_net(x9) & n_girl(x11) & n_front(x8) & in(x1,x8) & a_blue(s2) & Theme(s2,x13) & Theme(e3,x13) & Actor(e3,x12) & (x11 = x12)) & card_eq_3(x1) & card_eq_2(x3) & card_eq_1(x4) & a_black(s1) & Theme(s1,x3) & Theme(e2,x6) & Actor(e2,x5) & Actor(e1,x3) & (x4 = x5))
exists s1 x1 x2 x3 x4.(on(x1,x4) & of(x2,x3) & n_team(x4) & n_soccer(x3) & n_net(x2) & n_man(x1) & card_eq_3(x1) & by(x1,x2) & a_same(s1) & Theme(s1,x4))
Three old fashioned telephone booths on a street filled with people.
There were three old fashioned telephone booths.
0
-100
If there are old fashioned telephone booths on a street then there are old fashioned telephone booths there.
exists e1 s1 s2 x1 x2 x3 x4 x5.(a_topic(x1) & with(e1,x5) & n_people(x5) & Theme(e1,x4) & v_fill(e1) & (x1 = x4) & on(x1,x3) & n_street(x3) & n_booth(x1) & of(x1,x2) & n_telephone(x2) & a_fashioned(s2) & Theme(s2,x1) & a_old(s1) & Theme(s1,x1) & card_eq_3(x1))
exists p1 x1 s1 s2 x2 x3.((x1 = x2) & n_booth(x2) & of(x2,x3) & n_telephone(x3) & a_fashioned(s2) & Theme(s2,x2) & a_old(s1) & Theme(s1,x2) & card_eq_3(x2))
4ea64aca-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5.(with(e1,x5) & v_fill(e1) & on(x1,x3) & of(x1,x2) & n_telephone(x2) & n_street(x3) & n_people(x5) & n_booth(x1) & card_eq_3(x1) & a_topic(x1) & a_old(s1) & a_fashioned(s2) & Theme(s2,x1) & Theme(s1,x1) & Theme(e1,x4) & (x1 = x4))
exists x1 s1 s2 x2 x3.(of(x2,x3) & n_telephone(x3) & n_booth(x2) & card_eq_3(x2) & a_old(s1) & a_fashioned(s2) & Theme(s2,x2) & Theme(s1,x2) & (x1 = x2))
A woman wearing a maroon hoodie is holding a black object as she wades through shallow water under a bridge.
The woman is holding her purse while she goes through the water.
1
0.670283
The black object could be anything, even a wallet or a purse, yet it doesn't have to be a purse.
exists e1 e2 p1 s1 x1 x2 x3 x4 x5.(exists e3 s2 x6 x7.(under(e3,x7) & n_bridge(x7) & through(e3,x6) & n_water(x6) & a_shallow(s2) & Theme(s2,x6) & Actor(e3,x1) & v_wade(e3)) & n_female(x1) & as(e2,p1) & Theme(e2,x5) & Actor(e2,x1) & v_hold(e2) & n_object(x5) & a_black(s1) & Theme(s1,x5) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_hoodie(x3) & of(x3,x4) & n_maroon(x4) & (x1 = x2) & n_woman(x1))
exists e1 p1 x1 x2 x3.(n_water(x3) & n_female(x1) & n_female(x1) & n_purse(x2) & of(x2,x1) & n_woman(x1) & exists e2.(through(e2,x3) & Actor(e2,x1) & v_go(e2)) & while(e1,p1) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1))
4ea7aad2-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 p1 s1 x1 x2 x3 x4 x5.(v_wear(e1) & v_hold(e2) & of(x3,x4) & n_woman(x1) & n_object(x5) & n_maroon(x4) & n_hoodie(x3) & n_female(x1) & exists e3 s2 x6 x7.(v_wade(e3) & under(e3,x7) & through(e3,x6) & n_water(x6) & n_bridge(x7) & a_shallow(s2) & Theme(s2,x6) & Actor(e3,x1)) & as(e2,p1) & a_black(s1) & Theme(s1,x5) & Theme(e2,x5) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
exists e1 p1 x1 x2 x3.(while(e1,p1) & v_hold(e1) & of(x2,x1) & n_woman(x1) & n_water(x3) & n_purse(x2) & n_female(x1) & exists e2.(v_go(e2) & through(e2,x3) & Actor(e2,x1)) & Theme(e1,x2) & Actor(e1,x1))
A woman wearing a maroon hoodie is holding a black object as she wades through shallow water under a bridge.
A woman's feet are getting wet as she wades under the Queens Bridge.
1
0.72072
The woman's feet might not be getting wet because she's wearing boots, and the bridge could have a different name.
exists e1 e2 p1 s1 x1 x2 x3 x4 x5.(exists e3 s2 x6 x7.(under(e3,x7) & n_bridge(x7) & through(e3,x6) & n_water(x6) & a_shallow(s2) & Theme(s2,x6) & Actor(e3,x1) & v_wade(e3)) & n_female(x1) & as(e2,p1) & Theme(e2,x5) & Actor(e2,x1) & v_hold(e2) & n_object(x5) & a_black(s1) & Theme(s1,x5) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_hoodie(x3) & of(x3,x4) & n_maroon(x4) & (x1 = x2) & n_woman(x1))
exists e1 p1 p2 x1 x2 x3 x4.(ne_org_bridge(x3) & (x3 = x4) & ne_org_queens(x4) & exists e2.(under(e2,x3) & Actor(e2,x1) & v_wade(e2)) & n_female(x1) & as(e1,p2) & exists s1.(Theme(s1,x2) & a_wet(s1)) & Topic(e1,p1) & Actor(e1,x2) & v_get(e1) & n_foot(x2) & of(x2,x1) & n_woman(x1))
4ea7af6e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 p1 s1 x1 x2 x3 x4 x5.(v_wear(e1) & v_hold(e2) & of(x3,x4) & n_woman(x1) & n_object(x5) & n_maroon(x4) & n_hoodie(x3) & n_female(x1) & exists e3 s2 x6 x7.(v_wade(e3) & under(e3,x7) & through(e3,x6) & n_water(x6) & n_bridge(x7) & a_shallow(s2) & Theme(s2,x6) & Actor(e3,x1)) & as(e2,p1) & a_black(s1) & Theme(s1,x5) & Theme(e2,x5) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
exists e1 p1 p2 x1 x2 x3 x4.(v_get(e1) & of(x2,x1) & ne_org_queens(x4) & ne_org_bridge(x3) & n_woman(x1) & n_foot(x2) & n_female(x1) & exists s1.(a_wet(s1) & Theme(s1,x2)) & exists e2.(v_wade(e2) & under(e2,x3) & Actor(e2,x1)) & as(e1,p2) & Topic(e1,p1) & Actor(e1,x2) & (x3 = x4))
A woman wearing a maroon hoodie is holding a black object as she wades through shallow water under a bridge.
A woman is wading towards shore.
1
0.005036
A woman wading in the water isn't necessarily heading towards the shore.
exists e1 e2 p1 s1 x1 x2 x3 x4 x5.(exists e3 s2 x6 x7.(under(e3,x7) & n_bridge(x7) & through(e3,x6) & n_water(x6) & a_shallow(s2) & Theme(s2,x6) & Actor(e3,x1) & v_wade(e3)) & n_female(x1) & as(e2,p1) & Theme(e2,x5) & Actor(e2,x1) & v_hold(e2) & n_object(x5) & a_black(s1) & Theme(s1,x5) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_hoodie(x3) & of(x3,x4) & n_maroon(x4) & (x1 = x2) & n_woman(x1))
exists e1 x1 x2.(towards(e1,x2) & n_shore(x2) & Actor(e1,x1) & v_wade(e1) & n_woman(x1))
4ea7b3a6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 p1 s1 x1 x2 x3 x4 x5.(v_wear(e1) & v_hold(e2) & of(x3,x4) & n_woman(x1) & n_object(x5) & n_maroon(x4) & n_hoodie(x3) & n_female(x1) & exists e3 s2 x6 x7.(v_wade(e3) & under(e3,x7) & through(e3,x6) & n_water(x6) & n_bridge(x7) & a_shallow(s2) & Theme(s2,x6) & Actor(e3,x1)) & as(e2,p1) & a_black(s1) & Theme(s1,x5) & Theme(e2,x5) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
exists e1 x1 x2.(v_wade(e1) & towards(e1,x2) & n_woman(x1) & n_shore(x2) & Actor(e1,x1))
A woman wearing a maroon hoodie is holding a black object as she wades through shallow water under a bridge.
A woman is trying to make a clean getaway from cops
1
0.000171
A woman wading through water beneath a bridge isn't necessarily trying to make a getaway from cops.
exists e1 e2 p1 s1 x1 x2 x3 x4 x5.(exists e3 s2 x6 x7.(under(e3,x7) & n_bridge(x7) & through(e3,x6) & n_water(x6) & a_shallow(s2) & Theme(s2,x6) & Actor(e3,x1) & v_wade(e3)) & n_female(x1) & as(e2,p1) & Theme(e2,x5) & Actor(e2,x1) & v_hold(e2) & n_object(x5) & a_black(s1) & Theme(s1,x5) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_hoodie(x3) & of(x3,x4) & n_maroon(x4) & (x1 = x2) & n_woman(x1))
exists e1 p1 x1.(Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2 s1 x2 x3.(Theme(e2,x2) & Actor(e2,x1) & v_make(e2) & from(x2,x3) & n_cop(x3) & n_getaway(x2) & a_clean(s1) & Theme(s1,x2)) & n_woman(x1))
4ea7cd64-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 p1 s1 x1 x2 x3 x4 x5.(v_wear(e1) & v_hold(e2) & of(x3,x4) & n_woman(x1) & n_object(x5) & n_maroon(x4) & n_hoodie(x3) & n_female(x1) & exists e3 s2 x6 x7.(v_wade(e3) & under(e3,x7) & through(e3,x6) & n_water(x6) & n_bridge(x7) & a_shallow(s2) & Theme(s2,x6) & Actor(e3,x1)) & as(e2,p1) & a_black(s1) & Theme(s1,x5) & Theme(e2,x5) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
exists e1 p1 x1.(v_try(e1) & n_woman(x1) & exists e2 s1 x2 x3.(v_make(e2) & n_getaway(x2) & n_cop(x3) & from(x2,x3) & a_clean(s1) & Theme(s1,x2) & Theme(e2,x2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1))
A woman wearing a maroon hoodie is holding a black object as she wades through shallow water under a bridge.
The hoodie is warm.
1
0.754494
Not all hoodies are warm.
exists e1 e2 p1 s1 x1 x2 x3 x4 x5.(exists e3 s2 x6 x7.(under(e3,x7) & n_bridge(x7) & through(e3,x6) & n_water(x6) & a_shallow(s2) & Theme(s2,x6) & Actor(e3,x1) & v_wade(e3)) & n_female(x1) & as(e2,p1) & Theme(e2,x5) & Actor(e2,x1) & v_hold(e2) & n_object(x5) & a_black(s1) & Theme(s1,x5) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_hoodie(x3) & of(x3,x4) & n_maroon(x4) & (x1 = x2) & n_woman(x1))
exists s1 x1.(n_hoodie(x1) & Theme(s1,x1) & a_warm(s1))
4ea7d19c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 p1 s1 x1 x2 x3 x4 x5.(v_wear(e1) & v_hold(e2) & of(x3,x4) & n_woman(x1) & n_object(x5) & n_maroon(x4) & n_hoodie(x3) & n_female(x1) & exists e3 s2 x6 x7.(v_wade(e3) & under(e3,x7) & through(e3,x6) & n_water(x6) & n_bridge(x7) & a_shallow(s2) & Theme(s2,x6) & Actor(e3,x1)) & as(e2,p1) & a_black(s1) & Theme(s1,x5) & Theme(e2,x5) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
exists s1 x1.(n_hoodie(x1) & a_warm(s1) & Theme(s1,x1))
A woman wearing a maroon hoodie is holding a black object as she wades through shallow water under a bridge.
The woman is on top of a house.
2
0
The woman cannot wade while on top of a house.
exists e1 e2 p1 s1 x1 x2 x3 x4 x5.(exists e3 s2 x6 x7.(under(e3,x7) & n_bridge(x7) & through(e3,x6) & n_water(x6) & a_shallow(s2) & Theme(s2,x6) & Actor(e3,x1) & v_wade(e3)) & n_female(x1) & as(e2,p1) & Theme(e2,x5) & Actor(e2,x1) & v_hold(e2) & n_object(x5) & a_black(s1) & Theme(s1,x5) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_hoodie(x3) & of(x3,x4) & n_maroon(x4) & (x1 = x2) & n_woman(x1))
exists p1 x1.(n_woman(x1) & exists x2 x3.(on(x1,x2) & of(x2,x3) & n_house(x3) & n_top(x2)))
4ea7d62e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 p1 s1 x1 x2 x3 x4 x5.(v_wear(e1) & v_hold(e2) & of(x3,x4) & n_woman(x1) & n_object(x5) & n_maroon(x4) & n_hoodie(x3) & n_female(x1) & exists e3 s2 x6 x7.(v_wade(e3) & under(e3,x7) & through(e3,x6) & n_water(x6) & n_bridge(x7) & a_shallow(s2) & Theme(s2,x6) & Actor(e3,x1)) & as(e2,p1) & a_black(s1) & Theme(s1,x5) & Theme(e2,x5) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
exists x1.(n_woman(x1) & exists x2 x3.(on(x1,x2) & of(x2,x3) & n_top(x2) & n_house(x3)))
A woman wearing a maroon hoodie is holding a black object as she wades through shallow water under a bridge.
A woman is wearing a maroon hoodie
0
0.958395
Is wearing is a rephrase of wearing.
exists e1 e2 p1 s1 x1 x2 x3 x4 x5.(exists e3 s2 x6 x7.(under(e3,x7) & n_bridge(x7) & through(e3,x6) & n_water(x6) & a_shallow(s2) & Theme(s2,x6) & Actor(e3,x1) & v_wade(e3)) & n_female(x1) & as(e2,p1) & Theme(e2,x5) & Actor(e2,x1) & v_hold(e2) & n_object(x5) & a_black(s1) & Theme(s1,x5) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_hoodie(x3) & of(x3,x4) & n_maroon(x4) & (x1 = x2) & n_woman(x1))
exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_hoodie(x2) & of(x2,x3) & n_maroon(x3) & n_woman(x1))
4ea7da66-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 p1 s1 x1 x2 x3 x4 x5.(v_wear(e1) & v_hold(e2) & of(x3,x4) & n_woman(x1) & n_object(x5) & n_maroon(x4) & n_hoodie(x3) & n_female(x1) & exists e3 s2 x6 x7.(v_wade(e3) & under(e3,x7) & through(e3,x6) & n_water(x6) & n_bridge(x7) & a_shallow(s2) & Theme(s2,x6) & Actor(e3,x1)) & as(e2,p1) & a_black(s1) & Theme(s1,x5) & Theme(e2,x5) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
exists e1 x1 x2 x3.(v_wear(e1) & of(x2,x3) & n_woman(x1) & n_maroon(x3) & n_hoodie(x2) & Theme(e1,x2) & Actor(e1,x1))
Here is a picture of a young man with sunglasses on is sitting on a chair and looking through photo albums.
A young man is wearing sunglasses while he pages through albums of photos.
0
-100
' pages through albums of photos' is a rephrasing of ' looking through photo albums'.
exists e2 e1 p1 p2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(through(e2,x6) & n_album(x6) & of(x6,x7) & n_photo(x7) & Actor(e2,x4) & v_look(e2) & a_on(s2) & Manner(p2,s2) & exists s4 x11 x12 x13.((x5 = x11) & of(x11,x12) & with(x12,x13) & n_sunglass(x13) & n_man(x12) & a_young(s4) & Theme(s4,x12) & n_picture(x11)) & (x4 = x5) & n_here(x4) & on(e1,x3) & n_chair(x3) & Actor(e1,x1) & v_sit(e1) & a_on(s1) & Manner(p1,s1) & exists s3 x8 x9 x10.((x2 = x8) & of(x8,x9) & with(x9,x10) & n_sunglass(x10) & n_man(x9) & a_young(s3) & Theme(s3,x9) & n_picture(x8)) & (x1 = x2) & n_here(x1))
exists e1 s1 x1 x2 x3 x4 x5.(while(e1,x1) & Time(x1,x5) & n_page(x5) & n_male(x1) & through(x1,x3) & of(x3,x4) & n_photo(x4) & n_album(x3) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_sunglass(x2) & n_man(x1) & a_young(s1) & Theme(s1,x1))
4ea8dcfe-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 p1 p2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(v_sit(e1) & v_look(e2) & through(e2,x6) & on(e1,x3) & of(x6,x7) & n_photo(x7) & n_here(x4) & n_here(x1) & n_chair(x3) & n_album(x6) & exists s4 x11 x12 x13.(with(x12,x13) & of(x11,x12) & n_sunglass(x13) & n_picture(x11) & n_man(x12) & a_young(s4) & Theme(s4,x12) & (x5 = x11)) & exists s3 x8 x9 x10.(with(x9,x10) & of(x8,x9) & n_sunglass(x10) & n_picture(x8) & n_man(x9) & a_young(s3) & Theme(s3,x9) & (x2 = x8)) & a_on(s2) & a_on(s1) & Manner(p2,s2) & Manner(p1,s1) & Actor(e2,x4) & Actor(e1,x1) & (x4 = x5) & (x1 = x2))
exists e1 s1 x1 x2 x3 x4 x5.(while(e1,x1) & v_wear(e1) & through(x1,x3) & of(x3,x4) & n_sunglass(x2) & n_photo(x4) & n_page(x5) & n_man(x1) & n_male(x1) & n_album(x3) & a_young(s1) & Time(x1,x5) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
Here is a picture of a young man with sunglasses on is sitting on a chair and looking through photo albums.
A young man is remembering his childhood as he looks through books of photos.
1
-100
The man is not necessarily remembering his childhood or even necessarily looking at photos of himself at all.
exists e2 e1 p1 p2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(through(e2,x6) & n_album(x6) & of(x6,x7) & n_photo(x7) & Actor(e2,x4) & v_look(e2) & a_on(s2) & Manner(p2,s2) & exists s4 x11 x12 x13.((x5 = x11) & of(x11,x12) & with(x12,x13) & n_sunglass(x13) & n_man(x12) & a_young(s4) & Theme(s4,x12) & n_picture(x11)) & (x4 = x5) & n_here(x4) & on(e1,x3) & n_chair(x3) & Actor(e1,x1) & v_sit(e1) & a_on(s1) & Manner(p1,s1) & exists s3 x8 x9 x10.((x2 = x8) & of(x8,x9) & with(x9,x10) & n_sunglass(x10) & n_man(x9) & a_young(s3) & Theme(s3,x9) & n_picture(x8)) & (x1 = x2) & n_here(x1))
exists e1 p1 s1 x1 x2.(exists e2 x3 x4.(through(e2,x3) & of(x3,x4) & n_photo(x4) & n_book(x3) & Actor(e2,x1) & v_look(e2)) & n_male(x1) & n_male(x1) & as(e1,p1) & Theme(e1,x2) & Actor(e1,x1) & v_remember(e1) & n_childhood(x2) & of(x2,x1) & n_man(x1) & a_young(s1) & Theme(s1,x1))
4ea8e208-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 p1 p2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(v_sit(e1) & v_look(e2) & through(e2,x6) & on(e1,x3) & of(x6,x7) & n_photo(x7) & n_here(x4) & n_here(x1) & n_chair(x3) & n_album(x6) & exists s4 x11 x12 x13.(with(x12,x13) & of(x11,x12) & n_sunglass(x13) & n_picture(x11) & n_man(x12) & a_young(s4) & Theme(s4,x12) & (x5 = x11)) & exists s3 x8 x9 x10.(with(x9,x10) & of(x8,x9) & n_sunglass(x10) & n_picture(x8) & n_man(x9) & a_young(s3) & Theme(s3,x9) & (x2 = x8)) & a_on(s2) & a_on(s1) & Manner(p2,s2) & Manner(p1,s1) & Actor(e2,x4) & Actor(e1,x1) & (x4 = x5) & (x1 = x2))
exists e1 p1 s1 x1 x2.(v_remember(e1) & of(x2,x1) & n_man(x1) & n_male(x1) & n_childhood(x2) & exists e2 x3 x4.(v_look(e2) & through(e2,x3) & of(x3,x4) & n_photo(x4) & n_book(x3) & Actor(e2,x1)) & as(e1,p1) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
Here is a picture of a young man with sunglasses on is sitting on a chair and looking through photo albums.
An old man can no longer see.
2
-100
The man can't be young and old.
exists e1 e2 p1 p2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(through(e2,x6) & n_album(x6) & of(x6,x7) & n_photo(x7) & Actor(e2,x4) & v_look(e2) & a_on(s2) & Manner(p2,s2) & exists s4 x11 x12 x13.((x5 = x11) & of(x11,x12) & with(x12,x13) & n_sunglass(x13) & n_man(x12) & a_young(s4) & Theme(s4,x12) & n_picture(x11)) & (x4 = x5) & n_here(x4) & on(e1,x3) & n_chair(x3) & Actor(e1,x1) & v_sit(e1) & a_on(s1) & Manner(p1,s1) & exists s3 x8 x9 x10.((x2 = x8) & of(x8,x9) & with(x9,x10) & n_sunglass(x10) & n_man(x9) & a_young(s3) & Theme(s3,x9) & n_picture(x8)) & (x1 = x2) & n_here(x1))
exists e1 p1 s1 s2 x1.(r_no(e1) & a_longer(s2) & Manner(e1,s2) & exists e2.(Actor(e2,x1) & v_see(e2)) & Topic(e1,p1) & Actor(e1,x1) & v_can(e1) & n_man(x1) & a_old(s1) & Theme(s1,x1))
4ea8e74e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 p1 p2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(v_sit(e1) & v_look(e2) & through(e2,x6) & on(e1,x3) & of(x6,x7) & n_photo(x7) & n_here(x4) & n_here(x1) & n_chair(x3) & n_album(x6) & exists s4 x11 x12 x13.(with(x12,x13) & of(x11,x12) & n_sunglass(x13) & n_picture(x11) & n_man(x12) & a_young(s4) & Theme(s4,x12) & (x5 = x11)) & exists s3 x8 x9 x10.(with(x9,x10) & of(x8,x9) & n_sunglass(x10) & n_picture(x8) & n_man(x9) & a_young(s3) & Theme(s3,x9) & (x2 = x8)) & a_on(s2) & a_on(s1) & Manner(p2,s2) & Manner(p1,s1) & Actor(e2,x4) & Actor(e1,x1) & (x4 = x5) & (x1 = x2))
exists e1 p1 s1 s2 x1.(v_can(e1) & r_no(e1) & n_man(x1) & exists e2.(v_see(e2) & Actor(e2,x1)) & a_old(s1) & a_longer(s2) & Topic(e1,p1) & Theme(s1,x1) & Manner(e1,s2) & Actor(e1,x1))
A male baseball player preparing to go to bat.
The baseball player is competing in the world series.
1
-100
The baseball player is not necessarily competing in the world series.
exists e1 p1 s1 x1 x2 x3.(a_topic(x1) & Topic(e1,p1) & Actor(e1,x3) & v_prepare(e1) & exists e2 x4.(to(e2,x4) & n_bat(x4) & Actor(e2,x3) & v_go(e2)) & (x1 = x3) & n_player(x1) & of(x1,x2) & n_baseball(x2) & a_male(s1) & Theme(s1,x1))
exists e1 x1 x2 x3 x4.(n_series(x3) & of(x3,x4) & n_world(x4) & n_player(x1) & of(x1,x2) & n_baseball(x2) & in(e1,x3) & Actor(e1,x1) & v_compete(e1))
4ea8ebcc-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 x1 x2 x3.(v_prepare(e1) & of(x1,x2) & n_player(x1) & n_baseball(x2) & exists e2 x4.(v_go(e2) & to(e2,x4) & n_bat(x4) & Actor(e2,x3)) & a_topic(x1) & a_male(s1) & Topic(e1,p1) & Theme(s1,x1) & Actor(e1,x3) & (x1 = x3))
exists e1 x1 x2 x3 x4.(v_compete(e1) & of(x3,x4) & of(x1,x2) & n_world(x4) & n_series(x3) & n_player(x1) & n_baseball(x2) & in(e1,x3) & Actor(e1,x1))
A male baseball player preparing to go to bat.
There is a woman playing softball.
2
-100
The male can't be a woman.
exists e1 p1 s1 x1 x2 x3.(a_topic(x1) & Topic(e1,p1) & Actor(e1,x3) & v_prepare(e1) & exists e2 x4.(to(e2,x4) & n_bat(x4) & Actor(e2,x3) & v_go(e2)) & (x1 = x3) & n_player(x1) & of(x1,x2) & n_baseball(x2) & a_male(s1) & Theme(s1,x1))
exists p1 x1 e1 x2 x3 x4.((x1 = x2) & Theme(e1,x4) & Actor(e1,x3) & v_play(e1) & n_softball(x4) & (x2 = x3) & n_woman(x2))
4ea8f00e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 x1 x2 x3.(v_prepare(e1) & of(x1,x2) & n_player(x1) & n_baseball(x2) & exists e2 x4.(v_go(e2) & to(e2,x4) & n_bat(x4) & Actor(e2,x3)) & a_topic(x1) & a_male(s1) & Topic(e1,p1) & Theme(s1,x1) & Actor(e1,x3) & (x1 = x3))
exists x1 e1 x2 x3 x4.(v_play(e1) & n_woman(x2) & n_softball(x4) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3) & (x1 = x2))
A male baseball player preparing to go to bat.
There is a male baseball player.
0
-100
If there is a male baseball player preparing to go to bat, this can also simply be rephrased as ' There is a male baseball player'.
exists e1 p1 s1 x1 x2 x3.(a_topic(x1) & Topic(e1,p1) & Actor(e1,x3) & v_prepare(e1) & exists e2 x4.(to(e2,x4) & n_bat(x4) & Actor(e2,x3) & v_go(e2)) & (x1 = x3) & n_player(x1) & of(x1,x2) & n_baseball(x2) & a_male(s1) & Theme(s1,x1))
exists p1 x1 s1 x2 x3.((x1 = x2) & n_player(x2) & of(x2,x3) & n_baseball(x3) & a_male(s1) & Theme(s1,x2))
4ea8f446-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 x1 x2 x3.(v_prepare(e1) & of(x1,x2) & n_player(x1) & n_baseball(x2) & exists e2 x4.(v_go(e2) & to(e2,x4) & n_bat(x4) & Actor(e2,x3)) & a_topic(x1) & a_male(s1) & Topic(e1,p1) & Theme(s1,x1) & Actor(e1,x3) & (x1 = x3))
exists x1 s1 x2 x3.(of(x2,x3) & n_player(x2) & n_baseball(x3) & a_male(s1) & Theme(s1,x2) & (x1 = x2))
A man stepping up to the plate getting ready to bat.
The man is playing baseball.
0
-100
The man is playing baseball requires a plate and bat.
exists e1 e2 p1 s1 x1 x2 x3 x4.(n_plate(x3) & a_topic(x1) & exists p2 s2.(Topic(s2,p2) & Actor(s2,x4) & a_ready(s2) & exists e3.(Actor(e3,x4) & v_bat(e3))) & Topic(e2,p1) & Actor(e2,x4) & v_get(e2) & (x1 = x4) & a_up(s1) & Manner(e1,s1) & to(e1,x3) & Actor(e1,x2) & v_step(e1) & (x1 = x2) & n_man(x1))
exists e1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_baseball(x2))
4ea8fa40-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 p1 s1 x1 x2 x3 x4.(v_step(e1) & v_get(e2) & to(e1,x3) & n_plate(x3) & n_man(x1) & exists p2 s2.(exists e3.(v_bat(e3) & Actor(e3,x4)) & a_ready(s2) & Topic(s2,p2) & Actor(s2,x4)) & a_up(s1) & a_topic(x1) & Topic(e2,p1) & Manner(e1,s1) & Actor(e2,x4) & Actor(e1,x2) & (x1 = x4) & (x1 = x2))
exists e1 x1 x2.(v_play(e1) & n_man(x1) & n_baseball(x2) & Theme(e1,x2) & Actor(e1,x1))
A man stepping up to the plate getting ready to bat.
The man has a helmet on.
1
-100
stepping up to the plate getting ready to bat does not imply the man has a helmet on.
exists e1 e2 p1 s1 x1 x2 x3 x4.(n_plate(x3) & a_topic(x1) & exists p2 s2.(Topic(s2,p2) & Actor(s2,x4) & a_ready(s2) & exists e3.(Actor(e3,x4) & v_bat(e3))) & Topic(e2,p1) & Actor(e2,x4) & v_get(e2) & (x1 = x4) & a_up(s1) & Manner(e1,s1) & to(e1,x3) & Actor(e1,x2) & v_step(e1) & (x1 = x2) & n_man(x1))
exists e1 s1 x1 x2.(n_man(x1) & a_on(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_helmet(x2))
4ea8fefa-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 p1 s1 x1 x2 x3 x4.(v_step(e1) & v_get(e2) & to(e1,x3) & n_plate(x3) & n_man(x1) & exists p2 s2.(exists e3.(v_bat(e3) & Actor(e3,x4)) & a_ready(s2) & Topic(s2,p2) & Actor(s2,x4)) & a_up(s1) & a_topic(x1) & Topic(e2,p1) & Manner(e1,s1) & Actor(e2,x4) & Actor(e1,x2) & (x1 = x4) & (x1 = x2))
exists e1 s1 x1 x2.(v_have(e1) & n_man(x1) & n_helmet(x2) & a_on(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1))
A man stepping up to the plate getting ready to bat.
The man is pitching.
2
-100
Stepping up is different than pitching.
exists e2 e1 p1 s1 x1 x2 x3 x4.(n_plate(x3) & a_topic(x1) & exists p2 s2.(Topic(s2,p2) & Actor(s2,x4) & a_ready(s2) & exists e3.(Actor(e3,x4) & v_bat(e3))) & Topic(e2,p1) & Actor(e2,x4) & v_get(e2) & (x1 = x4) & a_up(s1) & Manner(e1,s1) & to(e1,x3) & Actor(e1,x2) & v_step(e1) & (x1 = x2) & n_man(x1))
exists e1 x1.(n_man(x1) & Actor(e1,x1) & v_pitch(e1))
4ea90332-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 p1 s1 x1 x2 x3 x4.(v_step(e1) & v_get(e2) & to(e1,x3) & n_plate(x3) & n_man(x1) & exists p2 s2.(exists e3.(v_bat(e3) & Actor(e3,x4)) & a_ready(s2) & Topic(s2,p2) & Actor(s2,x4)) & a_up(s1) & a_topic(x1) & Topic(e2,p1) & Manner(e1,s1) & Actor(e2,x4) & Actor(e1,x2) & (x1 = x4) & (x1 = x2))
exists e1 x1.(v_pitch(e1) & n_man(x1) & Actor(e1,x1))
A man in a red and blue baseball uniform is holding a bar on a baseball field in a stadium.
A man about to get kicked out of a pool for swearing.
2
-100
A man can not be kicked out of the pool if he is on a baseball field in a stadium.
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(in(e1,x7) & n_stadium(x7) & Theme(e1,x4) & Actor(e1,x1) & v_hold(e1) & on(x4,x5) & n_field(x5) & of(x5,x6) & n_baseball(x6) & n_bar(x4) & in(x1,x2) & n_uniform(x2) & of(x2,x3) & n_baseball(x3) & a_blue(s2) & Theme(s2,x2) & a_red(s1) & Theme(s1,x2) & n_man(x1))
exists p1 s1 x1.(a_topic(x1) & Topic(x1,p1) & a_about(s1) & Manner(p1,s1) & exists e1 p2.(exists e2 x2 x3.(for(e2,x3) & n_swearing(x3) & of(e2,x2) & n_pool(x2) & r_out(e2) & Theme(e2,x1) & v_kick(e2)) & Topic(e1,p2) & Actor(e1,x1) & v_get(e1)) & n_man(x1))
4ea90774-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(v_hold(e1) & on(x4,x5) & of(x5,x6) & of(x2,x3) & n_uniform(x2) & n_stadium(x7) & n_man(x1) & n_field(x5) & n_baseball(x6) & n_baseball(x3) & n_bar(x4) & in(x1,x2) & in(e1,x7) & a_red(s1) & a_blue(s2) & Theme(s2,x2) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x1))
exists p1 s1 x1.(n_man(x1) & exists e1 p2.(v_get(e1) & exists e2 x2 x3.(v_kick(e2) & r_out(e2) & of(e2,x2) & n_swearing(x3) & n_pool(x2) & for(e2,x3) & Theme(e2,x1)) & Topic(e1,p2) & Actor(e1,x1)) & a_topic(x1) & a_about(s1) & Topic(x1,p1) & Manner(p1,s1))
A man in a red and blue baseball uniform is holding a bar on a baseball field in a stadium.
A man about to go hit a home run for his team.
1
-100
He may be standing not to hit a home run.
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(in(e1,x7) & n_stadium(x7) & Theme(e1,x4) & Actor(e1,x1) & v_hold(e1) & on(x4,x5) & n_field(x5) & of(x5,x6) & n_baseball(x6) & n_bar(x4) & in(x1,x2) & n_uniform(x2) & of(x2,x3) & n_baseball(x3) & a_blue(s2) & Theme(s2,x2) & a_red(s1) & Theme(s1,x2) & n_man(x1))
exists p1 s1 x1 x2 x5.(a_topic(x1) & Topic(s1,p1) & Actor(s1,x2) & a_about(s1) & exists e1 p2.(exists e2 x3 x4.(for(e2,x5) & Theme(e2,x3) & Actor(e2,x2) & v_hit(e2) & n_run(x3) & of(x3,x4) & n_home(x4)) & Topic(e1,p2) & Actor(e1,x2) & v_go(e1)) & n_team(x5) & of(x5,x1) & n_male(x1) & (x1 = x2) & n_man(x1))
4ea90cc4-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(v_hold(e1) & on(x4,x5) & of(x5,x6) & of(x2,x3) & n_uniform(x2) & n_stadium(x7) & n_man(x1) & n_field(x5) & n_baseball(x6) & n_baseball(x3) & n_bar(x4) & in(x1,x2) & in(e1,x7) & a_red(s1) & a_blue(s2) & Theme(s2,x2) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x1))
exists p1 s1 x1 x2 x5.(of(x5,x1) & n_team(x5) & n_man(x1) & n_male(x1) & exists e1 p2.(v_go(e1) & exists e2 x3 x4.(v_hit(e2) & of(x3,x4) & n_run(x3) & n_home(x4) & for(e2,x5) & Theme(e2,x3) & Actor(e2,x2)) & Topic(e1,p2) & Actor(e1,x2)) & a_topic(x1) & a_about(s1) & Topic(s1,p1) & Actor(s1,x2) & (x1 = x2))
A man in a red and blue baseball uniform is holding a bar on a baseball field in a stadium.
A man holding an item at a sports stadium.
0
-100
A man playing baseball is holding a bat on the field of a stadium. The man is a player on a uniform. The item is a bar or a baseball bat. Baseball is a sport. The man is in a stadium.
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(in(e1,x7) & n_stadium(x7) & Theme(e1,x4) & Actor(e1,x1) & v_hold(e1) & on(x4,x5) & n_field(x5) & of(x5,x6) & n_baseball(x6) & n_bar(x4) & in(x1,x2) & n_uniform(x2) & of(x2,x3) & n_baseball(x3) & a_blue(s2) & Theme(s2,x2) & a_red(s1) & Theme(s1,x2) & n_man(x1))
exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & at(e1,x4) & n_stadium(x4) & of(x4,x5) & n_sport(x5) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & n_item(x3) & (x1 = x2) & n_man(x1))
4ea91160-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(v_hold(e1) & on(x4,x5) & of(x5,x6) & of(x2,x3) & n_uniform(x2) & n_stadium(x7) & n_man(x1) & n_field(x5) & n_baseball(x6) & n_baseball(x3) & n_bar(x4) & in(x1,x2) & in(e1,x7) & a_red(s1) & a_blue(s2) & Theme(s2,x2) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x1))
exists e1 x1 x2 x3 x4 x5.(v_hold(e1) & of(x4,x5) & n_stadium(x4) & n_sport(x5) & n_man(x1) & n_item(x3) & at(e1,x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
A baseball player wearing red, white and blue gets ready to bat as his teammates stand behind him and watch.
A baseball player wearing red, white and blue gets ready to bat as his teammates stand behind him and watch from behind the fence.
1
-100
there is no indication that the baseball player's teammates are watching from behind the fence.
exists e1 e2 p1 p2 x1 x2 x3 x4.(exists p3 s4.(Topic(s4,p3) & Actor(s4,x1) & a_ready(s4) & exists e3 p4.(exists e4 x1 x5 x6.(behind(e4,x5) & subset_of(x6,x5) & n_watch(x6) & subset_of(x1,x5) & n_male(x1) & Actor(e4,x4) & v_stand(e4)) & as(e3,p4) & Actor(e3,x1) & v_bat(e3))) & n_teammate(x4) & of(x4,x1) & n_male(x1) & Topic(e2,p2) & Actor(e2,x1) & v_get(e2) & exists s1 s2 s3.(Theme(s3,x3) & a_blue(s3) & Theme(s2,x3) & a_white(s2) & Theme(s1,x3) & a_red(s1)) & Topic(e1,p1) & Actor(e1,x3) & v_wear(e1) & (x1 = x3) & n_player(x1) & of(x1,x2) & n_baseball(x2))
exists e1 e2 p1 p2 x1 x2 x3 x4 x5.(n_fence(x4) & n_male(x4) & n_male(x4) & n_teammate(x5) & of(x5,x4) & exists p3 s4.(Topic(s4,p3) & Actor(s4,x1) & a_ready(s4) & exists e3 e4 p4.(behind(e4,x4) & r_from(e4) & Actor(e4,x1) & v_watch(e4) & exists e5.(behind(e5,x4) & Actor(e5,x5) & v_stand(e5)) & as(e3,p4) & Actor(e3,x1) & v_bat(e3))) & Topic(e2,p2) & Actor(e2,x1) & v_get(e2) & exists s1 s2 s3.(Theme(s3,x3) & a_blue(s3) & Theme(s2,x3) & a_white(s2) & Theme(s1,x3) & a_red(s1)) & Topic(e1,p1) & Actor(e1,x3) & v_wear(e1) & (x1 = x3) & n_player(x1) & of(x1,x2) & n_baseball(x2))
4ea915d4-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 p1 p2 x1 x2 x3 x4.(v_wear(e1) & v_get(e2) & of(x4,x1) & of(x1,x2) & n_teammate(x4) & n_player(x1) & n_male(x1) & n_baseball(x2) & exists s1 s2 s3.(a_white(s2) & a_red(s1) & a_blue(s3) & Theme(s3,x3) & Theme(s2,x3) & Theme(s1,x3)) & exists p3 s4.(exists e3 p4.(v_bat(e3) & exists e4 x1 x5 x6.(v_stand(e4) & subset_of(x6,x5) & subset_of(x1,x5) & n_watch(x6) & n_male(x1) & behind(e4,x5) & Actor(e4,x4)) & as(e3,p4) & Actor(e3,x1)) & a_ready(s4) & Topic(s4,p3) & Actor(s4,x1)) & Topic(e2,p2) & Topic(e1,p1) & Actor(e2,x1) & Actor(e1,x3) & (x1 = x3))
exists e1 e2 p1 p2 x1 x2 x3 x4 x5.(v_wear(e1) & v_get(e2) & of(x5,x4) & of(x1,x2) & n_teammate(x5) & n_player(x1) & n_male(x4) & n_fence(x4) & n_baseball(x2) & exists s1 s2 s3.(a_white(s2) & a_red(s1) & a_blue(s3) & Theme(s3,x3) & Theme(s2,x3) & Theme(s1,x3)) & exists p3 s4.(exists e3 e4 p4.(v_watch(e4) & v_bat(e3) & r_from(e4) & exists e5.(v_stand(e5) & behind(e5,x4) & Actor(e5,x5)) & behind(e4,x4) & as(e3,p4) & Actor(e4,x1) & Actor(e3,x1)) & a_ready(s4) & Topic(s4,p3) & Actor(s4,x1)) & Topic(e2,p2) & Topic(e1,p1) & Actor(e2,x1) & Actor(e1,x3) & (x1 = x3))
A baseball player wearing red, white and blue gets ready to bat as his teammates stand behind him and watch.
A baseball player plays baseball.
0
-100
Baseball player can plays baseball.
exists e1 e2 p1 p2 x1 x2 x3 x4.(exists p3 s4.(Topic(s4,p3) & Actor(s4,x1) & a_ready(s4) & exists e3 p4.(exists e4 x1 x5 x6.(behind(e4,x5) & subset_of(x6,x5) & n_watch(x6) & subset_of(x1,x5) & n_male(x1) & Actor(e4,x4) & v_stand(e4)) & as(e3,p4) & Actor(e3,x1) & v_bat(e3))) & n_teammate(x4) & of(x4,x1) & n_male(x1) & Topic(e2,p2) & Actor(e2,x1) & v_get(e2) & exists s1 s2 s3.(Theme(s3,x3) & a_blue(s3) & Theme(s2,x3) & a_white(s2) & Theme(s1,x3) & a_red(s1)) & Topic(e1,p1) & Actor(e1,x3) & v_wear(e1) & (x1 = x3) & n_player(x1) & of(x1,x2) & n_baseball(x2))
exists e1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_play(e1) & n_baseball(x3) & n_player(x1) & of(x1,x2) & n_baseball(x2))
4ea91a48-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 p1 p2 x1 x2 x3 x4.(v_wear(e1) & v_get(e2) & of(x4,x1) & of(x1,x2) & n_teammate(x4) & n_player(x1) & n_male(x1) & n_baseball(x2) & exists s1 s2 s3.(a_white(s2) & a_red(s1) & a_blue(s3) & Theme(s3,x3) & Theme(s2,x3) & Theme(s1,x3)) & exists p3 s4.(exists e3 p4.(v_bat(e3) & exists e4 x1 x5 x6.(v_stand(e4) & subset_of(x6,x5) & subset_of(x1,x5) & n_watch(x6) & n_male(x1) & behind(e4,x5) & Actor(e4,x4)) & as(e3,p4) & Actor(e3,x1)) & a_ready(s4) & Topic(s4,p3) & Actor(s4,x1)) & Topic(e2,p2) & Topic(e1,p1) & Actor(e2,x1) & Actor(e1,x3) & (x1 = x3))
exists e1 x1 x2 x3.(v_play(e1) & of(x1,x2) & n_player(x1) & n_baseball(x3) & n_baseball(x2) & Theme(e1,x3) & Actor(e1,x1))
A baseball player wearing red, white and blue gets ready to bat as his teammates stand behind him and watch.
A baseball player wearing a all black gets ready to bat as the only his father watches.
2
-100
Red is different than black.
exists e1 e2 p1 p2 x1 x2 x3 x4.(exists p3 s4.(Topic(s4,p3) & Actor(s4,x1) & a_ready(s4) & exists e3 p4.(exists e4 x1 x5 x6.(behind(e4,x5) & subset_of(x6,x5) & n_watch(x6) & subset_of(x1,x5) & n_male(x1) & Actor(e4,x4) & v_stand(e4)) & as(e3,p4) & Actor(e3,x1) & v_bat(e3))) & n_teammate(x4) & of(x4,x1) & n_male(x1) & Topic(e2,p2) & Actor(e2,x1) & v_get(e2) & exists s1 s2 s3.(Theme(s3,x3) & a_blue(s3) & Theme(s2,x3) & a_white(s2) & Theme(s1,x3) & a_red(s1)) & Topic(e1,p1) & Actor(e1,x3) & v_wear(e1) & (x1 = x3) & n_player(x1) & of(x1,x2) & n_baseball(x2))
exists e1 p1 x1 x2 x3 x8.(all x9.(n_his(x9) -> (x8 = x9)) & n_his(x8) & exists p2 s1.(Topic(s1,p2) & Actor(s1,x1) & a_ready(s1) & exists e3 x6 x7.(as(e3,x8) & Theme(e3,x6) & Actor(e3,x1) & v_bat(e3) & n_watch(x6) & of(x6,x7) & n_father(x7))) & Topic(e1,p1) & Actor(e1,x1) & v_get(e1) & all x4.(n_black(x4) -> exists e2 x5.(Theme(e2,x4) & Actor(e2,x3) & v_wear(e2) & Time(x4,x5) & n_a(x5))) & (x1 = x3) & n_player(x1) & of(x1,x2) & n_baseball(x2))
4ea92056-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 p1 p2 x1 x2 x3 x4.(v_wear(e1) & v_get(e2) & of(x4,x1) & of(x1,x2) & n_teammate(x4) & n_player(x1) & n_male(x1) & n_baseball(x2) & exists s1 s2 s3.(a_white(s2) & a_red(s1) & a_blue(s3) & Theme(s3,x3) & Theme(s2,x3) & Theme(s1,x3)) & exists p3 s4.(exists e3 p4.(v_bat(e3) & exists e4 x1 x5 x6.(v_stand(e4) & subset_of(x6,x5) & subset_of(x1,x5) & n_watch(x6) & n_male(x1) & behind(e4,x5) & Actor(e4,x4)) & as(e3,p4) & Actor(e3,x1)) & a_ready(s4) & Topic(s4,p3) & Actor(s4,x1)) & Topic(e2,p2) & Topic(e1,p1) & Actor(e2,x1) & Actor(e1,x3) & (x1 = x3))
exists e1 p1 x1 x2 x3 x8.(v_get(e1) & of(x1,x2) & n_player(x1) & n_his(x8) & n_baseball(x2) & exists p2 s1.(exists e3 x6 x7.(v_bat(e3) & of(x6,x7) & n_watch(x6) & n_father(x7) & as(e3,x8) & Theme(e3,x6) & Actor(e3,x1)) & a_ready(s1) & Topic(s1,p2) & Actor(s1,x1)) & all x9.(-n_his(x9) | (x8 = x9)) & all x4.(exists e2 x5.(v_wear(e2) & n_a(x5) & Time(x4,x5) & Theme(e2,x4) & Actor(e2,x3)) | -n_black(x4)) & Topic(e1,p1) & Actor(e1,x1) & (x1 = x3))
A woman in a blue dress stands with a bemused look on her face.
The woman is wearing a black dress.
2
-100
Black is different than blue.
exists e1 s1 s2 x1 x2 x3 x4.(with(e1,x3) & on(x3,x4) & n_face(x4) & of(x4,x1) & n_female(x1) & n_look(x3) & a_bemused(s2) & Theme(s2,x3) & Actor(e1,x1) & v_stand(e1) & in(x1,x2) & n_dress(x2) & a_blue(s1) & Theme(s1,x2) & n_woman(x1))
exists e1 s1 x1 x2.(n_woman(x1) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_dress(x2) & a_black(s1) & Theme(s1,x2))
4ea92560-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4.(with(e1,x3) & v_stand(e1) & on(x3,x4) & of(x4,x1) & n_woman(x1) & n_look(x3) & n_female(x1) & n_face(x4) & n_dress(x2) & in(x1,x2) & a_blue(s1) & a_bemused(s2) & Theme(s2,x3) & Theme(s1,x2) & Actor(e1,x1))
exists e1 s1 x1 x2.(v_wear(e1) & n_woman(x1) & n_dress(x2) & a_black(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
A woman in a blue dress stands with a bemused look on her face.
The woman is wearing a dress.
0
-100
Woman must be wearing a dress to be in a blue dress.
exists e1 s1 s2 x1 x2 x3 x4.(with(e1,x3) & on(x3,x4) & n_face(x4) & of(x4,x1) & n_female(x1) & n_look(x3) & a_bemused(s2) & Theme(s2,x3) & Actor(e1,x1) & v_stand(e1) & in(x1,x2) & n_dress(x2) & a_blue(s1) & Theme(s1,x2) & n_woman(x1))
exists e1 x1 x2.(n_woman(x1) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_dress(x2))
4ea929d4-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4.(with(e1,x3) & v_stand(e1) & on(x3,x4) & of(x4,x1) & n_woman(x1) & n_look(x3) & n_female(x1) & n_face(x4) & n_dress(x2) & in(x1,x2) & a_blue(s1) & a_bemused(s2) & Theme(s2,x3) & Theme(s1,x2) & Actor(e1,x1))
exists e1 x1 x2.(v_wear(e1) & n_woman(x1) & n_dress(x2) & Theme(e1,x2) & Actor(e1,x1))
A woman in a blue dress stands with a bemused look on her face.
The woman is wearing blue shoes.
1
-100
Wearing a blue dress doesn't mean having to also wear blue shoes.
exists e1 s1 s2 x1 x2 x3 x4.(with(e1,x3) & on(x3,x4) & n_face(x4) & of(x4,x1) & n_female(x1) & n_look(x3) & a_bemused(s2) & Theme(s2,x3) & Actor(e1,x1) & v_stand(e1) & in(x1,x2) & n_dress(x2) & a_blue(s1) & Theme(s1,x2) & n_woman(x1))
exists e1 s1 x1 x2.(n_woman(x1) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_shoe(x2) & a_blue(s1) & Theme(s1,x2))
4ea92e34-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4.(with(e1,x3) & v_stand(e1) & on(x3,x4) & of(x4,x1) & n_woman(x1) & n_look(x3) & n_female(x1) & n_face(x4) & n_dress(x2) & in(x1,x2) & a_blue(s1) & a_bemused(s2) & Theme(s2,x3) & Theme(s1,x2) & Actor(e1,x1))
exists e1 s1 x1 x2.(v_wear(e1) & n_woman(x1) & n_shoe(x2) & a_blue(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
A group of people in winter coats stand in front of a large building.
A group of people sit in the stands for the game.
2
-100
Sit is different than stand.
exists e1 s1 x1 x2 x3 x4 x5 x6.(in(e1,x5) & of(x5,x6) & n_building(x6) & a_large(s1) & Theme(s1,x6) & n_front(x5) & Actor(e1,x1) & v_stand(e1) & of(x1,x2) & in(x2,x3) & n_coat(x3) & of(x3,x4) & n_winter(x4) & n_people(x2) & n_group(x1))
exists e1 x1 x2 x3 x4.(n_game(x4) & n_stand(x3) & for(e1,x4) & in(e1,x3) & Actor(e1,x1) & v_sit(e1) & of(x1,x2) & n_people(x2) & n_group(x1))
4ea9329e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5 x6.(v_stand(e1) & of(x5,x6) & of(x3,x4) & of(x1,x2) & n_winter(x4) & n_people(x2) & n_group(x1) & n_front(x5) & n_coat(x3) & n_building(x6) & in(x2,x3) & in(e1,x5) & a_large(s1) & Theme(s1,x6) & Actor(e1,x1))
exists e1 x1 x2 x3 x4.(v_sit(e1) & of(x1,x2) & n_stand(x3) & n_people(x2) & n_group(x1) & n_game(x4) & in(e1,x3) & for(e1,x4) & Actor(e1,x1))
A group of people in winter coats stand in front of a large building.
A group waits to be let in the building on a cold morning.
1
-100
A group of people standing doesn't imply that the group waits. Weather and time of day can be other than a cold morning.
exists e1 s1 x1 x2 x3 x4 x5 x6.(in(e1,x5) & of(x5,x6) & n_building(x6) & a_large(s1) & Theme(s1,x6) & n_front(x5) & Actor(e1,x1) & v_stand(e1) & of(x1,x2) & in(x2,x3) & n_coat(x3) & of(x3,x4) & n_winter(x4) & n_people(x2) & n_group(x1))
exists e1 p1 s1 x1 x2 x3 x4.(n_building(x3) & in(e1,x3) & on(x3,x4) & n_morning(x4) & a_cold(s1) & Theme(s1,x4) & Actor(e1,x1) & v_let(e1) & Topic(x1,p1) & exists p2 x5.((x1 = x5) & n_thing(x5)) & n_wait(x1) & of(x1,x2) & n_group(x2))
4ea93776-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5 x6.(v_stand(e1) & of(x5,x6) & of(x3,x4) & of(x1,x2) & n_winter(x4) & n_people(x2) & n_group(x1) & n_front(x5) & n_coat(x3) & n_building(x6) & in(x2,x3) & in(e1,x5) & a_large(s1) & Theme(s1,x6) & Actor(e1,x1))
exists e1 p1 s1 x1 x2 x3 x4.(v_let(e1) & on(x3,x4) & of(x1,x2) & n_wait(x1) & n_morning(x4) & n_group(x2) & n_building(x3) & in(e1,x3) & exists x5.(n_thing(x5) & (x1 = x5)) & a_cold(s1) & Topic(x1,p1) & Theme(s1,x4) & Actor(e1,x1))
A group of people in winter coats stand in front of a large building.
A group stands in front of a building.
0
-100
Stands in front of a building is another way of saying stand in front of a large building.
exists e1 s1 x1 x2 x3 x4 x5 x6.(in(e1,x5) & of(x5,x6) & n_building(x6) & a_large(s1) & Theme(s1,x6) & n_front(x5) & Actor(e1,x1) & v_stand(e1) & of(x1,x2) & in(x2,x3) & n_coat(x3) & of(x3,x4) & n_winter(x4) & n_people(x2) & n_group(x1))
exists e1 x1 x2 x3.(in(e1,x2) & of(x2,x3) & n_building(x3) & n_front(x2) & Actor(e1,x1) & v_stand(e1) & n_group(x1))
4ea93be0-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5 x6.(v_stand(e1) & of(x5,x6) & of(x3,x4) & of(x1,x2) & n_winter(x4) & n_people(x2) & n_group(x1) & n_front(x5) & n_coat(x3) & n_building(x6) & in(x2,x3) & in(e1,x5) & a_large(s1) & Theme(s1,x6) & Actor(e1,x1))
exists e1 x1 x2 x3.(v_stand(e1) & of(x2,x3) & n_group(x1) & n_front(x2) & n_building(x3) & in(e1,x2) & Actor(e1,x1))
Man in blue shirt, sunglasses and earmuffs fires pistol at a shooting range.
A man is selling his gun.
2
-100
Selling and fire are different.
exists s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x1) & in(x1,x2) & rel(x2,x3) & subset_of(x5,x3) & at(x5,x8) & n_range(x8) & of(x8,x9) & n_shooting(x9) & n_pistol(x5) & of(x5,x7) & n_fire(x7) & of(x5,x6) & n_earmuff(x6) & subset_of(x4,x3) & n_sunglass(x4) & n_shirt(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_sell(e1) & n_gun(x2) & of(x2,x1) & n_male(x1) & n_man(x1))
4ea94054-e4c8-11ec-9cdd-0242ac1c0002
exists s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(subset_of(x5,x3) & subset_of(x4,x3) & rel(x2,x3) & of(x8,x9) & of(x5,x7) & of(x5,x6) & n_sunglass(x4) & n_shooting(x9) & n_shirt(x2) & n_range(x8) & n_pistol(x5) & n_man(x1) & n_fire(x7) & n_earmuff(x6) & in(x1,x2) & at(x5,x8) & a_topic(x1) & a_blue(s1) & Theme(s1,x2))
exists e1 x1 x2.(v_sell(e1) & of(x2,x1) & n_man(x1) & n_male(x1) & n_gun(x2) & Theme(e1,x2) & Actor(e1,x1))
Man in blue shirt, sunglasses and earmuffs fires pistol at a shooting range.
A man learning how to shoot a gun.
1
-100
Being at a shooting range doesn't necessarily mean the man is learning.
exists s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x1) & in(x1,x2) & rel(x2,x3) & subset_of(x5,x3) & at(x5,x8) & n_range(x8) & of(x8,x9) & n_shooting(x9) & n_pistol(x5) & of(x5,x7) & n_fire(x7) & of(x5,x6) & n_earmuff(x6) & subset_of(x4,x3) & n_sunglass(x4) & n_shirt(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1))
exists e1 x1 x2 x3.(a_topic(x1) & Topic(e1,x3) & Actor(e1,x2) & v_learn(e1) & n_manner(x3) & exists e2 x4 x5.(Theme(e2,x5) & Actor(e2,x4) & v_shoot(e2) & n_gun(x5)) & (x1 = x2) & n_man(x1))
4ea9463a-e4c8-11ec-9cdd-0242ac1c0002
exists s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(subset_of(x5,x3) & subset_of(x4,x3) & rel(x2,x3) & of(x8,x9) & of(x5,x7) & of(x5,x6) & n_sunglass(x4) & n_shooting(x9) & n_shirt(x2) & n_range(x8) & n_pistol(x5) & n_man(x1) & n_fire(x7) & n_earmuff(x6) & in(x1,x2) & at(x5,x8) & a_topic(x1) & a_blue(s1) & Theme(s1,x2))
exists e1 x1 x2 x3.(v_learn(e1) & n_manner(x3) & n_man(x1) & exists e2 x4 x5.(v_shoot(e2) & n_gun(x5) & Theme(e2,x5) & Actor(e2,x4)) & a_topic(x1) & Topic(e1,x3) & Actor(e1,x2) & (x1 = x2))
Man in blue shirt, sunglasses and earmuffs fires pistol at a shooting range.
A man fires a pistol.
0
-100
The man fires the pistol because he's at the shooting range.
exists s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x1) & in(x1,x2) & rel(x2,x3) & subset_of(x5,x3) & at(x5,x8) & n_range(x8) & of(x8,x9) & n_shooting(x9) & n_pistol(x5) & of(x5,x7) & n_fire(x7) & of(x5,x6) & n_earmuff(x6) & subset_of(x4,x3) & n_sunglass(x4) & n_shirt(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_fire(e1) & n_pistol(x2) & n_man(x1))
4ea94b76-e4c8-11ec-9cdd-0242ac1c0002
exists s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(subset_of(x5,x3) & subset_of(x4,x3) & rel(x2,x3) & of(x8,x9) & of(x5,x7) & of(x5,x6) & n_sunglass(x4) & n_shooting(x9) & n_shirt(x2) & n_range(x8) & n_pistol(x5) & n_man(x1) & n_fire(x7) & n_earmuff(x6) & in(x1,x2) & at(x5,x8) & a_topic(x1) & a_blue(s1) & Theme(s1,x2))
exists e1 x1 x2.(v_fire(e1) & n_pistol(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1))
A man in a blue shirt shooting a pistol at a shooting range.
There is a woman in a yellow shirt.
2
-100
Woman is the opposite of a man.
exists e1 s1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & in(x1,x2) & at(e1,x5) & n_range(x5) & of(x5,x6) & n_shooting(x6) & Theme(e1,x4) & Actor(e1,x3) & v_shoot(e1) & n_pistol(x4) & (x2 = x3) & n_shirt(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1))
exists p1 x1 s1 x2 x3.((x1 = x2) & in(x2,x3) & n_shirt(x3) & a_yellow(s1) & Theme(s1,x3) & n_woman(x2))
4ea95062-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5 x6.(v_shoot(e1) & of(x5,x6) & n_shooting(x6) & n_shirt(x2) & n_range(x5) & n_pistol(x4) & n_man(x1) & in(x1,x2) & at(e1,x5) & a_topic(x1) & a_blue(s1) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3))
exists x1 s1 x2 x3.(n_woman(x2) & n_shirt(x3) & in(x2,x3) & a_yellow(s1) & Theme(s1,x3) & (x1 = x2))
A man in a blue shirt shooting a pistol at a shooting range.
There is a man in a blue shirt.
0
-100
There is a man in a blue shirt is another way of saying man in a blue shirt.
exists e1 s1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & in(x1,x2) & at(e1,x5) & n_range(x5) & of(x5,x6) & n_shooting(x6) & Theme(e1,x4) & Actor(e1,x3) & v_shoot(e1) & n_pistol(x4) & (x2 = x3) & n_shirt(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1))
exists p1 x1 s1 x2 x3.((x1 = x2) & in(x2,x3) & n_shirt(x3) & a_blue(s1) & Theme(s1,x3) & n_man(x2))
4ea9547c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5 x6.(v_shoot(e1) & of(x5,x6) & n_shooting(x6) & n_shirt(x2) & n_range(x5) & n_pistol(x4) & n_man(x1) & in(x1,x2) & at(e1,x5) & a_topic(x1) & a_blue(s1) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3))
exists x1 s1 x2 x3.(n_shirt(x3) & n_man(x2) & in(x2,x3) & a_blue(s1) & Theme(s1,x3) & (x1 = x2))
A man in a blue shirt shooting a pistol at a shooting range.
There is a man in a blue shirt because he likes blue.
1
-100
Just because the man is wearing blue doesn't necessarily mean that he likes blue.
exists e1 s1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & in(x1,x2) & at(e1,x5) & n_range(x5) & of(x5,x6) & n_shooting(x6) & Theme(e1,x4) & Actor(e1,x3) & v_shoot(e1) & n_pistol(x4) & (x2 = x3) & n_shirt(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1))
exists p1 p2 s1 x1 x2.(exists e1 p3.(exists s2.(Theme(s2,x2) & a_blue(s2)) & Topic(e1,p3) & Actor(e1,x2) & v_like(e1)) & n_male(x2) & because(p1,p2) & in(p1,x2) & n_shirt(x2) & a_blue(s1) & Theme(s1,x2) & exists x3.((x1 = x3) & n_man(x3)))
4ea9588c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5 x6.(v_shoot(e1) & of(x5,x6) & n_shooting(x6) & n_shirt(x2) & n_range(x5) & n_pistol(x4) & n_man(x1) & in(x1,x2) & at(e1,x5) & a_topic(x1) & a_blue(s1) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3))
exists p1 p2 s1 x1 x2.(n_shirt(x2) & n_male(x2) & in(p1,x2) & exists x3.(n_man(x3) & (x1 = x3)) & exists e1 p3.(v_like(e1) & exists s2.(a_blue(s2) & Theme(s2,x2)) & Topic(e1,p3) & Actor(e1,x2)) & because(p1,p2) & a_blue(s1) & Theme(s1,x2))
A young man is firing a handgun at a shooting range.
The young man has ammunition
0
-100
You can't fire a handgun without ammunition.
exists e1 s1 x1 x2 x3 x4.(at(e1,x3) & n_range(x3) & of(x3,x4) & n_shooting(x4) & Theme(e1,x2) & Actor(e1,x1) & v_fire(e1) & n_handgun(x2) & n_man(x1) & a_young(s1) & Theme(s1,x1))
exists e1 s1 x1 x2.(n_man(x1) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_ammunition(x2))
4ea95ea4-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(v_fire(e1) & of(x3,x4) & n_shooting(x4) & n_range(x3) & n_man(x1) & n_handgun(x2) & at(e1,x3) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
exists e1 s1 x1 x2.(v_have(e1) & n_man(x1) & n_ammunition(x2) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
A young man is firing a handgun at a shooting range.
The young man is in an airplane
2
-100
A shooting range is on the ground where as a air plane is in the sky.
exists e1 s1 x1 x2 x3 x4.(at(e1,x3) & n_range(x3) & of(x3,x4) & n_shooting(x4) & Theme(e1,x2) & Actor(e1,x1) & v_fire(e1) & n_handgun(x2) & n_man(x1) & a_young(s1) & Theme(s1,x1))
exists p1 s1 x1.(n_man(x1) & a_young(s1) & Theme(s1,x1) & exists x2.(in(x1,x2) & n_airplane(x2)))
4ea962e6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(v_fire(e1) & of(x3,x4) & n_shooting(x4) & n_range(x3) & n_man(x1) & n_handgun(x2) & at(e1,x3) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
exists s1 x1.(n_man(x1) & exists x2.(n_airplane(x2) & in(x1,x2)) & a_young(s1) & Theme(s1,x1))
A young man is firing a handgun at a shooting range.
The young man is practicing to join the police force at a shooting range
1
-100
Not all men who want to join the police force go to the shooting range.
exists e1 s1 x1 x2 x3 x4.(at(e1,x3) & n_range(x3) & of(x3,x4) & n_shooting(x4) & Theme(e1,x2) & Actor(e1,x1) & v_fire(e1) & n_handgun(x2) & n_man(x1) & a_young(s1) & Theme(s1,x1))
exists e1 p1 s1 x1 x2 x3.(n_force(x2) & of(x2,x3) & n_police(x3) & n_man(x1) & a_young(s1) & Theme(s1,x1) & Topic(e1,p1) & Actor(e1,x1) & v_practice(e1) & exists e2 x4 x5.(at(e2,x4) & n_range(x4) & of(x4,x5) & n_shooting(x5) & Theme(e2,x2) & Actor(e2,x1) & v_join(e2)))
4ea96728-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(v_fire(e1) & of(x3,x4) & n_shooting(x4) & n_range(x3) & n_man(x1) & n_handgun(x2) & at(e1,x3) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
exists e1 p1 s1 x1 x2 x3.(v_practice(e1) & of(x2,x3) & n_police(x3) & n_man(x1) & n_force(x2) & exists e2 x4 x5.(v_join(e2) & of(x4,x5) & n_shooting(x5) & n_range(x4) & at(e2,x4) & Theme(e2,x2) & Actor(e2,x1)) & a_young(s1) & Topic(e1,p1) & Theme(s1,x1) & Actor(e1,x1))
A man practicing shooting with his safety gear on.
The man shoots the ducks.
2
-100
the man is shooting ducks so he is not practising.
exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & a_on(s1) & Manner(e1,s1) & with(e1,x4) & n_gear(x4) & of(x4,x5) & n_safety(x5) & of(x4,x1) & n_male(x1) & Theme(e1,x3) & Actor(e1,x2) & v_practice(e1) & n_shooting(x3) & (x1 = x2) & n_man(x1))
exists e1 x1 x2.(n_duck(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_shoot(e1))
4ea96c5a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5.(with(e1,x4) & v_practice(e1) & of(x4,x5) & of(x4,x1) & n_shooting(x3) & n_safety(x5) & n_man(x1) & n_male(x1) & n_gear(x4) & a_topic(x1) & a_on(s1) & Theme(e1,x3) & Manner(e1,s1) & Actor(e1,x2) & (x1 = x2))
exists e1 x1 x2.(v_shoot(e1) & n_man(x1) & n_duck(x2) & Theme(e1,x2) & Actor(e1,x1))
A man practicing shooting with his safety gear on.
The man is acting.
1
-100
The fact that the man is practing doesn't imply that he is acting.
exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & a_on(s1) & Manner(e1,s1) & with(e1,x4) & n_gear(x4) & of(x4,x5) & n_safety(x5) & of(x4,x1) & n_male(x1) & Theme(e1,x3) & Actor(e1,x2) & v_practice(e1) & n_shooting(x3) & (x1 = x2) & n_man(x1))
exists e1 x1.(n_man(x1) & Actor(e1,x1) & v_act(e1))
4ea97394-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5.(with(e1,x4) & v_practice(e1) & of(x4,x5) & of(x4,x1) & n_shooting(x3) & n_safety(x5) & n_man(x1) & n_male(x1) & n_gear(x4) & a_topic(x1) & a_on(s1) & Theme(e1,x3) & Manner(e1,s1) & Actor(e1,x2) & (x1 = x2))
exists e1 x1.(v_act(e1) & n_man(x1) & Actor(e1,x1))
A man practicing shooting with his safety gear on.
The man is about the shoot.
0
-100
You must have safety gear on if you are about to shoot.
exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & a_on(s1) & Manner(e1,s1) & with(e1,x4) & n_gear(x4) & of(x4,x5) & n_safety(x5) & of(x4,x1) & n_male(x1) & Theme(e1,x3) & Actor(e1,x2) & v_practice(e1) & n_shooting(x3) & (x1 = x2) & n_man(x1))
exists p1 x1 x2.(n_shoot(x2) & n_man(x1) & about(x1,x2))
4ea977e0-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5.(with(e1,x4) & v_practice(e1) & of(x4,x5) & of(x4,x1) & n_shooting(x3) & n_safety(x5) & n_man(x1) & n_male(x1) & n_gear(x4) & a_topic(x1) & a_on(s1) & Theme(e1,x3) & Manner(e1,s1) & Actor(e1,x2) & (x1 = x2))
exists x1 x2.(n_shoot(x2) & n_man(x1) & about(x1,x2))
A man is firing a handgun.
A man has a gun in his hand.
0
-100
The gun must be in his hand in he is firing it.
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_fire(e1) & n_handgun(x2) & n_man(x1))
exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & in(x2,x3) & n_hand(x3) & of(x3,x1) & n_male(x1) & n_gun(x2) & n_man(x1))
4ea97c22-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2.(v_fire(e1) & n_man(x1) & n_handgun(x2) & Theme(e1,x2) & Actor(e1,x1))
exists e1 x1 x2 x3.(v_have(e1) & of(x3,x1) & n_man(x1) & n_male(x1) & n_hand(x3) & n_gun(x2) & in(x2,x3) & Theme(e1,x2) & Actor(e1,x1))
A man is firing a handgun.
A man is waving his hands
2
-100
A man cannot fire a handgun well waving his hands.
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_fire(e1) & n_handgun(x2) & n_man(x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_wave(e1) & n_hand(x2) & of(x2,x1) & n_male(x1) & n_man(x1))
4ea9805a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2.(v_fire(e1) & n_man(x1) & n_handgun(x2) & Theme(e1,x2) & Actor(e1,x1))
exists e1 x1 x2.(v_wave(e1) & of(x2,x1) & n_man(x1) & n_male(x1) & n_hand(x2) & Theme(e1,x2) & Actor(e1,x1))
A man is firing a handgun.
a man fires a handgun at a target
1
0.703346
A target doesn't have to be present.
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_fire(e1) & n_handgun(x2) & n_man(x1))
exists e1 x1 x2 x3.(at(e1,x3) & n_target(x3) & Theme(e1,x2) & Actor(e1,x1) & v_fire(e1) & n_handgun(x2) & n_man(x1))
4ea984f6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2.(v_fire(e1) & n_man(x1) & n_handgun(x2) & Theme(e1,x2) & Actor(e1,x1))
exists e1 x1 x2 x3.(v_fire(e1) & n_target(x3) & n_man(x1) & n_handgun(x2) & at(e1,x3) & Theme(e1,x2) & Actor(e1,x1))
A man is firing a handgun.
A man holds a gun.
0
-100
You must be holding a gun to fire a handgun.
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_fire(e1) & n_handgun(x2) & n_man(x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_gun(x2) & n_man(x1))
4ea98938-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2.(v_fire(e1) & n_man(x1) & n_handgun(x2) & Theme(e1,x2) & Actor(e1,x1))
exists e1 x1 x2.(v_hold(e1) & n_man(x1) & n_gun(x2) & Theme(e1,x2) & Actor(e1,x1))
A man is firing a handgun.
A woman is holding up a knife.
2
-100
A man is the opposite of a woman.
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_fire(e1) & n_handgun(x2) & n_man(x1))
exists e1 s1 x1 x2.(a_up(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_knife(x2) & n_woman(x1))
4ea98d66-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2.(v_fire(e1) & n_man(x1) & n_handgun(x2) & Theme(e1,x2) & Actor(e1,x1))
exists e1 s1 x1 x2.(v_hold(e1) & n_woman(x1) & n_knife(x2) & a_up(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1))
A man is firing a handgun.
A man discharges firearm.
0
-100
In order to discharge a firearm you must be holding it.
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_fire(e1) & n_handgun(x2) & n_man(x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_discharge(e1) & n_firearm(x2) & n_man(x1))
4ea9918a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2.(v_fire(e1) & n_man(x1) & n_handgun(x2) & Theme(e1,x2) & Actor(e1,x1))
exists e1 x1 x2.(v_discharge(e1) & n_man(x1) & n_firearm(x2) & Theme(e1,x2) & Actor(e1,x1))
A man is firing a handgun.
A man is shooting at a gun range.
1
0.644442
Firing a handgun doesn't imply being at a gun range.
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_fire(e1) & n_handgun(x2) & n_man(x1))
exists e1 x1 x2 x3.(at(e1,x2) & n_range(x2) & of(x2,x3) & n_gun(x3) & Actor(e1,x1) & v_shoot(e1) & n_man(x1))
4ea997d4-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2.(v_fire(e1) & n_man(x1) & n_handgun(x2) & Theme(e1,x2) & Actor(e1,x1))
exists e1 x1 x2 x3.(v_shoot(e1) & of(x2,x3) & n_range(x2) & n_man(x1) & n_gun(x3) & at(e1,x2) & Actor(e1,x1))
A man is firing a handgun.
The person had a handgun and was using it.
1
0.982565
Using doesn't necessarily mean it was fired.
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_fire(e1) & n_handgun(x2) & n_man(x1))
exists e2 e1 x1 x2.(n_person(x1) & Theme(e2,x2) & Actor(e2,x1) & v_use(e2) & n_thing(x2) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_handgun(x2))
4ea99c52-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2.(v_fire(e1) & n_man(x1) & n_handgun(x2) & Theme(e1,x2) & Actor(e1,x1))
exists e2 e1 x1 x2.(v_use(e2) & v_have(e1) & n_thing(x2) & n_person(x1) & n_handgun(x2) & Theme(e2,x2) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x1))
A man is firing a handgun.
a woman fires a handgun
2
-100
A man is the opposite of a woman.
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_fire(e1) & n_handgun(x2) & n_man(x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_fire(e1) & n_handgun(x2) & n_woman(x1))
4ea9a076-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2.(v_fire(e1) & n_man(x1) & n_handgun(x2) & Theme(e1,x2) & Actor(e1,x1))
exists e1 x1 x2.(v_fire(e1) & n_woman(x1) & n_handgun(x2) & Theme(e1,x2) & Actor(e1,x1))
A man is firing a handgun.
A handgun is being fired by a man.
0
-100
In order for a handgun to be fired the man must fire it.
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_fire(e1) & n_handgun(x2) & n_man(x1))
exists e1 x1 x2.(Actor(e1,x2) & n_man(x2) & Theme(e1,x1) & v_fire(e1) & n_handgun(x1))
4ea9a4a4-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2.(v_fire(e1) & n_man(x1) & n_handgun(x2) & Theme(e1,x2) & Actor(e1,x1))
exists e1 x1 x2.(v_fire(e1) & n_man(x2) & n_handgun(x1) & Theme(e1,x1) & Actor(e1,x2))
A man is firing a handgun.
The handgun was lying on the table.
2
0.018817
The man cannot fire a handgun if it is laying on the table.
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_fire(e1) & n_handgun(x2) & n_man(x1))
exists e1 x1 x2.(n_table(x2) & n_handgun(x1) & on(e1,x2) & Actor(e1,x1) & v_lie(e1))
4ea9a918-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2.(v_fire(e1) & n_man(x1) & n_handgun(x2) & Theme(e1,x2) & Actor(e1,x1))
exists e1 x1 x2.(v_lie(e1) & on(e1,x2) & n_table(x2) & n_handgun(x1) & Actor(e1,x1))
A man is firing a handgun.
A man is trying to kill someone with his gun.
1
0.184673
Not all men who fire handguns are trying to kill someone.
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_fire(e1) & n_handgun(x2) & n_man(x1))
exists e1 p1 x1 x3.(Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2 x2.(Theme(e2,x2) & Actor(e2,x1) & v_kill(e2) & with(x2,x3) & n_person(x2)) & n_gun(x3) & of(x3,x1) & n_male(x1) & n_man(x1))
4ea9ad5a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2.(v_fire(e1) & n_man(x1) & n_handgun(x2) & Theme(e1,x2) & Actor(e1,x1))
exists e1 p1 x1 x3.(v_try(e1) & of(x3,x1) & n_man(x1) & n_male(x1) & n_gun(x3) & exists e2 x2.(with(x2,x3) & v_kill(e2) & n_person(x2) & Theme(e2,x2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1))
A man is firing a handgun.
A man appears to be waving a handgun
1
0.00186
Not all men firing a handgun is not waving a handgun.
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_fire(e1) & n_handgun(x2) & n_man(x1))
exists e1 p1 x1.(Topic(e1,p1) & Actor(e1,x1) & v_appear(e1) & exists e2 x2.(Theme(e2,x2) & Actor(e2,x1) & v_wave(e2) & n_handgun(x2)) & n_man(x1))
4ea9b17e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2.(v_fire(e1) & n_man(x1) & n_handgun(x2) & Theme(e1,x2) & Actor(e1,x1))
exists e1 p1 x1.(v_appear(e1) & n_man(x1) & exists e2 x2.(v_wave(e2) & n_handgun(x2) & Theme(e2,x2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1))
A man is firing a handgun.
A man is holding a bow and arrow.
2
-100
A man cannot fire a handgun while holding a bow and arrow.
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_fire(e1) & n_handgun(x2) & n_man(x1))
exists e1 x1 x2 x3 x4.(Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_arrow(x4) & n_bow(x3) & subset_of(x4,x2) & subset_of(x3,x2) & n_man(x1))
4ea9b598-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2.(v_fire(e1) & n_man(x1) & n_handgun(x2) & Theme(e1,x2) & Actor(e1,x1))
exists e1 x1 x2 x3 x4.(v_hold(e1) & subset_of(x4,x2) & subset_of(x3,x2) & n_man(x1) & n_bow(x3) & n_arrow(x4) & Theme(e1,x2) & Actor(e1,x1))
A man is firing a handgun.
a man fires a handgun
0
0.97132
A man firing a handgun also fires it simultaneously.
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_fire(e1) & n_handgun(x2) & n_man(x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_fire(e1) & n_handgun(x2) & n_man(x1))
4ea9ba70-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2.(v_fire(e1) & n_man(x1) & n_handgun(x2) & Theme(e1,x2) & Actor(e1,x1))
exists e1 x1 x2.(v_fire(e1) & n_man(x1) & n_handgun(x2) & Theme(e1,x2) & Actor(e1,x1))
A man dresses in a military uniform looks through a microscope while a bald man in a white coat looks on.
Bald man in a white coat looks a man to kill him.
1
-100
a man looks on another doesn't mean that he looks a man to kill him.
exists e1 e2 p1 s1 x1 x2 x3 x4.(exists e3 p2 s2 s3 x5 x6.(exists s4.(Theme(s4,x5) & a_on(s4)) & Topic(e3,p2) & Actor(e3,x5) & v_look(e3) & in(x5,x6) & n_coat(x6) & a_white(s3) & Theme(s3,x6) & n_man(x5) & a_bald(s2) & Theme(s2,x5)) & while(e2,p1) & through(e2,x4) & n_microscope(x4) & Actor(e2,x1) & v_look(e2) & in(e1,x3) & n_uniform(x3) & a_military(s1) & Theme(s1,x3) & Actor(e1,x2) & v_dress(e1) & (x1 = x2) & n_man(x1))
exists e1 p1 s1 x1 x2 x3 x4.(Theme(e1,x4) & Actor(e1,x1) & v_look(e1) & Topic(x4,p1) & exists e2.(Theme(e2,x1) & Actor(e2,x4) & v_kill(e2)) & n_male(x1) & n_man(x4) & in(x1,x3) & n_coat(x3) & a_white(s1) & Theme(s1,x3) & n_man(x1) & (x1 = x2) & ne_nam_bald(x2))
4ea9bee4-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 p1 s1 x1 x2 x3 x4.(while(e2,p1) & v_look(e2) & v_dress(e1) & through(e2,x4) & n_uniform(x3) & n_microscope(x4) & n_man(x1) & in(e1,x3) & exists e3 p2 s2 s3 x5 x6.(v_look(e3) & n_man(x5) & n_coat(x6) & in(x5,x6) & exists s4.(a_on(s4) & Theme(s4,x5)) & a_white(s3) & a_bald(s2) & Topic(e3,p2) & Theme(s3,x6) & Theme(s2,x5) & Actor(e3,x5)) & a_military(s1) & Theme(s1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
exists e1 p1 s1 x1 x2 x3 x4.(v_look(e1) & ne_nam_bald(x2) & n_man(x4) & n_man(x1) & n_male(x1) & n_coat(x3) & in(x1,x3) & exists e2.(v_kill(e2) & Theme(e2,x1) & Actor(e2,x4)) & a_white(s1) & Topic(x4,p1) & Theme(s1,x3) & Theme(e1,x4) & Actor(e1,x1) & (x1 = x2))
A man dresses in a military uniform looks through a microscope while a bald man in a white coat looks on.
A man provided with microscope.
0
-100
A man must be provided with a microscope in order for him to look through it.
exists e1 e2 p1 s1 x1 x2 x3 x4.(exists e3 p2 s2 s3 x5 x6.(exists s4.(Theme(s4,x5) & a_on(s4)) & Topic(e3,p2) & Actor(e3,x5) & v_look(e3) & in(x5,x6) & n_coat(x6) & a_white(s3) & Theme(s3,x6) & n_man(x5) & a_bald(s2) & Theme(s2,x5)) & while(e2,p1) & through(e2,x4) & n_microscope(x4) & Actor(e2,x1) & v_look(e2) & in(e1,x3) & n_uniform(x3) & a_military(s1) & Theme(s1,x3) & Actor(e1,x2) & v_dress(e1) & (x1 = x2) & n_man(x1))
exists e1 x1 x2 x3.(a_topic(x1) & with(e1,x3) & n_microscope(x3) & Theme(e1,x2) & v_provide(e1) & (x1 = x2) & n_man(x1))
4ea9c312-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 p1 s1 x1 x2 x3 x4.(while(e2,p1) & v_look(e2) & v_dress(e1) & through(e2,x4) & n_uniform(x3) & n_microscope(x4) & n_man(x1) & in(e1,x3) & exists e3 p2 s2 s3 x5 x6.(v_look(e3) & n_man(x5) & n_coat(x6) & in(x5,x6) & exists s4.(a_on(s4) & Theme(s4,x5)) & a_white(s3) & a_bald(s2) & Topic(e3,p2) & Theme(s3,x6) & Theme(s2,x5) & Actor(e3,x5)) & a_military(s1) & Theme(s1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
exists e1 x1 x2 x3.(with(e1,x3) & v_provide(e1) & n_microscope(x3) & n_man(x1) & a_topic(x1) & Theme(e1,x2) & (x1 = x2))
A man dresses in a military uniform looks through a microscope while a bald man in a white coat looks on.
Hair cannot regrow on bald man's head.
2
-100
IF you are bold there cannot be hair.
exists e1 e2 p1 s1 x1 x2 x3 x4.(exists e3 p2 s2 s3 x5 x6.(exists s4.(Theme(s4,x5) & a_on(s4)) & Topic(e3,p2) & Actor(e3,x5) & v_look(e3) & in(x5,x6) & n_coat(x6) & a_white(s3) & Theme(s3,x6) & n_man(x5) & a_bald(s2) & Theme(s2,x5)) & while(e2,p1) & through(e2,x4) & n_microscope(x4) & Actor(e2,x1) & v_look(e2) & in(e1,x3) & n_uniform(x3) & a_military(s1) & Theme(s1,x3) & Actor(e1,x2) & v_dress(e1) & (x1 = x2) & n_man(x1))
exists x1.(ne_nam_hair(x1) & -exists e1 p1.(exists e2 s1 x2 x3.(on(e2,x3) & n_head(x3) & of(x3,x2) & n_man(x2) & a_bald(s1) & Theme(s1,x2) & Actor(e2,x1) & v_regrow(e2)) & Topic(e1,p1) & Actor(e1,x1) & v_can(e1)))
4ea9c8b2-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 p1 s1 x1 x2 x3 x4.(while(e2,p1) & v_look(e2) & v_dress(e1) & through(e2,x4) & n_uniform(x3) & n_microscope(x4) & n_man(x1) & in(e1,x3) & exists e3 p2 s2 s3 x5 x6.(v_look(e3) & n_man(x5) & n_coat(x6) & in(x5,x6) & exists s4.(a_on(s4) & Theme(s4,x5)) & a_white(s3) & a_bald(s2) & Topic(e3,p2) & Theme(s3,x6) & Theme(s2,x5) & Actor(e3,x5)) & a_military(s1) & Theme(s1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
exists x1.(ne_nam_hair(x1) & all e1 p1.(all e2 s1 x2 x3.(-v_regrow(e2) | -on(e2,x3) | -of(x3,x2) | -n_man(x2) | -n_head(x3) | -a_bald(s1) | -Theme(s1,x2) | -Actor(e2,x1)) | -v_can(e1) | -Topic(e1,p1) | -Actor(e1,x1)))
A man in a US Army uniform looks through a microscope as a scientist in a lab coat looks over his shoulder.
Two men are next to a microscope.
0
-100
If a man is using a microscope, and a scientist looks over his shoulder, then two men are next to a microscope.
exists e1 p1 x1 x2 x3 x4 x5 x9.(exists e2 x6 x7 x8.(over(e2,x9) & Actor(e2,x6) & v_look(e2) & in(x6,x7) & n_coat(x7) & of(x7,x8) & n_lab(x8) & n_scientist(x6)) & n_shoulder(x9) & of(x9,x1) & n_male(x1) & as(e1,p1) & through(e1,x5) & n_microscope(x5) & Actor(e1,x1) & v_look(e1) & in(x1,x2) & n_uniform(x2) & (x2 = x4) & ne_org_army(x4) & (x2 = x3) & ne_org_us(x3) & n_man(x1))
exists s1 x1 x2.(to(s1,x2) & n_microscope(x2) & Theme(s1,x1) & a_next(s1) & n_man(x1) & card_eq_2(x1))
4ea9cdbc-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 x1 x2 x3 x4 x5 x9.(v_look(e1) & through(e1,x5) & of(x9,x1) & ne_org_us(x3) & ne_org_army(x4) & n_uniform(x2) & n_shoulder(x9) & n_microscope(x5) & n_man(x1) & n_male(x1) & in(x1,x2) & exists e2 x6 x7 x8.(v_look(e2) & over(e2,x9) & of(x7,x8) & n_scientist(x6) & n_lab(x8) & n_coat(x7) & in(x6,x7) & Actor(e2,x6)) & as(e1,p1) & Actor(e1,x1) & (x2 = x4) & (x2 = x3))
exists s1 x1 x2.(to(s1,x2) & n_microscope(x2) & n_man(x1) & card_eq_2(x1) & a_next(s1) & Theme(s1,x1))
A man in a US Army uniform looks through a microscope as a scientist in a lab coat looks over his shoulder.
A scientist shows his next prototype to the army general.
1
0.023453
Looking through a microscope does not imply that it is the scientist's next prototype. A man in an army uniform is not assumed to be a general.
exists e1 p1 x1 x2 x3 x4 x5 x9.(exists e2 x6 x7 x8.(over(e2,x9) & Actor(e2,x6) & v_look(e2) & in(x6,x7) & n_coat(x7) & of(x7,x8) & n_lab(x8) & n_scientist(x6)) & n_shoulder(x9) & of(x9,x1) & n_male(x1) & as(e1,p1) & through(e1,x5) & n_microscope(x5) & Actor(e1,x1) & v_look(e1) & in(x1,x2) & n_uniform(x2) & (x2 = x4) & ne_org_army(x4) & (x2 = x3) & ne_org_us(x3) & n_man(x1))
exists e1 s1 x1 x2 x3 x4.(n_general(x3) & of(x3,x4) & n_army(x4) & to(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_show(e1) & n_prototype(x2) & a_next(s1) & Theme(s1,x2) & of(x2,x1) & n_male(x1) & n_scientist(x1))
4ea9d8f2-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 x1 x2 x3 x4 x5 x9.(v_look(e1) & through(e1,x5) & of(x9,x1) & ne_org_us(x3) & ne_org_army(x4) & n_uniform(x2) & n_shoulder(x9) & n_microscope(x5) & n_man(x1) & n_male(x1) & in(x1,x2) & exists e2 x6 x7 x8.(v_look(e2) & over(e2,x9) & of(x7,x8) & n_scientist(x6) & n_lab(x8) & n_coat(x7) & in(x6,x7) & Actor(e2,x6)) & as(e1,p1) & Actor(e1,x1) & (x2 = x4) & (x2 = x3))
exists e1 s1 x1 x2 x3 x4.(v_show(e1) & to(e1,x3) & of(x3,x4) & of(x2,x1) & n_scientist(x1) & n_prototype(x2) & n_male(x1) & n_general(x3) & n_army(x4) & a_next(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
A man in a US Army uniform looks through a microscope as a scientist in a lab coat looks over his shoulder.
Two men are looking at a telescope.
2
-100
Two men cannot look through a microscope at the same time.
exists e1 p1 x1 x2 x3 x4 x5 x9.(exists e2 x6 x7 x8.(over(e2,x9) & Actor(e2,x6) & v_look(e2) & in(x6,x7) & n_coat(x7) & of(x7,x8) & n_lab(x8) & n_scientist(x6)) & n_shoulder(x9) & of(x9,x1) & n_male(x1) & as(e1,p1) & through(e1,x5) & n_microscope(x5) & Actor(e1,x1) & v_look(e1) & in(x1,x2) & n_uniform(x2) & (x2 = x4) & ne_org_army(x4) & (x2 = x3) & ne_org_us(x3) & n_man(x1))
exists e1 x1 x2.(at(e1,x2) & n_telescope(x2) & Actor(e1,x1) & v_look(e1) & n_man(x1) & card_eq_2(x1))
4ea9ddde-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 x1 x2 x3 x4 x5 x9.(v_look(e1) & through(e1,x5) & of(x9,x1) & ne_org_us(x3) & ne_org_army(x4) & n_uniform(x2) & n_shoulder(x9) & n_microscope(x5) & n_man(x1) & n_male(x1) & in(x1,x2) & exists e2 x6 x7 x8.(v_look(e2) & over(e2,x9) & of(x7,x8) & n_scientist(x6) & n_lab(x8) & n_coat(x7) & in(x6,x7) & Actor(e2,x6)) & as(e1,p1) & Actor(e1,x1) & (x2 = x4) & (x2 = x3))
exists e1 x1 x2.(v_look(e1) & n_telescope(x2) & n_man(x1) & card_eq_2(x1) & at(e1,x2) & Actor(e1,x1))
A man in a US Army uniform looks through a microscope as a scientist in a lab coat looks over his shoulder.
The man in a US Army uniform conducts expirements.
1
0.6888
All man looking through the microscope are not conducting expirements.
exists e1 p1 x1 x2 x3 x4 x5 x9.(exists e2 x6 x7 x8.(over(e2,x9) & Actor(e2,x6) & v_look(e2) & in(x6,x7) & n_coat(x7) & of(x7,x8) & n_lab(x8) & n_scientist(x6)) & n_shoulder(x9) & of(x9,x1) & n_male(x1) & as(e1,p1) & through(e1,x5) & n_microscope(x5) & Actor(e1,x1) & v_look(e1) & in(x1,x2) & n_uniform(x2) & (x2 = x4) & ne_org_army(x4) & (x2 = x3) & ne_org_us(x3) & n_man(x1))
exists x1 x2 x3 x4 x5 x6.(n_man(x1) & a_topic(x1) & in(x1,x2) & n_expirement(x2) & of(x2,x6) & n_conduct(x6) & of(x2,x5) & n_uniform(x5) & (x2 = x4) & ne_org_army(x4) & (x2 = x3) & ne_org_us(x3))
4ea9ed38-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 x1 x2 x3 x4 x5 x9.(v_look(e1) & through(e1,x5) & of(x9,x1) & ne_org_us(x3) & ne_org_army(x4) & n_uniform(x2) & n_shoulder(x9) & n_microscope(x5) & n_man(x1) & n_male(x1) & in(x1,x2) & exists e2 x6 x7 x8.(v_look(e2) & over(e2,x9) & of(x7,x8) & n_scientist(x6) & n_lab(x8) & n_coat(x7) & in(x6,x7) & Actor(e2,x6)) & as(e1,p1) & Actor(e1,x1) & (x2 = x4) & (x2 = x3))
exists x1 x2 x3 x4 x5 x6.(of(x2,x6) & of(x2,x5) & ne_org_us(x3) & ne_org_army(x4) & n_uniform(x5) & n_man(x1) & n_expirement(x2) & n_conduct(x6) & in(x1,x2) & a_topic(x1) & (x2 = x4) & (x2 = x3))
A man in a US Army uniform looks through a microscope as a scientist in a lab coat looks over his shoulder.
The scientist uses a microscope.
2
0.469662
the man in an army uniform cannot look through the microscope while the scientist also uses a microscope
exists e1 p1 x1 x2 x3 x4 x5 x9.(exists e2 x6 x7 x8.(over(e2,x9) & Actor(e2,x6) & v_look(e2) & in(x6,x7) & n_coat(x7) & of(x7,x8) & n_lab(x8) & n_scientist(x6)) & n_shoulder(x9) & of(x9,x1) & n_male(x1) & as(e1,p1) & through(e1,x5) & n_microscope(x5) & Actor(e1,x1) & v_look(e1) & in(x1,x2) & n_uniform(x2) & (x2 = x4) & ne_org_army(x4) & (x2 = x3) & ne_org_us(x3) & n_man(x1))
exists e1 x1 x2.(n_scientist(x1) & Theme(e1,x2) & Actor(e1,x1) & v_use(e1) & n_microscope(x2))
4ea9f76a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 x1 x2 x3 x4 x5 x9.(v_look(e1) & through(e1,x5) & of(x9,x1) & ne_org_us(x3) & ne_org_army(x4) & n_uniform(x2) & n_shoulder(x9) & n_microscope(x5) & n_man(x1) & n_male(x1) & in(x1,x2) & exists e2 x6 x7 x8.(v_look(e2) & over(e2,x9) & of(x7,x8) & n_scientist(x6) & n_lab(x8) & n_coat(x7) & in(x6,x7) & Actor(e2,x6)) & as(e1,p1) & Actor(e1,x1) & (x2 = x4) & (x2 = x3))
exists e1 x1 x2.(v_use(e1) & n_scientist(x1) & n_microscope(x2) & Theme(e1,x2) & Actor(e1,x1))
A man in a US Army uniform looks through a microscope as a scientist in a lab coat looks over his shoulder.
A man is looking through a microscope.
0
0.961232
"Is looking through a microscope" is another way of saying "looks through a microscope."
exists e1 p1 x1 x2 x3 x4 x5 x9.(exists e2 x6 x7 x8.(over(e2,x9) & Actor(e2,x6) & v_look(e2) & in(x6,x7) & n_coat(x7) & of(x7,x8) & n_lab(x8) & n_scientist(x6)) & n_shoulder(x9) & of(x9,x1) & n_male(x1) & as(e1,p1) & through(e1,x5) & n_microscope(x5) & Actor(e1,x1) & v_look(e1) & in(x1,x2) & n_uniform(x2) & (x2 = x4) & ne_org_army(x4) & (x2 = x3) & ne_org_us(x3) & n_man(x1))
exists e1 x1 x2.(through(e1,x2) & n_microscope(x2) & Actor(e1,x1) & v_look(e1) & n_man(x1))
4ea9fcc4-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 x1 x2 x3 x4 x5 x9.(v_look(e1) & through(e1,x5) & of(x9,x1) & ne_org_us(x3) & ne_org_army(x4) & n_uniform(x2) & n_shoulder(x9) & n_microscope(x5) & n_man(x1) & n_male(x1) & in(x1,x2) & exists e2 x6 x7 x8.(v_look(e2) & over(e2,x9) & of(x7,x8) & n_scientist(x6) & n_lab(x8) & n_coat(x7) & in(x6,x7) & Actor(e2,x6)) & as(e1,p1) & Actor(e1,x1) & (x2 = x4) & (x2 = x3))
exists e1 x1 x2.(v_look(e1) & through(e1,x2) & n_microscope(x2) & n_man(x1) & Actor(e1,x1))
A man in a US Army uniform looks through a microscope as a scientist in a lab coat looks over his shoulder.
The two men are trying to analyze a bacterial sample.
1
0.312061
when two people looks through a microscope it need not to be a bacterial sample.
exists e1 p1 x1 x2 x3 x4 x5 x9.(exists e2 x6 x7 x8.(over(e2,x9) & Actor(e2,x6) & v_look(e2) & in(x6,x7) & n_coat(x7) & of(x7,x8) & n_lab(x8) & n_scientist(x6)) & n_shoulder(x9) & of(x9,x1) & n_male(x1) & as(e1,p1) & through(e1,x5) & n_microscope(x5) & Actor(e1,x1) & v_look(e1) & in(x1,x2) & n_uniform(x2) & (x2 = x4) & ne_org_army(x4) & (x2 = x3) & ne_org_us(x3) & n_man(x1))
exists e1 p1 x1.(n_man(x1) & card_eq_2(x1) & Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2 s1 x2.(Theme(e2,x2) & Actor(e2,x1) & v_analyze(e2) & n_sample(x2) & a_bacterial(s1) & Theme(s1,x2)))
4eaa05fc-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 x1 x2 x3 x4 x5 x9.(v_look(e1) & through(e1,x5) & of(x9,x1) & ne_org_us(x3) & ne_org_army(x4) & n_uniform(x2) & n_shoulder(x9) & n_microscope(x5) & n_man(x1) & n_male(x1) & in(x1,x2) & exists e2 x6 x7 x8.(v_look(e2) & over(e2,x9) & of(x7,x8) & n_scientist(x6) & n_lab(x8) & n_coat(x7) & in(x6,x7) & Actor(e2,x6)) & as(e1,p1) & Actor(e1,x1) & (x2 = x4) & (x2 = x3))
exists e1 p1 x1.(v_try(e1) & n_man(x1) & exists e2 s1 x2.(v_analyze(e2) & n_sample(x2) & a_bacterial(s1) & Theme(s1,x2) & Theme(e2,x2) & Actor(e2,x1)) & card_eq_2(x1) & Topic(e1,p1) & Actor(e1,x1))
A man in a US Army uniform looks through a microscope as a scientist in a lab coat looks over his shoulder.
Two men are identify the source of a disease.
1
0.556212
when two people looks through a microscope it need not to be a step to identify the source of a disease.
exists e1 p1 x1 x2 x3 x4 x5 x9.(exists e2 x6 x7 x8.(over(e2,x9) & Actor(e2,x6) & v_look(e2) & in(x6,x7) & n_coat(x7) & of(x7,x8) & n_lab(x8) & n_scientist(x6)) & n_shoulder(x9) & of(x9,x1) & n_male(x1) & as(e1,p1) & through(e1,x5) & n_microscope(x5) & Actor(e1,x1) & v_look(e1) & in(x1,x2) & n_uniform(x2) & (x2 = x4) & ne_org_army(x4) & (x2 = x3) & ne_org_us(x3) & n_man(x1))
exists e1 e2 x1 x2 x3 x4.(n_source(x3) & Theme(e2,x3) & Actor(e2,x1) & v_identify(e2) & of(x3,x4) & n_disease(x4) & Actor(e1,x2) & v_be(e1) & (x1 = x2) & n_man(x1) & card_eq_2(x1))
4eaa0afc-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 x1 x2 x3 x4 x5 x9.(v_look(e1) & through(e1,x5) & of(x9,x1) & ne_org_us(x3) & ne_org_army(x4) & n_uniform(x2) & n_shoulder(x9) & n_microscope(x5) & n_man(x1) & n_male(x1) & in(x1,x2) & exists e2 x6 x7 x8.(v_look(e2) & over(e2,x9) & of(x7,x8) & n_scientist(x6) & n_lab(x8) & n_coat(x7) & in(x6,x7) & Actor(e2,x6)) & as(e1,p1) & Actor(e1,x1) & (x2 = x4) & (x2 = x3))
exists e1 e2 x1 x2 x3 x4.(v_identify(e2) & v_be(e1) & of(x3,x4) & n_source(x3) & n_man(x1) & n_disease(x4) & card_eq_2(x1) & Theme(e2,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
A man in a US Army uniform looks through a microscope as a scientist in a lab coat looks over his shoulder.
A scientist and an army guy solve a mystery with a microscope.
1
0.070142
when two people looks through a microscope it doesn't mean that they are solving a mystery.
exists e1 p1 x1 x2 x3 x4 x5 x9.(exists e2 x6 x7 x8.(over(e2,x9) & Actor(e2,x6) & v_look(e2) & in(x6,x7) & n_coat(x7) & of(x7,x8) & n_lab(x8) & n_scientist(x6)) & n_shoulder(x9) & of(x9,x1) & n_male(x1) & as(e1,p1) & through(e1,x5) & n_microscope(x5) & Actor(e1,x1) & v_look(e1) & in(x1,x2) & n_uniform(x2) & (x2 = x4) & ne_org_army(x4) & (x2 = x3) & ne_org_us(x3) & n_man(x1))
exists e1 x1 x2 x3 x4 x5 x6.(with(e1,x6) & n_microscope(x6) & Theme(e1,x5) & Actor(e1,x1) & v_solve(e1) & n_mystery(x5) & subset_of(x3,x1) & n_guy(x3) & of(x3,x4) & n_army(x4) & subset_of(x2,x1) & n_scientist(x2))
4eaa0f98-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 x1 x2 x3 x4 x5 x9.(v_look(e1) & through(e1,x5) & of(x9,x1) & ne_org_us(x3) & ne_org_army(x4) & n_uniform(x2) & n_shoulder(x9) & n_microscope(x5) & n_man(x1) & n_male(x1) & in(x1,x2) & exists e2 x6 x7 x8.(v_look(e2) & over(e2,x9) & of(x7,x8) & n_scientist(x6) & n_lab(x8) & n_coat(x7) & in(x6,x7) & Actor(e2,x6)) & as(e1,p1) & Actor(e1,x1) & (x2 = x4) & (x2 = x3))
exists e1 x1 x2 x3 x4 x5 x6.(with(e1,x6) & v_solve(e1) & subset_of(x3,x1) & subset_of(x2,x1) & of(x3,x4) & n_scientist(x2) & n_mystery(x5) & n_microscope(x6) & n_guy(x3) & n_army(x4) & Theme(e1,x5) & Actor(e1,x1))
A man in a white hoodie relaxes in a chair by a fountain.
A man enjoys the sound of the fountain as he sits near it.
1
0.596042
A man relaxes in a chair by a fountain doesn't mean that he enjoys the sound of the fountain.
exists s1 x1 x2 x3 x4 x5.(a_topic(x1) & in(x1,x2) & in(x2,x4) & by(x4,x5) & n_fountain(x5) & n_chair(x4) & n_relax(x2) & of(x2,x3) & n_hoodie(x3) & a_white(s1) & Theme(s1,x2) & n_man(x1))
exists e1 p1 x1 x2 x3.(n_thing(x2) & n_male(x2) & n_fountain(x3) & n_sound(x2) & exists e2.(near(e2,x2) & Actor(e2,x2) & v_sit(e2)) & as(e1,p1) & Theme(e1,x2) & Actor(e1,x1) & v_enjoy(e1) & of(x2,x3) & n_man(x1))
4eaa4774-e4c8-11ec-9cdd-0242ac1c0002
exists s1 x1 x2 x3 x4 x5.(of(x2,x3) & n_relax(x2) & n_man(x1) & n_hoodie(x3) & n_fountain(x5) & n_chair(x4) & in(x2,x4) & in(x1,x2) & by(x4,x5) & a_white(s1) & a_topic(x1) & Theme(s1,x2))
exists e1 p1 x1 x2 x3.(v_enjoy(e1) & of(x2,x3) & n_thing(x2) & n_sound(x2) & n_man(x1) & n_male(x2) & n_fountain(x3) & exists e2.(v_sit(e2) & near(e2,x2) & Actor(e2,x2)) & as(e1,p1) & Theme(e1,x2) & Actor(e1,x1))
A man in a white hoodie relaxes in a chair by a fountain.
He just had a drink from the fountain.
1
0.032046
Relaxing by a fountain does not mean he had a drink from the fountain.
exists s1 x1 x2 x3 x4 x5.(a_topic(x1) & in(x1,x2) & in(x2,x4) & by(x4,x5) & n_fountain(x5) & n_chair(x4) & n_relax(x2) & of(x2,x3) & n_hoodie(x3) & a_white(s1) & Theme(s1,x2) & n_man(x1))
exists e1 s1 x1 x2 x3.(n_fountain(x3) & n_male(x1) & a_just(s1) & Manner(e1,s1) & from(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_drink(x2))
4eaa5228-e4c8-11ec-9cdd-0242ac1c0002
exists s1 x1 x2 x3 x4 x5.(of(x2,x3) & n_relax(x2) & n_man(x1) & n_hoodie(x3) & n_fountain(x5) & n_chair(x4) & in(x2,x4) & in(x1,x2) & by(x4,x5) & a_white(s1) & a_topic(x1) & Theme(s1,x2))
exists e1 s1 x1 x2 x3.(v_have(e1) & n_male(x1) & n_fountain(x3) & n_drink(x2) & from(e1,x3) & a_just(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1))
A man in a white hoodie relaxes in a chair by a fountain.
A man is looking at a fountian.
1
0.735195
Relaxing by a fountain does not necessarily imply the man is looking at the fountain.
exists s1 x1 x2 x3 x4 x5.(a_topic(x1) & in(x1,x2) & in(x2,x4) & by(x4,x5) & n_fountain(x5) & n_chair(x4) & n_relax(x2) & of(x2,x3) & n_hoodie(x3) & a_white(s1) & Theme(s1,x2) & n_man(x1))
exists e1 x1 x2.(at(e1,x2) & n_fountian(x2) & Actor(e1,x1) & v_look(e1) & n_man(x1))
4eaa60ba-e4c8-11ec-9cdd-0242ac1c0002
exists s1 x1 x2 x3 x4 x5.(of(x2,x3) & n_relax(x2) & n_man(x1) & n_hoodie(x3) & n_fountain(x5) & n_chair(x4) & in(x2,x4) & in(x1,x2) & by(x4,x5) & a_white(s1) & a_topic(x1) & Theme(s1,x2))
exists e1 x1 x2.(v_look(e1) & n_man(x1) & n_fountian(x2) & at(e1,x2) & Actor(e1,x1))
A man in a white hoodie relaxes in a chair by a fountain.
A man relaxes in chair.
0
1
Man and man are the same.
exists s1 x1 x2 x3 x4 x5.(a_topic(x1) & in(x1,x2) & in(x2,x4) & by(x4,x5) & n_fountain(x5) & n_chair(x4) & n_relax(x2) & of(x2,x3) & n_hoodie(x3) & a_white(s1) & Theme(s1,x2) & n_man(x1))
exists e1 x1 x2.(in(e1,x2) & n_chair(x2) & Actor(e1,x1) & v_relax(e1) & n_man(x1))
4eaa66dc-e4c8-11ec-9cdd-0242ac1c0002
exists s1 x1 x2 x3 x4 x5.(of(x2,x3) & n_relax(x2) & n_man(x1) & n_hoodie(x3) & n_fountain(x5) & n_chair(x4) & in(x2,x4) & in(x1,x2) & by(x4,x5) & a_white(s1) & a_topic(x1) & Theme(s1,x2))
exists e1 x1 x2.(v_relax(e1) & n_man(x1) & n_chair(x2) & in(e1,x2) & Actor(e1,x1))
A man in a white hoodie relaxes in a chair by a fountain.
A man wades in a fountain.
2
0.000029
a man cannot relax by the fountain and wade in the fountain at the same time
exists s1 x1 x2 x3 x4 x5.(a_topic(x1) & in(x1,x2) & in(x2,x4) & by(x4,x5) & n_fountain(x5) & n_chair(x4) & n_relax(x2) & of(x2,x3) & n_hoodie(x3) & a_white(s1) & Theme(s1,x2) & n_man(x1))
exists x1 x2 x3.(a_topic(x1) & in(x1,x3) & n_fountain(x3) & n_wade(x1) & of(x1,x2) & n_man(x2))
4eaa85e0-e4c8-11ec-9cdd-0242ac1c0002
exists s1 x1 x2 x3 x4 x5.(of(x2,x3) & n_relax(x2) & n_man(x1) & n_hoodie(x3) & n_fountain(x5) & n_chair(x4) & in(x2,x4) & in(x1,x2) & by(x4,x5) & a_white(s1) & a_topic(x1) & Theme(s1,x2))
exists x1 x2 x3.(of(x1,x2) & n_wade(x1) & n_man(x2) & n_fountain(x3) & in(x1,x3) & a_topic(x1))