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 basketball team of 8 girls is doing a hand huddle.
There is an all female basketball team going to state championships.
1
0.011334
The basketball team doing a sports action does not imply a competition culminating in state championships.
exists e1 x1 x2 x3 x4 x5.(Theme(e1,x4) & Actor(e1,x1) & v_do(e1) & n_huddle(x4) & of(x4,x5) & n_hand(x5) & of(x1,x3) & n_girl(x3) & n_date(x3) & a_date_day_08(x3) & a_date_day_08(x3) & n_team(x1) & of(x1,x2) & n_basketball(x2))
exists p1 x1 e1 s1 x2 x3 x4 x5 x6.((x1 = x2) & to(e1,x5) & n_championship(x5) & of(x5,x6) & n_state(x6) & Actor(e1,x4) & v_go(e1) & (x2 = x4) & n_team(x2) & of(x2,x3) & n_basketball(x3) & a_female(s1) & Theme(s1,x2) & r_all(x2))
4ae63ea4-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4 x5.(v_do(e1) & of(x4,x5) & of(x1,x3) & of(x1,x2) & n_team(x1) & n_huddle(x4) & n_hand(x5) & n_girl(x3) & n_date(x3) & n_basketball(x2) & a_date_day_08(x3) & Theme(e1,x4) & Actor(e1,x1))
exists x1 e1 s1 x2 x3 x4 x5 x6.(v_go(e1) & to(e1,x5) & r_all(x2) & of(x5,x6) & of(x2,x3) & n_team(x2) & n_state(x6) & n_championship(x5) & n_basketball(x3) & a_female(s1) & Theme(s1,x2) & Actor(e1,x4) & (x2 = x4) & (x1 = x2))
A basketball team of 8 girls is doing a hand huddle.
An all girls basketball team gets ready to start a game.
0
-100
A team of 8 girls shows that it is an all girls team and doing a hand huddle is a way a team gets ready to start a game.
exists e1 x1 x2 x3 x4 x5.(Theme(e1,x4) & Actor(e1,x1) & v_do(e1) & n_huddle(x4) & of(x4,x5) & n_hand(x5) & of(x1,x3) & n_girl(x3) & n_date(x3) & a_date_day_08(x3) & a_date_day_08(x3) & n_team(x1) & of(x1,x2) & n_basketball(x2))
exists e1 p1 x1 x2 x3.(exists p2 s1.(Topic(s1,p2) & Actor(s1,x1) & a_ready(s1) & exists e2 x4.(Theme(e2,x4) & Actor(e2,x1) & v_start(e2) & n_game(x4))) & Topic(e1,p1) & Actor(e1,x1) & v_get(e1) & n_team(x1) & of(x1,x3) & n_basketball(x3) & of(x1,x2) & n_girl(x2))
4ae64340-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4 x5.(v_do(e1) & of(x4,x5) & of(x1,x3) & of(x1,x2) & n_team(x1) & n_huddle(x4) & n_hand(x5) & n_girl(x3) & n_date(x3) & n_basketball(x2) & a_date_day_08(x3) & Theme(e1,x4) & Actor(e1,x1))
exists e1 p1 x1 x2 x3.(v_get(e1) & of(x1,x3) & of(x1,x2) & n_team(x1) & n_girl(x2) & n_basketball(x3) & exists p2 s1.(exists e2 x4.(v_start(e2) & n_game(x4) & Theme(e2,x4) & Actor(e2,x1)) & a_ready(s1) & Topic(s1,p2) & Actor(s1,x1)) & Topic(e1,p1) & Actor(e1,x1))
People climb on a structure near water.
People are using their legs.
0
-100
The legs are used to climb.
exists x1 x2 x3 x4.(a_topic(x1) & near(x1,x4) & n_water(x4) & on(x1,x3) & n_structure(x3) & n_climb(x1) & of(x1,x2) & n_people(x2))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_use(e1) & n_leg(x2) & of(x2,x1) & n_thing(x1) & n_people(x1))
4ae647aa-e4c8-11ec-9cdd-0242ac1c0002
exists x1 x2 x3 x4.(on(x1,x3) & of(x1,x2) & near(x1,x4) & n_water(x4) & n_structure(x3) & n_people(x2) & n_climb(x1) & a_topic(x1))
exists e1 x1 x2.(v_use(e1) & of(x2,x1) & n_thing(x1) & n_people(x1) & n_leg(x2) & Theme(e1,x2) & Actor(e1,x1))
People climb on a structure near water.
People are sitting around drinking beer.
2
-100
Someone cannot climb and be sitting simultaneously.
exists x1 x2 x3 x4.(a_topic(x1) & near(x1,x4) & n_water(x4) & on(x1,x3) & n_structure(x3) & n_climb(x1) & of(x1,x2) & n_people(x2))
exists e1 x1 x2 x3.(around(e1,x2) & n_beer(x2) & of(x2,x3) & n_drinking(x3) & Actor(e1,x1) & v_sit(e1) & n_people(x1))
4ae64dea-e4c8-11ec-9cdd-0242ac1c0002
exists x1 x2 x3 x4.(on(x1,x3) & of(x1,x2) & near(x1,x4) & n_water(x4) & n_structure(x3) & n_people(x2) & n_climb(x1) & a_topic(x1))
exists e1 x1 x2 x3.(v_sit(e1) & of(x2,x3) & n_people(x1) & n_drinking(x3) & n_beer(x2) & around(e1,x2) & Actor(e1,x1))
People climb on a structure near water.
People are trying to rescue a cat that is too scared to move.
1
-100
Just because people are climbing the structure does not mean they are trying to rescue a cat.
exists x1 x2 x3 x4.(a_topic(x1) & near(x1,x4) & n_water(x4) & on(x1,x3) & n_structure(x3) & n_climb(x1) & of(x1,x2) & n_people(x2))
exists e1 p1 x1.(Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2 p2 s1 x2 x3.(Theme(e2,x2) & Actor(e2,x1) & v_rescue(e2) & Topic(s1,p2) & exists e3 x4.(Actor(e3,x4) & v_move(e3)) & Theme(s1,x3) & a_scared(s1) & (x2 = x3) & n_cat(x2)) & n_people(x1))
4ae6529a-e4c8-11ec-9cdd-0242ac1c0002
exists x1 x2 x3 x4.(on(x1,x3) & of(x1,x2) & near(x1,x4) & n_water(x4) & n_structure(x3) & n_people(x2) & n_climb(x1) & a_topic(x1))
exists e1 p1 x1.(v_try(e1) & n_people(x1) & exists e2 p2 s1 x2 x3.(v_rescue(e2) & n_cat(x2) & exists e3 x4.(v_move(e3) & Actor(e3,x4)) & a_scared(s1) & Topic(s1,p2) & Theme(s1,x3) & Theme(e2,x2) & Actor(e2,x1) & (x2 = x3)) & Topic(e1,p1) & Actor(e1,x1))
A baby is sitting on a floor and holding a vacuum cleaner hose.
A baby is holding a long black hose
1
-100
A baby is carrying a vacuum cleaner hose
exists e1 e2 x1 x2 x3 x4 x5 x6.(Theme(e2,x4) & Actor(e2,x3) & v_hold(e2) & n_hose(x4) & of(x4,x6) & n_cleaner(x6) & of(x4,x5) & n_vacuum(x5) & n_baby(x3) & on(e1,x2) & n_floor(x2) & Actor(e1,x1) & v_sit(e1) & n_baby(x1))
exists e1 s1 s2 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_hose(x2) & a_black(s2) & Theme(s2,x2) & a_long(s1) & Theme(s1,x2) & n_baby(x1))
4ae656dc-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 x1 x2 x3 x4 x5 x6.(v_sit(e1) & v_hold(e2) & on(e1,x2) & of(x4,x6) & of(x4,x5) & n_vacuum(x5) & n_hose(x4) & n_floor(x2) & n_cleaner(x6) & n_baby(x3) & n_baby(x1) & Theme(e2,x4) & Actor(e2,x3) & Actor(e1,x1))
exists e1 s1 s2 x1 x2.(v_hold(e1) & n_hose(x2) & n_baby(x1) & a_long(s1) & a_black(s2) & Theme(s2,x2) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
A baby is sitting on a floor and holding a vacuum cleaner hose.
The baby sits on the floor
0
-100
Baby sits on floor in both sentences, but the first sentence just gives some extra information.
exists e1 e2 x1 x2 x3 x4 x5 x6.(Theme(e2,x4) & Actor(e2,x3) & v_hold(e2) & n_hose(x4) & of(x4,x6) & n_cleaner(x6) & of(x4,x5) & n_vacuum(x5) & n_baby(x3) & on(e1,x2) & n_floor(x2) & Actor(e1,x1) & v_sit(e1) & n_baby(x1))
exists e1 x1 x2.(n_floor(x2) & n_baby(x1) & on(e1,x2) & Actor(e1,x1) & v_sit(e1))
4ae65b1e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 x1 x2 x3 x4 x5 x6.(v_sit(e1) & v_hold(e2) & on(e1,x2) & of(x4,x6) & of(x4,x5) & n_vacuum(x5) & n_hose(x4) & n_floor(x2) & n_cleaner(x6) & n_baby(x3) & n_baby(x1) & Theme(e2,x4) & Actor(e2,x3) & Actor(e1,x1))
exists e1 x1 x2.(v_sit(e1) & on(e1,x2) & n_floor(x2) & n_baby(x1) & Actor(e1,x1))
A baby is sitting on a floor and holding a vacuum cleaner hose.
The baby naps in the crib
2
-100
Baby cannot hold a vacuum cleaner hose and nap in crab simultaneously.
exists e1 e2 x1 x2 x3 x4 x5 x6.(Theme(e2,x4) & Actor(e2,x3) & v_hold(e2) & n_hose(x4) & of(x4,x6) & n_cleaner(x6) & of(x4,x5) & n_vacuum(x5) & n_baby(x3) & on(e1,x2) & n_floor(x2) & Actor(e1,x1) & v_sit(e1) & n_baby(x1))
exists e1 x1 x2.(n_crib(x2) & n_baby(x1) & in(e1,x2) & Actor(e1,x1) & v_nap(e1))
4ae65f42-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 x1 x2 x3 x4 x5 x6.(v_sit(e1) & v_hold(e2) & on(e1,x2) & of(x4,x6) & of(x4,x5) & n_vacuum(x5) & n_hose(x4) & n_floor(x2) & n_cleaner(x6) & n_baby(x3) & n_baby(x1) & Theme(e2,x4) & Actor(e2,x3) & Actor(e1,x1))
exists e1 x1 x2.(v_nap(e1) & n_crib(x2) & n_baby(x1) & in(e1,x2) & Actor(e1,x1))
A gray dog walks in the green grass, tongue hanging out.
A dog is sick.
1
-100
The dog could just be warm and panting and his tongue is handing out, he may not necessarily be sick.
exists e1 e2 s1 s2 s3 x1 x2 x3 x4.(n_grass(x2) & a_green(s2) & Theme(s2,x2) & in(e1,x2) & rel(x2,x3) & a_out(s3) & Manner(e2,s3) & Actor(e2,x4) & v_hang(e2) & (x3 = x4) & n_tongue(x3) & Actor(e1,x1) & v_walk(e1) & n_dog(x1) & a_gray(s1) & Theme(s1,x1))
exists s1 x1.(Theme(s1,x1) & a_sick(s1) & n_dog(x1))
4ae66366-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 s3 x1 x2 x3 x4.(v_walk(e1) & v_hang(e2) & rel(x2,x3) & n_tongue(x3) & n_grass(x2) & n_dog(x1) & in(e1,x2) & a_out(s3) & a_green(s2) & a_gray(s1) & Theme(s2,x2) & Theme(s1,x1) & Manner(e2,s3) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x4))
exists s1 x1.(n_dog(x1) & a_sick(s1) & Theme(s1,x1))
A gray dog walks in the green grass, tongue hanging out.
A cat chasing a butterfly in the grass.
2
-100
A dog and a cat are different species.
exists e1 e2 s1 s2 s3 x1 x2 x3 x4.(n_grass(x2) & a_green(s2) & Theme(s2,x2) & in(e1,x2) & rel(x2,x3) & a_out(s3) & Manner(e2,s3) & Actor(e2,x4) & v_hang(e2) & (x3 = x4) & n_tongue(x3) & Actor(e1,x1) & v_walk(e1) & n_dog(x1) & a_gray(s1) & Theme(s1,x1))
exists e1 x1 x2 x3 x4.(n_grass(x4) & a_topic(x1) & in(e1,x4) & Theme(e1,x3) & Actor(e1,x2) & v_chase(e1) & n_butterfly(x3) & (x1 = x2) & n_cat(x1))
4ae66848-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 s3 x1 x2 x3 x4.(v_walk(e1) & v_hang(e2) & rel(x2,x3) & n_tongue(x3) & n_grass(x2) & n_dog(x1) & in(e1,x2) & a_out(s3) & a_green(s2) & a_gray(s1) & Theme(s2,x2) & Theme(s1,x1) & Manner(e2,s3) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x4))
exists e1 x1 x2 x3 x4.(v_chase(e1) & n_grass(x4) & n_cat(x1) & n_butterfly(x3) & in(e1,x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
A gray dog walks in the green grass, tongue hanging out.
A panting dog walking in the grass.
0
-100
Panting describes the tongue hanging out.
exists e2 e1 s1 s2 s3 x1 x2 x3 x4.(n_grass(x2) & a_green(s2) & Theme(s2,x2) & in(e1,x2) & rel(x2,x3) & a_out(s3) & Manner(e2,s3) & Actor(e2,x4) & v_hang(e2) & (x3 = x4) & n_tongue(x3) & Actor(e1,x1) & v_walk(e1) & n_dog(x1) & a_gray(s1) & Theme(s1,x1))
exists s1 x1 x2 x3.(n_grass(x3) & a_topic(x1) & in(x1,x3) & n_walking(x1) & of(x1,x2) & n_dog(x2) & a_panting(s1) & Theme(s1,x1))
4ae66d2a-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 s2 s3 x1 x2 x3 x4.(v_walk(e1) & v_hang(e2) & rel(x2,x3) & n_tongue(x3) & n_grass(x2) & n_dog(x1) & in(e1,x2) & a_out(s3) & a_green(s2) & a_gray(s1) & Theme(s2,x2) & Theme(s1,x1) & Manner(e2,s3) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x4))
exists s1 x1 x2 x3.(of(x1,x2) & n_walking(x1) & n_grass(x3) & n_dog(x2) & in(x1,x3) & a_topic(x1) & a_panting(s1) & Theme(s1,x1))
A brown dog walks in the grass with its tongue hanging out.
A brown dog walks in grass.
0
-100
A brown dog walks in grass in both sentences, but the first sentence adds some additional description.
exists e1 e2 s1 s2 x1 x2 x3 x4.(n_tongue(x3) & of(x3,x2) & n_thing(x2) & n_grass(x2) & with(e1,x3) & a_out(s2) & Manner(e2,s2) & Actor(e2,x4) & v_hang(e2) & (x3 = x4) & in(e1,x2) & Actor(e1,x1) & v_walk(e1) & n_dog(x1) & a_brown(s1) & Theme(s1,x1))
exists e1 s1 x1 x2.(in(e1,x2) & n_grass(x2) & Actor(e1,x1) & v_walk(e1) & n_dog(x1) & a_brown(s1) & Theme(s1,x1))
4ae6727a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 x1 x2 x3 x4.(with(e1,x3) & v_walk(e1) & v_hang(e2) & of(x3,x2) & n_tongue(x3) & n_thing(x2) & n_grass(x2) & n_dog(x1) & in(e1,x2) & a_out(s2) & a_brown(s1) & Theme(s1,x1) & Manner(e2,s2) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x4))
exists e1 s1 x1 x2.(v_walk(e1) & n_grass(x2) & n_dog(x1) & in(e1,x2) & a_brown(s1) & Theme(s1,x1) & Actor(e1,x1))
A brown dog walks in the grass with its tongue hanging out.
A brown dog is licking the grass.
1
-100
A dog is playing in the grass
exists e2 e1 s1 s2 x1 x2 x3 x4.(n_tongue(x3) & of(x3,x2) & n_thing(x2) & n_grass(x2) & with(e1,x3) & a_out(s2) & Manner(e2,s2) & Actor(e2,x4) & v_hang(e2) & (x3 = x4) & in(e1,x2) & Actor(e1,x1) & v_walk(e1) & n_dog(x1) & a_brown(s1) & Theme(s1,x1))
exists e1 s1 x1 x2.(n_grass(x2) & Theme(e1,x2) & Actor(e1,x1) & v_lick(e1) & n_dog(x1) & a_brown(s1) & Theme(s1,x1))
4ae67752-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 s2 x1 x2 x3 x4.(with(e1,x3) & v_walk(e1) & v_hang(e2) & of(x3,x2) & n_tongue(x3) & n_thing(x2) & n_grass(x2) & n_dog(x1) & in(e1,x2) & a_out(s2) & a_brown(s1) & Theme(s1,x1) & Manner(e2,s2) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x4))
exists e1 s1 x1 x2.(v_lick(e1) & n_grass(x2) & n_dog(x1) & a_brown(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
A brown dog walks in the grass with its tongue hanging out.
A brown dog is speaking german.
2
-100
A dog cannot speak German because its tongue hanging out.
exists e2 e1 s1 s2 x1 x2 x3 x4.(n_tongue(x3) & of(x3,x2) & n_thing(x2) & n_grass(x2) & with(e1,x3) & a_out(s2) & Manner(e2,s2) & Actor(e2,x4) & v_hang(e2) & (x3 = x4) & in(e1,x2) & Actor(e1,x1) & v_walk(e1) & n_dog(x1) & a_brown(s1) & Theme(s1,x1))
exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_speak(e1) & n_german(x2) & n_dog(x1) & a_brown(s1) & Theme(s1,x1))
4ae67bda-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 s2 x1 x2 x3 x4.(with(e1,x3) & v_walk(e1) & v_hang(e2) & of(x3,x2) & n_tongue(x3) & n_thing(x2) & n_grass(x2) & n_dog(x1) & in(e1,x2) & a_out(s2) & a_brown(s1) & Theme(s1,x1) & Manner(e2,s2) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x4))
exists e1 s1 x1 x2.(v_speak(e1) & n_german(x2) & n_dog(x1) & a_brown(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
a tan dog jogging with his tongue hanging out
the mice are eating cheese
2
-100
A dog and mice are different species.
exists e1 e2 s1 s2 x1 x2 x3 x4.(a_topic(x1) & with(e1,x3) & a_out(s2) & Manner(e2,s2) & Actor(e2,x4) & v_hang(e2) & (x3 = x4) & n_tongue(x3) & of(x3,x1) & n_male(x1) & Actor(e1,x2) & v_jog(e1) & (x1 = x2) & n_dog(x1) & a_tan(s1) & Theme(s1,x1))
exists e1 x1 x2.(n_mouse(x1) & Theme(e1,x2) & Actor(e1,x1) & v_eat(e1) & n_cheese(x2))
4ae68044-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 x1 x2 x3 x4.(with(e1,x3) & v_jog(e1) & v_hang(e2) & of(x3,x1) & n_tongue(x3) & n_male(x1) & n_dog(x1) & a_topic(x1) & a_tan(s1) & a_out(s2) & Theme(s1,x1) & Manner(e2,s2) & Actor(e2,x4) & Actor(e1,x2) & (x3 = x4) & (x1 = x2))
exists e1 x1 x2.(v_eat(e1) & n_mouse(x1) & n_cheese(x2) & Theme(e1,x2) & Actor(e1,x1))
a tan dog jogging with his tongue hanging out
the dog is outdoors
1
-100
There is nothing to indicate that the dog is outdoors.
exists e2 e1 s1 s2 x1 x2 x3 x4.(a_topic(x1) & with(e1,x3) & a_out(s2) & Manner(e2,s2) & Actor(e2,x4) & v_hang(e2) & (x3 = x4) & n_tongue(x3) & of(x3,x1) & n_male(x1) & Actor(e1,x2) & v_jog(e1) & (x1 = x2) & n_dog(x1) & a_tan(s1) & Theme(s1,x1))
exists p1 x1.(n_dog(x1) & exists x2.((x1 = x2) & n_outdoors(x2)))
4ae684a4-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 s2 x1 x2 x3 x4.(with(e1,x3) & v_jog(e1) & v_hang(e2) & of(x3,x1) & n_tongue(x3) & n_male(x1) & n_dog(x1) & a_topic(x1) & a_tan(s1) & a_out(s2) & Theme(s1,x1) & Manner(e2,s2) & Actor(e2,x4) & Actor(e1,x2) & (x3 = x4) & (x1 = x2))
exists x1.(n_dog(x1) & exists x2.(n_outdoors(x2) & (x1 = x2)))
a tan dog jogging with his tongue hanging out
the dog is jogging
0
-100
Sentence 1 describes how the dog is jogging with the tongue hanging out.
exists e2 e1 s1 s2 x1 x2 x3 x4.(a_topic(x1) & with(e1,x3) & a_out(s2) & Manner(e2,s2) & Actor(e2,x4) & v_hang(e2) & (x3 = x4) & n_tongue(x3) & of(x3,x1) & n_male(x1) & Actor(e1,x2) & v_jog(e1) & (x1 = x2) & n_dog(x1) & a_tan(s1) & Theme(s1,x1))
exists e1 x1.(n_dog(x1) & Actor(e1,x1) & v_jog(e1))
4ae688fa-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 s2 x1 x2 x3 x4.(with(e1,x3) & v_jog(e1) & v_hang(e2) & of(x3,x1) & n_tongue(x3) & n_male(x1) & n_dog(x1) & a_topic(x1) & a_tan(s1) & a_out(s2) & Theme(s1,x1) & Manner(e2,s2) & Actor(e2,x4) & Actor(e1,x2) & (x3 = x4) & (x1 = x2))
exists e1 x1.(v_jog(e1) & n_dog(x1) & Actor(e1,x1))
A brown dog is panting hard on grass during a sunny day.
A black dog is rolling in snow.
2
-100
The dog cannot roll and pant simultaneously.
exists e1 s1 s2 s3 x1 x2 x3.(during(e1,x3) & n_day(x3) & a_sunny(s3) & Theme(s3,x3) & a_hard(s2) & Manner(e1,s2) & on(e1,x2) & n_grass(x2) & Actor(e1,x1) & v_pant(e1) & n_dog(x1) & a_brown(s1) & Theme(s1,x1))
exists e1 s1 x1 x2.(in(e1,x2) & n_snow(x2) & Actor(e1,x1) & v_roll(e1) & n_dog(x1) & a_black(s1) & Theme(s1,x1))
4ae68d50-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 x1 x2 x3.(v_pant(e1) & on(e1,x2) & n_grass(x2) & n_dog(x1) & n_day(x3) & during(e1,x3) & a_sunny(s3) & a_hard(s2) & a_brown(s1) & Theme(s3,x3) & Theme(s1,x1) & Manner(e1,s2) & Actor(e1,x1))
exists e1 s1 x1 x2.(v_roll(e1) & n_snow(x2) & n_dog(x1) & in(e1,x2) & a_black(s1) & Theme(s1,x1) & Actor(e1,x1))
A brown dog is panting hard on grass during a sunny day.
A brown dog is thirsty in the heat.
1
-100
It may not be the heat that's making it pant.
exists e1 s1 s2 s3 x1 x2 x3.(during(e1,x3) & n_day(x3) & a_sunny(s3) & Theme(s3,x3) & a_hard(s2) & Manner(e1,s2) & on(e1,x2) & n_grass(x2) & Actor(e1,x1) & v_pant(e1) & n_dog(x1) & a_brown(s1) & Theme(s1,x1))
exists s1 s2 x1 x2.(n_heat(x2) & in(s2,x2) & Theme(s2,x1) & a_thirsty(s2) & n_dog(x1) & a_brown(s1) & Theme(s1,x1))
4ae6920a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 x1 x2 x3.(v_pant(e1) & on(e1,x2) & n_grass(x2) & n_dog(x1) & n_day(x3) & during(e1,x3) & a_sunny(s3) & a_hard(s2) & a_brown(s1) & Theme(s3,x3) & Theme(s1,x1) & Manner(e1,s2) & Actor(e1,x1))
exists s1 s2 x1 x2.(n_heat(x2) & n_dog(x1) & in(s2,x2) & a_thirsty(s2) & a_brown(s1) & Theme(s2,x1) & Theme(s1,x1))
A brown dog is panting hard on grass during a sunny day.
A brown dog is panting on a sunny day.
0
-100
Same information of brown dog panting on sunny day in both sentences, but the first sentence gives just a bit more info.
exists e1 s1 s2 s3 x1 x2 x3.(during(e1,x3) & n_day(x3) & a_sunny(s3) & Theme(s3,x3) & a_hard(s2) & Manner(e1,s2) & on(e1,x2) & n_grass(x2) & Actor(e1,x1) & v_pant(e1) & n_dog(x1) & a_brown(s1) & Theme(s1,x1))
exists e1 s1 s2 x1 x2.(on(e1,x2) & n_day(x2) & a_sunny(s2) & Theme(s2,x2) & Actor(e1,x1) & v_pant(e1) & n_dog(x1) & a_brown(s1) & Theme(s1,x1))
4ae696ec-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 x1 x2 x3.(v_pant(e1) & on(e1,x2) & n_grass(x2) & n_dog(x1) & n_day(x3) & during(e1,x3) & a_sunny(s3) & a_hard(s2) & a_brown(s1) & Theme(s3,x3) & Theme(s1,x1) & Manner(e1,s2) & Actor(e1,x1))
exists e1 s1 s2 x1 x2.(v_pant(e1) & on(e1,x2) & n_dog(x1) & n_day(x2) & a_sunny(s2) & a_brown(s1) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x1))
A dog running with tongue hanging out.
The dog is fat.
1
-100
we don't know the dog is fat.
exists e1 e2 s1 x1 x2 x3.(a_topic(x1) & for(e1,e2) & a_out(s1) & Manner(e2,s1) & Actor(e2,x2) & v_hang(e2) & with(e1,x3) & n_tongue(x3) & Actor(e1,x2) & v_run(e1) & (x1 = x2) & n_dog(x1))
exists s1 x1.(n_dog(x1) & Theme(s1,x1) & a_fat(s1))
4ae69ba6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 x1 x2 x3.(with(e1,x3) & v_run(e1) & v_hang(e2) & n_tongue(x3) & n_dog(x1) & for(e1,e2) & a_topic(x1) & a_out(s1) & Manner(e2,s1) & Actor(e2,x2) & Actor(e1,x2) & (x1 = x2))
exists s1 x1.(n_dog(x1) & a_fat(s1) & Theme(s1,x1))
A dog running with tongue hanging out.
There is a dog.
0
-100
Sentence 1 describes what the dog in sentence 2 is doing. The dog is running with tongue hanged out.
exists e1 e2 s1 x1 x2 x3.(a_topic(x1) & for(e1,e2) & a_out(s1) & Manner(e2,s1) & Actor(e2,x2) & v_hang(e2) & with(e1,x3) & n_tongue(x3) & Actor(e1,x2) & v_run(e1) & (x1 = x2) & n_dog(x1))
exists p1 x1 x2.((x1 = x2) & n_dog(x2))
4ae6a02e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 x1 x2 x3.(with(e1,x3) & v_run(e1) & v_hang(e2) & n_tongue(x3) & n_dog(x1) & for(e1,e2) & a_topic(x1) & a_out(s1) & Manner(e2,s1) & Actor(e2,x2) & Actor(e1,x2) & (x1 = x2))
exists x1 x2.(n_dog(x2) & (x1 = x2))
A dog running with tongue hanging out.
The dog is sleeping.
2
-100
A dog cannot be running and sleeping at the same time.
exists e2 e1 s1 x1 x2 x3.(a_topic(x1) & for(e1,e2) & a_out(s1) & Manner(e2,s1) & Actor(e2,x2) & v_hang(e2) & with(e1,x3) & n_tongue(x3) & Actor(e1,x2) & v_run(e1) & (x1 = x2) & n_dog(x1))
exists e1 x1.(n_dog(x1) & Actor(e1,x1) & v_sleep(e1))
4ae6a498-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 x1 x2 x3.(with(e1,x3) & v_run(e1) & v_hang(e2) & n_tongue(x3) & n_dog(x1) & for(e1,e2) & a_topic(x1) & a_out(s1) & Manner(e2,s1) & Actor(e2,x2) & Actor(e1,x2) & (x1 = x2))
exists e1 x1.(v_sleep(e1) & n_dog(x1) & Actor(e1,x1))
A messy haired girl in a club.
A messy haired girl in a club.
0
-100
The two sentences are the same. A messy haired girl in a club.
exists s1 s2 x1 x2.(a_topic(x1) & in(x1,x2) & n_club(x2) & n_girl(x1) & a_haired(s2) & Theme(s2,x1) & a_messy(s1) & Theme(s1,x1))
exists s1 s2 x1 x2.(a_topic(x1) & in(x1,x2) & n_club(x2) & n_girl(x1) & a_haired(s2) & Theme(s2,x1) & a_messy(s1) & Theme(s1,x1))
4ae6a8ee-e4c8-11ec-9cdd-0242ac1c0002
exists s1 s2 x1 x2.(n_girl(x1) & n_club(x2) & in(x1,x2) & a_topic(x1) & a_messy(s1) & a_haired(s2) & Theme(s2,x1) & Theme(s1,x1))
exists s1 s2 x1 x2.(n_girl(x1) & n_club(x2) & in(x1,x2) & a_topic(x1) & a_messy(s1) & a_haired(s2) & Theme(s2,x1) & Theme(s1,x1))
A messy haired girl in a club.
A bald headed girl in a market.
2
-100
A messy haired person cannot be bald.
exists s1 s2 x1 x2.(a_topic(x1) & in(x1,x2) & n_club(x2) & n_girl(x1) & a_haired(s2) & Theme(s2,x1) & a_messy(s1) & Theme(s1,x1))
exists e1 x1 x2 x3.(in(e1,x3) & n_market(x3) & Theme(e1,x2) & Actor(e1,x1) & v_head(e1) & n_girl(x2) & n_bald(x1))
4ae6ad58-e4c8-11ec-9cdd-0242ac1c0002
exists s1 s2 x1 x2.(n_girl(x1) & n_club(x2) & in(x1,x2) & a_topic(x1) & a_messy(s1) & a_haired(s2) & Theme(s2,x1) & Theme(s1,x1))
exists e1 x1 x2 x3.(v_head(e1) & n_market(x3) & n_girl(x2) & n_bald(x1) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1))
A messy haired girl in a club.
A girl is looking for a date in a club.
1
-100
Just because a girl is in a club, one can't assume she is looking for a date.
exists s1 s2 x1 x2.(a_topic(x1) & in(x1,x2) & n_club(x2) & n_girl(x1) & a_haired(s2) & Theme(s2,x1) & a_messy(s1) & Theme(s1,x1))
exists e1 x1 x2 x3.(for(e1,x2) & in(x2,x3) & n_club(x3) & n_date(x2) & Actor(e1,x1) & v_look(e1) & n_girl(x1))
4ae6b1b8-e4c8-11ec-9cdd-0242ac1c0002
exists s1 s2 x1 x2.(n_girl(x1) & n_club(x2) & in(x1,x2) & a_topic(x1) & a_messy(s1) & a_haired(s2) & Theme(s2,x1) & Theme(s1,x1))
exists e1 x1 x2 x3.(v_look(e1) & n_girl(x1) & n_date(x2) & n_club(x3) & in(x2,x3) & for(e1,x2) & Actor(e1,x1))
A man is carrying a red accordion on his back.
The man dropped his instrument.
2
-100
If he dropped his instrument, he is not carrying an accordion.
exists e1 s1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_carry(e1) & on(x2,x3) & n_back(x3) & of(x3,x1) & n_male(x1) & n_accordion(x2) & a_red(s1) & Theme(s1,x2) & n_man(x1))
exists e1 x1 x2.(n_instrument(x2) & of(x2,x1) & n_male(x1) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_drop(e1))
4ae6b60e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(v_carry(e1) & on(x2,x3) & of(x3,x1) & n_man(x1) & n_male(x1) & n_back(x3) & n_accordion(x2) & a_red(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
exists e1 x1 x2.(v_drop(e1) & of(x2,x1) & n_man(x1) & n_male(x1) & n_instrument(x2) & Theme(e1,x2) & Actor(e1,x1))
A man is carrying a red accordion on his back.
The man is holding an object on his back.
0
-100
To carry something you must hold it. An accordion is an object.
exists e1 s1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_carry(e1) & on(x2,x3) & n_back(x3) & of(x3,x1) & n_male(x1) & n_accordion(x2) & a_red(s1) & Theme(s1,x2) & n_man(x1))
exists e1 x1 x2 x3.(n_back(x3) & of(x3,x1) & n_male(x1) & n_man(x1) & on(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_object(x2))
4ae6bad2-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(v_carry(e1) & on(x2,x3) & of(x3,x1) & n_man(x1) & n_male(x1) & n_back(x3) & n_accordion(x2) & a_red(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
exists e1 x1 x2 x3.(v_hold(e1) & on(e1,x3) & of(x3,x1) & n_object(x2) & n_man(x1) & n_male(x1) & n_back(x3) & Theme(e1,x2) & Actor(e1,x1))
A man is carrying a red accordion on his back.
The musician is on his way to a performance.
1
-100
You can not infer he is on his way to a performance.
exists e1 s1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_carry(e1) & on(x2,x3) & n_back(x3) & of(x3,x1) & n_male(x1) & n_accordion(x2) & a_red(s1) & Theme(s1,x2) & n_man(x1))
exists p1 x1 x2.(n_way(x2) & of(x2,x1) & n_male(x1) & n_musician(x1) & exists x3.(on(x1,x2) & to(x2,x3) & n_performance(x3)))
4ae6bfc8-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(v_carry(e1) & on(x2,x3) & of(x3,x1) & n_man(x1) & n_male(x1) & n_back(x3) & n_accordion(x2) & a_red(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
exists x1 x2.(of(x2,x1) & n_way(x2) & n_musician(x1) & n_male(x1) & exists x3.(to(x2,x3) & on(x1,x2) & n_performance(x3)))
a woman with long brown hair walking through a crowd.
The woman is having trouble moving through the crowd.
1
-100
we don't know she is having an trouble moving through the crowd.
exists e1 s1 s2 x1 x2 x3 x4.(a_topic(x1) & through(e1,x4) & n_crowd(x4) & Actor(e1,x3) & v_walk(e1) & (x1 = x3) & with(x1,x2) & n_hair(x2) & a_brown(s2) & Theme(s2,x2) & a_long(s1) & Theme(s1,x2) & n_woman(x1))
exists e1 p1 x1 x2 x3.(n_crowd(x3) & n_woman(x1) & exists e2.(through(e2,x3) & Actor(e2,x2) & v_move(e2)) & Recipient(e1,p1) & Actor(e1,x1) & Topic(e1,x2) & v_have(e1) & n_trouble(x2))
4ae6d18e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4.(with(x1,x2) & v_walk(e1) & through(e1,x4) & n_woman(x1) & n_hair(x2) & n_crowd(x4) & a_topic(x1) & a_long(s1) & a_brown(s2) & Theme(s2,x2) & Theme(s1,x2) & Actor(e1,x3) & (x1 = x3))
exists e1 p1 x1 x2 x3.(v_have(e1) & n_woman(x1) & n_trouble(x2) & n_crowd(x3) & exists e2.(v_move(e2) & through(e2,x3) & Actor(e2,x2)) & Topic(e1,x2) & Recipient(e1,p1) & Actor(e1,x1))
a woman with long brown hair walking through a crowd.
The woman has brown hair.
0
-100
Sentence 1 describes the woman in sentence 2 is walking through a crowd.
exists e1 s1 s2 x1 x2 x3 x4.(a_topic(x1) & through(e1,x4) & n_crowd(x4) & Actor(e1,x3) & v_walk(e1) & (x1 = x3) & with(x1,x2) & n_hair(x2) & a_brown(s2) & Theme(s2,x2) & a_long(s1) & Theme(s1,x2) & n_woman(x1))
exists e1 x1 x2.(n_woman(x1) & Theme(e1,x2) & Actor(e1,x1) & v_brown(e1) & n_hair(x2))
4ae6d5d0-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4.(with(x1,x2) & v_walk(e1) & through(e1,x4) & n_woman(x1) & n_hair(x2) & n_crowd(x4) & a_topic(x1) & a_long(s1) & a_brown(s2) & Theme(s2,x2) & Theme(s1,x2) & Actor(e1,x3) & (x1 = x3))
exists e1 x1 x2.(v_brown(e1) & n_woman(x1) & n_hair(x2) & Theme(e1,x2) & Actor(e1,x1))
a woman with long brown hair walking through a crowd.
The woman is sitting in a chair.
2
-100
Someone cannot be walking and sitting at the same time.
exists e1 s1 s2 x1 x2 x3 x4.(a_topic(x1) & through(e1,x4) & n_crowd(x4) & Actor(e1,x3) & v_walk(e1) & (x1 = x3) & with(x1,x2) & n_hair(x2) & a_brown(s2) & Theme(s2,x2) & a_long(s1) & Theme(s1,x2) & n_woman(x1))
exists e1 x1 x2.(n_woman(x1) & in(e1,x2) & n_chair(x2) & Actor(e1,x1) & v_sit(e1))
4ae6da26-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4.(with(x1,x2) & v_walk(e1) & through(e1,x4) & n_woman(x1) & n_hair(x2) & n_crowd(x4) & a_topic(x1) & a_long(s1) & a_brown(s2) & Theme(s2,x2) & Theme(s1,x2) & Actor(e1,x3) & (x1 = x3))
exists e1 x1 x2.(v_sit(e1) & n_woman(x1) & n_chair(x2) & in(e1,x2) & Actor(e1,x1))
A person with brown hair stands in a group.
The brown haired woman sits alone in the classroom.
2
-100
A person cannot be alone while sitting in a group.
exists s1 x1 x2 x3 x4.(a_topic(x1) & with(x1,x2) & in(x2,x4) & n_group(x4) & n_stand(x2) & of(x2,x3) & n_hair(x3) & a_brown(s1) & Theme(s1,x2) & n_person(x1))
exists e1 s1 s2 s3 x1 x2.(n_classroom(x2) & n_woman(x1) & a_haired(s2) & Theme(s2,x1) & a_brown(s1) & Theme(s1,x1) & in(e1,x2) & a_alone(s3) & Manner(e1,s3) & Actor(e1,x1) & v_sit(e1))
4ae6de90-e4c8-11ec-9cdd-0242ac1c0002
exists s1 x1 x2 x3 x4.(with(x1,x2) & of(x2,x3) & n_stand(x2) & n_person(x1) & n_hair(x3) & n_group(x4) & in(x2,x4) & a_topic(x1) & a_brown(s1) & Theme(s1,x2))
exists e1 s1 s2 s3 x1 x2.(v_sit(e1) & n_woman(x1) & n_classroom(x2) & in(e1,x2) & a_haired(s2) & a_brown(s1) & a_alone(s3) & Theme(s2,x1) & Theme(s1,x1) & Manner(e1,s3) & Actor(e1,x1))
A person with brown hair stands in a group.
The brown haired person prepares to lead the group.
1
-100
the person standing in the group does not imply he prepares to lead them
exists s1 x1 x2 x3 x4.(a_topic(x1) & with(x1,x2) & in(x2,x4) & n_group(x4) & n_stand(x2) & of(x2,x3) & n_hair(x3) & a_brown(s1) & Theme(s1,x2) & n_person(x1))
exists e1 p1 s1 s2 x1 x2.(n_group(x2) & n_person(x1) & a_haired(s2) & Theme(s2,x1) & a_brown(s1) & Theme(s1,x1) & Topic(e1,p1) & Actor(e1,x1) & v_prepare(e1) & exists e2.(Theme(e2,x2) & Actor(e2,x1) & v_lead(e2)))
4ae6e4f8-e4c8-11ec-9cdd-0242ac1c0002
exists s1 x1 x2 x3 x4.(with(x1,x2) & of(x2,x3) & n_stand(x2) & n_person(x1) & n_hair(x3) & n_group(x4) & in(x2,x4) & a_topic(x1) & a_brown(s1) & Theme(s1,x2))
exists e1 p1 s1 s2 x1 x2.(v_prepare(e1) & n_person(x1) & n_group(x2) & exists e2.(v_lead(e2) & Theme(e2,x2) & Actor(e2,x1)) & a_haired(s2) & a_brown(s1) & Topic(e1,p1) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1))
A person with brown hair stands in a group.
The person stands with others.
0
-100
The person has brown hair.
exists s1 x1 x2 x3 x4.(a_topic(x1) & with(x1,x2) & in(x2,x4) & n_group(x4) & n_stand(x2) & of(x2,x3) & n_hair(x3) & a_brown(s1) & Theme(s1,x2) & n_person(x1))
exists e1 x1 x2.(n_person(x1) & n_person(x1) & with(e1,x2) & -(x2 = x1) & n_person(x2) & Actor(e1,x1) & v_stand(e1))
4ae6ec1e-e4c8-11ec-9cdd-0242ac1c0002
exists s1 x1 x2 x3 x4.(with(x1,x2) & of(x2,x3) & n_stand(x2) & n_person(x1) & n_hair(x3) & n_group(x4) & in(x2,x4) & a_topic(x1) & a_brown(s1) & Theme(s1,x2))
exists e1 x1 x2.(with(e1,x2) & v_stand(e1) & n_person(x2) & n_person(x1) & Actor(e1,x1) & -(x2 = x1))
A young lady turning away from camera.
A camera is turned on.
1
-100
Not just because a lady is turning away from camera doesn't mean the camera is turned on
exists e1 s1 x1 x2 x3.(a_topic(x1) & from(e1,x3) & n_camera(x3) & r_away(e1) & Actor(e1,x2) & v_turn(e1) & (x1 = x2) & n_lady(x1) & a_young(s1) & Theme(s1,x1))
exists e1 s1 x1.(a_on(s1) & Manner(e1,s1) & Theme(e1,x1) & v_turn(e1) & n_camera(x1))
4ae6f146-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(v_turn(e1) & r_away(e1) & n_lady(x1) & n_camera(x3) & from(e1,x3) & a_young(s1) & a_topic(x1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2))
exists e1 s1 x1.(v_turn(e1) & n_camera(x1) & a_on(s1) & Theme(e1,x1) & Manner(e1,s1))
A young lady turning away from camera.
A young lady looks right at a camera.
2
-100
She can not look right at the camera and turn away at the same time.
exists e1 s1 x1 x2 x3.(a_topic(x1) & from(e1,x3) & n_camera(x3) & r_away(e1) & Actor(e1,x2) & v_turn(e1) & (x1 = x2) & n_lady(x1) & a_young(s1) & Theme(s1,x1))
exists e1 s1 x1 x2.(r_right(e1) & at(e1,x2) & n_camera(x2) & Actor(e1,x1) & v_look(e1) & n_lady(x1) & a_young(s1) & Theme(s1,x1))
4ae6f632-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(v_turn(e1) & r_away(e1) & n_lady(x1) & n_camera(x3) & from(e1,x3) & a_young(s1) & a_topic(x1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2))
exists e1 s1 x1 x2.(v_look(e1) & r_right(e1) & n_lady(x1) & n_camera(x2) & at(e1,x2) & a_young(s1) & Theme(s1,x1) & Actor(e1,x1))
A young lady turning away from camera.
A person has a camera.
0
-100
A lady is a person.
exists e1 s1 x1 x2 x3.(a_topic(x1) & from(e1,x3) & n_camera(x3) & r_away(e1) & Actor(e1,x2) & v_turn(e1) & (x1 = x2) & n_lady(x1) & a_young(s1) & Theme(s1,x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_camera(x2) & n_person(x1))
4ae6fb00-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(v_turn(e1) & r_away(e1) & n_lady(x1) & n_camera(x3) & from(e1,x3) & a_young(s1) & a_topic(x1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2))
exists e1 x1 x2.(v_have(e1) & n_person(x1) & n_camera(x2) & Theme(e1,x2) & Actor(e1,x1))
A dog trying to catch a tennis ball.
The dog is a beagle.
1
-100
Not all dogs are a beagle.
exists e1 p1 x1 x2.(a_topic(x1) & Topic(e1,p1) & Actor(e1,x2) & v_try(e1) & exists e2 x3 x4.(Theme(e2,x3) & Actor(e2,x2) & v_catch(e2) & n_ball(x3) & of(x3,x4) & n_tennis(x4)) & (x1 = x2) & n_dog(x1))
exists p1 x1.(n_dog(x1) & exists x2.((x1 = x2) & n_beagle(x2)))
4ae6ffc4-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 x1 x2.(v_try(e1) & n_dog(x1) & exists e2 x3 x4.(v_catch(e2) & of(x3,x4) & n_tennis(x4) & n_ball(x3) & Theme(e2,x3) & Actor(e2,x2)) & a_topic(x1) & Topic(e1,p1) & Actor(e1,x2) & (x1 = x2))
exists x1.(n_dog(x1) & exists x2.(n_beagle(x2) & (x1 = x2)))
A dog trying to catch a tennis ball.
The dog in the picture is asleep.
2
-100
A dog cannot be trying to catch a ball and sleeping at the same time.
exists e1 p1 x1 x2.(a_topic(x1) & Topic(e1,p1) & Actor(e1,x2) & v_try(e1) & exists e2 x3 x4.(Theme(e2,x3) & Actor(e2,x2) & v_catch(e2) & n_ball(x3) & of(x3,x4) & n_tennis(x4)) & (x1 = x2) & n_dog(x1))
exists s1 x1 x2.(n_picture(x2) & n_dog(x1) & Theme(s1,x1) & a_asleep(s1) & in(x1,x2))
4ae704ba-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 x1 x2.(v_try(e1) & n_dog(x1) & exists e2 x3 x4.(v_catch(e2) & of(x3,x4) & n_tennis(x4) & n_ball(x3) & Theme(e2,x3) & Actor(e2,x2)) & a_topic(x1) & Topic(e1,p1) & Actor(e1,x2) & (x1 = x2))
exists s1 x1 x2.(n_picture(x2) & n_dog(x1) & in(x1,x2) & a_asleep(s1) & Theme(s1,x1))
A dog trying to catch a tennis ball.
There is at least one animal here that isn't a cat.
0
-100
The animal that isn't a cat is a dog.
exists e1 p1 x1 x2.(a_topic(x1) & Topic(e1,p1) & Actor(e1,x2) & v_try(e1) & exists e2 x3 x4.(Theme(e2,x3) & Actor(e2,x2) & v_catch(e2) & n_ball(x3) & of(x3,x4) & n_tennis(x4)) & (x1 = x2) & n_dog(x1))
exists p1 x1 e1 x2 x3.((x1 = e1) & -exists p2 x4.((x3 = x4) & n_cat(x4)) & (e1 = x3) & a_at(e1) & Actor(e1,x2) & v_least(e1) & r_here(x2) & n_animal(x2) & card_eq_1(x2))
4ae70a28-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 x1 x2.(v_try(e1) & n_dog(x1) & exists e2 x3 x4.(v_catch(e2) & of(x3,x4) & n_tennis(x4) & n_ball(x3) & Theme(e2,x3) & Actor(e2,x2)) & a_topic(x1) & Topic(e1,p1) & Actor(e1,x2) & (x1 = x2))
exists x1 e1 x2 x3.(v_least(e1) & r_here(x2) & n_animal(x2) & card_eq_1(x2) & all x4.(-n_cat(x4) | -(x3 = x4)) & a_at(e1) & Actor(e1,x2) & (x1 = e1) & (e1 = x3))
A dog gets ready to catch a yellow ball while standing in the sand.
A cat dances.
2
-100
A dog stands while cat dances.
exists e1 p1 x1 x3.(n_sand(x3) & exists p2 s1.(Topic(s1,p2) & Actor(s1,x1) & a_ready(s1) & exists e2 e3 s2 x2.(while(e2,e3) & in(e3,x3) & Actor(e3,x1) & v_stand(e3) & Theme(e2,x2) & Actor(e2,x1) & v_catch(e2) & n_ball(x2) & a_yellow(s2) & Theme(s2,x2))) & Topic(e1,p1) & Actor(e1,x1) & v_get(e1) & n_dog(x1))
exists e1 x1.(Actor(e1,x1) & v_dance(e1) & n_cat(x1))
4ae722f6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 x1 x3.(v_get(e1) & n_sand(x3) & n_dog(x1) & exists p2 s1.(exists e2 e3 s2 x2.(while(e2,e3) & v_stand(e3) & v_catch(e2) & n_ball(x2) & in(e3,x3) & a_yellow(s2) & Theme(s2,x2) & Theme(e2,x2) & Actor(e3,x1) & Actor(e2,x1)) & a_ready(s1) & Topic(s1,p2) & Actor(s1,x1)) & Topic(e1,p1) & Actor(e1,x1))
exists e1 x1.(v_dance(e1) & n_cat(x1) & Actor(e1,x1))
A gold dog is on the beach and is looking at the tennis ball in the air.
There is an animal on the beach.
0
-100
The animal is a gold dog.
exists e1 p1 x1 x2 x3 x4 x5 x6 x7 x8.(n_air(x7) & n_ball(x5) & of(x5,x6) & n_tennis(x6) & n_beach(x8) & at(e1,x5) & in(x5,x7) & Actor(e1,x3) & v_look(e1) & n_dog(x3) & of(x3,x4) & n_gold(x4) & on(x1,x8) & n_dog(x1) & of(x1,x2) & n_gold(x2))
exists p1 x1 x3.(n_beach(x3) & exists x2.((x1 = x2) & on(x2,x3) & n_animal(x2)))
4ae7307a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4 x5 x6 x7 x8.(v_look(e1) & on(x1,x8) & of(x5,x6) & of(x3,x4) & of(x1,x2) & n_tennis(x6) & n_gold(x4) & n_gold(x2) & n_dog(x3) & n_dog(x1) & n_beach(x8) & n_ball(x5) & n_air(x7) & in(x5,x7) & at(e1,x5) & Actor(e1,x3))
exists x1 x3.(n_beach(x3) & exists x2.(on(x2,x3) & n_animal(x2) & (x1 = x2)))
A broken down car during a race
There is a car that is broken down outdoors
1
-100
Just because a car is broken down does not mean it is outdoors.
exists e1 s1 x1 x2.(a_topic(x1) & during(x1,x2) & n_race(x2) & n_car(x1) & a_down(s1) & Theme(s1,x1) & Theme(e1,x1) & v_break(e1))
exists p1 x1 e1 s1 x2 x3 x4.((x1 = x2) & Time(e1,x4) & n_outdoors(x4) & a_down(s1) & Manner(e1,s1) & Theme(e1,x3) & v_break(e1) & (x2 = x3) & n_car(x2))
4ae73bb0-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2.(v_break(e1) & n_race(x2) & n_car(x1) & during(x1,x2) & a_topic(x1) & a_down(s1) & Theme(s1,x1) & Theme(e1,x1))
exists x1 e1 s1 x2 x3 x4.(v_break(e1) & n_outdoors(x4) & n_car(x2) & a_down(s1) & Time(e1,x4) & Theme(e1,x3) & Manner(e1,s1) & (x2 = x3) & (x1 = x2))
a golden dog tries to catch a ball
A dog is playing catch.
0
-100
A golden dog is a dog, do so if a golden dog is catching a ball, it is playing catch.
exists e1 p1 s1 x1.(Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2 x2.(Theme(e2,x2) & Actor(e2,x1) & v_catch(e2) & n_ball(x2)) & n_dog(x1) & a_golden(s1) & Theme(s1,x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_catch(x2) & n_dog(x1))
4ae748c6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 x1.(v_try(e1) & n_dog(x1) & exists e2 x2.(v_catch(e2) & n_ball(x2) & Theme(e2,x2) & Actor(e2,x1)) & a_golden(s1) & Topic(e1,p1) & Theme(s1,x1) & Actor(e1,x1))
exists e1 x1 x2.(v_play(e1) & n_dog(x1) & n_catch(x2) & Theme(e1,x2) & Actor(e1,x1))
Two foreground individuals in hard hats wear portable tanks as they walk behind someone in similar attire.
The two individuals just got done working and they were passing by some old friends
1
0.024977
Similar attire does not mean they are old friends and hard hats does not mean they are done working.
exists e1 p1 s1 s2 s3 x1 x2 x3.(exists e2 s4 x4 x5.(behind(e2,x4) & in(x4,x5) & n_attire(x5) & a_similar(s4) & Theme(s4,x5) & n_person(x4) & Actor(e2,x1) & v_walk(e2)) & n_thing(x1) & as(e1,p1) & Theme(e1,x3) & Actor(e1,x1) & v_wear(e1) & n_tank(x3) & a_portable(s3) & Theme(s3,x3) & in(x1,x2) & n_hat(x2) & a_hard(s2) & Theme(s2,x2) & n_individual(x1) & a_foreground(s1) & Theme(s1,x1) & card_eq_2(x1))
exists e1 e2 p1 s1 s2 x1 x2.(n_thing(x1) & n_individual(x1) & card_eq_2(x1) & by(e2,x2) & n_friend(x2) & a_old(s2) & Theme(s2,x2) & Actor(e2,x1) & v_pass(e2) & a_just(s1) & Manner(e1,s1) & exists e4 e3.(for(e3,e4) & Actor(e4,x1) & v_work(e4) & Actor(e3,x1) & v_do(e3)) & Topic(e1,p1) & Actor(e1,x1) & v_get(e1))
4ae76810-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 s2 s3 x1 x2 x3.(v_wear(e1) & n_thing(x1) & n_tank(x3) & n_individual(x1) & n_hat(x2) & in(x1,x2) & exists e2 s4 x4 x5.(v_walk(e2) & n_person(x4) & n_attire(x5) & in(x4,x5) & behind(e2,x4) & a_similar(s4) & Theme(s4,x5) & Actor(e2,x1)) & card_eq_2(x1) & as(e1,p1) & a_portable(s3) & a_hard(s2) & a_foreground(s1) & Theme(s3,x3) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x1))
exists e1 e2 p1 s1 s2 x1 x2.(v_pass(e2) & v_get(e1) & n_thing(x1) & n_individual(x1) & n_friend(x2) & exists e4 e3.(v_work(e4) & v_do(e3) & for(e3,e4) & Actor(e4,x1) & Actor(e3,x1)) & card_eq_2(x1) & by(e2,x2) & a_old(s2) & a_just(s1) & Topic(e1,p1) & Theme(s2,x2) & Manner(e1,s1) & Actor(e2,x1) & Actor(e1,x1))
Two foreground individuals in hard hats wear portable tanks as they walk behind someone in similar attire.
Two individuals in white hard hats wear portable tanks.
1
0.81103
Not all hard hats are white and similar attire does not always mean portable tanks.
exists e1 p1 s1 s2 s3 x1 x2 x3.(exists e2 s4 x4 x5.(behind(e2,x4) & in(x4,x5) & n_attire(x5) & a_similar(s4) & Theme(s4,x5) & n_person(x4) & Actor(e2,x1) & v_walk(e2)) & n_thing(x1) & as(e1,p1) & Theme(e1,x3) & Actor(e1,x1) & v_wear(e1) & n_tank(x3) & a_portable(s3) & Theme(s3,x3) & in(x1,x2) & n_hat(x2) & a_hard(s2) & Theme(s2,x2) & n_individual(x1) & a_foreground(s1) & Theme(s1,x1) & card_eq_2(x1))
exists e1 s1 s2 s3 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_wear(e1) & n_tank(x3) & a_portable(s3) & Theme(s3,x3) & in(x1,x2) & n_hat(x2) & a_hard(s2) & Theme(s2,x2) & a_white(s1) & Theme(s1,x2) & n_individual(x1) & card_eq_2(x1))
4ae7735a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 s2 s3 x1 x2 x3.(v_wear(e1) & n_thing(x1) & n_tank(x3) & n_individual(x1) & n_hat(x2) & in(x1,x2) & exists e2 s4 x4 x5.(v_walk(e2) & n_person(x4) & n_attire(x5) & in(x4,x5) & behind(e2,x4) & a_similar(s4) & Theme(s4,x5) & Actor(e2,x1)) & card_eq_2(x1) & as(e1,p1) & a_portable(s3) & a_hard(s2) & a_foreground(s1) & Theme(s3,x3) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x1))
exists e1 s1 s2 s3 x1 x2 x3.(v_wear(e1) & n_tank(x3) & n_individual(x1) & n_hat(x2) & in(x1,x2) & card_eq_2(x1) & a_white(s1) & a_portable(s3) & a_hard(s2) & Theme(s3,x3) & Theme(s2,x2) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1))
Two foreground individuals in hard hats wear portable tanks as they walk behind someone in similar attire.
The hard hats are yellow.
1
0.395799
Not all hard hats are yellow.
exists e1 p1 s1 s2 s3 x1 x2 x3.(exists e2 s4 x4 x5.(behind(e2,x4) & in(x4,x5) & n_attire(x5) & a_similar(s4) & Theme(s4,x5) & n_person(x4) & Actor(e2,x1) & v_walk(e2)) & n_thing(x1) & as(e1,p1) & Theme(e1,x3) & Actor(e1,x1) & v_wear(e1) & n_tank(x3) & a_portable(s3) & Theme(s3,x3) & in(x1,x2) & n_hat(x2) & a_hard(s2) & Theme(s2,x2) & n_individual(x1) & a_foreground(s1) & Theme(s1,x1) & card_eq_2(x1))
exists s1 s2 x1.(n_hat(x1) & a_hard(s1) & Theme(s1,x1) & Theme(s2,x1) & a_yellow(s2))
4ae77d5a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 s2 s3 x1 x2 x3.(v_wear(e1) & n_thing(x1) & n_tank(x3) & n_individual(x1) & n_hat(x2) & in(x1,x2) & exists e2 s4 x4 x5.(v_walk(e2) & n_person(x4) & n_attire(x5) & in(x4,x5) & behind(e2,x4) & a_similar(s4) & Theme(s4,x5) & Actor(e2,x1)) & card_eq_2(x1) & as(e1,p1) & a_portable(s3) & a_hard(s2) & a_foreground(s1) & Theme(s3,x3) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x1))
exists s1 s2 x1.(n_hat(x1) & a_yellow(s2) & a_hard(s1) & Theme(s2,x1) & Theme(s1,x1))
Two foreground individuals in hard hats wear portable tanks as they walk behind someone in similar attire.
There are multiple people present.
0
0.981481
Individuals are multiple people, and individuals are present.
exists e1 p1 s1 s2 s3 x1 x2 x3.(exists e2 s4 x4 x5.(behind(e2,x4) & in(x4,x5) & n_attire(x5) & a_similar(s4) & Theme(s4,x5) & n_person(x4) & Actor(e2,x1) & v_walk(e2)) & n_thing(x1) & as(e1,p1) & Theme(e1,x3) & Actor(e1,x1) & v_wear(e1) & n_tank(x3) & a_portable(s3) & Theme(s3,x3) & in(x1,x2) & n_hat(x2) & a_hard(s2) & Theme(s2,x2) & n_individual(x1) & a_foreground(s1) & Theme(s1,x1) & card_eq_2(x1))
exists p1 x1 s1 s2 x2 x3.((x1 = x2) & Theme(s2,x3) & a_present(s2) & (x2 = x3) & n_people(x2) & a_multiple(s1) & Theme(s1,x2))
4ae78408-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 s2 s3 x1 x2 x3.(v_wear(e1) & n_thing(x1) & n_tank(x3) & n_individual(x1) & n_hat(x2) & in(x1,x2) & exists e2 s4 x4 x5.(v_walk(e2) & n_person(x4) & n_attire(x5) & in(x4,x5) & behind(e2,x4) & a_similar(s4) & Theme(s4,x5) & Actor(e2,x1)) & card_eq_2(x1) & as(e1,p1) & a_portable(s3) & a_hard(s2) & a_foreground(s1) & Theme(s3,x3) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x1))
exists x1 s1 s2 x2 x3.(n_people(x2) & a_present(s2) & a_multiple(s1) & Theme(s2,x3) & Theme(s1,x2) & (x2 = x3) & (x1 = x2))
Two foreground individuals in hard hats wear portable tanks as they walk behind someone in similar attire.
The tanks was full of air
2
0.522826
Portable tanks cannot be completely full of air.
exists e1 p1 s1 s2 s3 x1 x2 x3.(exists e2 s4 x4 x5.(behind(e2,x4) & in(x4,x5) & n_attire(x5) & a_similar(s4) & Theme(s4,x5) & n_person(x4) & Actor(e2,x1) & v_walk(e2)) & n_thing(x1) & as(e1,p1) & Theme(e1,x3) & Actor(e1,x1) & v_wear(e1) & n_tank(x3) & a_portable(s3) & Theme(s3,x3) & in(x1,x2) & n_hat(x2) & a_hard(s2) & Theme(s2,x2) & n_individual(x1) & a_foreground(s1) & Theme(s1,x1) & card_eq_2(x1))
exists s1 x1 x2.(n_tank(x1) & of(s1,x2) & n_air(x2) & Theme(s1,x1) & a_full(s1))
4ae78980-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 s2 s3 x1 x2 x3.(v_wear(e1) & n_thing(x1) & n_tank(x3) & n_individual(x1) & n_hat(x2) & in(x1,x2) & exists e2 s4 x4 x5.(v_walk(e2) & n_person(x4) & n_attire(x5) & in(x4,x5) & behind(e2,x4) & a_similar(s4) & Theme(s4,x5) & Actor(e2,x1)) & card_eq_2(x1) & as(e1,p1) & a_portable(s3) & a_hard(s2) & a_foreground(s1) & Theme(s3,x3) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x1))
exists s1 x1 x2.(of(s1,x2) & n_tank(x1) & n_air(x2) & a_full(s1) & Theme(s1,x1))
Two foreground individuals in hard hats wear portable tanks as they walk behind someone in similar attire.
They are all coworkers.
1
0.843027
The similar attire does not mean they are coworkers.
exists e1 p1 s1 s2 s3 x1 x2 x3.(exists e2 s4 x4 x5.(behind(e2,x4) & in(x4,x5) & n_attire(x5) & a_similar(s4) & Theme(s4,x5) & n_person(x4) & Actor(e2,x1) & v_walk(e2)) & n_thing(x1) & as(e1,p1) & Theme(e1,x3) & Actor(e1,x1) & v_wear(e1) & n_tank(x3) & a_portable(s3) & Theme(s3,x3) & in(x1,x2) & n_hat(x2) & a_hard(s2) & Theme(s2,x2) & n_individual(x1) & a_foreground(s1) & Theme(s1,x1) & card_eq_2(x1))
exists p1 x1.(n_thing(x1) & all x2.(n_coworker(x2) -> (x1 = x2)))
4ae79736-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 s2 s3 x1 x2 x3.(v_wear(e1) & n_thing(x1) & n_tank(x3) & n_individual(x1) & n_hat(x2) & in(x1,x2) & exists e2 s4 x4 x5.(v_walk(e2) & n_person(x4) & n_attire(x5) & in(x4,x5) & behind(e2,x4) & a_similar(s4) & Theme(s4,x5) & Actor(e2,x1)) & card_eq_2(x1) & as(e1,p1) & a_portable(s3) & a_hard(s2) & a_foreground(s1) & Theme(s3,x3) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x1))
exists x1.(n_thing(x1) & all x2.(-n_coworker(x2) | (x1 = x2)))
Two foreground individuals in hard hats wear portable tanks as they walk behind someone in similar attire.
The three people all work together.
1
0.882017
The similar attire does not mean they work together.
exists e1 p1 s1 s2 s3 x1 x2 x3.(exists e2 s4 x4 x5.(behind(e2,x4) & in(x4,x5) & n_attire(x5) & a_similar(s4) & Theme(s4,x5) & n_person(x4) & Actor(e2,x1) & v_walk(e2)) & n_thing(x1) & as(e1,p1) & Theme(e1,x3) & Actor(e1,x1) & v_wear(e1) & n_tank(x3) & a_portable(s3) & Theme(s3,x3) & in(x1,x2) & n_hat(x2) & a_hard(s2) & Theme(s2,x2) & n_individual(x1) & a_foreground(s1) & Theme(s1,x1) & card_eq_2(x1))
exists x2.(n_people(x2) & card_eq_3(x2) & all x1.((x1 = x2) -> exists e1 s1.(a_together(s1) & Manner(e1,s1) & Actor(e1,x1) & v_work(e1))))
4ae7b3a6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 s2 s3 x1 x2 x3.(v_wear(e1) & n_thing(x1) & n_tank(x3) & n_individual(x1) & n_hat(x2) & in(x1,x2) & exists e2 s4 x4 x5.(v_walk(e2) & n_person(x4) & n_attire(x5) & in(x4,x5) & behind(e2,x4) & a_similar(s4) & Theme(s4,x5) & Actor(e2,x1)) & card_eq_2(x1) & as(e1,p1) & a_portable(s3) & a_hard(s2) & a_foreground(s1) & Theme(s3,x3) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x1))
exists x2.(n_people(x2) & card_eq_3(x2) & all x1.(exists e1 s1.(v_work(e1) & a_together(s1) & Manner(e1,s1) & Actor(e1,x1)) | -(x1 = x2)))
A female batter misses a yellow ball while another player practices behind her.
The female batter is pitching to the practice player.
2
0.08181
A batter does not pitch, and a person who misses cannot be pitching at the same time.
exists e1 s1 s2 x1 x2 x3 x4 x5.(while(e1,x5) & behind(x5,x1) & n_female(x1) & n_practice(x5) & of(x5,x4) & n_player(x4) & -(x5 = x3) & n_practice(x3) & of(x3,x4) & Theme(e1,x2) & Actor(e1,x1) & v_miss(e1) & n_ball(x2) & a_yellow(s2) & Theme(s2,x2) & n_batter(x1) & a_female(s1) & Theme(s1,x1))
exists e1 s1 x1 x2 x3.(n_player(x2) & of(x2,x3) & n_practice(x3) & n_batter(x1) & a_female(s1) & Theme(s1,x1) & to(e1,x2) & Actor(e1,x1) & v_pitch(e1))
4ae910d4-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5.(while(e1,x5) & v_miss(e1) & of(x5,x4) & of(x3,x4) & n_practice(x5) & n_practice(x3) & n_player(x4) & n_female(x1) & n_batter(x1) & n_ball(x2) & behind(x5,x1) & a_yellow(s2) & a_female(s1) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1) & -(x5 = x3))
exists e1 s1 x1 x2 x3.(v_pitch(e1) & to(e1,x2) & of(x2,x3) & n_practice(x3) & n_player(x2) & n_batter(x1) & a_female(s1) & Theme(s1,x1) & Actor(e1,x1))
A female batter misses a yellow ball while another player practices behind her.
she is playing baseball
1
0.94405
The term batter can apply to more than one sport, so just because someone is batting doesn't mean they are playing baseball.
exists e1 s1 s2 x1 x2 x3 x4 x5.(while(e1,x5) & behind(x5,x1) & n_female(x1) & n_practice(x5) & of(x5,x4) & n_player(x4) & -(x5 = x3) & n_practice(x3) & of(x3,x4) & Theme(e1,x2) & Actor(e1,x1) & v_miss(e1) & n_ball(x2) & a_yellow(s2) & Theme(s2,x2) & n_batter(x1) & a_female(s1) & Theme(s1,x1))
exists e1 x1 x2.(n_female(x1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_baseball(x2))
4ae91534-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5.(while(e1,x5) & v_miss(e1) & of(x5,x4) & of(x3,x4) & n_practice(x5) & n_practice(x3) & n_player(x4) & n_female(x1) & n_batter(x1) & n_ball(x2) & behind(x5,x1) & a_yellow(s2) & a_female(s1) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1) & -(x5 = x3))
exists e1 x1 x2.(v_play(e1) & n_female(x1) & n_baseball(x2) & Theme(e1,x2) & Actor(e1,x1))
A female batter misses a yellow ball while another player practices behind her.
The practice player is the female batter teammate.
1
0.711267
Just because another player is practicing, it does not mean that they are teammate.
exists e1 s1 s2 x1 x2 x3 x4 x5.(while(e1,x5) & behind(x5,x1) & n_female(x1) & n_practice(x5) & of(x5,x4) & n_player(x4) & -(x5 = x3) & n_practice(x3) & of(x3,x4) & Theme(e1,x2) & Actor(e1,x1) & v_miss(e1) & n_ball(x2) & a_yellow(s2) & Theme(s2,x2) & n_batter(x1) & a_female(s1) & Theme(s1,x1))
exists p1 s1 x1 x2 x3 x4.(n_teammate(x3) & of(x3,x4) & n_batter(x4) & a_female(s1) & Theme(s1,x3) & n_player(x1) & of(x1,x2) & n_practice(x2) & (x1 = x3))
4ae92678-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5.(while(e1,x5) & v_miss(e1) & of(x5,x4) & of(x3,x4) & n_practice(x5) & n_practice(x3) & n_player(x4) & n_female(x1) & n_batter(x1) & n_ball(x2) & behind(x5,x1) & a_yellow(s2) & a_female(s1) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1) & -(x5 = x3))
exists s1 x1 x2 x3 x4.(of(x3,x4) & of(x1,x2) & n_teammate(x3) & n_practice(x2) & n_player(x1) & n_batter(x4) & a_female(s1) & Theme(s1,x3) & (x1 = x3))
A female batter misses a yellow ball while another player practices behind her.
It is summer time.
1
0.760211
Not all practices are during the summer time.
exists e1 s1 s2 x1 x2 x3 x4 x5.(while(e1,x5) & behind(x5,x1) & n_female(x1) & n_practice(x5) & of(x5,x4) & n_player(x4) & -(x5 = x3) & n_practice(x3) & of(x3,x4) & Theme(e1,x2) & Actor(e1,x1) & v_miss(e1) & n_ball(x2) & a_yellow(s2) & Theme(s2,x2) & n_batter(x1) & a_female(s1) & Theme(s1,x1))
exists p1 x1.(n_thing(x1) & exists x2 x3.((x1 = x2) & n_time(x2) & of(x2,x3) & n_summer(x3)))
4ae92af6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5.(while(e1,x5) & v_miss(e1) & of(x5,x4) & of(x3,x4) & n_practice(x5) & n_practice(x3) & n_player(x4) & n_female(x1) & n_batter(x1) & n_ball(x2) & behind(x5,x1) & a_yellow(s2) & a_female(s1) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1) & -(x5 = x3))
exists x1.(n_thing(x1) & exists x2 x3.(of(x2,x3) & n_time(x2) & n_summer(x3) & (x1 = x2)))
A female batter misses a yellow ball while another player practices behind her.
The player behind her is male.
1
0.60012
Just because the batter is female it doesn't mean that she can not be playing with a male as well.
exists e1 s1 s2 x1 x2 x3 x4 x5.(while(e1,x5) & behind(x5,x1) & n_female(x1) & n_practice(x5) & of(x5,x4) & n_player(x4) & -(x5 = x3) & n_practice(x3) & of(x3,x4) & Theme(e1,x2) & Actor(e1,x1) & v_miss(e1) & n_ball(x2) & a_yellow(s2) & Theme(s2,x2) & n_batter(x1) & a_female(s1) & Theme(s1,x1))
exists s1 x1 x2.(n_female(x2) & n_player(x1) & Theme(s1,x1) & a_male(s1) & behind(x1,x2))
4ae936cc-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5.(while(e1,x5) & v_miss(e1) & of(x5,x4) & of(x3,x4) & n_practice(x5) & n_practice(x3) & n_player(x4) & n_female(x1) & n_batter(x1) & n_ball(x2) & behind(x5,x1) & a_yellow(s2) & a_female(s1) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1) & -(x5 = x3))
exists s1 x1 x2.(n_player(x1) & n_female(x2) & behind(x1,x2) & a_male(s1) & Theme(s1,x1))
A female batter misses a yellow ball while another player practices behind her.
There is someone practicing behind the female batter.
0
0.977961
Another player is someone.
exists e1 s1 s2 x1 x2 x3 x4 x5.(while(e1,x5) & behind(x5,x1) & n_female(x1) & n_practice(x5) & of(x5,x4) & n_player(x4) & -(x5 = x3) & n_practice(x3) & of(x3,x4) & Theme(e1,x2) & Actor(e1,x1) & v_miss(e1) & n_ball(x2) & a_yellow(s2) & Theme(s2,x2) & n_batter(x1) & a_female(s1) & Theme(s1,x1))
exists p1 s1 x1 x4.(n_batter(x4) & a_female(s1) & Theme(s1,x4) & exists e1 x2 x3.((x1 = x2) & behind(e1,x4) & Actor(e1,x3) & v_practice(e1) & (x2 = x3) & n_person(x2)))
4ae93f82-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5.(while(e1,x5) & v_miss(e1) & of(x5,x4) & of(x3,x4) & n_practice(x5) & n_practice(x3) & n_player(x4) & n_female(x1) & n_batter(x1) & n_ball(x2) & behind(x5,x1) & a_yellow(s2) & a_female(s1) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1) & -(x5 = x3))
exists s1 x1 x4.(n_batter(x4) & exists e1 x2 x3.(v_practice(e1) & n_person(x2) & behind(e1,x4) & Actor(e1,x3) & (x2 = x3) & (x1 = x2)) & a_female(s1) & Theme(s1,x4))
A female batter misses a yellow ball while another player practices behind her.
The female batter is caucasian.
1
0.613513
There is no reference to ethnicity, not all female batters are Caucasian.
exists e1 s1 s2 x1 x2 x3 x4 x5.(while(e1,x5) & behind(x5,x1) & n_female(x1) & n_practice(x5) & of(x5,x4) & n_player(x4) & -(x5 = x3) & n_practice(x3) & of(x3,x4) & Theme(e1,x2) & Actor(e1,x1) & v_miss(e1) & n_ball(x2) & a_yellow(s2) & Theme(s2,x2) & n_batter(x1) & a_female(s1) & Theme(s1,x1))
exists s1 s2 x1.(n_batter(x1) & a_female(s1) & Theme(s1,x1) & Theme(s2,x1) & a_caucasian(s2))
4ae9506c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5.(while(e1,x5) & v_miss(e1) & of(x5,x4) & of(x3,x4) & n_practice(x5) & n_practice(x3) & n_player(x4) & n_female(x1) & n_batter(x1) & n_ball(x2) & behind(x5,x1) & a_yellow(s2) & a_female(s1) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1) & -(x5 = x3))
exists s1 s2 x1.(n_batter(x1) & a_female(s1) & a_caucasian(s2) & Theme(s2,x1) & Theme(s1,x1))
Two women and a man smile as they work together with some chemical equipment.
Checmical equipment is being used by two women and a man.
0
-100
work together with some chemical equipment can mean equipment is being used
exists p1 s1 x1 x2 x3.(a_topic(s1) & subset_of(x2,s1) & exists e1 s2 x4 x5.(a_together(s2) & Manner(e1,s2) & with(e1,x4) & n_equipment(x4) & of(x4,x5) & n_chemical(x5) & Actor(e1,x1) & v_work(e1)) & n_thing(x1) & as(x2,p1) & n_smile(x2) & of(x2,x3) & n_man(x3) & subset_of(x1,s1) & n_woman(x1) & card_eq_2(x1))
exists e1 s1 x1 x2 x3 x4.(Actor(e1,x2) & subset_of(x4,x2) & n_man(x4) & subset_of(x3,x2) & n_woman(x3) & card_eq_2(x3) & Theme(e1,x1) & v_use(e1) & n_equipment(x1) & a_checmical(s1) & Theme(s1,x1))
4ae9e694-e4c8-11ec-9cdd-0242ac1c0002
exists p1 s1 x1 x2 x3.(subset_of(x2,s1) & subset_of(x1,s1) & of(x2,x3) & n_woman(x1) & n_thing(x1) & n_smile(x2) & n_man(x3) & exists e1 s2 x4 x5.(with(e1,x4) & v_work(e1) & of(x4,x5) & n_equipment(x4) & n_chemical(x5) & a_together(s2) & Manner(e1,s2) & Actor(e1,x1)) & card_eq_2(x1) & as(x2,p1) & a_topic(s1))
exists e1 s1 x1 x2 x3 x4.(v_use(e1) & subset_of(x4,x2) & subset_of(x3,x2) & n_woman(x3) & n_man(x4) & n_equipment(x1) & card_eq_2(x3) & a_checmical(s1) & Theme(s1,x1) & Theme(e1,x1) & Actor(e1,x2))
Two women and a man smile as they work together with some chemical equipment.
The people are working in a facility.
1
-100
Working with chemical equipment does not imply that they are working in a facility.
exists p1 s1 x1 x2 x3.(a_topic(s1) & subset_of(x2,s1) & exists e1 s2 x4 x5.(a_together(s2) & Manner(e1,s2) & with(e1,x4) & n_equipment(x4) & of(x4,x5) & n_chemical(x5) & Actor(e1,x1) & v_work(e1)) & n_thing(x1) & as(x2,p1) & n_smile(x2) & of(x2,x3) & n_man(x3) & subset_of(x1,s1) & n_woman(x1) & card_eq_2(x1))
exists e1 x1 x2.(n_people(x1) & in(e1,x2) & n_facility(x2) & Actor(e1,x1) & v_work(e1))
4ae9eb62-e4c8-11ec-9cdd-0242ac1c0002
exists p1 s1 x1 x2 x3.(subset_of(x2,s1) & subset_of(x1,s1) & of(x2,x3) & n_woman(x1) & n_thing(x1) & n_smile(x2) & n_man(x3) & exists e1 s2 x4 x5.(with(e1,x4) & v_work(e1) & of(x4,x5) & n_equipment(x4) & n_chemical(x5) & a_together(s2) & Manner(e1,s2) & Actor(e1,x1)) & card_eq_2(x1) & as(x2,p1) & a_topic(s1))
exists e1 x1 x2.(v_work(e1) & n_people(x1) & n_facility(x2) & in(e1,x2) & Actor(e1,x1))
Two women and a man smile as they work together with some chemical equipment.
The people are working together with machinery equipment.
2
-100
The equipment can't be chemical and machinery.
exists p1 s1 x1 x2 x3.(a_topic(s1) & subset_of(x2,s1) & exists e1 s2 x4 x5.(a_together(s2) & Manner(e1,s2) & with(e1,x4) & n_equipment(x4) & of(x4,x5) & n_chemical(x5) & Actor(e1,x1) & v_work(e1)) & n_thing(x1) & as(x2,p1) & n_smile(x2) & of(x2,x3) & n_man(x3) & subset_of(x1,s1) & n_woman(x1) & card_eq_2(x1))
exists e1 s1 x1 x2 x3.(n_people(x1) & with(e1,x2) & n_equipment(x2) & of(x2,x3) & n_machinery(x3) & a_together(s1) & Manner(e1,s1) & Actor(e1,x1) & v_work(e1))
4ae9f09e-e4c8-11ec-9cdd-0242ac1c0002
exists p1 s1 x1 x2 x3.(subset_of(x2,s1) & subset_of(x1,s1) & of(x2,x3) & n_woman(x1) & n_thing(x1) & n_smile(x2) & n_man(x3) & exists e1 s2 x4 x5.(with(e1,x4) & v_work(e1) & of(x4,x5) & n_equipment(x4) & n_chemical(x5) & a_together(s2) & Manner(e1,s2) & Actor(e1,x1)) & card_eq_2(x1) & as(x2,p1) & a_topic(s1))
exists e1 s1 x1 x2 x3.(with(e1,x2) & v_work(e1) & of(x2,x3) & n_people(x1) & n_machinery(x3) & n_equipment(x2) & a_together(s1) & Manner(e1,s1) & Actor(e1,x1))
One man wearing a hat on top of a roof doing construction work.
He is working for wages
1
-100
Doing construction work does not imply working for wages.
exists e2 e1 x1 x2 x3 x4 x5 x6 x7 x8.(a_topic(x1) & Theme(e2,x3) & Actor(e2,x2) & v_wear(e2) & on(x3,x4) & of(x4,x5) & Theme(e1,x7) & Actor(e1,x6) & v_do(e1) & n_work(x7) & of(x7,x8) & n_construction(x8) & (x5 = x6) & n_roof(x5) & n_top(x4) & n_hat(x3) & (x1 = x2) & n_man(x1) & card_eq_1(x1))
exists e1 x1.(for(e1,x1) & n_wages(x1) & Actor(e1,x1) & v_work(e1) & n_male(x1))
4ae9f648-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 x1 x2 x3 x4 x5 x6 x7 x8.(v_wear(e2) & v_do(e1) & on(x3,x4) & of(x7,x8) & of(x4,x5) & n_work(x7) & n_top(x4) & n_roof(x5) & n_man(x1) & n_hat(x3) & n_construction(x8) & card_eq_1(x1) & a_topic(x1) & Theme(e2,x3) & Theme(e1,x7) & Actor(e2,x2) & Actor(e1,x6) & (x5 = x6) & (x1 = x2))
exists e1 x1.(v_work(e1) & n_wages(x1) & n_male(x1) & for(e1,x1) & Actor(e1,x1))
One man wearing a hat on top of a roof doing construction work.
A man is doing construction
0
-100
IF YOU ARE ON TOP OF A ROOF YOU ARE MOST LIKELY TO BE DOING CONSTRUCTION.
exists e2 e1 x1 x2 x3 x4 x5 x6 x7 x8.(a_topic(x1) & Theme(e2,x3) & Actor(e2,x2) & v_wear(e2) & on(x3,x4) & of(x4,x5) & Theme(e1,x7) & Actor(e1,x6) & v_do(e1) & n_work(x7) & of(x7,x8) & n_construction(x8) & (x5 = x6) & n_roof(x5) & n_top(x4) & n_hat(x3) & (x1 = x2) & n_man(x1) & card_eq_1(x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_do(e1) & n_construction(x2) & n_man(x1))
4ae9fb2a-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 x1 x2 x3 x4 x5 x6 x7 x8.(v_wear(e2) & v_do(e1) & on(x3,x4) & of(x7,x8) & of(x4,x5) & n_work(x7) & n_top(x4) & n_roof(x5) & n_man(x1) & n_hat(x3) & n_construction(x8) & card_eq_1(x1) & a_topic(x1) & Theme(e2,x3) & Theme(e1,x7) & Actor(e2,x2) & Actor(e1,x6) & (x5 = x6) & (x1 = x2))
exists e1 x1 x2.(v_do(e1) & n_man(x1) & n_construction(x2) & Theme(e1,x2) & Actor(e1,x1))
One man wearing a hat on top of a roof doing construction work.
A woman is drinking tea
2
-100
There is either a man or there is a woman.
exists e1 e2 x1 x2 x3 x4 x5 x6 x7 x8.(a_topic(x1) & Theme(e2,x3) & Actor(e2,x2) & v_wear(e2) & on(x3,x4) & of(x4,x5) & Theme(e1,x7) & Actor(e1,x6) & v_do(e1) & n_work(x7) & of(x7,x8) & n_construction(x8) & (x5 = x6) & n_roof(x5) & n_top(x4) & n_hat(x3) & (x1 = x2) & n_man(x1) & card_eq_1(x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_drink(e1) & n_tea(x2) & n_woman(x1))
4aea0002-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 x1 x2 x3 x4 x5 x6 x7 x8.(v_wear(e2) & v_do(e1) & on(x3,x4) & of(x7,x8) & of(x4,x5) & n_work(x7) & n_top(x4) & n_roof(x5) & n_man(x1) & n_hat(x3) & n_construction(x8) & card_eq_1(x1) & a_topic(x1) & Theme(e2,x3) & Theme(e1,x7) & Actor(e2,x2) & Actor(e1,x6) & (x5 = x6) & (x1 = x2))
exists e1 x1 x2.(v_drink(e1) & n_woman(x1) & n_tea(x2) & Theme(e1,x2) & Actor(e1,x1))
A man sitting upon a roof is using a tool.
Nobody is using a tool.
2
-100
If nobody is using a tool, then it cannot also be that a man is using a tool
exists e2 e1 x1 x2 x3 x4.(Theme(e2,x4) & Actor(e2,x1) & v_use(e2) & n_tool(x4) & upon(e1,x3) & n_roof(x3) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_man(x1))
-exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_use(e1) & n_tool(x2) & n_person(x1))
4aea04c6-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 x1 x2 x3 x4.(v_use(e2) & v_sit(e1) & upon(e1,x3) & n_tool(x4) & n_roof(x3) & n_man(x1) & Theme(e2,x4) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
all e1 x1 x2.(-v_use(e1) | -n_tool(x2) | -n_person(x1) | -Theme(e1,x2) | -Actor(e1,x1))
A man sitting upon a roof is using a tool.
A huge person using a tool
1
-100
There is a man, not just a person sitting on a roof using a tool and nothing indicates this man is huge
exists e1 e2 x1 x2 x3 x4.(Theme(e2,x4) & Actor(e2,x1) & v_use(e2) & n_tool(x4) & upon(e1,x3) & n_roof(x3) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_man(x1))
exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_use(e1) & n_tool(x3) & (x1 = x2) & n_person(x1) & a_huge(s1) & Theme(s1,x1))
4aea098a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 x1 x2 x3 x4.(v_use(e2) & v_sit(e1) & upon(e1,x3) & n_tool(x4) & n_roof(x3) & n_man(x1) & Theme(e2,x4) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
exists e1 s1 x1 x2 x3.(v_use(e1) & n_tool(x3) & n_person(x1) & a_topic(x1) & a_huge(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
A man sitting upon a roof is using a tool.
A person using a tool
0
-100
Man sitting upon a roof is a person.
exists e2 e1 x1 x2 x3 x4.(Theme(e2,x4) & Actor(e2,x1) & v_use(e2) & n_tool(x4) & upon(e1,x3) & n_roof(x3) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_man(x1))
exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_use(e1) & n_tool(x3) & (x1 = x2) & n_person(x1))
4aea0e4e-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 x1 x2 x3 x4.(v_use(e2) & v_sit(e1) & upon(e1,x3) & n_tool(x4) & n_roof(x3) & n_man(x1) & Theme(e2,x4) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
exists e1 x1 x2 x3.(v_use(e1) & n_tool(x3) & n_person(x1) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
A man is working on an unfinished roof.
Worker fixes neighbors roof.
1
-100
It can not be concluded that a man working on a roof fixes neighbors roof.
exists e1 s1 x1 x2.(on(e1,x2) & n_roof(x2) & a_unfinished(s1) & Theme(s1,x2) & Actor(e1,x1) & v_work(e1) & n_man(x1))
exists e1 x1 x2 x3.(ne_nam_worker(x1) & Theme(e1,x2) & Actor(e1,x1) & v_fix(e1) & n_roof(x2) & of(x2,x3) & n_neighbor(x3))
4aea1362-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2.(v_work(e1) & on(e1,x2) & n_roof(x2) & n_man(x1) & a_unfinished(s1) & Theme(s1,x2) & Actor(e1,x1))
exists e1 x1 x2 x3.(v_fix(e1) & of(x2,x3) & ne_nam_worker(x1) & n_roof(x2) & n_neighbor(x3) & Theme(e1,x2) & Actor(e1,x1))
A man is working on an unfinished roof.
Worker fixes roof.
0
-100
YOU WOULD BE ON AN UNFINISHED ROOF TO BE FIXES IT.
exists e1 s1 x1 x2.(on(e1,x2) & n_roof(x2) & a_unfinished(s1) & Theme(s1,x2) & Actor(e1,x1) & v_work(e1) & n_man(x1))
exists e1 x1 x2.(ne_nam_worker(x1) & Theme(e1,x2) & Actor(e1,x1) & v_fix(e1) & n_roof(x2))
4aea1862-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2.(v_work(e1) & on(e1,x2) & n_roof(x2) & n_man(x1) & a_unfinished(s1) & Theme(s1,x2) & Actor(e1,x1))
exists e1 x1 x2.(v_fix(e1) & ne_nam_worker(x1) & n_roof(x2) & Theme(e1,x2) & Actor(e1,x1))
A man is sitting on the roof.
A person is taking a break after working on fixing his house.
1
-100
A man sitting on the roof is not necessarily taking a break.
exists e1 x1 x2.(n_roof(x2) & on(e1,x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1))
exists e3 e2 e1 x1 x2 x3 x4.(after(e1,e2) & on(e2,e3) & Theme(e3,x4) & Actor(e3,x3) & v_fix(e3) & n_house(x4) & of(x4,x1) & n_male(x1) & Actor(e2,x1) & v_work(e2) & Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & n_break(x2) & n_person(x1))
4aea247e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2.(v_sit(e1) & on(e1,x2) & n_roof(x2) & n_man(x1) & Actor(e1,x1))
exists e3 e2 e1 x1 x2 x3 x4.(v_work(e2) & v_take(e1) & v_fix(e3) & on(e2,e3) & of(x4,x1) & n_person(x1) & n_male(x1) & n_house(x4) & n_break(x2) & after(e1,e2) & Theme(e3,x4) & Theme(e1,x2) & Actor(e3,x3) & Actor(e2,x1) & Actor(e1,x1))
A man is sitting on the roof.
A person is outside.
0
-100
YOU WOULD NEED TO BE OUTSIDE TO BE ON A ROOF.
exists e1 x1 x2.(n_roof(x2) & on(e1,x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1))
exists s1 x1.(Theme(s1,x1) & a_outside(s1) & n_person(x1))
4aea28e8-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2.(v_sit(e1) & on(e1,x2) & n_roof(x2) & n_man(x1) & Actor(e1,x1))
exists s1 x1.(n_person(x1) & a_outside(s1) & Theme(s1,x1))
A man is sitting on the roof.
A man is sitting on the porch.
2
-100
The man is sitting either on the roof or on the porch.
exists e1 x1 x2.(n_roof(x2) & on(e1,x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1))
exists e1 x1 x2.(n_porch(x2) & on(e1,x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1))
4aea2d48-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2.(v_sit(e1) & on(e1,x2) & n_roof(x2) & n_man(x1) & Actor(e1,x1))
exists e1 x1 x2.(v_sit(e1) & on(e1,x2) & n_porch(x2) & n_man(x1) & Actor(e1,x1))
A young woman having some break on a big perimeter wall.
The woman is having a break.
0
-100
Having a break is a rephrasing of having some break
exists e1 s1 s2 x1 x2 x3 x4 x5.(a_topic(x1) & on(e1,x4) & n_wall(x4) & of(x4,x5) & n_perimeter(x5) & a_big(s2) & Theme(s2,x4) & Theme(e1,x3) & Actor(e1,x2) & v_have(e1) & n_break(x3) & (x1 = x2) & n_woman(x1) & a_young(s1) & Theme(s1,x1))
exists e1 x1 x2.(n_woman(x1) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_break(x2))
4aea328e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5.(v_have(e1) & on(e1,x4) & of(x4,x5) & n_woman(x1) & n_wall(x4) & n_perimeter(x5) & n_break(x3) & a_young(s1) & a_topic(x1) & a_big(s2) & Theme(s2,x4) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
exists e1 x1 x2.(v_have(e1) & n_woman(x1) & n_break(x2) & Theme(e1,x2) & Actor(e1,x1))
A young woman having some break on a big perimeter wall.
The woman is happy.
1
-100
Just because the woman is on a break doesn't mean she is happy.
exists e1 s1 s2 x1 x2 x3 x4 x5.(a_topic(x1) & on(e1,x4) & n_wall(x4) & of(x4,x5) & n_perimeter(x5) & a_big(s2) & Theme(s2,x4) & Theme(e1,x3) & Actor(e1,x2) & v_have(e1) & n_break(x3) & (x1 = x2) & n_woman(x1) & a_young(s1) & Theme(s1,x1))
exists s1 x1.(n_woman(x1) & Theme(s1,x1) & a_happy(s1))
4aea373e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5.(v_have(e1) & on(e1,x4) & of(x4,x5) & n_woman(x1) & n_wall(x4) & n_perimeter(x5) & n_break(x3) & a_young(s1) & a_topic(x1) & a_big(s2) & Theme(s2,x4) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
exists s1 x1.(n_woman(x1) & a_happy(s1) & Theme(s1,x1))
A young woman having some break on a big perimeter wall.
The woman is sleeping.
2
-100
Taking a break and sleeping are not the same thing. Also, one does not usually sleep on a wall.
exists e1 s1 s2 x1 x2 x3 x4 x5.(a_topic(x1) & on(e1,x4) & n_wall(x4) & of(x4,x5) & n_perimeter(x5) & a_big(s2) & Theme(s2,x4) & Theme(e1,x3) & Actor(e1,x2) & v_have(e1) & n_break(x3) & (x1 = x2) & n_woman(x1) & a_young(s1) & Theme(s1,x1))
exists e1 x1.(n_woman(x1) & Actor(e1,x1) & v_sleep(e1))
4aea3c5c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5.(v_have(e1) & on(e1,x4) & of(x4,x5) & n_woman(x1) & n_wall(x4) & n_perimeter(x5) & n_break(x3) & a_young(s1) & a_topic(x1) & a_big(s2) & Theme(s2,x4) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
exists e1 x1.(v_sleep(e1) & n_woman(x1) & Actor(e1,x1))
Tall man in brown baseball cap, clutching blue and red ice coolers, with a Target store shopping bag sitting on top.
a man wears a cap
0
-100
A man wearing a cap can be the same tall man in brown baseball cap.
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(a_topic(x1) & on(e2,x12) & n_top(x12) & Actor(e2,x8) & v_sit(e2) & with(e1,x8) & n_bag(x8) & of(x8,x11) & n_shopping(x11) & of(x8,x10) & n_store(x10) & (x8 = x9) & ne_org_target(x9) & Theme(e1,x6) & Actor(e1,x5) & v_clutch(e1) & n_cooler(x6) & of(x6,x7) & n_ice(x7) & a_red(s3) & Theme(s3,x6) & a_blue(s2) & Theme(s2,x6) & (x1 = x5) & in(x1,x3) & n_cap(x3) & of(x3,x4) & n_baseball(x4) & a_brown(s1) & Theme(s1,x3) & n_man(x1) & (x1 = x2) & ne_nam_tall(x2))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_cap(x2) & n_man(x1))
4aea4224-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(with(e1,x8) & v_sit(e2) & v_clutch(e1) & on(e2,x12) & of(x8,x11) & of(x8,x10) & of(x6,x7) & of(x3,x4) & ne_org_target(x9) & ne_nam_tall(x2) & n_top(x12) & n_store(x10) & n_shopping(x11) & n_man(x1) & n_ice(x7) & n_cooler(x6) & n_cap(x3) & n_baseball(x4) & n_bag(x8) & in(x1,x3) & a_topic(x1) & a_red(s3) & a_brown(s1) & a_blue(s2) & Theme(s3,x6) & Theme(s2,x6) & Theme(s1,x3) & Theme(e1,x6) & Actor(e2,x8) & Actor(e1,x5) & (x8 = x9) & (x1 = x5) & (x1 = x2))
exists e1 x1 x2.(v_wear(e1) & n_man(x1) & n_cap(x2) & Theme(e1,x2) & Actor(e1,x1))
Tall man in brown baseball cap, clutching blue and red ice coolers, with a Target store shopping bag sitting on top.
a man is buying baseball stuff
1
-100
A man with a shopping bag is not assumed to be buying baseball stuff.
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(a_topic(x1) & on(e2,x12) & n_top(x12) & Actor(e2,x8) & v_sit(e2) & with(e1,x8) & n_bag(x8) & of(x8,x11) & n_shopping(x11) & of(x8,x10) & n_store(x10) & (x8 = x9) & ne_org_target(x9) & Theme(e1,x6) & Actor(e1,x5) & v_clutch(e1) & n_cooler(x6) & of(x6,x7) & n_ice(x7) & a_red(s3) & Theme(s3,x6) & a_blue(s2) & Theme(s2,x6) & (x1 = x5) & in(x1,x3) & n_cap(x3) & of(x3,x4) & n_baseball(x4) & a_brown(s1) & Theme(s1,x3) & n_man(x1) & (x1 = x2) & ne_nam_tall(x2))
exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_buy(e1) & n_stuff(x2) & of(x2,x3) & n_baseball(x3) & n_man(x1))
4aea47b0-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(with(e1,x8) & v_sit(e2) & v_clutch(e1) & on(e2,x12) & of(x8,x11) & of(x8,x10) & of(x6,x7) & of(x3,x4) & ne_org_target(x9) & ne_nam_tall(x2) & n_top(x12) & n_store(x10) & n_shopping(x11) & n_man(x1) & n_ice(x7) & n_cooler(x6) & n_cap(x3) & n_baseball(x4) & n_bag(x8) & in(x1,x3) & a_topic(x1) & a_red(s3) & a_brown(s1) & a_blue(s2) & Theme(s3,x6) & Theme(s2,x6) & Theme(s1,x3) & Theme(e1,x6) & Actor(e2,x8) & Actor(e1,x5) & (x8 = x9) & (x1 = x5) & (x1 = x2))
exists e1 x1 x2 x3.(v_buy(e1) & of(x2,x3) & n_stuff(x2) & n_man(x1) & n_baseball(x3) & Theme(e1,x2) & Actor(e1,x1))
Tall man in brown baseball cap, clutching blue and red ice coolers, with a Target store shopping bag sitting on top.
a man is taking a photo of a shark while deep sea diving
2
-100
The man can't be deep sea diving while shopping.
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(a_topic(x1) & on(e2,x12) & n_top(x12) & Actor(e2,x8) & v_sit(e2) & with(e1,x8) & n_bag(x8) & of(x8,x11) & n_shopping(x11) & of(x8,x10) & n_store(x10) & (x8 = x9) & ne_org_target(x9) & Theme(e1,x6) & Actor(e1,x5) & v_clutch(e1) & n_cooler(x6) & of(x6,x7) & n_ice(x7) & a_red(s3) & Theme(s3,x6) & a_blue(s2) & Theme(s2,x6) & (x1 = x5) & in(x1,x3) & n_cap(x3) & of(x3,x4) & n_baseball(x4) & a_brown(s1) & Theme(s1,x3) & n_man(x1) & (x1 = x2) & ne_nam_tall(x2))
exists e1 s1 x1 x2 x3 x4 x5.(while(e1,x4) & n_diving(x4) & of(x4,x5) & n_sea(x5) & a_deep(s1) & Theme(s1,x4) & Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & of(x2,x3) & n_shark(x3) & n_photo(x2) & n_man(x1))
4aea4c38-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(with(e1,x8) & v_sit(e2) & v_clutch(e1) & on(e2,x12) & of(x8,x11) & of(x8,x10) & of(x6,x7) & of(x3,x4) & ne_org_target(x9) & ne_nam_tall(x2) & n_top(x12) & n_store(x10) & n_shopping(x11) & n_man(x1) & n_ice(x7) & n_cooler(x6) & n_cap(x3) & n_baseball(x4) & n_bag(x8) & in(x1,x3) & a_topic(x1) & a_red(s3) & a_brown(s1) & a_blue(s2) & Theme(s3,x6) & Theme(s2,x6) & Theme(s1,x3) & Theme(e1,x6) & Actor(e2,x8) & Actor(e1,x5) & (x8 = x9) & (x1 = x5) & (x1 = x2))
exists e1 s1 x1 x2 x3 x4 x5.(while(e1,x4) & v_take(e1) & of(x4,x5) & of(x2,x3) & n_shark(x3) & n_sea(x5) & n_photo(x2) & n_man(x1) & n_diving(x4) & a_deep(s1) & Theme(s1,x4) & Theme(e1,x2) & Actor(e1,x1))
A parasailer splashes along the surface of a lake.
He is having fun
1
-100
A parasailer is not imply to be a he.
exists e1 x1 x2 x3.(n_surface(x2) & along(e1,x2) & of(x2,x3) & n_lake(x3) & Actor(e1,x1) & v_splash(e1) & n_parasailer(x1))
exists e1 x1 x2.(n_male(x1) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_fun(x2))
4aea5098-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3.(v_splash(e1) & of(x2,x3) & n_surface(x2) & n_parasailer(x1) & n_lake(x3) & along(e1,x2) & Actor(e1,x1))
exists e1 x1 x2.(v_have(e1) & n_male(x1) & n_fun(x2) & Theme(e1,x2) & Actor(e1,x1))
A parasailer splashes along the surface of a lake.
A person is on the lake
0
-100
A PARASAILER WOULD BE ON A LAKE.
exists e1 x1 x2 x3.(n_surface(x2) & along(e1,x2) & of(x2,x3) & n_lake(x3) & Actor(e1,x1) & v_splash(e1) & n_parasailer(x1))
exists p1 x1 x2.(n_lake(x2) & on(x1,x2) & n_person(x1))
4aea5502-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3.(v_splash(e1) & of(x2,x3) & n_surface(x2) & n_parasailer(x1) & n_lake(x3) & along(e1,x2) & Actor(e1,x1))
exists x1 x2.(on(x1,x2) & n_person(x1) & n_lake(x2))
A parasailer splashes along the surface of a lake.
A person is eating dinner
2
-100
There is either a parasailer splashing on a lake or there's a person eating dinner.
exists e1 x1 x2 x3.(n_surface(x2) & along(e1,x2) & of(x2,x3) & n_lake(x3) & Actor(e1,x1) & v_splash(e1) & n_parasailer(x1))
exists p1 x1.(exists s1 x2.((x1 = x2) & n_dinner(x2) & a_eating(s1) & Theme(s1,x2)) & n_person(x1))
4aea596c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3.(v_splash(e1) & of(x2,x3) & n_surface(x2) & n_parasailer(x1) & n_lake(x3) & along(e1,x2) & Actor(e1,x1))
exists x1.(n_person(x1) & exists s1 x2.(n_dinner(x2) & a_eating(s1) & Theme(s1,x2) & (x1 = x2)))
A large yellow sign on the side of a building.
There is a large sign on the outside of the restaurant.
1
-100
The building is not implied to be a restaurant.
exists s1 s2 x1 x2 x3.(n_side(x2) & a_topic(x1) & on(x1,x2) & of(x2,x3) & n_building(x3) & n_sign(x1) & a_yellow(s2) & Theme(s2,x1) & a_large(s1) & Theme(s1,x1))
exists p1 x1 x3 x4.(n_restaurant(x4) & n_outside(x3) & exists s1 x2.((x1 = x2) & on(x2,x3) & of(x3,x4) & n_sign(x2) & a_large(s1) & Theme(s1,x2)))
4aea5de0-e4c8-11ec-9cdd-0242ac1c0002
exists s1 s2 x1 x2 x3.(on(x1,x2) & of(x2,x3) & n_sign(x1) & n_side(x2) & n_building(x3) & a_yellow(s2) & a_topic(x1) & a_large(s1) & Theme(s2,x1) & Theme(s1,x1))
exists x1 x3 x4.(n_restaurant(x4) & n_outside(x3) & exists s1 x2.(on(x2,x3) & of(x3,x4) & n_sign(x2) & a_large(s1) & Theme(s1,x2) & (x1 = x2)))
A large yellow sign on the side of a building.
The building has a sign.
0
-100
YOU WOULD PUT A SIGN ON A BUILDING.
exists s1 s2 x1 x2 x3.(n_side(x2) & a_topic(x1) & on(x1,x2) & of(x2,x3) & n_building(x3) & n_sign(x1) & a_yellow(s2) & Theme(s2,x1) & a_large(s1) & Theme(s1,x1))
exists e1 x1 x2.(n_building(x1) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_sign(x2))
4aea62a4-e4c8-11ec-9cdd-0242ac1c0002
exists s1 s2 x1 x2 x3.(on(x1,x2) & of(x2,x3) & n_sign(x1) & n_side(x2) & n_building(x3) & a_yellow(s2) & a_topic(x1) & a_large(s1) & Theme(s2,x1) & Theme(s1,x1))
exists e1 x1 x2.(v_have(e1) & n_sign(x2) & n_building(x1) & Theme(e1,x2) & Actor(e1,x1))
A large yellow sign on the side of a building.
There's a sign in the grassy field.
2
-100
The sign is either on the side of a building or it is in the grassy field.
exists s1 s2 x1 x2 x3.(n_side(x2) & a_topic(x1) & on(x1,x2) & of(x2,x3) & n_building(x3) & n_sign(x1) & a_yellow(s2) & Theme(s2,x1) & a_large(s1) & Theme(s1,x1))
exists p1 s1 x1 x2.(n_field(x2) & a_grassy(s1) & Theme(s1,x2) & in(p1,x2) & exists x3.((x1 = x3) & n_sign(x3)))
4aea6786-e4c8-11ec-9cdd-0242ac1c0002
exists s1 s2 x1 x2 x3.(on(x1,x2) & of(x2,x3) & n_sign(x1) & n_side(x2) & n_building(x3) & a_yellow(s2) & a_topic(x1) & a_large(s1) & Theme(s2,x1) & Theme(s1,x1))
exists p1 s1 x1 x2.(n_field(x2) & in(p1,x2) & exists x3.(n_sign(x3) & (x1 = x3)) & a_grassy(s1) & Theme(s1,x2))
The Amsterdam tourist information office and people walking by.
girl in chair alone
2
-100
Either there are people walking by or the person is alone.
exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(n_office(x1) & of(x1,x4) & n_information(x4) & of(x1,x3) & n_tourist(x3) & (x1 = x2) & ne_org_amsterdam(x2) & a_topic(s1) & subset_of(x5,s1) & a_by(s2) & Manner(e1,s2) & Actor(e1,x6) & v_walk(e1) & (x5 = x6) & n_people(x5) & subset_of(x1,s1))
exists x1 x2.(a_topic(x1) & in(x1,x2) & r_alone(x2) & n_chair(x2) & n_girl(x1))
4aea6c36-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_walk(e1) & subset_of(x5,s1) & subset_of(x1,s1) & of(x1,x4) & of(x1,x3) & ne_org_amsterdam(x2) & n_tourist(x3) & n_people(x5) & n_office(x1) & n_information(x4) & a_topic(s1) & a_by(s2) & Manner(e1,s2) & Actor(e1,x6) & (x5 = x6) & (x1 = x2))
exists x1 x2.(r_alone(x2) & n_girl(x1) & n_chair(x2) & in(x1,x2) & a_topic(x1))
The Amsterdam tourist information office and people walking by.
people on vacation
1
-100
Just because people are walking by the Amsterdam tourist information office, does not imply that the people are on vacation.
exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(n_office(x1) & of(x1,x4) & n_information(x4) & of(x1,x3) & n_tourist(x3) & (x1 = x2) & ne_org_amsterdam(x2) & a_topic(s1) & subset_of(x5,s1) & a_by(s2) & Manner(e1,s2) & Actor(e1,x6) & v_walk(e1) & (x5 = x6) & n_people(x5) & subset_of(x1,s1))
exists x1 x2.(a_topic(x1) & on(x1,x2) & n_vacation(x2) & n_people(x1))
4aea7096-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_walk(e1) & subset_of(x5,s1) & subset_of(x1,s1) & of(x1,x4) & of(x1,x3) & ne_org_amsterdam(x2) & n_tourist(x3) & n_people(x5) & n_office(x1) & n_information(x4) & a_topic(s1) & a_by(s2) & Manner(e1,s2) & Actor(e1,x6) & (x5 = x6) & (x1 = x2))
exists x1 x2.(on(x1,x2) & n_vacation(x2) & n_people(x1) & a_topic(x1))
The Amsterdam tourist information office and people walking by.
people walking by
0
-100
PEOPLE WOULD B WALKING BY.
exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(n_office(x1) & of(x1,x4) & n_information(x4) & of(x1,x3) & n_tourist(x3) & (x1 = x2) & ne_org_amsterdam(x2) & a_topic(s1) & subset_of(x5,s1) & a_by(s2) & Manner(e1,s2) & Actor(e1,x6) & v_walk(e1) & (x5 = x6) & n_people(x5) & subset_of(x1,s1))
exists e1 s1 x1 x2.(a_topic(x1) & a_by(s1) & Manner(e1,s1) & Actor(e1,x2) & v_walk(e1) & (x1 = x2) & n_people(x1))
4aea74ec-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_walk(e1) & subset_of(x5,s1) & subset_of(x1,s1) & of(x1,x4) & of(x1,x3) & ne_org_amsterdam(x2) & n_tourist(x3) & n_people(x5) & n_office(x1) & n_information(x4) & a_topic(s1) & a_by(s2) & Manner(e1,s2) & Actor(e1,x6) & (x5 = x6) & (x1 = x2))
exists e1 s1 x1 x2.(v_walk(e1) & n_people(x1) & a_topic(x1) & a_by(s1) & Manner(e1,s1) & Actor(e1,x2) & (x1 = x2))
People walk outside of an Amsterdam tourist center on a sunny day.
People are walking around in a circle.
1
-100
Just because people are walking outside, does not imply that they are walking around a circle.
exists e1 s1 x1 x2 x3 x4 x5.(on(e1,x5) & n_day(x5) & a_sunny(s1) & Theme(s1,x5) & of(e1,x2) & n_center(x2) & of(x2,x4) & n_tourist(x4) & (x2 = x3) & ne_geo_amsterdam(x3) & r_outside(e1) & Actor(e1,x1) & v_walk(e1) & n_people(x1))
exists e1 p1 x1 x2.(in(e1,x2) & n_circle(x2) & exists s1.(Theme(s1,x1) & a_around(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_walk(e1) & n_people(x1))
4aea7938-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5.(v_walk(e1) & r_outside(e1) & on(e1,x5) & of(x2,x4) & of(e1,x2) & ne_geo_amsterdam(x3) & n_tourist(x4) & n_people(x1) & n_day(x5) & n_center(x2) & a_sunny(s1) & Theme(s1,x5) & Actor(e1,x1) & (x2 = x3))
exists e1 p1 x1 x2.(v_walk(e1) & n_people(x1) & n_circle(x2) & in(e1,x2) & exists s1.(a_around(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1))
People walk outside of an Amsterdam tourist center on a sunny day.
People are outdoors walking.
0
-100
People walk outside is the same as people walk outdoors.
exists e1 s1 x1 x2 x3 x4 x5.(on(e1,x5) & n_day(x5) & a_sunny(s1) & Theme(s1,x5) & of(e1,x2) & n_center(x2) & of(x2,x4) & n_tourist(x4) & (x2 = x3) & ne_geo_amsterdam(x3) & r_outside(e1) & Actor(e1,x1) & v_walk(e1) & n_people(x1))
exists p1 x1.(exists e1 x2 x3.((x1 = x2) & Actor(e1,x3) & v_walk(e1) & (x2 = x3) & n_outdoors(x2)) & n_people(x1))
4aea7d8e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5.(v_walk(e1) & r_outside(e1) & on(e1,x5) & of(x2,x4) & of(e1,x2) & ne_geo_amsterdam(x3) & n_tourist(x4) & n_people(x1) & n_day(x5) & n_center(x2) & a_sunny(s1) & Theme(s1,x5) & Actor(e1,x1) & (x2 = x3))
exists x1.(n_people(x1) & exists e1 x2 x3.(v_walk(e1) & n_outdoors(x2) & Actor(e1,x3) & (x2 = x3) & (x1 = x2)))
People walk outside of an Amsterdam tourist center on a sunny day.
People are sitting down outside the tourist center.
2
-100
The people cannot both walk and be sitting.
exists e1 s1 x1 x2 x3 x4 x5.(on(e1,x5) & n_day(x5) & a_sunny(s1) & Theme(s1,x5) & of(e1,x2) & n_center(x2) & of(x2,x4) & n_tourist(x4) & (x2 = x3) & ne_geo_amsterdam(x3) & r_outside(e1) & Actor(e1,x1) & v_walk(e1) & n_people(x1))
exists e1 s1 x1 x2 x3.(n_center(x2) & of(x2,x3) & n_tourist(x3) & outside(e1,x2) & a_down(s1) & Manner(e1,s1) & Actor(e1,x1) & v_sit(e1) & n_people(x1))
4aea81ee-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5.(v_walk(e1) & r_outside(e1) & on(e1,x5) & of(x2,x4) & of(e1,x2) & ne_geo_amsterdam(x3) & n_tourist(x4) & n_people(x1) & n_day(x5) & n_center(x2) & a_sunny(s1) & Theme(s1,x5) & Actor(e1,x1) & (x2 = x3))
exists e1 s1 x1 x2 x3.(v_sit(e1) & outside(e1,x2) & of(x2,x3) & n_tourist(x3) & n_people(x1) & n_center(x2) & a_down(s1) & Manner(e1,s1) & Actor(e1,x1))
People are walking in front of a tourist information building displaying the following on its facade: pain is temporary, quitting lasts forever.
A group of people are walking outside.
0
-100
People walking in front of building implies they are walking outside.
exists p1 p2 p3 x7 x8.(n_facade(x8) & of(x8,x7) & n_thing(x7) & n_follow(x7) & exists e3 s1 s2 x9 x10.(a_forever(s2) & Manner(e3,s2) & Actor(e3,x10) & v_last(e3) & n_quit(x10) & Theme(s1,x9) & a_temporary(s1) & n_pain(x9)) & exists e2 e1 x1 x2 x3 x4 x5 x6.(in(e1,x2) & of(x2,x3) & on(e2,x8) & Theme(e2,x7) & Actor(e2,x6) & v_display(e2) & (x3 = x6) & n_building(x3) & of(x3,x5) & n_information(x5) & of(x3,x4) & n_tourist(x4) & n_front(x2) & Actor(e1,x1) & v_walk(e1) & n_people(x1)) & :(p2,p3))
exists e1 s1 x1 x2.(a_outside(s1) & Manner(e1,s1) & Actor(e1,x1) & v_walk(e1) & of(x1,x2) & n_people(x2) & n_group(x1))
4aea995e-e4c8-11ec-9cdd-0242ac1c0002
exists p2 p3 x7 x8.(of(x8,x7) & n_thing(x7) & n_follow(x7) & n_facade(x8) & exists e3 s1 s2 x9 x10.(v_last(e3) & n_quit(x10) & n_pain(x9) & a_temporary(s1) & a_forever(s2) & Theme(s1,x9) & Manner(e3,s2) & Actor(e3,x10)) & exists e2 e1 x1 x2 x3 x4 x5 x6.(v_walk(e1) & v_display(e2) & on(e2,x8) & of(x3,x5) & of(x3,x4) & of(x2,x3) & n_tourist(x4) & n_people(x1) & n_information(x5) & n_front(x2) & n_building(x3) & in(e1,x2) & Theme(e2,x7) & Actor(e2,x6) & Actor(e1,x1) & (x3 = x6)) & :(p2,p3))
exists e1 s1 x1 x2.(v_walk(e1) & of(x1,x2) & n_people(x2) & n_group(x1) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x1))
People are walking in front of a tourist information building displaying the following on its facade: pain is temporary, quitting lasts forever.
A group of people sitting in a stadium watching a baseball game.
2
-100
people are walking and watching something displaying in front of them
exists p1 p2 p3 x7 x8.(n_facade(x8) & of(x8,x7) & n_thing(x7) & n_follow(x7) & exists e3 s1 s2 x9 x10.(a_forever(s2) & Manner(e3,s2) & Actor(e3,x10) & v_last(e3) & n_quit(x10) & Theme(s1,x9) & a_temporary(s1) & n_pain(x9)) & exists e1 e2 x1 x2 x3 x4 x5 x6.(in(e1,x2) & of(x2,x3) & on(e2,x8) & Theme(e2,x7) & Actor(e2,x6) & v_display(e2) & (x3 = x6) & n_building(x3) & of(x3,x5) & n_information(x5) & of(x3,x4) & n_tourist(x4) & n_front(x2) & Actor(e1,x1) & v_walk(e1) & n_people(x1)) & :(p2,p3))
exists e1 e2 x1 x2 x3 x4 x5 x6.(a_topic(x1) & of(x1,x2) & for(e1,e2) & Theme(e2,x5) & Actor(e2,x3) & v_watch(e2) & n_game(x5) & of(x5,x6) & n_baseball(x6) & in(e1,x4) & n_stadium(x4) & Actor(e1,x3) & v_sit(e1) & (x2 = x3) & n_people(x2) & n_group(x1))
4aea9de6-e4c8-11ec-9cdd-0242ac1c0002
exists p2 p3 x7 x8.(of(x8,x7) & n_thing(x7) & n_follow(x7) & n_facade(x8) & exists e3 s1 s2 x9 x10.(v_last(e3) & n_quit(x10) & n_pain(x9) & a_temporary(s1) & a_forever(s2) & Theme(s1,x9) & Manner(e3,s2) & Actor(e3,x10)) & exists e1 e2 x1 x2 x3 x4 x5 x6.(v_walk(e1) & v_display(e2) & on(e2,x8) & of(x3,x5) & of(x3,x4) & of(x2,x3) & n_tourist(x4) & n_people(x1) & n_information(x5) & n_front(x2) & n_building(x3) & in(e1,x2) & Theme(e2,x7) & Actor(e2,x6) & Actor(e1,x1) & (x3 = x6)) & :(p2,p3))
exists e1 e2 x1 x2 x3 x4 x5 x6.(v_watch(e2) & v_sit(e1) & of(x5,x6) & of(x1,x2) & n_stadium(x4) & n_people(x2) & n_group(x1) & n_game(x5) & n_baseball(x6) & in(e1,x4) & for(e1,e2) & a_topic(x1) & Theme(e2,x5) & Actor(e2,x3) & Actor(e1,x3) & (x2 = x3))
This depicts seven people on a raft with life jackets
There are seven people in this raft.
0
-100
People on a raft is the same as people in a raft.
exists e1 x1 x2 x3 x4.(Theme(e1,x2) & Actor(e1,x1) & v_depict(e1) & on(x2,x1) & with(x1,x3) & n_jacket(x3) & of(x3,x4) & n_life(x4) & n_raft(x1) & n_people(x2) & card_eq_7(x2) & n_thing(x1))
exists p1 x1 x2.(n_raft(x2) & in(p1,x2) & exists x3.((x1 = x3) & n_people(x3) & card_eq_7(x3)))
4aeaafb6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(with(x1,x3) & v_depict(e1) & on(x2,x1) & of(x3,x4) & n_thing(x1) & n_raft(x1) & n_people(x2) & n_life(x4) & n_jacket(x3) & card_eq_7(x2) & Theme(e1,x2) & Actor(e1,x1))
exists p1 x1 x2.(n_raft(x2) & in(p1,x2) & exists x3.(n_people(x3) & card_eq_7(x3) & (x1 = x3)))
This depicts seven people on a raft with life jackets
The seven people are drinking hot tea.
2
-100
The people would not be on a raft and also drinking tea.
exists e1 x1 x2 x3 x4.(Theme(e1,x2) & Actor(e1,x1) & v_depict(e1) & on(x2,x1) & with(x1,x3) & n_jacket(x3) & of(x3,x4) & n_life(x4) & n_raft(x1) & n_people(x2) & card_eq_7(x2) & n_thing(x1))
exists e1 s1 x1 x2.(n_people(x1) & card_eq_7(x1) & Theme(e1,x2) & Actor(e1,x1) & v_drink(e1) & n_tea(x2) & a_hot(s1) & Theme(s1,x2))
4aeab448-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(with(x1,x3) & v_depict(e1) & on(x2,x1) & of(x3,x4) & n_thing(x1) & n_raft(x1) & n_people(x2) & n_life(x4) & n_jacket(x3) & card_eq_7(x2) & Theme(e1,x2) & Actor(e1,x1))
exists e1 s1 x1 x2.(v_drink(e1) & n_tea(x2) & n_people(x1) & card_eq_7(x1) & a_hot(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
This depicts seven people on a raft with life jackets
The life jackets they are wearing are yellow.
1
-100
The life jackets are not implied to be yellow.
exists e1 x1 x2 x3 x4.(Theme(e1,x2) & Actor(e1,x1) & v_depict(e1) & on(x2,x1) & with(x1,x3) & n_jacket(x3) & of(x3,x4) & n_life(x4) & n_raft(x1) & n_people(x2) & card_eq_7(x2) & n_thing(x1))
exists e1 s1 x1 x2 x3.(n_thing(x1) & n_jacket(x1) & of(x1,x2) & n_life(x2) & Theme(s1,x1) & a_yellow(s1) & Theme(e1,x3) & Actor(e1,x1) & v_wear(e1) & (x1 = x3))
4aeabb50-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(with(x1,x3) & v_depict(e1) & on(x2,x1) & of(x3,x4) & n_thing(x1) & n_raft(x1) & n_people(x2) & n_life(x4) & n_jacket(x3) & card_eq_7(x2) & Theme(e1,x2) & Actor(e1,x1))
exists e1 s1 x1 x2 x3.(v_wear(e1) & of(x1,x2) & n_thing(x1) & n_life(x2) & n_jacket(x1) & a_yellow(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x1) & (x1 = x3))
A group of 7 adults paddle while white water rafting.
The adults are practicing for the currents.
1
-100
Just because the adults are paddle while white water rafting does not mean they are practicing.
exists e1 s1 x1 x2 x3 x4.(while(e1,x3) & n_rafting(x3) & of(x3,x4) & n_water(x4) & a_white(s1) & Theme(s1,x3) & Actor(e1,x1) & v_paddle(e1) & of(x1,x2) & n_adult(x2) & n_date(x2) & a_date_day_07(x2) & a_date_day_07(x2) & n_group(x1))
exists e1 x1 x2.(n_current(x2) & n_adult(x1) & for(e1,x2) & Actor(e1,x1) & v_practice(e1))
4aeabfe2-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(while(e1,x3) & v_paddle(e1) & of(x3,x4) & of(x1,x2) & n_water(x4) & n_rafting(x3) & n_group(x1) & n_date(x2) & n_adult(x2) & a_white(s1) & a_date_day_07(x2) & Theme(s1,x3) & Actor(e1,x1))
exists e1 x1 x2.(v_practice(e1) & n_current(x2) & n_adult(x1) & for(e1,x2) & Actor(e1,x1))
A group of 7 adults paddle while white water rafting.
People are in a river.
0
-100
A group of adults are people.
exists e1 s1 x1 x2 x3 x4.(while(e1,x3) & n_rafting(x3) & of(x3,x4) & n_water(x4) & a_white(s1) & Theme(s1,x3) & Actor(e1,x1) & v_paddle(e1) & of(x1,x2) & n_adult(x2) & n_date(x2) & a_date_day_07(x2) & a_date_day_07(x2) & n_group(x1))
exists p1 x1.(exists x2.(in(x1,x2) & n_river(x2)) & n_people(x1))
4aeac410-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(while(e1,x3) & v_paddle(e1) & of(x3,x4) & of(x1,x2) & n_water(x4) & n_rafting(x3) & n_group(x1) & n_date(x2) & n_adult(x2) & a_white(s1) & a_date_day_07(x2) & Theme(s1,x3) & Actor(e1,x1))
exists x1.(n_people(x1) & exists x2.(n_river(x2) & in(x1,x2)))
A group of 7 adults paddle while white water rafting.
Some children are rafting in a river.
2
-100
The group can't be adults and also be children.
exists e1 s1 x1 x2 x3 x4.(while(e1,x3) & n_rafting(x3) & of(x3,x4) & n_water(x4) & a_white(s1) & Theme(s1,x3) & Actor(e1,x1) & v_paddle(e1) & of(x1,x2) & n_adult(x2) & n_date(x2) & a_date_day_07(x2) & a_date_day_07(x2) & n_group(x1))
exists e1 x1 x2.(in(e1,x2) & n_river(x2) & Actor(e1,x1) & v_raft(e1) & n_child(x1))
4aeac83e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(while(e1,x3) & v_paddle(e1) & of(x3,x4) & of(x1,x2) & n_water(x4) & n_rafting(x3) & n_group(x1) & n_date(x2) & n_adult(x2) & a_white(s1) & a_date_day_07(x2) & Theme(s1,x3) & Actor(e1,x1))
exists e1 x1 x2.(v_raft(e1) & n_river(x2) & n_child(x1) & in(e1,x2) & Actor(e1,x1))
Seven people are white water rafting.
The people are running an obstacle course on land.
2
-100
The people can't be water rafting and also running on land.
exists p1 x1.(exists s1 x2 x3.((x1 = x2) & n_rafting(x2) & of(x2,x3) & n_water(x3) & a_white(s1) & Theme(s1,x2)) & n_people(x1) & card_eq_7(x1))
exists e1 x1 x2 x3 x4.(n_people(x1) & on(e1,x4) & n_land(x4) & Theme(e1,x2) & Actor(e1,x1) & v_run(e1) & n_course(x2) & of(x2,x3) & n_obstacle(x3))
4aeacc76-e4c8-11ec-9cdd-0242ac1c0002
exists x1.(n_people(x1) & exists s1 x2 x3.(of(x2,x3) & n_water(x3) & n_rafting(x2) & a_white(s1) & Theme(s1,x2) & (x1 = x2)) & card_eq_7(x1))
exists e1 x1 x2 x3 x4.(v_run(e1) & on(e1,x4) & of(x2,x3) & n_people(x1) & n_obstacle(x3) & n_land(x4) & n_course(x2) & Theme(e1,x2) & Actor(e1,x1))