premise
stringlengths
9
342
hypothesis
stringlengths
1
295
label
int64
0
2
probability
float64
-100
1
explanation_1
stringlengths
0
706
explanation_2
stringclasses
1 value
explanation_3
stringclasses
1 value
premise_logic
stringlengths
39
2.12k
hypothesis_logic
stringlengths
33
2.09k
id
stringlengths
36
36
premise_sim
stringlengths
39
2.11k
hypothesis_sim
stringlengths
33
2.08k
A man is putting in an order at the kitchen of a restaurant.
A woman takes a mans order.
1
0.409508
A man putting in an order does not imply a woman takes an order.
exists e1 x1 x2 x3 x4 x5.(n_kitchen(x3) & in(e1,x5) & n_order(x5) & at(e1,x3) & of(x3,x4) & n_restaurant(x4) & Theme(e1,x2) & Actor(e1,x1) & v_put(e1) & n_thing(x2) & n_man(x1))
exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & n_order(x2) & of(x2,x3) & n_man(x3) & n_woman(x1))
77882b02-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4 x5.(v_put(e1) & of(x3,x4) & n_thing(x2) & n_restaurant(x4) & n_order(x5) & n_man(x1) & n_kitchen(x3) & in(e1,x5) & at(e1,x3) & Theme(e1,x2) & Actor(e1,x1))
exists e1 x1 x2 x3.(v_take(e1) & of(x2,x3) & n_woman(x1) & n_order(x2) & n_man(x3) & Theme(e1,x2) & Actor(e1,x1))
A man is putting in an order at the kitchen of a restaurant.
A man orders pancakes for himself.
1
0.017099
Putting in an order does not imply to order pancakes.
exists e1 x1 x2 x3 x4 x5.(n_kitchen(x3) & in(e1,x5) & n_order(x5) & at(e1,x3) & of(x3,x4) & n_restaurant(x4) & Theme(e1,x2) & Actor(e1,x1) & v_put(e1) & n_thing(x2) & n_man(x1))
exists e1 x1 x2.(for(e1,x1) & n_male(x1) & Actor(e1,x1) & v_pancake(e1) & n_order(x1) & of(x1,x2) & n_man(x2))
77883034-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4 x5.(v_put(e1) & of(x3,x4) & n_thing(x2) & n_restaurant(x4) & n_order(x5) & n_man(x1) & n_kitchen(x3) & in(e1,x5) & at(e1,x3) & Theme(e1,x2) & Actor(e1,x1))
exists e1 x1 x2.(v_pancake(e1) & of(x1,x2) & n_order(x1) & n_man(x2) & n_male(x1) & for(e1,x1) & Actor(e1,x1))
A man is putting in an order at the kitchen of a restaurant.
A waiter puts up another order for the cooks to fulfill
1
0.847788
Putting up an order does not imply putting up another order.
exists e1 x1 x2 x3 x4 x5.(n_kitchen(x3) & in(e1,x5) & n_order(x5) & at(e1,x3) & of(x3,x4) & n_restaurant(x4) & Theme(e1,x2) & Actor(e1,x1) & v_put(e1) & n_thing(x2) & n_man(x1))
exists e1 p1 s1 x1 x2 x3 x4 x5.(n_cook(x5) & n_order(x3) & Topic(e1,p1) & exists e2.(Actor(e2,x1) & v_fulfill(e2)) & a_up(s1) & Manner(e1,s1) & for(e1,x5) & Theme(e1,x4) & Actor(e1,x2) & v_put(e1) & n_order(x4) & -(x4 = x3) & n_waiter(x2) & n_waiter(x1))
77883c96-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4 x5.(v_put(e1) & of(x3,x4) & n_thing(x2) & n_restaurant(x4) & n_order(x5) & n_man(x1) & n_kitchen(x3) & in(e1,x5) & at(e1,x3) & Theme(e1,x2) & Actor(e1,x1))
exists e1 p1 s1 x1 x2 x3 x4 x5.(v_put(e1) & n_waiter(x2) & n_waiter(x1) & n_order(x4) & n_order(x3) & n_cook(x5) & for(e1,x5) & exists e2.(v_fulfill(e2) & Actor(e2,x1)) & a_up(s1) & Topic(e1,p1) & Theme(e1,x4) & Manner(e1,s1) & Actor(e1,x2) & -(x4 = x3))
A white dog is running fast on a trail covered by snow.
An animal is outdoors.
1
-100
This statement is entirely true. The white dog is an animal. A trail covered by snow is outdoors.
exists e1 e2 s1 s2 x1 x2 x3 x4.(on(e1,x2) & Actor(e2,x4) & n_snow(x4) & Theme(e2,x3) & v_cover(e2) & (x2 = x3) & n_trail(x2) & a_fast(s2) & Manner(e1,s2) & Actor(e1,x1) & v_run(e1) & n_dog(x1) & a_white(s1) & Theme(s1,x1))
exists p1 x1.(exists x2.((x1 = x2) & n_outdoors(x2)) & n_animal(x1))
7789b314-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 x1 x2 x3 x4.(v_run(e1) & v_cover(e2) & on(e1,x2) & n_trail(x2) & n_snow(x4) & n_dog(x1) & a_white(s1) & a_fast(s2) & Theme(s1,x1) & Theme(e2,x3) & Manner(e1,s2) & Actor(e2,x4) & Actor(e1,x1) & (x2 = x3))
exists x1.(n_animal(x1) & exists x2.(n_outdoors(x2) & (x1 = x2)))
A white dog is running fast on a trail covered by snow.
A cat is in the water.
2
-100
A dog is different from a cat.
exists e2 e1 s1 s2 x1 x2 x3 x4.(on(e1,x2) & Actor(e2,x4) & n_snow(x4) & Theme(e2,x3) & v_cover(e2) & (x2 = x3) & n_trail(x2) & a_fast(s2) & Manner(e1,s2) & Actor(e1,x1) & v_run(e1) & n_dog(x1) & a_white(s1) & Theme(s1,x1))
exists p1 x1 x2.(n_water(x2) & in(x1,x2) & n_cat(x1))
7789b92c-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 s2 x1 x2 x3 x4.(v_run(e1) & v_cover(e2) & on(e1,x2) & n_trail(x2) & n_snow(x4) & n_dog(x1) & a_white(s1) & a_fast(s2) & Theme(s1,x1) & Theme(e2,x3) & Manner(e1,s2) & Actor(e2,x4) & Actor(e1,x1) & (x2 = x3))
exists x1 x2.(n_water(x2) & n_cat(x1) & in(x1,x2))
A member of the armed forces cracks an egg in a tent.
A member of the armed forces.
0
-100
Member of the armed forces is repeated as member of the armed forces.
exists s1 x1 x3.(n_force(x3) & a_armed(s1) & Theme(s1,x3) & all x2.(n_egg(x2) -> exists x4 x5.(a_topic(x1) & of(x1,x3) & in(x3,x5) & n_tent(x5) & for(x3,x2) & Time(x3,x4) & n_crack(x4))) & n_member(x1))
exists s1 x1 x2.(n_force(x2) & a_armed(s1) & Theme(s1,x2) & a_topic(x1) & of(x1,x2) & n_member(x1))
7789c016-e4c8-11ec-9cdd-0242ac1c0002
exists s1 x1 x3.(n_member(x1) & n_force(x3) & all x2.(exists x4 x5.(of(x1,x3) & n_tent(x5) & n_crack(x4) & in(x3,x5) & for(x3,x2) & a_topic(x1) & Time(x3,x4)) | -n_egg(x2)) & a_armed(s1) & Theme(s1,x3))
exists s1 x1 x2.(of(x1,x2) & n_member(x1) & n_force(x2) & a_topic(x1) & a_armed(s1) & Theme(s1,x2))
A member of the armed forces cracks an egg in a tent.
A member of the armed forces making breakfast for everyone.
1
-100
You can not infer breakfast is for everyone.
exists s1 x1 x3.(n_force(x3) & a_armed(s1) & Theme(s1,x3) & all x2.(n_egg(x2) -> exists x4 x5.(a_topic(x1) & of(x1,x3) & in(x3,x5) & n_tent(x5) & for(x3,x2) & Time(x3,x4) & n_crack(x4))) & n_member(x1))
exists e1 s1 x1 x2 x3 x4.(n_force(x2) & a_armed(s1) & Theme(s1,x2) & a_topic(x1) & of(x1,x2) & all x5.(n_person(x5) -> for(e1,x5)) & Theme(e1,x4) & Actor(e1,x3) & v_make(e1) & n_breakfast(x4) & (x2 = x3) & n_member(x1))
7789c66a-e4c8-11ec-9cdd-0242ac1c0002
exists s1 x1 x3.(n_member(x1) & n_force(x3) & all x2.(exists x4 x5.(of(x1,x3) & n_tent(x5) & n_crack(x4) & in(x3,x5) & for(x3,x2) & a_topic(x1) & Time(x3,x4)) | -n_egg(x2)) & a_armed(s1) & Theme(s1,x3))
exists e1 s1 x1 x2 x3 x4.(v_make(e1) & of(x1,x2) & n_member(x1) & n_force(x2) & n_breakfast(x4) & all x5.(for(e1,x5) | -n_person(x5)) & a_topic(x1) & a_armed(s1) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3))
A member of the armed forces cracks an egg in a tent.
A civilian working on making dinner in his house.
2
-100
A civilian is not a member of the armed forces.
exists s1 x1 x3.(n_force(x3) & a_armed(s1) & Theme(s1,x3) & all x2.(n_egg(x2) -> exists x4 x5.(a_topic(x1) & of(x1,x3) & in(x3,x5) & n_tent(x5) & for(x3,x2) & Time(x3,x4) & n_crack(x4))) & n_member(x1))
exists e2 e1 x1 x2 x3 x4 x5.(a_topic(x1) & on(e1,e2) & Theme(e2,x4) & Actor(e2,x3) & v_make(e2) & in(x4,x5) & n_house(x5) & of(x5,x1) & n_male(x1) & n_dinner(x4) & Actor(e1,x2) & v_working(e1) & (x1 = x2) & n_civilian(x1))
7789cbba-e4c8-11ec-9cdd-0242ac1c0002
exists s1 x1 x3.(n_member(x1) & n_force(x3) & all x2.(exists x4 x5.(of(x1,x3) & n_tent(x5) & n_crack(x4) & in(x3,x5) & for(x3,x2) & a_topic(x1) & Time(x3,x4)) | -n_egg(x2)) & a_armed(s1) & Theme(s1,x3))
exists e2 e1 x1 x2 x3 x4 x5.(v_working(e1) & v_make(e2) & on(e1,e2) & of(x5,x1) & n_male(x1) & n_house(x5) & n_dinner(x4) & n_civilian(x1) & in(x4,x5) & a_topic(x1) & Theme(e2,x4) & Actor(e2,x3) & Actor(e1,x2) & (x1 = x2))
A woman dressed in black is playing the violin in front of some artwork.
A woman playing saxophone.
2
-100
violin and saxophone are not the same
exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(n_violin(x4) & in(e2,x5) & of(x5,x6) & n_artwork(x6) & n_front(x5) & Theme(e2,x4) & Actor(e2,x1) & v_play(e2) & Theme(e1,s1) & Theme(s1,x3) & a_black(s1) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_woman(x1))
exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_play(e1) & n_saxophone(x3) & (x1 = x2) & n_woman(x1))
7789d164-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(v_play(e2) & v_dress(e1) & of(x5,x6) & n_woman(x1) & n_violin(x4) & n_front(x5) & n_artwork(x6) & in(e2,x5) & a_black(s1) & Theme(s1,x3) & Theme(e2,x4) & Theme(e1,x2) & Theme(e1,s1) & Actor(e2,x1) & (x1 = x2))
exists e1 x1 x2 x3.(v_play(e1) & n_woman(x1) & n_saxophone(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
A woman dressed in black is playing the violin in front of some artwork.
A woman playing violin.
0
-100
playing violin is the same as playing the violin
exists e2 e1 s1 x1 x2 x3 x4 x5 x6.(n_violin(x4) & in(e2,x5) & of(x5,x6) & n_artwork(x6) & n_front(x5) & Theme(e2,x4) & Actor(e2,x1) & v_play(e2) & Theme(e1,s1) & Theme(s1,x3) & a_black(s1) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_woman(x1))
exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_play(e1) & n_violin(x3) & (x1 = x2) & n_woman(x1))
7789d718-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 x1 x2 x3 x4 x5 x6.(v_play(e2) & v_dress(e1) & of(x5,x6) & n_woman(x1) & n_violin(x4) & n_front(x5) & n_artwork(x6) & in(e2,x5) & a_black(s1) & Theme(s1,x3) & Theme(e2,x4) & Theme(e1,x2) & Theme(e1,s1) & Actor(e2,x1) & (x1 = x2))
exists e1 x1 x2 x3.(v_play(e1) & n_woman(x1) & n_violin(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
A woman dressed in black is playing the violin in front of some artwork.
A woman playing a concert.
1
-100
JUST BECAUSE A WOMAN IS PLAYING IN FRONT OF SOME ARTWORK DOES NOT MEAN SHE IS PLAYING A CONCERT.
exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(n_violin(x4) & in(e2,x5) & of(x5,x6) & n_artwork(x6) & n_front(x5) & Theme(e2,x4) & Actor(e2,x1) & v_play(e2) & Theme(e1,s1) & Theme(s1,x3) & a_black(s1) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_woman(x1))
exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_play(e1) & n_concert(x3) & (x1 = x2) & n_woman(x1))
7789dbfa-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(v_play(e2) & v_dress(e1) & of(x5,x6) & n_woman(x1) & n_violin(x4) & n_front(x5) & n_artwork(x6) & in(e2,x5) & a_black(s1) & Theme(s1,x3) & Theme(e2,x4) & Theme(e1,x2) & Theme(e1,s1) & Actor(e2,x1) & (x1 = x2))
exists e1 x1 x2 x3.(v_play(e1) & n_woman(x1) & n_concert(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
A woman jumps high on a trampoline which is set in a yard with fields and mountains in the background.
A woman is having fun in her backyard.
1
-100
The woman is not necessarily having fun and she is not necessarily in her backyard.
exists e2 e1 p1 x1 x2 x3 x4 x5 x6 x7 x8.(n_background(x8) & on(e1,x2) & in(e2,x4) & with(x4,x5) & in(x5,x8) & subset_of(x7,x5) & n_mountain(x7) & subset_of(x6,x5) & n_field(x6) & n_yard(x4) & Theme(e2,x3) & v_set(e2) & (x2 = x3) & n_trampoline(x2) & exists s1.(Theme(s1,x1) & a_high(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_jump(e1) & n_woman(x1))
exists e1 x1 x2 x3.(in(e1,x3) & n_backyard(x3) & of(x3,x1) & n_female(x1) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_fun(x2) & n_woman(x1))
7789e258-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 p1 x1 x2 x3 x4 x5 x6 x7 x8.(with(x4,x5) & v_set(e2) & v_jump(e1) & subset_of(x7,x5) & subset_of(x6,x5) & on(e1,x2) & n_yard(x4) & n_woman(x1) & n_trampoline(x2) & n_mountain(x7) & n_field(x6) & n_background(x8) & in(x5,x8) & in(e2,x4) & exists s1.(a_high(s1) & Theme(s1,x1)) & Topic(e1,p1) & Theme(e2,x3) & Actor(e1,x1) & (x2 = x3))
exists e1 x1 x2 x3.(v_have(e1) & of(x3,x1) & n_woman(x1) & n_fun(x2) & n_female(x1) & n_backyard(x3) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1))
A woman jumps high on a trampoline which is set in a yard with fields and mountains in the background.
A woman is jogging on a sidewalk.
2
-100
Jogging cannot be done while one jumps high.
exists e1 e2 p1 x1 x2 x3 x4 x5 x6 x7 x8.(n_background(x8) & on(e1,x2) & in(e2,x4) & with(x4,x5) & in(x5,x8) & subset_of(x7,x5) & n_mountain(x7) & subset_of(x6,x5) & n_field(x6) & n_yard(x4) & Theme(e2,x3) & v_set(e2) & (x2 = x3) & n_trampoline(x2) & exists s1.(Theme(s1,x1) & a_high(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_jump(e1) & n_woman(x1))
exists e1 x1 x2.(on(e1,x2) & n_sidewalk(x2) & Actor(e1,x1) & v_jog(e1) & n_woman(x1))
7789ea14-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 p1 x1 x2 x3 x4 x5 x6 x7 x8.(with(x4,x5) & v_set(e2) & v_jump(e1) & subset_of(x7,x5) & subset_of(x6,x5) & on(e1,x2) & n_yard(x4) & n_woman(x1) & n_trampoline(x2) & n_mountain(x7) & n_field(x6) & n_background(x8) & in(x5,x8) & in(e2,x4) & exists s1.(a_high(s1) & Theme(s1,x1)) & Topic(e1,p1) & Theme(e2,x3) & Actor(e1,x1) & (x2 = x3))
exists e1 x1 x2.(v_jog(e1) & on(e1,x2) & n_woman(x1) & n_sidewalk(x2) & Actor(e1,x1))
A woman jumps high on a trampoline which is set in a yard with fields and mountains in the background.
A woman is jumping on a trampoline.
0
-100
"A woman jumps high on a trampoline" is synonymous with "a woman is jumping on a trampoline."
exists e1 e2 p1 x1 x2 x3 x4 x5 x6 x7 x8.(n_background(x8) & on(e1,x2) & in(e2,x4) & with(x4,x5) & in(x5,x8) & subset_of(x7,x5) & n_mountain(x7) & subset_of(x6,x5) & n_field(x6) & n_yard(x4) & Theme(e2,x3) & v_set(e2) & (x2 = x3) & n_trampoline(x2) & exists s1.(Theme(s1,x1) & a_high(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_jump(e1) & n_woman(x1))
exists e1 x1 x2.(on(e1,x2) & n_trampoline(x2) & Actor(e1,x1) & v_jump(e1) & n_woman(x1))
7789f0e0-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 p1 x1 x2 x3 x4 x5 x6 x7 x8.(with(x4,x5) & v_set(e2) & v_jump(e1) & subset_of(x7,x5) & subset_of(x6,x5) & on(e1,x2) & n_yard(x4) & n_woman(x1) & n_trampoline(x2) & n_mountain(x7) & n_field(x6) & n_background(x8) & in(x5,x8) & in(e2,x4) & exists s1.(a_high(s1) & Theme(s1,x1)) & Topic(e1,p1) & Theme(e2,x3) & Actor(e1,x1) & (x2 = x3))
exists e1 x1 x2.(v_jump(e1) & on(e1,x2) & n_woman(x1) & n_trampoline(x2) & Actor(e1,x1))
The sun sets as a man rides his bicycle.
The street lights are turning on.
1
-100
WE have no idea if the street lights are turning on or not. They could already be on or not even coming on yet.
exists e1 p1 x1 x3.(n_bicycle(x3) & of(x3,x1) & n_male(x1) & n_sun(x1) & exists e2 x2.(Theme(e2,x3) & Actor(e2,x2) & v_ride(e2) & n_man(x2)) & as(e1,p1) & Actor(e1,x1) & v_set(e1))
exists e1 s1 x1 x2.(n_light(x1) & of(x1,x2) & n_street(x2) & a_on(s1) & Manner(e1,s1) & Actor(e1,x1) & v_turn(e1))
7789f9fa-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 x1 x3.(v_set(e1) & of(x3,x1) & n_sun(x1) & n_male(x1) & n_bicycle(x3) & exists e2 x2.(v_ride(e2) & n_man(x2) & Theme(e2,x3) & Actor(e2,x2)) & as(e1,p1) & Actor(e1,x1))
exists e1 s1 x1 x2.(v_turn(e1) & of(x1,x2) & n_street(x2) & n_light(x1) & a_on(s1) & Manner(e1,s1) & Actor(e1,x1))
The sun sets as a man rides his bicycle.
The man is outside as the sun sets.
0
-100
Since the man is riding his bicycle and can see the setting sun, he must be outdoors.
exists e1 p1 x1 x3.(n_bicycle(x3) & of(x3,x1) & n_male(x1) & n_sun(x1) & exists e2 x2.(Theme(e2,x3) & Actor(e2,x2) & v_ride(e2) & n_man(x2)) & as(e1,p1) & Actor(e1,x1) & v_set(e1))
exists p1 s1 x1 x2.(n_sun(x2) & n_man(x1) & exists e1.(Actor(e1,x2) & v_set(e1)) & as(s1,p1) & Theme(s1,x1) & a_outside(s1))
778a0288-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 x1 x3.(v_set(e1) & of(x3,x1) & n_sun(x1) & n_male(x1) & n_bicycle(x3) & exists e2 x2.(v_ride(e2) & n_man(x2) & Theme(e2,x3) & Actor(e2,x2)) & as(e1,p1) & Actor(e1,x1))
exists p1 s1 x1 x2.(n_sun(x2) & n_man(x1) & exists e1.(v_set(e1) & Actor(e1,x2)) & as(s1,p1) & a_outside(s1) & Theme(s1,x1))
The sun sets as a man rides his bicycle.
The man is in his car.
2
-100
One can't ride a bicycle and be in a car simultaneously.
exists e1 p1 x1 x3.(n_bicycle(x3) & of(x3,x1) & n_male(x1) & n_sun(x1) & exists e2 x2.(Theme(e2,x3) & Actor(e2,x2) & v_ride(e2) & n_man(x2)) & as(e1,p1) & Actor(e1,x1) & v_set(e1))
exists p1 x1 x2.(n_car(x2) & of(x2,x1) & n_male(x1) & n_man(x1) & in(x1,x2))
778a07e2-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 x1 x3.(v_set(e1) & of(x3,x1) & n_sun(x1) & n_male(x1) & n_bicycle(x3) & exists e2 x2.(v_ride(e2) & n_man(x2) & Theme(e2,x3) & Actor(e2,x2)) & as(e1,p1) & Actor(e1,x1))
exists x1 x2.(of(x2,x1) & n_man(x1) & n_male(x1) & n_car(x2) & in(x1,x2))
A group of people are circled around four people playing various drums.
A group of people are playing drums.
0
-100
playing various drums is the same as playing drums
exists e1 e2 s1 x1 x2 x3 x4 x5.(around(e1,x3) & Theme(e2,x5) & Actor(e2,x4) & v_play(e2) & n_drum(x5) & a_various(s1) & Theme(s1,x5) & (x3 = x4) & n_people(x3) & card_eq_4(x3) & Theme(e1,x1) & v_circle(e1) & of(x1,x2) & n_people(x2) & n_group(x1))
exists e1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_play(e1) & n_drum(x3) & of(x1,x2) & n_people(x2) & n_group(x1))
778a0df0-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 x1 x2 x3 x4 x5.(v_play(e2) & v_circle(e1) & of(x1,x2) & n_people(x3) & n_people(x2) & n_group(x1) & n_drum(x5) & card_eq_4(x3) & around(e1,x3) & a_various(s1) & Theme(s1,x5) & Theme(e2,x5) & Theme(e1,x1) & Actor(e2,x4) & (x3 = x4))
exists e1 x1 x2 x3.(v_play(e1) & of(x1,x2) & n_people(x2) & n_group(x1) & n_drum(x3) & Theme(e1,x3) & Actor(e1,x1))
A group of people are circled around four people playing various drums.
People are listening to drums at a rock concert.
1
-100
JUST BECAUSE PEOPLE ARE CIRCLED AROUND FOUR PEOPLE PLAYING DRUMS MEANS THAT THEY ARE PLAYING AT A CONCERT.
exists e1 e2 s1 x1 x2 x3 x4 x5.(around(e1,x3) & Theme(e2,x5) & Actor(e2,x4) & v_play(e2) & n_drum(x5) & a_various(s1) & Theme(s1,x5) & (x3 = x4) & n_people(x3) & card_eq_4(x3) & Theme(e1,x1) & v_circle(e1) & of(x1,x2) & n_people(x2) & n_group(x1))
exists e1 x1 x2 x3 x4.(at(e1,x3) & n_concert(x3) & of(x3,x4) & n_rock(x4) & to(e1,x2) & n_drum(x2) & Actor(e1,x1) & v_listen(e1) & n_people(x1))
778a13b8-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 x1 x2 x3 x4 x5.(v_play(e2) & v_circle(e1) & of(x1,x2) & n_people(x3) & n_people(x2) & n_group(x1) & n_drum(x5) & card_eq_4(x3) & around(e1,x3) & a_various(s1) & Theme(s1,x5) & Theme(e2,x5) & Theme(e1,x1) & Actor(e2,x4) & (x3 = x4))
exists e1 x1 x2 x3 x4.(v_listen(e1) & to(e1,x2) & of(x3,x4) & n_rock(x4) & n_people(x1) & n_drum(x2) & n_concert(x3) & at(e1,x3) & Actor(e1,x1))
A group of people are circled around four people playing various drums.
People are playing flutes while others gather around them.
2
-100
flutes and drums are not the same
exists e1 e2 s1 x1 x2 x3 x4 x5.(around(e1,x3) & Theme(e2,x5) & Actor(e2,x4) & v_play(e2) & n_drum(x5) & a_various(s1) & Theme(s1,x5) & (x3 = x4) & n_people(x3) & card_eq_4(x3) & Theme(e1,x1) & v_circle(e1) & of(x1,x2) & n_people(x2) & n_group(x1))
exists e1 p1 x1 x2.(exists e2 x3.(around(e2,x1) & Actor(e2,x3) & v_gather(e2) & -(x3 = x1) & n_person(x3)) & n_thing(x1) & n_person(x1) & while(e1,p1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_flute(x2) & n_people(x1))
778a1886-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 x1 x2 x3 x4 x5.(v_play(e2) & v_circle(e1) & of(x1,x2) & n_people(x3) & n_people(x2) & n_group(x1) & n_drum(x5) & card_eq_4(x3) & around(e1,x3) & a_various(s1) & Theme(s1,x5) & Theme(e2,x5) & Theme(e1,x1) & Actor(e2,x4) & (x3 = x4))
exists e1 p1 x1 x2.(while(e1,p1) & v_play(e1) & n_thing(x1) & n_person(x1) & n_people(x1) & n_flute(x2) & exists e2 x3.(v_gather(e2) & n_person(x3) & around(e2,x1) & Actor(e2,x3) & -(x3 = x1)) & Theme(e1,x2) & Actor(e1,x1))
A young girl wearing a dark gray hoodie, purple pants, and pink boots is holding a stick, playing in water.
A girl is playing with her dog by the water.
1
-100
JUST BECAUSE A GIRL IS HOLDING A STICK AND PLAYING IN WATER DOES NOT MEAN THAT HER DOG IS WITH HER.
exists e3 e1 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8.(for(e2,e3) & in(e3,x8) & n_water(x8) & Actor(e3,x1) & v_play(e3) & Theme(e2,x7) & Actor(e2,x1) & v_hold(e2) & n_stick(x7) & subset_of(x6,x1) & n_boot(x6) & a_pink(s5) & Theme(s5,x6) & subset_of(x2,x1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & rel(x4,x5) & n_pants(x5) & a_purple(s4) & Theme(s4,x5) & n_hoodie(x4) & a_gray(s3) & Theme(s3,x4) & a_dark(s2) & Theme(s2,x4) & (x2 = x3) & n_girl(x2) & a_young(s1) & Theme(s1,x2))
exists e1 x1 x2 x3.(n_water(x3) & with(e1,x2) & by(x2,x3) & n_dog(x2) & of(x2,x1) & n_female(x1) & Actor(e1,x1) & v_play(e1) & n_girl(x1))
778a1db8-e4c8-11ec-9cdd-0242ac1c0002
exists e3 e1 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8.(v_wear(e1) & v_play(e3) & v_hold(e2) & subset_of(x6,x1) & subset_of(x2,x1) & rel(x4,x5) & n_water(x8) & n_stick(x7) & n_pants(x5) & n_hoodie(x4) & n_girl(x2) & n_boot(x6) & in(e3,x8) & for(e2,e3) & a_young(s1) & a_purple(s4) & a_pink(s5) & a_gray(s3) & a_dark(s2) & Theme(s5,x6) & Theme(s4,x5) & Theme(s3,x4) & Theme(s2,x4) & Theme(s1,x2) & Theme(e2,x7) & Theme(e1,x4) & Actor(e3,x1) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3))
exists e1 x1 x2 x3.(with(e1,x2) & v_play(e1) & of(x2,x1) & n_water(x3) & n_girl(x1) & n_female(x1) & n_dog(x2) & by(x2,x3) & Actor(e1,x1))
A young girl wearing a dark gray hoodie, purple pants, and pink boots is holding a stick, playing in water.
A girl is playing.
0
-100
if she is playing in water then she is playing
exists e1 e3 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8.(for(e2,e3) & in(e3,x8) & n_water(x8) & Actor(e3,x1) & v_play(e3) & Theme(e2,x7) & Actor(e2,x1) & v_hold(e2) & n_stick(x7) & subset_of(x6,x1) & n_boot(x6) & a_pink(s5) & Theme(s5,x6) & subset_of(x2,x1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & rel(x4,x5) & n_pants(x5) & a_purple(s4) & Theme(s4,x5) & n_hoodie(x4) & a_gray(s3) & Theme(s3,x4) & a_dark(s2) & Theme(s2,x4) & (x2 = x3) & n_girl(x2) & a_young(s1) & Theme(s1,x2))
exists e1 x1.(Actor(e1,x1) & v_play(e1) & n_girl(x1))
778a2286-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e3 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8.(v_wear(e1) & v_play(e3) & v_hold(e2) & subset_of(x6,x1) & subset_of(x2,x1) & rel(x4,x5) & n_water(x8) & n_stick(x7) & n_pants(x5) & n_hoodie(x4) & n_girl(x2) & n_boot(x6) & in(e3,x8) & for(e2,e3) & a_young(s1) & a_purple(s4) & a_pink(s5) & a_gray(s3) & a_dark(s2) & Theme(s5,x6) & Theme(s4,x5) & Theme(s3,x4) & Theme(s2,x4) & Theme(s1,x2) & Theme(e2,x7) & Theme(e1,x4) & Actor(e3,x1) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3))
exists e1 x1.(v_play(e1) & n_girl(x1) & Actor(e1,x1))
A young girl wearing a dark gray hoodie, purple pants, and pink boots is holding a stick, playing in water.
A girl is wearing a bathing suit as she jumps around in the water.
2
-100
hoodie and bathing suit are not the same
exists e2 e1 e3 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8.(for(e2,e3) & in(e3,x8) & n_water(x8) & Actor(e3,x1) & v_play(e3) & Theme(e2,x7) & Actor(e2,x1) & v_hold(e2) & n_stick(x7) & subset_of(x6,x1) & n_boot(x6) & a_pink(s5) & Theme(s5,x6) & subset_of(x2,x1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & rel(x4,x5) & n_pants(x5) & a_purple(s4) & Theme(s4,x5) & n_hoodie(x4) & a_gray(s3) & Theme(s3,x4) & a_dark(s2) & Theme(s2,x4) & (x2 = x3) & n_girl(x2) & a_young(s1) & Theme(s1,x2))
exists e1 p1 x1 x2 x3 x4.(n_water(x4) & exists e2 s1.(a_around(s1) & Manner(e2,s1) & in(e2,x4) & Actor(e2,x1) & v_jump(e2)) & n_female(x1) & as(e1,p1) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_suit(x2) & of(x2,x3) & n_bathing(x3) & n_girl(x1))
778a2740-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 e3 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8.(v_wear(e1) & v_play(e3) & v_hold(e2) & subset_of(x6,x1) & subset_of(x2,x1) & rel(x4,x5) & n_water(x8) & n_stick(x7) & n_pants(x5) & n_hoodie(x4) & n_girl(x2) & n_boot(x6) & in(e3,x8) & for(e2,e3) & a_young(s1) & a_purple(s4) & a_pink(s5) & a_gray(s3) & a_dark(s2) & Theme(s5,x6) & Theme(s4,x5) & Theme(s3,x4) & Theme(s2,x4) & Theme(s1,x2) & Theme(e2,x7) & Theme(e1,x4) & Actor(e3,x1) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3))
exists e1 p1 x1 x2 x3 x4.(v_wear(e1) & of(x2,x3) & n_water(x4) & n_suit(x2) & n_girl(x1) & n_female(x1) & n_bathing(x3) & exists e2 s1.(v_jump(e2) & in(e2,x4) & a_around(s1) & Manner(e2,s1) & Actor(e2,x1)) & as(e1,p1) & Theme(e1,x2) & Actor(e1,x1))
A person biking down a city street as the sun goes down.
Someone bicycles down the street
0
-100
if a person biking then someone bicycles, they are synonyms
exists e1 p1 s1 x1 x2 x3 x4 x5.(n_sun(x5) & a_topic(x1) & exists e2 p2.(exists s2.(Theme(s2,x5) & a_down(s2)) & Topic(e2,p2) & Actor(e2,x5) & v_go(e2)) & as(e1,p1) & a_down(s1) & Manner(e1,s1) & Theme(e1,x3) & Actor(e1,x2) & v_bike(e1) & n_street(x3) & of(x3,x4) & n_city(x4) & (x1 = x2) & n_person(x1))
exists x1 x2.(n_street(x2) & a_topic(x1) & down(x1,x2) & n_bicycle(x1))
778a2ce0-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 x1 x2 x3 x4 x5.(v_bike(e1) & of(x3,x4) & n_sun(x5) & n_street(x3) & n_person(x1) & n_city(x4) & exists e2 p2.(v_go(e2) & exists s2.(a_down(s2) & Theme(s2,x5)) & Topic(e2,p2) & Actor(e2,x5)) & as(e1,p1) & a_topic(x1) & a_down(s1) & Theme(e1,x3) & Manner(e1,s1) & Actor(e1,x2) & (x1 = x2))
exists x1 x2.(n_street(x2) & n_bicycle(x1) & down(x1,x2) & a_topic(x1))
A person biking down a city street as the sun goes down.
Someone bicycles home
1
-100
JUST BECAUSE A PERSON IS BIKING DOWN A CITY STREET DOES NOT MEAN HE IS GOING HOME.
exists e1 p1 s1 x1 x2 x3 x4 x5.(n_sun(x5) & a_topic(x1) & exists e2 p2.(exists s2.(Theme(s2,x5) & a_down(s2)) & Topic(e2,p2) & Actor(e2,x5) & v_go(e2)) & as(e1,p1) & a_down(s1) & Manner(e1,s1) & Theme(e1,x3) & Actor(e1,x2) & v_bike(e1) & n_street(x3) & of(x3,x4) & n_city(x4) & (x1 = x2) & n_person(x1))
exists x1 x2.(a_topic(x1) & n_home(x1) & of(x1,x2) & n_bicycle(x2))
778a31e0-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 x1 x2 x3 x4 x5.(v_bike(e1) & of(x3,x4) & n_sun(x5) & n_street(x3) & n_person(x1) & n_city(x4) & exists e2 p2.(v_go(e2) & exists s2.(a_down(s2) & Theme(s2,x5)) & Topic(e2,p2) & Actor(e2,x5)) & as(e1,p1) & a_topic(x1) & a_down(s1) & Theme(e1,x3) & Manner(e1,s1) & Actor(e1,x2) & (x1 = x2))
exists x1 x2.(of(x1,x2) & n_home(x1) & n_bicycle(x2) & a_topic(x1))
A person biking down a city street as the sun goes down.
Someone types an essay
2
-100
biking and types are not the same
exists e1 p1 s1 x1 x2 x3 x4 x5.(n_sun(x5) & a_topic(x1) & exists e2 p2.(exists s2.(Theme(s2,x5) & a_down(s2)) & Topic(e2,p2) & Actor(e2,x5) & v_go(e2)) & as(e1,p1) & a_down(s1) & Manner(e1,s1) & Theme(e1,x3) & Actor(e1,x2) & v_bike(e1) & n_street(x3) & of(x3,x4) & n_city(x4) & (x1 = x2) & n_person(x1))
all x1.(n_essay(x1) -> exists x2.(a_topic(x2) & for(x2,x1) & n_type(x2)))
778a39e2-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 x1 x2 x3 x4 x5.(v_bike(e1) & of(x3,x4) & n_sun(x5) & n_street(x3) & n_person(x1) & n_city(x4) & exists e2 p2.(v_go(e2) & exists s2.(a_down(s2) & Theme(s2,x5)) & Topic(e2,p2) & Actor(e2,x5)) & as(e1,p1) & a_topic(x1) & a_down(s1) & Theme(e1,x3) & Manner(e1,s1) & Actor(e1,x2) & (x1 = x2))
all x1.(exists x2.(n_type(x2) & for(x2,x1) & a_topic(x2)) | -n_essay(x1))
A lonely bicycle rider going through town before the busy day begins.
Bicycle rider riding in town
0
-100
rider riding in town is a rewording of rider going through town
exists e2 e1 s1 s2 x1 x2 x3 x4 x5.(n_day(x5) & a_busy(s2) & Theme(s2,x5) & Actor(e2,x1) & v_begin(e2) & before(e1,x5) & through(e1,x4) & n_town(x4) & Actor(e1,x3) & v_go(e1) & (x1 = x3) & n_rider(x1) & of(x1,x2) & n_bicycle(x2) & a_lonely(s1) & Theme(s1,x1))
exists x1 x2 x3 x4.(a_topic(x1) & in(x1,x4) & n_town(x4) & n_riding(x1) & of(x1,x3) & n_rider(x3) & (x1 = x2) & ne_nam_bicycle(x2))
778a3fdc-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 s2 x1 x2 x3 x4 x5.(v_go(e1) & v_begin(e2) & through(e1,x4) & of(x1,x2) & n_town(x4) & n_rider(x1) & n_day(x5) & n_bicycle(x2) & before(e1,x5) & a_lonely(s1) & a_busy(s2) & Theme(s2,x5) & Theme(s1,x1) & Actor(e2,x1) & Actor(e1,x3) & (x1 = x3))
exists x1 x2 x3 x4.(of(x1,x3) & ne_nam_bicycle(x2) & n_town(x4) & n_riding(x1) & n_rider(x3) & in(x1,x4) & a_topic(x1) & (x1 = x2))
A lonely bicycle rider going through town before the busy day begins.
Bicycle meeting his co workers
1
-100
THE BICYCLE RIDER CAN EITHER BE GOING THROUGH TOWN ALONE OR WITH HIS CO WORKERS.
exists e2 e1 s1 s2 x1 x2 x3 x4 x5.(n_day(x5) & a_busy(s2) & Theme(s2,x5) & Actor(e2,x1) & v_begin(e2) & before(e1,x5) & through(e1,x4) & n_town(x4) & Actor(e1,x3) & v_go(e1) & (x1 = x3) & n_rider(x1) & of(x1,x2) & n_bicycle(x2) & a_lonely(s1) & Theme(s1,x1))
exists e1 x1 x2 x3.(n_worker(x2) & of(x2,x3) & n_co(x3) & of(x2,x1) & n_male(x1) & ne_nam_bicycle(x1) & Theme(e1,x2) & Actor(e1,x1) & v_meet(e1))
778a470c-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 s2 x1 x2 x3 x4 x5.(v_go(e1) & v_begin(e2) & through(e1,x4) & of(x1,x2) & n_town(x4) & n_rider(x1) & n_day(x5) & n_bicycle(x2) & before(e1,x5) & a_lonely(s1) & a_busy(s2) & Theme(s2,x5) & Theme(s1,x1) & Actor(e2,x1) & Actor(e1,x3) & (x1 = x3))
exists e1 x1 x2 x3.(v_meet(e1) & of(x2,x3) & of(x2,x1) & ne_nam_bicycle(x1) & n_worker(x2) & n_male(x1) & n_co(x3) & Theme(e1,x2) & Actor(e1,x1))
A lonely bicycle rider going through town before the busy day begins.
Bicycle rider carrying his bike
2
-100
A bicycle rider going through town implies that they are riding their bike instead of carrying the bike.
exists e2 e1 s1 s2 x1 x2 x3 x4 x5.(n_day(x5) & a_busy(s2) & Theme(s2,x5) & Actor(e2,x1) & v_begin(e2) & before(e1,x5) & through(e1,x4) & n_town(x4) & Actor(e1,x3) & v_go(e1) & (x1 = x3) & n_rider(x1) & of(x1,x2) & n_bicycle(x2) & a_lonely(s1) & Theme(s1,x1))
exists e1 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & v_carry(e1) & n_bike(x4) & of(x4,x1) & n_male(x1) & (x1 = x3) & n_rider(x1) & (x1 = x2) & ne_nam_bicycle(x2))
778a4d42-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 s2 x1 x2 x3 x4 x5.(v_go(e1) & v_begin(e2) & through(e1,x4) & of(x1,x2) & n_town(x4) & n_rider(x1) & n_day(x5) & n_bicycle(x2) & before(e1,x5) & a_lonely(s1) & a_busy(s2) & Theme(s2,x5) & Theme(s1,x1) & Actor(e2,x1) & Actor(e1,x3) & (x1 = x3))
exists e1 x1 x2 x3 x4.(v_carry(e1) & of(x4,x1) & ne_nam_bicycle(x2) & n_rider(x1) & n_male(x1) & n_bike(x4) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3) & (x1 = x2))
Someone is riding a bicycle in the empty street.
people riding on new bike
1
-100
THERE CAN EITHER BE SOME PEOPLE OR ONE RIDING IN THE EMPTY STREET.
exists e1 s1 x1 x2 x3.(n_street(x3) & a_empty(s1) & Theme(s1,x3) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_bicycle(x2) & n_person(x1))
exists e1 s1 x1 x2 x3.(a_topic(x1) & on(e1,x3) & n_bike(x3) & a_new(s1) & Theme(s1,x3) & Actor(e1,x2) & v_ride(e1) & (x1 = x2) & n_people(x1))
778a53b4-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(v_ride(e1) & n_street(x3) & n_person(x1) & n_bicycle(x2) & in(e1,x3) & a_empty(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1))
exists e1 s1 x1 x2 x3.(v_ride(e1) & on(e1,x3) & n_people(x1) & n_bike(x3) & a_topic(x1) & a_new(s1) & Theme(s1,x3) & Actor(e1,x2) & (x1 = x2))
Someone is riding a bicycle in the empty street.
cat chased by many dogs
2
-100
A cat and many dogs are not someone. A person riding a bike is not being chased if the street is empty.
exists e1 s1 x1 x2 x3.(n_street(x3) & a_empty(s1) & Theme(s1,x3) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_bicycle(x2) & n_person(x1))
exists e1 x1 x2.(Actor(e1,x2) & n_dog(x2) & n_quantity(x2) & Theme(e1,x1) & v_chase(e1) & n_cat(x1))
778a59c2-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(v_ride(e1) & n_street(x3) & n_person(x1) & n_bicycle(x2) & in(e1,x3) & a_empty(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1))
exists e1 x1 x2.(v_chase(e1) & n_quantity(x2) & n_dog(x2) & n_cat(x1) & Theme(e1,x1) & Actor(e1,x2))
Someone is riding a bicycle in the empty street.
bike is riding
0
-100
if someone is riding a bicycle then the bike is riding
exists e1 s1 x1 x2 x3.(n_street(x3) & a_empty(s1) & Theme(s1,x3) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_bicycle(x2) & n_person(x1))
exists e1 x1.(Actor(e1,x1) & v_ride(e1) & n_bike(x1))
778a6020-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(v_ride(e1) & n_street(x3) & n_person(x1) & n_bicycle(x2) & in(e1,x3) & a_empty(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1))
exists e1 x1.(v_ride(e1) & n_bike(x1) & Actor(e1,x1))
The sun is going down as a person is riding a bike.
Person rides bike during sunset
0
-100
sunset is when the sun is going down
exists e1 e2 s1 x1 x2 x3 x4.(n_sun(x1) & as(e1,x2) & Theme(e2,x4) & Actor(e2,x3) & v_ride(e2) & n_bike(x4) & (x2 = x3) & n_person(x2) & a_down(s1) & Manner(e1,s1) & Actor(e1,x1) & v_go(e1))
exists e1 x1 x2 x3.(ne_nam_person(x1) & during(e1,x3) & n_sunset(x3) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_bike(x2))
778a657a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 x1 x2 x3 x4.(v_ride(e2) & v_go(e1) & n_sun(x1) & n_person(x2) & n_bike(x4) & as(e1,x2) & a_down(s1) & Theme(e2,x4) & Manner(e1,s1) & Actor(e2,x3) & Actor(e1,x1) & (x2 = x3))
exists e1 x1 x2 x3.(v_ride(e1) & ne_nam_person(x1) & n_sunset(x3) & n_bike(x2) & during(e1,x3) & Theme(e1,x2) & Actor(e1,x1))
The sun is going down as a person is riding a bike.
Person is on a motocycle during sunset
0
-100
Person is on a motocycle implies that person is riding a bike.
exists e1 e2 s1 x1 x2 x3 x4.(n_sun(x1) & as(e1,x2) & Theme(e2,x4) & Actor(e2,x3) & v_ride(e2) & n_bike(x4) & (x2 = x3) & n_person(x2) & a_down(s1) & Manner(e1,s1) & Actor(e1,x1) & v_go(e1))
exists p1 x1 x2.(ne_per_person(x1) & during(p1,x2) & n_sunset(x2) & exists x3.(on(x1,x3) & n_motocycle(x3)))
778a6b10-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 x1 x2 x3 x4.(v_ride(e2) & v_go(e1) & n_sun(x1) & n_person(x2) & n_bike(x4) & as(e1,x2) & a_down(s1) & Theme(e2,x4) & Manner(e1,s1) & Actor(e2,x3) & Actor(e1,x1) & (x2 = x3))
exists p1 x1 x2.(ne_per_person(x1) & n_sunset(x2) & exists x3.(on(x1,x3) & n_motocycle(x3)) & during(p1,x2))
The sun is going down as a person is riding a bike.
Person is driving a car at night
2
-100
A person can not be riding and driving simultaneously. A car is not the same as a bike. If the sun is going down it is not yet night.
exists e2 e1 s1 x1 x2 x3 x4.(n_sun(x1) & as(e1,x2) & Theme(e2,x4) & Actor(e2,x3) & v_ride(e2) & n_bike(x4) & (x2 = x3) & n_person(x2) & a_down(s1) & Manner(e1,s1) & Actor(e1,x1) & v_go(e1))
exists e1 x1 x2 x3.(ne_nam_person(x1) & at(e1,x3) & n_night(x3) & Theme(e1,x2) & Actor(e1,x1) & v_drive(e1) & n_car(x2))
778a716e-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 x1 x2 x3 x4.(v_ride(e2) & v_go(e1) & n_sun(x1) & n_person(x2) & n_bike(x4) & as(e1,x2) & a_down(s1) & Theme(e2,x4) & Manner(e1,s1) & Actor(e2,x3) & Actor(e1,x1) & (x2 = x3))
exists e1 x1 x2 x3.(v_drive(e1) & ne_nam_person(x1) & n_night(x3) & n_car(x2) & at(e1,x3) & Theme(e1,x2) & Actor(e1,x1))
A very young child lies along a pillow in front of light brown bars.
The child is going to bed.
1
-100
Lies along a pillow does not imply going to bed.
exists e1 s1 s2 s3 x1 x2 x3 x4.(along(e1,x2) & in(x2,x3) & of(x3,x4) & n_bar(x4) & a_brown(s3) & Theme(s3,x4) & a_light(s2) & Theme(s2,x4) & n_front(x3) & n_pillow(x2) & Actor(e1,x1) & v_lie(e1) & n_child(x1) & a_young(s1) & Theme(s1,x1) & r_very(x1))
exists e1 x1 x2.(n_child(x1) & to(e1,x2) & n_bed(x2) & Actor(e1,x1) & v_go(e1))
778a77b8-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 x1 x2 x3 x4.(v_lie(e1) & r_very(x1) & of(x3,x4) & n_pillow(x2) & n_front(x3) & n_child(x1) & n_bar(x4) & in(x2,x3) & along(e1,x2) & a_young(s1) & a_light(s2) & a_brown(s3) & Theme(s3,x4) & Theme(s2,x4) & Theme(s1,x1) & Actor(e1,x1))
exists e1 x1 x2.(v_go(e1) & to(e1,x2) & n_child(x1) & n_bed(x2) & Actor(e1,x1))
A very young child lies along a pillow in front of light brown bars.
A child is on a pillow.
0
-100
child lies along a pillow is a rephrasing of child is on a pillow.
exists e1 s1 s2 s3 x1 x2 x3 x4.(along(e1,x2) & in(x2,x3) & of(x3,x4) & n_bar(x4) & a_brown(s3) & Theme(s3,x4) & a_light(s2) & Theme(s2,x4) & n_front(x3) & n_pillow(x2) & Actor(e1,x1) & v_lie(e1) & n_child(x1) & a_young(s1) & Theme(s1,x1) & r_very(x1))
exists p1 x1.(exists x2.(on(x1,x2) & n_pillow(x2)) & n_child(x1))
778a7c7c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 x1 x2 x3 x4.(v_lie(e1) & r_very(x1) & of(x3,x4) & n_pillow(x2) & n_front(x3) & n_child(x1) & n_bar(x4) & in(x2,x3) & along(e1,x2) & a_young(s1) & a_light(s2) & a_brown(s3) & Theme(s3,x4) & Theme(s2,x4) & Theme(s1,x1) & Actor(e1,x1))
exists x1.(n_child(x1) & exists x2.(on(x1,x2) & n_pillow(x2)))
A very young child lies along a pillow in front of light brown bars.
The child does a cartwheel.
2
-100
A child that lies on a pillow can not also being doing a cartwheel.
exists e1 s1 s2 s3 x1 x2 x3 x4.(along(e1,x2) & in(x2,x3) & of(x3,x4) & n_bar(x4) & a_brown(s3) & Theme(s3,x4) & a_light(s2) & Theme(s2,x4) & n_front(x3) & n_pillow(x2) & Actor(e1,x1) & v_lie(e1) & n_child(x1) & a_young(s1) & Theme(s1,x1) & r_very(x1))
exists e1 x1 x2.(n_child(x1) & Theme(e1,x2) & Actor(e1,x1) & v_do(e1) & n_cartwheel(x2))
778a812c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 x1 x2 x3 x4.(v_lie(e1) & r_very(x1) & of(x3,x4) & n_pillow(x2) & n_front(x3) & n_child(x1) & n_bar(x4) & in(x2,x3) & along(e1,x2) & a_young(s1) & a_light(s2) & a_brown(s3) & Theme(s3,x4) & Theme(s2,x4) & Theme(s1,x1) & Actor(e1,x1))
exists e1 x1 x2.(v_do(e1) & n_child(x1) & n_cartwheel(x2) & Theme(e1,x2) & Actor(e1,x1))
A man with black pants and a white shirt is reaching into a large white plastic bag in front of a store with large windows.
a woman screams as she's accosted by a man in black pants
2
-100
A man and a woman are not the same thing.
exists e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9.(into(e1,x5) & in(x5,x7) & of(x7,x8) & with(x8,x9) & n_window(x9) & a_large(s5) & Theme(s5,x9) & n_store(x8) & n_front(x7) & n_bag(x5) & of(x5,x6) & n_plastic(x6) & a_white(s4) & Theme(s4,x5) & a_large(s3) & Theme(s3,x5) & Actor(e1,x1) & v_reach(e1) & with(x1,x2) & subset_of(x4,x2) & n_shirt(x4) & a_white(s2) & Theme(s2,x4) & subset_of(x3,x2) & n_pants(x3) & a_black(s1) & Theme(s1,x3) & n_man(x1))
exists e1 p1 x1.(exists e2 s1 x2 x3.(Actor(e2,x2) & in(x2,x3) & n_pants(x3) & a_black(s1) & Theme(s1,x3) & n_man(x2) & Theme(e2,x1) & v_accost(e2)) & n_female(x1) & as(e1,p1) & Actor(e1,x1) & v_scream(e1) & n_woman(x1))
778a86a4-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x8,x9) & with(x1,x2) & v_reach(e1) & subset_of(x4,x2) & subset_of(x3,x2) & of(x7,x8) & of(x5,x6) & n_window(x9) & n_store(x8) & n_shirt(x4) & n_plastic(x6) & n_pants(x3) & n_man(x1) & n_front(x7) & n_bag(x5) & into(e1,x5) & in(x5,x7) & a_white(s4) & a_white(s2) & a_large(s5) & a_large(s3) & a_black(s1) & Theme(s5,x9) & Theme(s4,x5) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x3) & Actor(e1,x1))
exists e1 p1 x1.(v_scream(e1) & n_woman(x1) & n_female(x1) & exists e2 s1 x2 x3.(v_accost(e2) & n_pants(x3) & n_man(x2) & in(x2,x3) & a_black(s1) & Theme(s1,x3) & Theme(e2,x1) & Actor(e2,x2)) & as(e1,p1) & Actor(e1,x1))
A man with black pants and a white shirt is reaching into a large white plastic bag in front of a store with large windows.
a boy in black leggings reaches into a bag by a building with huge windows
0
-100
reaching into a large white plastic bag can also be said as reaches into a bag
exists e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9.(into(e1,x5) & in(x5,x7) & of(x7,x8) & with(x8,x9) & n_window(x9) & a_large(s5) & Theme(s5,x9) & n_store(x8) & n_front(x7) & n_bag(x5) & of(x5,x6) & n_plastic(x6) & a_white(s4) & Theme(s4,x5) & a_large(s3) & Theme(s3,x5) & Actor(e1,x1) & v_reach(e1) & with(x1,x2) & subset_of(x4,x2) & n_shirt(x4) & a_white(s2) & Theme(s2,x4) & subset_of(x3,x2) & n_pants(x3) & a_black(s1) & Theme(s1,x3) & n_man(x1))
exists e1 s1 s2 x1 x2 x3 x4 x5.(into(e1,x3) & by(x3,x4) & with(x4,x5) & n_window(x5) & a_huge(s2) & Theme(s2,x5) & n_building(x4) & n_bag(x3) & Actor(e1,x1) & v_reach(e1) & in(x1,x2) & n_leggings(x2) & a_black(s1) & Theme(s1,x2) & n_boy(x1))
778a8cee-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x8,x9) & with(x1,x2) & v_reach(e1) & subset_of(x4,x2) & subset_of(x3,x2) & of(x7,x8) & of(x5,x6) & n_window(x9) & n_store(x8) & n_shirt(x4) & n_plastic(x6) & n_pants(x3) & n_man(x1) & n_front(x7) & n_bag(x5) & into(e1,x5) & in(x5,x7) & a_white(s4) & a_white(s2) & a_large(s5) & a_large(s3) & a_black(s1) & Theme(s5,x9) & Theme(s4,x5) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x3) & Actor(e1,x1))
exists e1 s1 s2 x1 x2 x3 x4 x5.(with(x4,x5) & v_reach(e1) & n_window(x5) & n_leggings(x2) & n_building(x4) & n_boy(x1) & n_bag(x3) & into(e1,x3) & in(x1,x2) & by(x3,x4) & a_huge(s2) & a_black(s1) & Theme(s2,x5) & Theme(s1,x2) & Actor(e1,x1))
A man with black pants and a white shirt is reaching into a large white plastic bag in front of a store with large windows.
a man in black plots to rob a store as he reaches into a plastic bag in front of it
1
-100
A man reaches into a bag in front of a store does not imply the man plots to rob a store.
exists e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9.(into(e1,x5) & in(x5,x7) & of(x7,x8) & with(x8,x9) & n_window(x9) & a_large(s5) & Theme(s5,x9) & n_store(x8) & n_front(x7) & n_bag(x5) & of(x5,x6) & n_plastic(x6) & a_white(s4) & Theme(s4,x5) & a_large(s3) & Theme(s3,x5) & Actor(e1,x1) & v_reach(e1) & with(x1,x2) & subset_of(x4,x2) & n_shirt(x4) & a_white(s2) & Theme(s2,x4) & subset_of(x3,x2) & n_pants(x3) & a_black(s1) & Theme(s1,x3) & n_man(x1))
exists p1 s1 x1 x2.(a_topic(x1) & in(x1,x2) & Topic(x2,p1) & exists e1 p2 x3.(exists e2 s2 x4 x5.(into(e2,x4) & in(x4,x5) & of(x5,x1) & n_front(x5) & n_bag(x4) & a_plastic(s2) & Theme(s2,x4) & Actor(e2,x1) & v_reach(e2)) & as(e1,p2) & Theme(e1,x3) & Actor(e1,x2) & v_rob(e1) & n_store(x3)) & n_thing(x1) & n_male(x1) & n_plot(x2) & a_black(s1) & Theme(s1,x2) & n_man(x1))
778a92d4-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x8,x9) & with(x1,x2) & v_reach(e1) & subset_of(x4,x2) & subset_of(x3,x2) & of(x7,x8) & of(x5,x6) & n_window(x9) & n_store(x8) & n_shirt(x4) & n_plastic(x6) & n_pants(x3) & n_man(x1) & n_front(x7) & n_bag(x5) & into(e1,x5) & in(x5,x7) & a_white(s4) & a_white(s2) & a_large(s5) & a_large(s3) & a_black(s1) & Theme(s5,x9) & Theme(s4,x5) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x3) & Actor(e1,x1))
exists p1 s1 x1 x2.(n_thing(x1) & n_plot(x2) & n_man(x1) & n_male(x1) & in(x1,x2) & exists e1 p2 x3.(v_rob(e1) & n_store(x3) & exists e2 s2 x4 x5.(v_reach(e2) & of(x5,x1) & n_front(x5) & n_bag(x4) & into(e2,x4) & in(x4,x5) & a_plastic(s2) & Theme(s2,x4) & Actor(e2,x1)) & as(e1,p2) & Theme(e1,x3) & Actor(e1,x2)) & a_topic(x1) & a_black(s1) & Topic(x2,p1) & Theme(s1,x2))
Four people smile and hold golden plates behind their heads.
The dog ran after the cat.
2
-100
A singular dog can not be described as people.
exists e1 e2 s1 x1 x2 x3 x4.(behind(e2,x4) & n_head(x4) & of(x4,x1) & n_thing(x1) & Theme(e2,x3) & Actor(e2,x2) & v_hold(e2) & n_plate(x3) & a_golden(s1) & Theme(s1,x3) & n_people(x2) & card_eq_4(x2) & Actor(e1,x1) & v_smile(e1) & n_people(x1) & card_eq_4(x1))
exists e1 x1 x2.(n_cat(x2) & n_dog(x1) & after(e1,x2) & Actor(e1,x1) & v_run(e1))
778a9860-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 x1 x2 x3 x4.(v_smile(e1) & v_hold(e2) & of(x4,x1) & n_thing(x1) & n_plate(x3) & n_people(x2) & n_people(x1) & n_head(x4) & card_eq_4(x2) & card_eq_4(x1) & behind(e2,x4) & a_golden(s1) & Theme(s1,x3) & Theme(e2,x3) & Actor(e2,x2) & Actor(e1,x1))
exists e1 x1 x2.(v_run(e1) & n_dog(x1) & n_cat(x2) & after(e1,x2) & Actor(e1,x1))
Four people smile and hold golden plates behind their heads.
The group of students held plates behind their heads.
0
-100
hold golden plates behind their heads shows that held plates behind their heads.
exists e1 e2 s1 x1 x2 x3 x4.(behind(e2,x4) & n_head(x4) & of(x4,x1) & n_thing(x1) & Theme(e2,x3) & Actor(e2,x2) & v_hold(e2) & n_plate(x3) & a_golden(s1) & Theme(s1,x3) & n_people(x2) & card_eq_4(x2) & Actor(e1,x1) & v_smile(e1) & n_people(x1) & card_eq_4(x1))
exists e1 x1 x2 x3 x4 x5.(n_head(x4) & of(x4,x1) & n_thing(x1) & n_group(x1) & a_topic(x1) & of(x1,x2) & Time(e1,x5) & n_plate(x5) & behind(e1,x4) & Theme(e1,x3) & v_hold(e1) & (x2 = x3) & n_student(x2))
778a9d06-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 x1 x2 x3 x4.(v_smile(e1) & v_hold(e2) & of(x4,x1) & n_thing(x1) & n_plate(x3) & n_people(x2) & n_people(x1) & n_head(x4) & card_eq_4(x2) & card_eq_4(x1) & behind(e2,x4) & a_golden(s1) & Theme(s1,x3) & Theme(e2,x3) & Actor(e2,x2) & Actor(e1,x1))
exists e1 x1 x2 x3 x4 x5.(v_hold(e1) & of(x4,x1) & of(x1,x2) & n_thing(x1) & n_student(x2) & n_plate(x5) & n_head(x4) & n_group(x1) & behind(e1,x4) & a_topic(x1) & Time(e1,x5) & Theme(e1,x3) & (x2 = x3))
Four people smile and hold golden plates behind their heads.
The group of students held plates.
1
-100
Four people does not imply a group of students.
exists e1 e2 s1 x1 x2 x3 x4.(behind(e2,x4) & n_head(x4) & of(x4,x1) & n_thing(x1) & Theme(e2,x3) & Actor(e2,x2) & v_hold(e2) & n_plate(x3) & a_golden(s1) & Theme(s1,x3) & n_people(x2) & card_eq_4(x2) & Actor(e1,x1) & v_smile(e1) & n_people(x1) & card_eq_4(x1))
exists e1 x1 x2 x3 x4.(n_group(x1) & a_topic(x1) & of(x1,x2) & Recipient(e1,x4) & Theme(e1,x3) & v_hold(e1) & n_plate(x4) & (x2 = x3) & n_student(x2))
778aa198-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 x1 x2 x3 x4.(v_smile(e1) & v_hold(e2) & of(x4,x1) & n_thing(x1) & n_plate(x3) & n_people(x2) & n_people(x1) & n_head(x4) & card_eq_4(x2) & card_eq_4(x1) & behind(e2,x4) & a_golden(s1) & Theme(s1,x3) & Theme(e2,x3) & Actor(e2,x2) & Actor(e1,x1))
exists e1 x1 x2 x3 x4.(v_hold(e1) & of(x1,x2) & n_student(x2) & n_plate(x4) & n_group(x1) & a_topic(x1) & Theme(e1,x3) & Recipient(e1,x4) & (x2 = x3))
A toddler lays half on a mattress and half on the floor.
A smiling toddler is laying down.
1
-100
Not all toddlers are smiling.
exists e1 x1 x2 x3 x4 x5 x6.(n_floor(x6) & on(e1,x6) & Theme(e1,x2) & Actor(e1,x1) & v_lay(e1) & subset_of(x5,x2) & n_half(x5) & subset_of(x3,x2) & on(x3,x4) & n_mattress(x4) & n_half(x3) & n_toddler(x1))
exists e2 e1 s1 x1.(a_down(s1) & Manner(e2,s1) & Actor(e2,x1) & v_lay(e2) & n_toddler(x1) & Actor(e1,x1) & v_smile(e1))
778aa634-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4 x5 x6.(v_lay(e1) & subset_of(x5,x2) & subset_of(x3,x2) & on(x3,x4) & on(e1,x6) & n_toddler(x1) & n_mattress(x4) & n_half(x5) & n_half(x3) & n_floor(x6) & Theme(e1,x2) & Actor(e1,x1))
exists e2 e1 s1 x1.(v_smile(e1) & v_lay(e2) & n_toddler(x1) & a_down(s1) & Manner(e2,s1) & Actor(e2,x1) & Actor(e1,x1))
A toddler lays half on a mattress and half on the floor.
An old man lays half on a mattress and half on the floor.
2
-100
A man can not be described as a toddler.
exists e1 x1 x2 x3 x4 x5 x6.(n_floor(x6) & on(e1,x6) & Theme(e1,x2) & Actor(e1,x1) & v_lay(e1) & subset_of(x5,x2) & n_half(x5) & subset_of(x3,x2) & on(x3,x4) & n_mattress(x4) & n_half(x3) & n_toddler(x1))
exists e1 s1 x1 x2 x3 x4 x5 x6.(n_floor(x6) & on(e1,x6) & Theme(e1,x2) & Actor(e1,x1) & v_lay(e1) & subset_of(x5,x2) & n_half(x5) & subset_of(x3,x2) & on(x3,x4) & n_mattress(x4) & n_half(x3) & n_man(x1) & a_old(s1) & Theme(s1,x1))
778aab84-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4 x5 x6.(v_lay(e1) & subset_of(x5,x2) & subset_of(x3,x2) & on(x3,x4) & on(e1,x6) & n_toddler(x1) & n_mattress(x4) & n_half(x5) & n_half(x3) & n_floor(x6) & Theme(e1,x2) & Actor(e1,x1))
exists e1 s1 x1 x2 x3 x4 x5 x6.(v_lay(e1) & subset_of(x5,x2) & subset_of(x3,x2) & on(x3,x4) & on(e1,x6) & n_mattress(x4) & n_man(x1) & n_half(x5) & n_half(x3) & n_floor(x6) & a_old(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
A toddler lays half on a mattress and half on the floor.
There is a young child laying down.
0
-100
lays half on a mattress shows that child laying down.
exists e1 x1 x2 x3 x4 x5 x6.(n_floor(x6) & on(e1,x6) & Theme(e1,x2) & Actor(e1,x1) & v_lay(e1) & subset_of(x5,x2) & n_half(x5) & subset_of(x3,x2) & on(x3,x4) & n_mattress(x4) & n_half(x3) & n_toddler(x1))
exists p1 x1 e1 s1 s2 x2 x3.((x1 = x2) & a_down(s2) & Manner(e1,s2) & Actor(e1,x3) & v_lay(e1) & (x2 = x3) & n_child(x2) & a_young(s1) & Theme(s1,x2))
778ab052-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4 x5 x6.(v_lay(e1) & subset_of(x5,x2) & subset_of(x3,x2) & on(x3,x4) & on(e1,x6) & n_toddler(x1) & n_mattress(x4) & n_half(x5) & n_half(x3) & n_floor(x6) & Theme(e1,x2) & Actor(e1,x1))
exists x1 e1 s1 s2 x2 x3.(v_lay(e1) & n_child(x2) & a_young(s1) & a_down(s2) & Theme(s1,x2) & Manner(e1,s2) & Actor(e1,x3) & (x2 = x3) & (x1 = x2))
A festival taking place on a street beside a store entitled "De Credito".
A festival taking place on a street beside a store entitled "Mcdonalds".
2
-100
It can't be taking place beside De Credito and another place simultaneously.
exists e2 e1 x1 x2 x3 x4 x5 x6 x7.(ne_org_credito(x6) & (x6 = x7) & ne_org_de(x7) & Recipient(e2,x6) & Theme(e2,x1) & v_entitle(e2) & beside(e1,x5) & n_store(x5) & on(e1,x4) & n_street(x4) & Theme(e1,x3) & Actor(e1,x2) & v_take(e1) & n_place(x3) & (x1 = x2) & n_festival(x1))
exists e2 e1 x1 x2 x3 x4 x5 x6.(ne_per_mcdonalds(x6) & Recipient(e2,x6) & Theme(e2,x1) & v_entitle(e2) & beside(e1,x5) & n_store(x5) & on(e1,x4) & n_street(x4) & Theme(e1,x3) & Actor(e1,x2) & v_take(e1) & n_place(x3) & (x1 = x2) & n_festival(x1))
778ab61a-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 x1 x2 x3 x4 x5 x6 x7.(v_take(e1) & v_entitle(e2) & on(e1,x4) & ne_org_de(x7) & ne_org_credito(x6) & n_street(x4) & n_store(x5) & n_place(x3) & n_festival(x1) & beside(e1,x5) & Theme(e2,x1) & Theme(e1,x3) & Recipient(e2,x6) & Actor(e1,x2) & (x6 = x7) & (x1 = x2))
exists e2 e1 x1 x2 x3 x4 x5 x6.(v_take(e1) & v_entitle(e2) & on(e1,x4) & ne_per_mcdonalds(x6) & n_street(x4) & n_store(x5) & n_place(x3) & n_festival(x1) & beside(e1,x5) & Theme(e2,x1) & Theme(e1,x3) & Recipient(e2,x6) & Actor(e1,x2) & (x1 = x2))
A festival taking place on a street beside a store entitled "De Credito".
An event is taking place on a street beside a store entitled "De Credito".
0
-100
"A festival taking place" is synonymous with "An event is taking place."
exists e2 e1 x1 x2 x3 x4 x5 x6 x7.(ne_org_credito(x6) & (x6 = x7) & ne_org_de(x7) & Recipient(e2,x6) & Theme(e2,x1) & v_entitle(e2) & beside(e1,x5) & n_store(x5) & on(e1,x4) & n_street(x4) & Theme(e1,x3) & Actor(e1,x2) & v_take(e1) & n_place(x3) & (x1 = x2) & n_festival(x1))
exists e2 e1 x1 x2 x3 x4 x5 x6 x7.(ne_org_credito(x6) & (x6 = x7) & ne_org_de(x7) & beside(e1,x4) & Recipient(e2,x6) & Theme(e2,x5) & v_entitle(e2) & (x4 = x5) & n_store(x4) & on(e1,x3) & n_street(x3) & Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & n_place(x2) & n_event(x1))
778abb6a-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 x1 x2 x3 x4 x5 x6 x7.(v_take(e1) & v_entitle(e2) & on(e1,x4) & ne_org_de(x7) & ne_org_credito(x6) & n_street(x4) & n_store(x5) & n_place(x3) & n_festival(x1) & beside(e1,x5) & Theme(e2,x1) & Theme(e1,x3) & Recipient(e2,x6) & Actor(e1,x2) & (x6 = x7) & (x1 = x2))
exists e2 e1 x1 x2 x3 x4 x5 x6 x7.(v_take(e1) & v_entitle(e2) & on(e1,x3) & ne_org_de(x7) & ne_org_credito(x6) & n_street(x3) & n_store(x4) & n_place(x2) & n_event(x1) & beside(e1,x4) & Theme(e2,x5) & Theme(e1,x2) & Recipient(e2,x6) & Actor(e1,x1) & (x6 = x7) & (x4 = x5))
A festival taking place on a street beside a store entitled "De Credito".
A bacon festival taking place on a street beside a store entitled "De Credito".
1
-100
The festival is not necessarily a bacon festival.
exists e1 e2 x1 x2 x3 x4 x5 x6 x7.(ne_org_credito(x6) & (x6 = x7) & ne_org_de(x7) & Recipient(e2,x6) & Theme(e2,x1) & v_entitle(e2) & beside(e1,x5) & n_store(x5) & on(e1,x4) & n_street(x4) & Theme(e1,x3) & Actor(e1,x2) & v_take(e1) & n_place(x3) & (x1 = x2) & n_festival(x1))
exists e1 e2 x1 x2 x3 x4 x5 x6 x7 x8.(ne_org_credito(x7) & (x7 = x8) & ne_org_de(x8) & Recipient(e2,x7) & Theme(e2,x1) & v_entitle(e2) & beside(e1,x6) & n_store(x6) & on(e1,x5) & n_street(x5) & Theme(e1,x4) & Actor(e1,x3) & v_take(e1) & n_place(x4) & (x1 = x3) & n_festival(x1) & of(x1,x2) & n_bacon(x2))
778ac0f6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 x1 x2 x3 x4 x5 x6 x7.(v_take(e1) & v_entitle(e2) & on(e1,x4) & ne_org_de(x7) & ne_org_credito(x6) & n_street(x4) & n_store(x5) & n_place(x3) & n_festival(x1) & beside(e1,x5) & Theme(e2,x1) & Theme(e1,x3) & Recipient(e2,x6) & Actor(e1,x2) & (x6 = x7) & (x1 = x2))
exists e1 e2 x1 x2 x3 x4 x5 x6 x7 x8.(v_take(e1) & v_entitle(e2) & on(e1,x5) & of(x1,x2) & ne_org_de(x8) & ne_org_credito(x7) & n_street(x5) & n_store(x6) & n_place(x4) & n_festival(x1) & n_bacon(x2) & beside(e1,x6) & Theme(e2,x1) & Theme(e1,x4) & Recipient(e2,x7) & Actor(e1,x3) & (x7 = x8) & (x1 = x3))
A white and brown spotted dog runs along the snow to catch a ball.
The cat is chasing the ball.
2
-100
A dog and a cat are not the same thing.
exists e1 p1 s1 s2 s3 s4 s5 s6 x1 x2 x3.(n_snow(x3) & Topic(e1,p1) & exists e2 x4.(Theme(e2,x4) & Actor(e2,x1) & v_catch(e2) & n_ball(x4)) & along(e1,x3) & Actor(e1,x2) & v_run(e1) & n_dog(x2) & a_spotted(s6) & Theme(s6,x2) & a_brown(s5) & Theme(s5,x2) & a_white(s4) & Theme(s4,x2) & n_dog(x1) & a_spotted(s3) & Theme(s3,x1) & a_brown(s2) & Theme(s2,x1) & a_white(s1) & Theme(s1,x1))
exists e1 x1 x2.(n_ball(x2) & n_cat(x1) & Theme(e1,x2) & Actor(e1,x1) & v_chase(e1))
778ac5ec-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 s2 s3 s4 s5 s6 x1 x2 x3.(v_run(e1) & n_snow(x3) & n_dog(x2) & n_dog(x1) & exists e2 x4.(v_catch(e2) & n_ball(x4) & Theme(e2,x4) & Actor(e2,x1)) & along(e1,x3) & a_white(s4) & a_white(s1) & a_spotted(s6) & a_spotted(s3) & a_brown(s5) & a_brown(s2) & Topic(e1,p1) & Theme(s6,x2) & Theme(s5,x2) & Theme(s4,x2) & Theme(s3,x1) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x2))
exists e1 x1 x2.(v_chase(e1) & n_cat(x1) & n_ball(x2) & Theme(e1,x2) & Actor(e1,x1))
A white and brown spotted dog runs along the snow to catch a ball.
The dog is a german sheppherd.
1
-100
Not all dogs are a German Shepherd.
exists e1 p1 s1 s2 s3 s4 s5 s6 x1 x2 x3.(n_snow(x3) & Topic(e1,p1) & exists e2 x4.(Theme(e2,x4) & Actor(e2,x1) & v_catch(e2) & n_ball(x4)) & along(e1,x3) & Actor(e1,x2) & v_run(e1) & n_dog(x2) & a_spotted(s6) & Theme(s6,x2) & a_brown(s5) & Theme(s5,x2) & a_white(s4) & Theme(s4,x2) & n_dog(x1) & a_spotted(s3) & Theme(s3,x1) & a_brown(s2) & Theme(s2,x1) & a_white(s1) & Theme(s1,x1))
exists p1 x1.(n_dog(x1) & exists x2 x3.((x1 = x2) & n_sheppherd(x2) & of(x2,x3) & n_german(x3)))
778acaec-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 s2 s3 s4 s5 s6 x1 x2 x3.(v_run(e1) & n_snow(x3) & n_dog(x2) & n_dog(x1) & exists e2 x4.(v_catch(e2) & n_ball(x4) & Theme(e2,x4) & Actor(e2,x1)) & along(e1,x3) & a_white(s4) & a_white(s1) & a_spotted(s6) & a_spotted(s3) & a_brown(s5) & a_brown(s2) & Topic(e1,p1) & Theme(s6,x2) & Theme(s5,x2) & Theme(s4,x2) & Theme(s3,x1) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x2))
exists x1.(n_dog(x1) & exists x2 x3.(of(x2,x3) & n_sheppherd(x2) & n_german(x3) & (x1 = x2)))
A white and brown spotted dog runs along the snow to catch a ball.
The dog runs after a ball
0
-100
to catch a ball can also be said as runs after a ball
exists e1 p1 s1 s2 s3 s4 s5 s6 x1 x2 x3.(n_snow(x3) & Topic(e1,p1) & exists e2 x4.(Theme(e2,x4) & Actor(e2,x1) & v_catch(e2) & n_ball(x4)) & along(e1,x3) & Actor(e1,x2) & v_run(e1) & n_dog(x2) & a_spotted(s6) & Theme(s6,x2) & a_brown(s5) & Theme(s5,x2) & a_white(s4) & Theme(s4,x2) & n_dog(x1) & a_spotted(s3) & Theme(s3,x1) & a_brown(s2) & Theme(s2,x1) & a_white(s1) & Theme(s1,x1))
exists e1 x1 x2.(n_dog(x1) & after(e1,x2) & n_ball(x2) & Actor(e1,x1) & v_run(e1))
778ad244-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 s2 s3 s4 s5 s6 x1 x2 x3.(v_run(e1) & n_snow(x3) & n_dog(x2) & n_dog(x1) & exists e2 x4.(v_catch(e2) & n_ball(x4) & Theme(e2,x4) & Actor(e2,x1)) & along(e1,x3) & a_white(s4) & a_white(s1) & a_spotted(s6) & a_spotted(s3) & a_brown(s5) & a_brown(s2) & Topic(e1,p1) & Theme(s6,x2) & Theme(s5,x2) & Theme(s4,x2) & Theme(s3,x1) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x2))
exists e1 x1 x2.(v_run(e1) & n_dog(x1) & n_ball(x2) & after(e1,x2) & Actor(e1,x1))
An infant is sleeping just outside their sleeping area.
A baby is dead
2
-100
A baby can not be dead if they are sleeping.
exists e2 e1 x1 x2.(r_just(e1) & outside(e1,x2) & n_area(x2) & Actor(e2,x2) & v_sleep(e2) & of(x2,x1) & n_thing(x1) & Actor(e1,x1) & v_sleep(e1) & n_infant(x1))
exists s1 x1.(Theme(s1,x1) & a_dead(s1) & n_baby(x1))
778ad83e-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 x1 x2.(v_sleep(e2) & v_sleep(e1) & r_just(e1) & outside(e1,x2) & of(x2,x1) & n_thing(x1) & n_infant(x1) & n_area(x2) & Actor(e2,x2) & Actor(e1,x1))
exists s1 x1.(n_baby(x1) & a_dead(s1) & Theme(s1,x1))
An infant is sleeping just outside their sleeping area.
A baby is outside
1
-100
Sleeping outside their sleeping area does not imply sleeping outside.
exists e2 e1 x1 x2.(r_just(e1) & outside(e1,x2) & n_area(x2) & Actor(e2,x2) & v_sleep(e2) & of(x2,x1) & n_thing(x1) & Actor(e1,x1) & v_sleep(e1) & n_infant(x1))
exists s1 x1.(Theme(s1,x1) & a_outside(s1) & n_baby(x1))
778addf2-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 x1 x2.(v_sleep(e2) & v_sleep(e1) & r_just(e1) & outside(e1,x2) & of(x2,x1) & n_thing(x1) & n_infant(x1) & n_area(x2) & Actor(e2,x2) & Actor(e1,x1))
exists s1 x1.(n_baby(x1) & a_outside(s1) & Theme(s1,x1))
An infant is sleeping just outside their sleeping area.
A baby is sleeping
0
-100
infant is sleeping shows that baby is sleeping
exists e1 e2 x1 x2.(r_just(e1) & outside(e1,x2) & n_area(x2) & Actor(e2,x2) & v_sleep(e2) & of(x2,x1) & n_thing(x1) & Actor(e1,x1) & v_sleep(e1) & n_infant(x1))
exists e1 x1.(Actor(e1,x1) & v_sleep(e1) & n_baby(x1))
778ae3e2-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 x1 x2.(v_sleep(e2) & v_sleep(e1) & r_just(e1) & outside(e1,x2) & of(x2,x1) & n_thing(x1) & n_infant(x1) & n_area(x2) & Actor(e2,x2) & Actor(e1,x1))
exists e1 x1.(v_sleep(e1) & n_baby(x1) & Actor(e1,x1))
Person lies down on an orange cloth in front of giant billboard with gating in front of it.
A man is near a giant billboard.
0
-100
man is near a giant billboard shows that Person lies front of giant billboard
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(ne_per_person(x1) & in(e1,x7) & of(x7,x2) & n_thing(x2) & n_front(x7) & with(e1,x6) & n_gate(x6) & in(e1,x4) & of(x4,x5) & n_billboard(x5) & a_giant(s2) & Theme(s2,x5) & n_front(x4) & on(e1,x2) & n_cloth(x2) & of(x2,x3) & n_orange(x3) & a_down(s1) & Manner(e1,s1) & Actor(e1,x1) & v_lie(e1))
exists p1 x1.(exists s1 x2.(near(x1,x2) & n_billboard(x2) & a_giant(s1) & Theme(s1,x2)) & n_man(x1))
778ae89c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(with(e1,x6) & v_lie(e1) & on(e1,x2) & of(x7,x2) & of(x4,x5) & of(x2,x3) & ne_per_person(x1) & n_thing(x2) & n_orange(x3) & n_gate(x6) & n_front(x7) & n_front(x4) & n_cloth(x2) & n_billboard(x5) & in(e1,x7) & in(e1,x4) & a_giant(s2) & a_down(s1) & Theme(s2,x5) & Manner(e1,s1) & Actor(e1,x1))
exists x1.(n_man(x1) & exists s1 x2.(near(x1,x2) & n_billboard(x2) & a_giant(s1) & Theme(s1,x2)))
Person lies down on an orange cloth in front of giant billboard with gating in front of it.
The painter is painting a church interior.
2
-100
A person can not be painting if they are laying down. A person can not be in front of a billboard if they are inside a church.
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(ne_per_person(x1) & in(e1,x7) & of(x7,x2) & n_thing(x2) & n_front(x7) & with(e1,x6) & n_gate(x6) & in(e1,x4) & of(x4,x5) & n_billboard(x5) & a_giant(s2) & Theme(s2,x5) & n_front(x4) & on(e1,x2) & n_cloth(x2) & of(x2,x3) & n_orange(x3) & a_down(s1) & Manner(e1,s1) & Actor(e1,x1) & v_lie(e1))
exists e1 x1 x2 x3.(n_painter(x1) & Theme(e1,x2) & Actor(e1,x1) & v_paint(e1) & n_interior(x2) & of(x2,x3) & n_church(x3))
778aed4c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(with(e1,x6) & v_lie(e1) & on(e1,x2) & of(x7,x2) & of(x4,x5) & of(x2,x3) & ne_per_person(x1) & n_thing(x2) & n_orange(x3) & n_gate(x6) & n_front(x7) & n_front(x4) & n_cloth(x2) & n_billboard(x5) & in(e1,x7) & in(e1,x4) & a_giant(s2) & a_down(s1) & Theme(s2,x5) & Manner(e1,s1) & Actor(e1,x1))
exists e1 x1 x2 x3.(v_paint(e1) & of(x2,x3) & n_painter(x1) & n_interior(x2) & n_church(x3) & Theme(e1,x2) & Actor(e1,x1))
Person lies down on an orange cloth in front of giant billboard with gating in front of it.
The painter is taking a rest from his job of painting a billboard.
1
-100
Person does not imply painter and lies down does not imply taking a rest from his job.
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(ne_per_person(x1) & in(e1,x7) & of(x7,x2) & n_thing(x2) & n_front(x7) & with(e1,x6) & n_gate(x6) & in(e1,x4) & of(x4,x5) & n_billboard(x5) & a_giant(s2) & Theme(s2,x5) & n_front(x4) & on(e1,x2) & n_cloth(x2) & of(x2,x3) & n_orange(x3) & a_down(s1) & Manner(e1,s1) & Actor(e1,x1) & v_lie(e1))
exists e1 e2 x1 x2 x3 x4 x5.(n_job(x3) & of(x3,x1) & n_male(x1) & n_painter(x1) & from(e1,x3) & Theme(e2,x5) & Actor(e2,x4) & v_paint(e2) & n_billboard(x5) & (x3 = x4) & Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & n_rest(x2))
778af224-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(with(e1,x6) & v_lie(e1) & on(e1,x2) & of(x7,x2) & of(x4,x5) & of(x2,x3) & ne_per_person(x1) & n_thing(x2) & n_orange(x3) & n_gate(x6) & n_front(x7) & n_front(x4) & n_cloth(x2) & n_billboard(x5) & in(e1,x7) & in(e1,x4) & a_giant(s2) & a_down(s1) & Theme(s2,x5) & Manner(e1,s1) & Actor(e1,x1))
exists e1 e2 x1 x2 x3 x4 x5.(v_take(e1) & v_paint(e2) & of(x3,x1) & n_rest(x2) & n_painter(x1) & n_male(x1) & n_job(x3) & n_billboard(x5) & from(e1,x3) & Theme(e2,x5) & Theme(e1,x2) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x4))
A man with glasses wearing a tie plays the violin.
The man is playing an instrument.
0
-100
A man plays the violin, violin is an instrument
exists e1 e2 x1 x2 x3 x4 x5.(n_violin(x5) & Theme(e2,x5) & Actor(e2,x1) & v_play(e2) & with(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & n_tie(x4) & (x2 = x3) & n_glass(x2) & n_man(x1))
exists e1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_instrument(x2))
778afdc8-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 x1 x2 x3 x4 x5.(with(x1,x2) & v_wear(e1) & v_play(e2) & n_violin(x5) & n_tie(x4) & n_man(x1) & n_glass(x2) & Theme(e2,x5) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3))
exists e1 x1 x2.(v_play(e1) & n_man(x1) & n_instrument(x2) & Theme(e1,x2) & Actor(e1,x1))
Woman wearing dark pants, white top and gray shawl is motioning to a large cooking appliance in a retail store.
There is one woman in this picture.
0
-100
Woman wearing implies that one woman in this picture.
exists e1 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9.(ne_nam_woman(x1) & to(e2,x7) & in(x7,x9) & n_store(x9) & a_retail(s5) & Theme(s5,x9) & n_appliance(x7) & of(x7,x8) & n_cooking(x8) & a_large(s4) & Theme(s4,x7) & Actor(e2,x1) & v_motion(e2) & rel(x1,x4) & n_shawl(x6) & a_gray(s3) & Theme(s3,x6) & n_top(x5) & subset_of(x6,x4) & subset_of(x5,x4) & a_white(s2) & Theme(s2,x4) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_pants(x3) & a_dark(s1) & Theme(s1,x3) & (x1 = x2))
exists p1 x1 x3.(n_picture(x3) & exists x2.((x1 = x2) & in(x2,x3) & n_woman(x2) & card_eq_1(x2)))
778b11aa-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_wear(e1) & v_motion(e2) & to(e2,x7) & subset_of(x6,x4) & subset_of(x5,x4) & rel(x1,x4) & of(x7,x8) & ne_nam_woman(x1) & n_top(x5) & n_store(x9) & n_shawl(x6) & n_pants(x3) & n_cooking(x8) & n_appliance(x7) & in(x7,x9) & a_white(s2) & a_retail(s5) & a_large(s4) & a_gray(s3) & a_dark(s1) & Theme(s5,x9) & Theme(s4,x7) & Theme(s3,x6) & Theme(s2,x4) & Theme(s1,x3) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
exists x1 x3.(n_picture(x3) & exists x2.(n_woman(x2) & in(x2,x3) & card_eq_1(x2) & (x1 = x2)))
A Violinist plays as he is decorated as a clown.
A male violinist perfoms in a concert hall dressed as a clown.
1
-100
Not all violinists are male.
exists e1 p1 x1.(exists e2 x2.(as(e2,x2) & n_clown(x2) & Theme(e2,x1) & v_decorate(e2)) & n_male(x1) & as(e1,p1) & Actor(e1,x1) & v_play(e1) & n_violinist(x1))
exists e1 s1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & in(x1,x3) & as(e1,x6) & n_clown(x6) & Theme(e1,x5) & v_dress(e1) & (x3 = x5) & n_hall(x3) & of(x3,x4) & n_concert(x4) & n_perfom(x1) & of(x1,x2) & n_violinist(x2) & a_male(s1) & Theme(s1,x1))
778b219a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 x1.(v_play(e1) & n_violinist(x1) & n_male(x1) & exists e2 x2.(v_decorate(e2) & n_clown(x2) & as(e2,x2) & Theme(e2,x1)) & as(e1,p1) & Actor(e1,x1))
exists e1 s1 x1 x2 x3 x4 x5 x6.(v_dress(e1) & of(x3,x4) & of(x1,x2) & n_violinist(x2) & n_perfom(x1) & n_hall(x3) & n_concert(x4) & n_clown(x6) & in(x1,x3) & as(e1,x6) & a_topic(x1) & a_male(s1) & Theme(s1,x1) & Theme(e1,x5) & (x3 = x5))
A soldier cracks an egg into a large stainless steal bowl.
Two men are wrestling.
2
-100
A soldier can't crack an egg and be wrestling at the same time, there's only one soldier.
all x1.(n_egg(x1) -> exists e1 s1 s2 x2 x3 x4.(Theme(e1,x4) & Actor(e1,x2) & v_steal(e1) & n_bowl(x4) & into(x2,x3) & n_stainless(x3) & a_large(s2) & Theme(s2,x3) & for(x2,x1) & n_crack(x2) & r_more(s1) & a_soldier(s1) & Theme(s1,x2)))
exists e1 x1.(Actor(e1,x1) & v_wrestle(e1) & n_man(x1) & card_eq_2(x1))
778b3590-e4c8-11ec-9cdd-0242ac1c0002
all x1.(exists e1 s1 s2 x2 x3 x4.(v_steal(e1) & r_more(s1) & n_stainless(x3) & n_crack(x2) & n_bowl(x4) & into(x2,x3) & for(x2,x1) & a_soldier(s1) & a_large(s2) & Theme(s2,x3) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x2)) | -n_egg(x1))
exists e1 x1.(v_wrestle(e1) & n_man(x1) & card_eq_2(x1) & Actor(e1,x1))
A woman wearing sunglasses rides her bicycle across the crosswalk.
A woman rides her bicycle across the crosswalk.
0
-100
woman rides her bicycle across the crosswalk is just as woman rides her bicycle across the crosswalk.
exists e1 e2 x1 x2 x3 x4 x5.(n_crosswalk(x5) & Theme(e2,x4) & Actor(e2,x1) & v_ride(e2) & across(x4,x5) & n_bicycle(x4) & of(x4,x1) & n_female(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_sunglass(x3) & (x1 = x2) & n_woman(x1))
exists e1 x1 x2 x3.(n_crosswalk(x3) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & across(x2,x3) & n_bicycle(x2) & of(x2,x1) & n_female(x1) & n_woman(x1))
778e17ce-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 x1 x2 x3 x4 x5.(v_wear(e1) & v_ride(e2) & of(x4,x1) & n_woman(x1) & n_sunglass(x3) & n_female(x1) & n_crosswalk(x5) & n_bicycle(x4) & across(x4,x5) & Theme(e2,x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
exists e1 x1 x2 x3.(v_ride(e1) & of(x2,x1) & n_woman(x1) & n_female(x1) & n_crosswalk(x3) & n_bicycle(x2) & across(x2,x3) & Theme(e1,x2) & Actor(e1,x1))
A woman wearing sunglasses rides her bicycle across the crosswalk.
A woman wearing sunglasses rides her bicycle across the crosswalk to buy some vegetables
1
-100
not every woman wants vegetables
exists e2 e1 x1 x2 x3 x4 x5.(n_crosswalk(x5) & Theme(e2,x4) & Actor(e2,x1) & v_ride(e2) & across(x4,x5) & n_bicycle(x4) & of(x4,x1) & n_female(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_sunglass(x3) & (x1 = x2) & n_woman(x1))
exists e2 e1 e3 p1 x1 x2 x3 x4 x5 x6 x7 x8.(n_crosswalk(x8) & Topic(e3,p1) & exists e4 x9.(Theme(e4,x9) & Actor(e4,x1) & v_buy(e4) & n_vegetable(x9)) & Theme(e3,x7) & Actor(e3,x4) & v_ride(e3) & across(x7,x8) & n_bicycle(x7) & of(x7,x1) & n_female(x1) & Theme(e2,x6) & Actor(e2,x5) & v_wear(e2) & n_sunglass(x6) & (x4 = x5) & n_woman(x4) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_sunglass(x3) & (x1 = x2) & n_woman(x1))
778e1c7e-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 x1 x2 x3 x4 x5.(v_wear(e1) & v_ride(e2) & of(x4,x1) & n_woman(x1) & n_sunglass(x3) & n_female(x1) & n_crosswalk(x5) & n_bicycle(x4) & across(x4,x5) & Theme(e2,x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
exists e2 e1 e3 p1 x1 x2 x3 x4 x5 x6 x7 x8.(v_wear(e2) & v_wear(e1) & v_ride(e3) & of(x7,x1) & n_woman(x4) & n_woman(x1) & n_sunglass(x6) & n_sunglass(x3) & n_female(x1) & n_crosswalk(x8) & n_bicycle(x7) & exists e4 x9.(v_buy(e4) & n_vegetable(x9) & Theme(e4,x9) & Actor(e4,x1)) & across(x7,x8) & Topic(e3,p1) & Theme(e3,x7) & Theme(e2,x6) & Theme(e1,x3) & Actor(e3,x4) & Actor(e2,x5) & Actor(e1,x2) & (x4 = x5) & (x1 = x2))
A woman wearing sunglasses rides her bicycle across the crosswalk.
A woman wearing sunglasses stands near her bicycle
2
-100
a woman ride a bicycle
exists e2 e1 x1 x2 x3 x4 x5.(n_crosswalk(x5) & Theme(e2,x4) & Actor(e2,x1) & v_ride(e2) & across(x4,x5) & n_bicycle(x4) & of(x4,x1) & n_female(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_sunglass(x3) & (x1 = x2) & n_woman(x1))
exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & near(x3,x5) & n_bicycle(x5) & of(x5,x1) & n_female(x1) & n_stand(x3) & of(x3,x4) & n_sunglass(x4) & (x1 = x2) & n_woman(x1))
778e2124-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 x1 x2 x3 x4 x5.(v_wear(e1) & v_ride(e2) & of(x4,x1) & n_woman(x1) & n_sunglass(x3) & n_female(x1) & n_crosswalk(x5) & n_bicycle(x4) & across(x4,x5) & Theme(e2,x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
exists e1 x1 x2 x3 x4 x5.(v_wear(e1) & of(x5,x1) & of(x3,x4) & near(x3,x5) & n_woman(x1) & n_sunglass(x4) & n_stand(x3) & n_female(x1) & n_bicycle(x5) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
A woman wearing sunglasses riding her bike across the street.
The woman is at home weeding the garden
2
-100
The woman can't ride her bike while weeding the garden.
exists e2 e1 x1 x2 x3 x4 x5 x6.(n_street(x6) & a_topic(x1) & Theme(e2,x3) & Actor(e2,x2) & v_wear(e2) & across(e1,x6) & Theme(e1,x5) & Actor(e1,x4) & v_ride(e1) & n_bike(x5) & of(x5,x1) & n_female(x1) & (x3 = x4) & n_sunglass(x3) & (x1 = x2) & n_woman(x1))
exists p1 x1 x4.(n_garden(x4) & n_woman(x1) & exists e1 x2 x3.(at(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_weed(e1) & (x2 = x3) & n_home(x2)))
778e25ca-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 x1 x2 x3 x4 x5 x6.(v_wear(e2) & v_ride(e1) & of(x5,x1) & n_woman(x1) & n_sunglass(x3) & n_street(x6) & n_female(x1) & n_bike(x5) & across(e1,x6) & a_topic(x1) & Theme(e2,x3) & Theme(e1,x5) & Actor(e2,x2) & Actor(e1,x4) & (x3 = x4) & (x1 = x2))
exists x1 x4.(n_woman(x1) & n_garden(x4) & exists e1 x2 x3.(v_weed(e1) & n_home(x2) & at(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)))
A woman wearing sunglasses riding her bike across the street.
The woman is riding her bike on a sunny day
0
-100
Woman wearing sunglasses is a type of woman.
exists e2 e1 x1 x2 x3 x4 x5 x6.(n_street(x6) & a_topic(x1) & Theme(e2,x3) & Actor(e2,x2) & v_wear(e2) & across(e1,x6) & Theme(e1,x5) & Actor(e1,x4) & v_ride(e1) & n_bike(x5) & of(x5,x1) & n_female(x1) & (x3 = x4) & n_sunglass(x3) & (x1 = x2) & n_woman(x1))
exists e1 s1 x1 x2 x3.(n_bike(x2) & of(x2,x1) & n_female(x1) & n_woman(x1) & on(e1,x3) & n_day(x3) & a_sunny(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1))
778e2a7a-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 x1 x2 x3 x4 x5 x6.(v_wear(e2) & v_ride(e1) & of(x5,x1) & n_woman(x1) & n_sunglass(x3) & n_street(x6) & n_female(x1) & n_bike(x5) & across(e1,x6) & a_topic(x1) & Theme(e2,x3) & Theme(e1,x5) & Actor(e2,x2) & Actor(e1,x4) & (x3 = x4) & (x1 = x2))
exists e1 s1 x1 x2 x3.(v_ride(e1) & on(e1,x3) & of(x2,x1) & n_woman(x1) & n_female(x1) & n_day(x3) & n_bike(x2) & a_sunny(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1))
A woman wearing sunglasses riding her bike across the street.
The woman is riding her bike across the street to buy a soda.
1
-100
Riding a bike across the street could be or not be to buy a soda.
exists e1 e2 x1 x2 x3 x4 x5 x6.(n_street(x6) & a_topic(x1) & Theme(e2,x3) & Actor(e2,x2) & v_wear(e2) & across(e1,x6) & Theme(e1,x5) & Actor(e1,x4) & v_ride(e1) & n_bike(x5) & of(x5,x1) & n_female(x1) & (x3 = x4) & n_sunglass(x3) & (x1 = x2) & n_woman(x1))
exists e1 p1 x1 x2 x3.(n_street(x3) & n_bike(x2) & of(x2,x1) & n_female(x1) & n_woman(x1) & Topic(e1,p1) & exists e2 x4.(Theme(e2,x4) & Actor(e2,x1) & v_buy(e2) & n_soda(x4)) & across(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1))
778e2fe8-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 x1 x2 x3 x4 x5 x6.(v_wear(e2) & v_ride(e1) & of(x5,x1) & n_woman(x1) & n_sunglass(x3) & n_street(x6) & n_female(x1) & n_bike(x5) & across(e1,x6) & a_topic(x1) & Theme(e2,x3) & Theme(e1,x5) & Actor(e2,x2) & Actor(e1,x4) & (x3 = x4) & (x1 = x2))
exists e1 p1 x1 x2 x3.(v_ride(e1) & of(x2,x1) & n_woman(x1) & n_street(x3) & n_female(x1) & n_bike(x2) & exists e2 x4.(v_buy(e2) & n_soda(x4) & Theme(e2,x4) & Actor(e2,x1)) & across(e1,x3) & Topic(e1,p1) & Theme(e1,x2) & Actor(e1,x1))
A child is looking through the viewfinder of a camera.
the dog eats pizza
2
-100
The child wouldn't let the dog eat the pizza.
exists e1 x1 x2 x3.(n_viewfinder(x2) & through(e1,x2) & of(x2,x3) & n_camera(x3) & Actor(e1,x1) & v_look(e1) & n_child(x1))
exists e1 x1 x2.(n_dog(x1) & Theme(e1,x2) & Actor(e1,x1) & v_eat(e1) & n_pizza(x2))
778e94ec-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3.(v_look(e1) & through(e1,x2) & of(x2,x3) & n_viewfinder(x2) & n_child(x1) & n_camera(x3) & Actor(e1,x1))
exists e1 x1 x2.(v_eat(e1) & n_pizza(x2) & n_dog(x1) & Theme(e1,x2) & Actor(e1,x1))
A child is looking through the viewfinder of a camera.
the kid looks through the view finder
0
-100
child is looking through the viewfinder is simple as kid looks through the view finder
exists e1 x1 x2 x3.(n_viewfinder(x2) & through(e1,x2) & of(x2,x3) & n_camera(x3) & Actor(e1,x1) & v_look(e1) & n_child(x1))
exists e1 x1 x2 x3.(n_view(x2) & n_kid(x1) & through(e1,x2) & Time(x2,x3) & n_finder(x3) & Actor(e1,x1) & v_look(e1))
778e99ba-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3.(v_look(e1) & through(e1,x2) & of(x2,x3) & n_viewfinder(x2) & n_child(x1) & n_camera(x3) & Actor(e1,x1))
exists e1 x1 x2 x3.(v_look(e1) & through(e1,x2) & n_view(x2) & n_kid(x1) & n_finder(x3) & Time(x2,x3) & Actor(e1,x1))
A child is looking through the viewfinder of a camera.
the kid looks through the view finder on a monday
1
-100
monday and camera are different things
exists e1 x1 x2 x3.(n_viewfinder(x2) & through(e1,x2) & of(x2,x3) & n_camera(x3) & Actor(e1,x1) & v_look(e1) & n_child(x1))
exists e1 x1 x2 x3 x4.(n_view(x3) & n_kid(x1) & through(e1,x3) & Time(x3,x4) & n_finder(x4) & on(e1,x2) & n_monday(x2) & Actor(e1,x1) & v_look(e1))
778e9e60-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3.(v_look(e1) & through(e1,x2) & of(x2,x3) & n_viewfinder(x2) & n_child(x1) & n_camera(x3) & Actor(e1,x1))
exists e1 x1 x2 x3 x4.(v_look(e1) & through(e1,x3) & on(e1,x2) & n_view(x3) & n_monday(x2) & n_kid(x1) & n_finder(x4) & Time(x3,x4) & Actor(e1,x1))
A boy in a red hat is taking pictures with his camera.
A boy is taking a nap inside.
2
-100
The boy can't nap while taking pictures.
exists e1 s1 x1 x2 x3 x4.(with(e1,x4) & n_camera(x4) & of(x4,x1) & n_male(x1) & Theme(e1,x3) & Actor(e1,x1) & v_take(e1) & n_picture(x3) & in(x1,x2) & n_hat(x2) & a_red(s1) & Theme(s1,x2) & n_boy(x1))
exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & n_inside(x2) & of(x2,x3) & n_nap(x3) & n_boy(x1))
778ea43c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(with(e1,x4) & v_take(e1) & of(x4,x1) & n_picture(x3) & n_male(x1) & n_hat(x2) & n_camera(x4) & n_boy(x1) & in(x1,x2) & a_red(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1))
exists e1 x1 x2 x3.(v_take(e1) & of(x2,x3) & n_nap(x3) & n_inside(x2) & n_boy(x1) & Theme(e1,x2) & Actor(e1,x1))
A boy in a red hat is taking pictures with his camera.
A boy is taking pictures.
0
-100
boy in a red hat is taking pictures is same as boy is taking pictures
exists e1 s1 x1 x2 x3 x4.(with(e1,x4) & n_camera(x4) & of(x4,x1) & n_male(x1) & Theme(e1,x3) & Actor(e1,x1) & v_take(e1) & n_picture(x3) & in(x1,x2) & n_hat(x2) & a_red(s1) & Theme(s1,x2) & n_boy(x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & n_picture(x2) & n_boy(x1))
778ea91e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(with(e1,x4) & v_take(e1) & of(x4,x1) & n_picture(x3) & n_male(x1) & n_hat(x2) & n_camera(x4) & n_boy(x1) & in(x1,x2) & a_red(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1))
exists e1 x1 x2.(v_take(e1) & n_picture(x2) & n_boy(x1) & Theme(e1,x2) & Actor(e1,x1))
A boy in a red hat is taking pictures with his camera.
A boy is taking pictures with a camera of his puppy outside.
1
-100
not every boy have a puppy
exists e1 s1 x1 x2 x3 x4.(with(e1,x4) & n_camera(x4) & of(x4,x1) & n_male(x1) & Theme(e1,x3) & Actor(e1,x1) & v_take(e1) & n_picture(x3) & in(x1,x2) & n_hat(x2) & a_red(s1) & Theme(s1,x2) & n_boy(x1))
exists e1 s1 x1 x2 x3 x4.(with(e1,x3) & of(x3,x4) & n_outside(x4) & a_puppy(s1) & Theme(s1,x4) & of(x4,x1) & n_male(x1) & n_camera(x3) & Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & n_picture(x2) & n_boy(x1))
778eadce-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(with(e1,x4) & v_take(e1) & of(x4,x1) & n_picture(x3) & n_male(x1) & n_hat(x2) & n_camera(x4) & n_boy(x1) & in(x1,x2) & a_red(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1))
exists e1 s1 x1 x2 x3 x4.(with(e1,x3) & v_take(e1) & of(x4,x1) & of(x3,x4) & n_picture(x2) & n_outside(x4) & n_male(x1) & n_camera(x3) & n_boy(x1) & a_puppy(s1) & Theme(s1,x4) & Theme(e1,x2) & Actor(e1,x1))
Little boy in a red hat aiming a camera.
A child is taking a selfie.
1
-100
Just because a child is aiming a camera does not mean that he is taking a selfie.
exists e1 s1 s2 x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_aim(e1) & n_camera(x4) & (x2 = x3) & n_hat(x2) & a_red(s2) & Theme(s2,x2) & n_boy(x1) & a_little(s1) & Theme(s1,x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & n_selfie(x2) & n_child(x1))
778eb2ec-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4.(v_aim(e1) & n_hat(x2) & n_camera(x4) & n_boy(x1) & in(x1,x2) & a_topic(x1) & a_red(s2) & a_little(s1) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3))
exists e1 x1 x2.(v_take(e1) & n_selfie(x2) & n_child(x1) & Theme(e1,x2) & Actor(e1,x1))
Little boy in a red hat aiming a camera.
A little boy is aiming a gun.
2
-100
The boy wouldn't have a gun, but he can't aim a gun and the camera at the same time.
exists e1 s1 s2 x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_aim(e1) & n_camera(x4) & (x2 = x3) & n_hat(x2) & a_red(s2) & Theme(s2,x2) & n_boy(x1) & a_little(s1) & Theme(s1,x1))
exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_aim(e1) & n_gun(x2) & n_boy(x1) & a_little(s1) & Theme(s1,x1))
778eb7b0-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4.(v_aim(e1) & n_hat(x2) & n_camera(x4) & n_boy(x1) & in(x1,x2) & a_topic(x1) & a_red(s2) & a_little(s1) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3))
exists e1 s1 x1 x2.(v_aim(e1) & n_gun(x2) & n_boy(x1) & a_little(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
Little boy in a red hat aiming a camera.
A child is holding a camera.
0
-100
Little boy aiming a camera is just as child is holding a camera
exists e1 s1 s2 x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_aim(e1) & n_camera(x4) & (x2 = x3) & n_hat(x2) & a_red(s2) & Theme(s2,x2) & n_boy(x1) & a_little(s1) & Theme(s1,x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_camera(x2) & n_child(x1))
778ebc6a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4.(v_aim(e1) & n_hat(x2) & n_camera(x4) & n_boy(x1) & in(x1,x2) & a_topic(x1) & a_red(s2) & a_little(s1) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3))
exists e1 x1 x2.(v_hold(e1) & n_child(x1) & n_camera(x2) & Theme(e1,x2) & Actor(e1,x1))
Women with red scarfs are all out having fun together.
A group of women are shopping together.
1
-100
Women can have fun together without shopping.
exists e1 s1 s2 s3 s4 x1 x2 x3.(for(s2,e1) & a_together(s4) & Manner(e1,s4) & Theme(e1,x3) & Actor(e1,x1) & v_have(e1) & n_fun(x3) & a_all(s3) & Manner(s2,s3) & Theme(s2,x1) & a_out(s2) & with(x1,x2) & n_scarf(x2) & a_red(s1) & Theme(s1,x2) & n_woman(x1))
exists p1 x1 x2.(exists s1 x3 x4.((x1 = x3) & Theme(s1,x4) & a_together(s1) & (x3 = x4) & n_shop(x3)) & of(x1,x2) & n_woman(x2) & n_group(x1))
778ec11a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 s4 x1 x2 x3.(with(x1,x2) & v_have(e1) & n_woman(x1) & n_scarf(x2) & n_fun(x3) & for(s2,e1) & a_together(s4) & a_red(s1) & a_out(s2) & a_all(s3) & Theme(s2,x1) & Theme(s1,x2) & Theme(e1,x3) & Manner(s2,s3) & Manner(e1,s4) & Actor(e1,x1))
exists x1 x2.(of(x1,x2) & n_woman(x2) & n_group(x1) & exists s1 x3 x4.(n_shop(x3) & a_together(s1) & Theme(s1,x4) & (x3 = x4) & (x1 = x3)))
Women with red scarfs are all out having fun together.
A group of men are working.
2
-100
The men wouldn't work while women are out having fun.
exists e1 s1 s2 s3 s4 x1 x2 x3.(for(s2,e1) & a_together(s4) & Manner(e1,s4) & Theme(e1,x3) & Actor(e1,x1) & v_have(e1) & n_fun(x3) & a_all(s3) & Manner(s2,s3) & Theme(s2,x1) & a_out(s2) & with(x1,x2) & n_scarf(x2) & a_red(s1) & Theme(s1,x2) & n_woman(x1))
exists e1 x1 x2.(Actor(e1,x1) & v_work(e1) & of(x1,x2) & n_man(x2) & n_group(x1))
778ec5c0-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 s4 x1 x2 x3.(with(x1,x2) & v_have(e1) & n_woman(x1) & n_scarf(x2) & n_fun(x3) & for(s2,e1) & a_together(s4) & a_red(s1) & a_out(s2) & a_all(s3) & Theme(s2,x1) & Theme(s1,x2) & Theme(e1,x3) & Manner(s2,s3) & Manner(e1,s4) & Actor(e1,x1))
exists e1 x1 x2.(v_work(e1) & of(x1,x2) & n_man(x2) & n_group(x1) & Actor(e1,x1))
Women with red scarfs are all out having fun together.
The women are wearing red scarves.
0
-100
The women wearing red scarves are all out having fun together.
exists e1 s1 s2 s3 s4 x1 x2 x3.(for(s2,e1) & a_together(s4) & Manner(e1,s4) & Theme(e1,x3) & Actor(e1,x1) & v_have(e1) & n_fun(x3) & a_all(s3) & Manner(s2,s3) & Theme(s2,x1) & a_out(s2) & with(x1,x2) & n_scarf(x2) & a_red(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_scarf(x2) & a_red(s1) & Theme(s1,x2))
778ecb24-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 s4 x1 x2 x3.(with(x1,x2) & v_have(e1) & n_woman(x1) & n_scarf(x2) & n_fun(x3) & for(s2,e1) & a_together(s4) & a_red(s1) & a_out(s2) & a_all(s3) & Theme(s2,x1) & Theme(s1,x2) & Theme(e1,x3) & Manner(s2,s3) & Manner(e1,s4) & Actor(e1,x1))
exists e1 s1 x1 x2.(v_wear(e1) & n_woman(x1) & n_scarf(x2) & a_red(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
A man sits on a bench in front of a boarded up building.
A male figure sits near a boarded up building.
0
-100
sits near a boarded up building can also be said as sits on a bench in front of a boarded up building.
exists e1 e2 s1 x1 x2 x3 x4.(in(e1,x3) & of(x3,x4) & n_building(x4) & a_up(s1) & Theme(s1,x4) & Theme(e2,x4) & v_board(e2) & n_front(x3) & on(e1,x2) & n_bench(x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1))
exists e1 e2 s1 s2 x1 x2.(near(e1,x2) & n_building(x2) & a_up(s2) & Theme(s2,x2) & Theme(e2,x2) & v_board(e2) & Actor(e1,x1) & v_sit(e1) & n_figure(x1) & a_male(s1) & Theme(s1,x1))
778ecfde-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 x1 x2 x3 x4.(v_sit(e1) & v_board(e2) & on(e1,x2) & of(x3,x4) & n_man(x1) & n_front(x3) & n_building(x4) & n_bench(x2) & in(e1,x3) & a_up(s1) & Theme(s1,x4) & Theme(e2,x4) & Actor(e1,x1))
exists e1 e2 s1 s2 x1 x2.(v_sit(e1) & v_board(e2) & near(e1,x2) & n_figure(x1) & n_building(x2) & a_up(s2) & a_male(s1) & Theme(s2,x2) & Theme(s1,x1) & Theme(e2,x2) & Actor(e1,x1))
A man sits on a bench in front of a boarded up building.
A man sits on a bench in front of a bulding that was once on fire.
1
-100
Just because a building is boarded up doesn't mean that it was once on fire.
exists e2 e1 s1 x1 x2 x3 x4.(in(e1,x3) & of(x3,x4) & n_building(x4) & a_up(s1) & Theme(s1,x4) & Theme(e2,x4) & v_board(e2) & n_front(x3) & on(e1,x2) & n_bench(x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1))
exists e1 p1 x1 x2 x3 x4 x5 x6.(in(e1,x3) & of(x3,x4) & card_eq_1(x6) & n_time(x6) & Frequency(p1,x6) & exists x7.(on(x5,x7) & n_fire(x7)) & (x4 = x5) & n_bulding(x4) & n_front(x3) & on(e1,x2) & n_bench(x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1))
778ed484-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 x1 x2 x3 x4.(v_sit(e1) & v_board(e2) & on(e1,x2) & of(x3,x4) & n_man(x1) & n_front(x3) & n_building(x4) & n_bench(x2) & in(e1,x3) & a_up(s1) & Theme(s1,x4) & Theme(e2,x4) & Actor(e1,x1))
exists e1 p1 x1 x2 x3 x4 x5 x6.(v_sit(e1) & on(e1,x2) & of(x3,x4) & n_time(x6) & n_man(x1) & n_front(x3) & n_bulding(x4) & n_bench(x2) & in(e1,x3) & exists x7.(on(x5,x7) & n_fire(x7)) & card_eq_1(x6) & Frequency(p1,x6) & Actor(e1,x1) & (x4 = x5))
A man sits on a bench in front of a boarded up building.
A man sits inside of a boarded up building.
2
-100
The man cannot sit inside and in front of the building at the same time.
exists e1 e2 s1 x1 x2 x3 x4.(in(e1,x3) & of(x3,x4) & n_building(x4) & a_up(s1) & Theme(s1,x4) & Theme(e2,x4) & v_board(e2) & n_front(x3) & on(e1,x2) & n_bench(x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1))
exists e1 e2 s1 s2 x1 x2.(of(e1,x2) & n_building(x2) & a_up(s2) & Theme(s2,x2) & Theme(e2,x2) & v_board(e2) & a_inside(s1) & Manner(e1,s1) & Actor(e1,x1) & v_sit(e1) & n_man(x1))
778ed97a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 x1 x2 x3 x4.(v_sit(e1) & v_board(e2) & on(e1,x2) & of(x3,x4) & n_man(x1) & n_front(x3) & n_building(x4) & n_bench(x2) & in(e1,x3) & a_up(s1) & Theme(s1,x4) & Theme(e2,x4) & Actor(e1,x1))
exists e1 e2 s1 s2 x1 x2.(v_sit(e1) & v_board(e2) & of(e1,x2) & n_man(x1) & n_building(x2) & a_up(s2) & a_inside(s1) & Theme(s2,x2) & Theme(e2,x2) & Manner(e1,s1) & Actor(e1,x1))
A man is sitting on a bench in front of an abandoned building.
A man is waiting to meet with someone.
1
-100
A man can sit on a bench without waiting to meet with someone.
exists e1 s1 x1 x2 x3 x4.(in(e1,x3) & of(x3,x4) & n_building(x4) & a_abandoned(s1) & Theme(s1,x4) & n_front(x3) & on(e1,x2) & n_bench(x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1))
exists e1 p1 x1.(Topic(e1,p1) & Actor(e1,x1) & v_wait(e1) & exists e2 x2.(with(e2,x2) & n_person(x2) & Actor(e2,x1) & v_meet(e2)) & n_man(x1))
778ede34-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(v_sit(e1) & on(e1,x2) & of(x3,x4) & n_man(x1) & n_front(x3) & n_building(x4) & n_bench(x2) & in(e1,x3) & a_abandoned(s1) & Theme(s1,x4) & Actor(e1,x1))
exists e1 p1 x1.(v_wait(e1) & n_man(x1) & exists e2 x2.(with(e2,x2) & v_meet(e2) & n_person(x2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1))
A man is sitting on a bench in front of an abandoned building.
A man is falling down stairs.
2
-100
The man can't fall down stairs, if he is sitting on a bench.
exists e1 s1 x1 x2 x3 x4.(in(e1,x3) & of(x3,x4) & n_building(x4) & a_abandoned(s1) & Theme(s1,x4) & n_front(x3) & on(e1,x2) & n_bench(x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1))
exists e1 s1 x1 x2.(a_down(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_fall(e1) & n_stair(x2) & n_man(x1))
778ee2d0-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(v_sit(e1) & on(e1,x2) & of(x3,x4) & n_man(x1) & n_front(x3) & n_building(x4) & n_bench(x2) & in(e1,x3) & a_abandoned(s1) & Theme(s1,x4) & Actor(e1,x1))
exists e1 s1 x1 x2.(v_fall(e1) & n_stair(x2) & n_man(x1) & a_down(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1))
A man is sitting on a bench in front of an abandoned building.
A man is sitting on a bench.
0
-100
"A man is sitting on a bench" is a short rephrasing of " a man is sitting on a bench in front of an abandoned building"'
exists e1 s1 x1 x2 x3 x4.(in(e1,x3) & of(x3,x4) & n_building(x4) & a_abandoned(s1) & Theme(s1,x4) & n_front(x3) & on(e1,x2) & n_bench(x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1))
exists e1 x1 x2.(on(e1,x2) & n_bench(x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1))
778ee76c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(v_sit(e1) & on(e1,x2) & of(x3,x4) & n_man(x1) & n_front(x3) & n_building(x4) & n_bench(x2) & in(e1,x3) & a_abandoned(s1) & Theme(s1,x4) & Actor(e1,x1))
exists e1 x1 x2.(v_sit(e1) & on(e1,x2) & n_man(x1) & n_bench(x2) & Actor(e1,x1))
An older man waiting for the bus.
A young girl waits for the bus.
2
-100
The man cannot be a young girl.
exists e1 s1 x1 x2 x3.(n_bus(x3) & a_topic(x1) & for(e1,x3) & Actor(e1,x2) & v_wait(e1) & (x1 = x2) & n_man(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1))
exists s1 x1 x2 x3.(n_bus(x3) & a_topic(x1) & for(x1,x3) & n_wait(x1) & of(x1,x2) & n_girl(x2) & a_young(s1) & Theme(s1,x1))
778eecf8-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(v_wait(e1) & r_more(s1) & n_man(x1) & n_bus(x3) & for(e1,x3) & a_topic(x1) & a_older(s1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2))
exists s1 x1 x2 x3.(of(x1,x2) & n_wait(x1) & n_girl(x2) & n_bus(x3) & for(x1,x3) & a_young(s1) & a_topic(x1) & Theme(s1,x1))
An older man waiting for the bus.
A person outside awaits transportation.
0
-100
An older man is a person who is waiting outside to be transported by bus.
exists e1 s1 x1 x2 x3.(n_bus(x3) & a_topic(x1) & for(e1,x3) & Actor(e1,x2) & v_wait(e1) & (x1 = x2) & n_man(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1))
exists x1 x2 x3.(a_topic(x1) & outside(x1,x2) & n_transportation(x2) & of(x2,x3) & n_await(x3) & n_person(x1))
778ef2a2-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(v_wait(e1) & r_more(s1) & n_man(x1) & n_bus(x3) & for(e1,x3) & a_topic(x1) & a_older(s1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2))
exists x1 x2 x3.(outside(x1,x2) & of(x2,x3) & n_transportation(x2) & n_person(x1) & n_await(x3) & a_topic(x1))
An older man waiting for the bus.
A commuter waits for his bus home.
1
-100
A man can take a bus to someplace other than home.
exists e1 s1 x1 x2 x3.(n_bus(x3) & a_topic(x1) & for(e1,x3) & Actor(e1,x2) & v_wait(e1) & (x1 = x2) & n_man(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1))
exists e1 x1 x2 x3.(for(e1,x2) & n_home(x2) & of(x2,x3) & n_bus(x3) & of(x2,x1) & n_male(x1) & Actor(e1,x1) & v_wait(e1) & n_commuter(x1))
778ef7a2-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(v_wait(e1) & r_more(s1) & n_man(x1) & n_bus(x3) & for(e1,x3) & a_topic(x1) & a_older(s1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2))
exists e1 x1 x2 x3.(v_wait(e1) & of(x2,x3) & of(x2,x1) & n_male(x1) & n_home(x2) & n_commuter(x1) & n_bus(x3) & for(e1,x2) & Actor(e1,x1))
Three dogs swim in the water.
three dogs are at the bottom of the water, dead
2
-100
The dogs cannot be dead if they are swimming.
exists e1 x1 x2.(n_water(x2) & in(e1,x2) & Actor(e1,x1) & v_swim(e1) & n_dog(x1) & card_eq_3(x1))
exists p1 s1 x1 x2 x3.(n_water(x3) & n_bottom(x2) & for(p1,s1) & Theme(s1,x1) & a_dead(s1) & at(x1,x2) & of(x2,x3) & n_dog(x1) & card_eq_3(x1))
778efc98-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2.(v_swim(e1) & n_water(x2) & n_dog(x1) & in(e1,x2) & card_eq_3(x1) & Actor(e1,x1))
exists p1 s1 x1 x2 x3.(of(x2,x3) & n_water(x3) & n_dog(x1) & n_bottom(x2) & for(p1,s1) & card_eq_3(x1) & at(x1,x2) & a_dead(s1) & Theme(s1,x1))
Three dogs swim in the water.
three dogs are in the water.
0
-100
Three dogs must be in water to swim.
exists e1 x1 x2.(n_water(x2) & in(e1,x2) & Actor(e1,x1) & v_swim(e1) & n_dog(x1) & card_eq_3(x1))
exists p1 x1 x2.(n_water(x2) & in(x1,x2) & n_dog(x1) & card_eq_3(x1))
778f01e8-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2.(v_swim(e1) & n_water(x2) & n_dog(x1) & in(e1,x2) & card_eq_3(x1) & Actor(e1,x1))
exists x1 x2.(n_water(x2) & n_dog(x1) & in(x1,x2) & card_eq_3(x1))
Three dogs swim in the water.
3 dogs are swimming, trying to get the stick
1
-100
Dogs can swim without trying to get the stick.
exists e1 x1 x2.(n_water(x2) & in(e1,x2) & Actor(e1,x1) & v_swim(e1) & n_dog(x1) & card_eq_3(x1))
exists e2 e1 p1 x1 x2.(n_stick(x2) & for(e1,e2) & Topic(e2,p1) & Actor(e2,x1) & v_try(e2) & exists e3.(Theme(e3,x2) & Actor(e3,x1) & v_get(e3)) & Actor(e1,x1) & v_swim(e1) & n_dog(x1) & n_date(x1) & a_date_day_03(x1) & a_date_day_03(x1))
778f074c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2.(v_swim(e1) & n_water(x2) & n_dog(x1) & in(e1,x2) & card_eq_3(x1) & Actor(e1,x1))
exists e2 e1 p1 x1 x2.(v_try(e2) & v_swim(e1) & n_stick(x2) & n_dog(x1) & n_date(x1) & for(e1,e2) & exists e3.(v_get(e3) & Theme(e3,x2) & Actor(e3,x1)) & a_date_day_03(x1) & Topic(e2,p1) & Actor(e2,x1) & Actor(e1,x1))
A man sitting on a bench.
The man is sitting down.
0
-100
A man must be sitting down if he is sitting on a bench.
exists e1 x1 x2 x3.(a_topic(x1) & on(e1,x3) & n_bench(x3) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_man(x1))
exists e1 s1 x1.(n_man(x1) & a_down(s1) & Manner(e1,s1) & Actor(e1,x1) & v_sit(e1))
778f0bd4-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3.(v_sit(e1) & on(e1,x3) & n_man(x1) & n_bench(x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
exists e1 s1 x1.(v_sit(e1) & n_man(x1) & a_down(s1) & Manner(e1,s1) & Actor(e1,x1))
A man sitting on a bench.
The man is standing on the sidewalk.
2
-100
The man cannot sit on the bench while standing on the sidewalk.
exists e1 x1 x2 x3.(a_topic(x1) & on(e1,x3) & n_bench(x3) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_man(x1))
exists e1 x1 x2.(n_sidewalk(x2) & n_man(x1) & on(e1,x2) & Actor(e1,x1) & v_stand(e1))
778f1066-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3.(v_sit(e1) & on(e1,x3) & n_man(x1) & n_bench(x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
exists e1 x1 x2.(v_stand(e1) & on(e1,x2) & n_sidewalk(x2) & n_man(x1) & Actor(e1,x1))
A man sitting on a bench.
The man is reading a tablet.
1
-100
A man can sit on a bench without reading at the same time.
exists e1 x1 x2 x3.(a_topic(x1) & on(e1,x3) & n_bench(x3) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_man(x1))
exists e1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_read(e1) & n_tablet(x2))
778f150c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3.(v_sit(e1) & on(e1,x3) & n_man(x1) & n_bench(x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
exists e1 x1 x2.(v_read(e1) & n_tablet(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1))
Girl in pink shirt sitting and a girl in a black tank smoking a cigarette.
Two dogs are smoking
2
-100
There can be either two girls or two dogs.
exists e1 e2 p1 s1 s2 x1 x2 x3 x4 x5.(ne_nam_girl(x1) & Theme(e2,x5) & Actor(e2,x3) & v_smoke(e2) & n_cigarette(x5) & in(x3,x4) & n_tank(x4) & a_black(s2) & Theme(s2,x4) & n_girl(x3) & exists e3.(Actor(e3,x2) & v_sit(e3)) & Recipient(e1,p1) & Actor(e1,x1) & Topic(e1,x2) & v_in(e1) & n_shirt(x2) & a_pink(s1) & Theme(s1,x2))
exists e1 x1.(Actor(e1,x1) & v_smoke(e1) & n_dog(x1) & card_eq_2(x1))
778f1d22-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 p1 s1 s2 x1 x2 x3 x4 x5.(v_smoke(e2) & v_in(e1) & ne_nam_girl(x1) & n_tank(x4) & n_shirt(x2) & n_girl(x3) & n_cigarette(x5) & in(x3,x4) & exists e3.(v_sit(e3) & Actor(e3,x2)) & a_pink(s1) & a_black(s2) & Topic(e1,x2) & Theme(s2,x4) & Theme(s1,x2) & Theme(e2,x5) & Recipient(e1,p1) & Actor(e2,x3) & Actor(e1,x1))
exists e1 x1.(v_smoke(e1) & n_dog(x1) & card_eq_2(x1) & Actor(e1,x1))
Girl in pink shirt sitting and a girl in a black tank smoking a cigarette.
A girl is smoking a cigarette with her friend underaged
1
-100
There is no way to know that one of the girls smoking is underaged.
exists e1 e2 p1 s1 s2 x1 x2 x3 x4 x5.(ne_nam_girl(x1) & Theme(e2,x5) & Actor(e2,x3) & v_smoke(e2) & n_cigarette(x5) & in(x3,x4) & n_tank(x4) & a_black(s2) & Theme(s2,x4) & n_girl(x3) & exists e3.(Actor(e3,x2) & v_sit(e3)) & Recipient(e1,p1) & Actor(e1,x1) & Topic(e1,x2) & v_in(e1) & n_shirt(x2) & a_pink(s1) & Theme(s1,x2))
exists e1 e2 x1 x2 x3 x4.(Actor(e2,x1) & v_underage(e2) & with(e1,x4) & n_friend(x4) & of(x4,x1) & n_female(x1) & Theme(e1,x3) & Actor(e1,x2) & v_smoke(e1) & n_cigarette(x3) & (x1 = x2) & n_girl(x1))
778f222c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 p1 s1 s2 x1 x2 x3 x4 x5.(v_smoke(e2) & v_in(e1) & ne_nam_girl(x1) & n_tank(x4) & n_shirt(x2) & n_girl(x3) & n_cigarette(x5) & in(x3,x4) & exists e3.(v_sit(e3) & Actor(e3,x2)) & a_pink(s1) & a_black(s2) & Topic(e1,x2) & Theme(s2,x4) & Theme(s1,x2) & Theme(e2,x5) & Recipient(e1,p1) & Actor(e2,x3) & Actor(e1,x1))
exists e1 e2 x1 x2 x3 x4.(with(e1,x4) & v_underage(e2) & v_smoke(e1) & of(x4,x1) & n_girl(x1) & n_friend(x4) & n_female(x1) & n_cigarette(x3) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
Girl in pink shirt sitting and a girl in a black tank smoking a cigarette.
A girl is smoking a cigarette with her friend
0
-100
a girl has a girl friend in pink shirt so she is smoking a cigarette
exists e1 e2 p1 s1 s2 x1 x2 x3 x4 x5.(ne_nam_girl(x1) & Theme(e2,x5) & Actor(e2,x3) & v_smoke(e2) & n_cigarette(x5) & in(x3,x4) & n_tank(x4) & a_black(s2) & Theme(s2,x4) & n_girl(x3) & exists e3.(Actor(e3,x2) & v_sit(e3)) & Recipient(e1,p1) & Actor(e1,x1) & Topic(e1,x2) & v_in(e1) & n_shirt(x2) & a_pink(s1) & Theme(s1,x2))
exists e1 x1 x2 x3.(with(e1,x3) & n_friend(x3) & of(x3,x1) & n_female(x1) & Theme(e1,x2) & Actor(e1,x1) & v_smoke(e1) & n_cigarette(x2) & n_girl(x1))
778f275e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 p1 s1 s2 x1 x2 x3 x4 x5.(v_smoke(e2) & v_in(e1) & ne_nam_girl(x1) & n_tank(x4) & n_shirt(x2) & n_girl(x3) & n_cigarette(x5) & in(x3,x4) & exists e3.(v_sit(e3) & Actor(e3,x2)) & a_pink(s1) & a_black(s2) & Topic(e1,x2) & Theme(s2,x4) & Theme(s1,x2) & Theme(e2,x5) & Recipient(e1,p1) & Actor(e2,x3) & Actor(e1,x1))
exists e1 x1 x2 x3.(with(e1,x3) & v_smoke(e1) & of(x3,x1) & n_girl(x1) & n_friend(x3) & n_female(x1) & n_cigarette(x2) & Theme(e1,x2) & Actor(e1,x1))
An old woman seated and wearing glasses making necklaces out of beads under the light of a fluorescent bulb.
a necklace is being created
0
-100
"a necklace is being created" is a rephrasing of "making necklaces".
exists e2 e3 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(n_light(x7) & a_topic(s1) & subset_of(x3,s1) & under(e3,x7) & of(x7,x8) & n_bulb(x8) & a_fluorescent(s3) & Theme(s3,x8) & of(e3,x6) & n_bead(x6) & r_out(e3) & Theme(e3,x5) & Actor(e3,x4) & v_make(e3) & n_necklace(x5) & (x3 = x4) & n_glass(x3) & Actor(e2,x3) & v_wear(e2) & subset_of(x1,s1) & Theme(e1,x2) & v_seat(e1) & (x1 = x2) & n_woman(x1) & a_old(s2) & Theme(s2,x1))
exists e1 x1.(Theme(e1,x1) & v_create(e1) & n_necklace(x1))
778f2c36-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e3 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(v_wear(e2) & v_seat(e1) & v_make(e3) & under(e3,x7) & subset_of(x3,s1) & subset_of(x1,s1) & r_out(e3) & of(x7,x8) & of(e3,x6) & n_woman(x1) & n_necklace(x5) & n_light(x7) & n_glass(x3) & n_bulb(x8) & n_bead(x6) & a_topic(s1) & a_old(s2) & a_fluorescent(s3) & Theme(s3,x8) & Theme(s2,x1) & Theme(e3,x5) & Theme(e1,x2) & Actor(e3,x4) & Actor(e2,x3) & (x3 = x4) & (x1 = x2))
exists e1 x1.(v_create(e1) & n_necklace(x1) & Theme(e1,x1))