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 pair of youths are enjoying some time playing a map game.
The youths are in a classroom.
1
-100
A pair of youths are enjoying some time playing a map game does not imply that they are in a classroom.
exists e2 e1 x1 x2 x3 x4 x5 x6.(Theme(e2,x3) & Actor(e2,x1) & v_enjoy(e2) & Theme(e1,x5) & Actor(e1,x4) & v_play(e1) & n_game(x5) & of(x5,x6) & n_map(x6) & (x3 = x4) & n_time(x3) & of(x1,x2) & n_youth(x2) & n_pair(x1))
exists p1 x1.(n_youth(x1) & exists x2.(in(x1,x2) & n_classroom(x2)))
7aef2692-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 x1 x2 x3 x4 x5 x6.(v_play(e1) & v_enjoy(e2) & of(x5,x6) & of(x1,x2) & n_youth(x2) & n_time(x3) & n_pair(x1) & n_map(x6) & n_game(x5) & Theme(e2,x3) & Theme(e1,x5) & Actor(e2,x1) & Actor(e1,x4) & (x3 = x4))
exists x1.(n_youth(x1) & exists x2.(n_classroom(x2) & in(x1,x2)))
A pair of youths are enjoying some time playing a map game.
The youths are asleep.
2
-100
Youths cannot play a map game while being asleep.
exists e1 e2 x1 x2 x3 x4 x5 x6.(Theme(e2,x3) & Actor(e2,x1) & v_enjoy(e2) & Theme(e1,x5) & Actor(e1,x4) & v_play(e1) & n_game(x5) & of(x5,x6) & n_map(x6) & (x3 = x4) & n_time(x3) & of(x1,x2) & n_youth(x2) & n_pair(x1))
exists s1 x1.(n_youth(x1) & Theme(s1,x1) & a_asleep(s1))
7aef2c46-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 x1 x2 x3 x4 x5 x6.(v_play(e1) & v_enjoy(e2) & of(x5,x6) & of(x1,x2) & n_youth(x2) & n_time(x3) & n_pair(x1) & n_map(x6) & n_game(x5) & Theme(e2,x3) & Theme(e1,x5) & Actor(e2,x1) & Actor(e1,x4) & (x3 = x4))
exists s1 x1.(n_youth(x1) & a_asleep(s1) & Theme(s1,x1))
A pair of youths are enjoying some time playing a map game.
The youths are playing a game.
0
-100
enjoying can be got by playing
exists e2 e1 x1 x2 x3 x4 x5 x6.(Theme(e2,x3) & Actor(e2,x1) & v_enjoy(e2) & Theme(e1,x5) & Actor(e1,x4) & v_play(e1) & n_game(x5) & of(x5,x6) & n_map(x6) & (x3 = x4) & n_time(x3) & of(x1,x2) & n_youth(x2) & n_pair(x1))
exists e1 x1 x2.(n_youth(x1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_game(x2))
7aef320e-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 x1 x2 x3 x4 x5 x6.(v_play(e1) & v_enjoy(e2) & of(x5,x6) & of(x1,x2) & n_youth(x2) & n_time(x3) & n_pair(x1) & n_map(x6) & n_game(x5) & Theme(e2,x3) & Theme(e1,x5) & Actor(e2,x1) & Actor(e1,x4) & (x3 = x4))
exists e1 x1 x2.(v_play(e1) & n_youth(x1) & n_game(x2) & Theme(e1,x2) & Actor(e1,x1))
The young boys at the table are playing a game.
There are 3 boys
1
-100
There may be more or less than three; boys does not represent a set number of 3.
exists e1 s1 x1 x2 x3.(n_table(x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x1) & v_play(e1) & n_game(x3) & at(x1,x2))
exists p1 x1 x2.((x1 = x2) & n_boy(x2) & n_date(x2) & a_date_day_03(x2) & a_date_day_03(x2))
7aef377c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(v_play(e1) & n_table(x2) & n_game(x3) & n_boy(x1) & at(x1,x2) & a_young(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x1))
exists x1 x2.(n_date(x2) & n_boy(x2) & a_date_day_03(x2) & (x1 = x2))
The young boys at the table are playing a game.
There are boys playing
0
-100
The boys at the table are playing a game, so there are boys playing.
exists e1 s1 x1 x2 x3.(n_table(x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x1) & v_play(e1) & n_game(x3) & at(x1,x2))
exists p1 x1 e1 x2 x3.((x1 = x2) & Actor(e1,x3) & v_play(e1) & (x2 = x3) & n_boy(x2))
7aef3ccc-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(v_play(e1) & n_table(x2) & n_game(x3) & n_boy(x1) & at(x1,x2) & a_young(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x1))
exists x1 e1 x2 x3.(v_play(e1) & n_boy(x2) & Actor(e1,x3) & (x2 = x3) & (x1 = x2))
The young boys at the table are playing a game.
The boys are lying down trying to go to sleep
2
-100
playing and sleep are not the same
exists e1 s1 x1 x2 x3.(n_table(x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x1) & v_play(e1) & n_game(x3) & at(x1,x2))
exists e1 e2 p1 s1 x1.(n_boy(x1) & for(e1,e2) & Topic(e2,p1) & Actor(e2,x1) & v_try(e2) & exists e3 p2.(Topic(e3,p2) & Actor(e3,x1) & v_go(e3) & exists e4.(Actor(e4,x1) & v_sleep(e4))) & a_down(s1) & Manner(e1,s1) & Actor(e1,x1) & v_lie(e1))
7aef4244-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(v_play(e1) & n_table(x2) & n_game(x3) & n_boy(x1) & at(x1,x2) & a_young(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x1))
exists e1 e2 p1 s1 x1.(v_try(e2) & v_lie(e1) & n_boy(x1) & for(e1,e2) & exists e3 p2.(v_go(e3) & exists e4.(v_sleep(e4) & Actor(e4,x1)) & Topic(e3,p2) & Actor(e3,x1)) & a_down(s1) & Topic(e2,p1) & Manner(e1,s1) & Actor(e2,x1) & Actor(e1,x1))
A group of young people dressed in mostly black are around a table getting ready to eat.
The people are getting ready to ride the bus.
2
-100
eat and ride are not the same
exists e1 p1 s1 s2 x1 x2 x3 x4.(exists e2 p2 x5 x6.(around(x1,x5) & exists p3 s3.(Topic(s3,p3) & Actor(s3,x6) & a_ready(s3) & exists e3.(Actor(e3,x6) & v_eat(e3))) & Topic(e2,p2) & Actor(e2,x6) & v_get(e2) & (x5 = x6) & n_table(x5)) & of(x1,x2) & Theme(e1,s2) & r_mostly(s2) & Theme(s2,x4) & a_black(s2) & Theme(e1,x3) & v_dress(e1) & (x2 = x3) & n_people(x2) & a_young(s1) & Theme(s1,x2) & n_group(x1))
exists e1 p1 x1 x2.(n_bus(x2) & n_people(x1) & exists p2 s1.(Topic(s1,p2) & Actor(s1,x1) & a_ready(s1) & exists e2.(Theme(e2,x2) & Actor(e2,x1) & v_ride(e2))) & Topic(e1,p1) & Actor(e1,x1) & v_get(e1))
7aef479e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4.(v_dress(e1) & r_mostly(s2) & of(x1,x2) & n_people(x2) & n_group(x1) & exists e2 p2 x5 x6.(v_get(e2) & n_table(x5) & exists p3 s3.(exists e3.(v_eat(e3) & Actor(e3,x6)) & a_ready(s3) & Topic(s3,p3) & Actor(s3,x6)) & around(x1,x5) & Topic(e2,p2) & Actor(e2,x6) & (x5 = x6)) & a_young(s1) & a_black(s2) & Theme(s2,x4) & Theme(s1,x2) & Theme(e1,x3) & Theme(e1,s2) & (x2 = x3))
exists e1 p1 x1 x2.(v_get(e1) & n_people(x1) & n_bus(x2) & exists p2 s1.(exists e2.(v_ride(e2) & Theme(e2,x2) & Actor(e2,x1)) & a_ready(s1) & Topic(s1,p2) & Actor(s1,x1)) & Topic(e1,p1) & Actor(e1,x1))
A group of young people dressed in mostly black are around a table getting ready to eat.
The people are standing in a line.
1
-100
all people are not young.
exists e1 p1 s1 s2 x1 x2 x3 x4.(exists e2 p2 x5 x6.(around(x1,x5) & exists p3 s3.(Topic(s3,p3) & Actor(s3,x6) & a_ready(s3) & exists e3.(Actor(e3,x6) & v_eat(e3))) & Topic(e2,p2) & Actor(e2,x6) & v_get(e2) & (x5 = x6) & n_table(x5)) & of(x1,x2) & Theme(e1,s2) & r_mostly(s2) & Theme(s2,x4) & a_black(s2) & Theme(e1,x3) & v_dress(e1) & (x2 = x3) & n_people(x2) & a_young(s1) & Theme(s1,x2) & n_group(x1))
exists e1 x1 x2.(n_people(x1) & in(e1,x2) & n_line(x2) & Actor(e1,x1) & v_stand(e1))
7aef4cbc-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4.(v_dress(e1) & r_mostly(s2) & of(x1,x2) & n_people(x2) & n_group(x1) & exists e2 p2 x5 x6.(v_get(e2) & n_table(x5) & exists p3 s3.(exists e3.(v_eat(e3) & Actor(e3,x6)) & a_ready(s3) & Topic(s3,p3) & Actor(s3,x6)) & around(x1,x5) & Topic(e2,p2) & Actor(e2,x6) & (x5 = x6)) & a_young(s1) & a_black(s2) & Theme(s2,x4) & Theme(s1,x2) & Theme(e1,x3) & Theme(e1,s2) & (x2 = x3))
exists e1 x1 x2.(v_stand(e1) & n_people(x1) & n_line(x2) & in(e1,x2) & Actor(e1,x1))
A group of young people dressed in mostly black are around a table getting ready to eat.
The people are wearing black.
0
-100
People are dressed in black, so people are wearing black.
exists e1 p1 s1 s2 x1 x2 x3 x4.(exists e2 p2 x5 x6.(around(x1,x5) & exists p3 s3.(Topic(s3,p3) & Actor(s3,x6) & a_ready(s3) & exists e3.(Actor(e3,x6) & v_eat(e3))) & Topic(e2,p2) & Actor(e2,x6) & v_get(e2) & (x5 = x6) & n_table(x5)) & of(x1,x2) & Theme(e1,s2) & r_mostly(s2) & Theme(s2,x4) & a_black(s2) & Theme(e1,x3) & v_dress(e1) & (x2 = x3) & n_people(x2) & a_young(s1) & Theme(s1,x2) & n_group(x1))
exists e1 p1 x1.(n_people(x1) & exists s1.(Theme(s1,x1) & a_black(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_wear(e1))
7aef51e4-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4.(v_dress(e1) & r_mostly(s2) & of(x1,x2) & n_people(x2) & n_group(x1) & exists e2 p2 x5 x6.(v_get(e2) & n_table(x5) & exists p3 s3.(exists e3.(v_eat(e3) & Actor(e3,x6)) & a_ready(s3) & Topic(s3,p3) & Actor(s3,x6)) & around(x1,x5) & Topic(e2,p2) & Actor(e2,x6) & (x5 = x6)) & a_young(s1) & a_black(s2) & Theme(s2,x4) & Theme(s1,x2) & Theme(e1,x3) & Theme(e1,s2) & (x2 = x3))
exists e1 p1 x1.(v_wear(e1) & n_people(x1) & exists s1.(a_black(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1))
A basketball game
A basketball game between rivals.
1
-100
A basketball game does not indicate that it is between rivals.
exists x1 x2.(a_topic(x1) & n_game(x1) & of(x1,x2) & n_basketball(x2))
exists x1 x2 x3.(a_topic(x1) & between(x1,x3) & n_rival(x3) & n_game(x1) & of(x1,x2) & n_basketball(x2))
7aef570c-e4c8-11ec-9cdd-0242ac1c0002
exists x1 x2.(of(x1,x2) & n_game(x1) & n_basketball(x2) & a_topic(x1))
exists x1 x2 x3.(of(x1,x2) & n_rival(x3) & n_game(x1) & n_basketball(x2) & between(x1,x3) & a_topic(x1))
A basketball game
A sports game.
0
-100
Basketball is a sport, so a basketball game is a sports game.
exists x1 x2.(a_topic(x1) & n_game(x1) & of(x1,x2) & n_basketball(x2))
exists x1 x2.(a_topic(x1) & n_game(x1) & of(x1,x2) & n_sport(x2))
7aef5cf2-e4c8-11ec-9cdd-0242ac1c0002
exists x1 x2.(of(x1,x2) & n_game(x1) & n_basketball(x2) & a_topic(x1))
exists x1 x2.(of(x1,x2) & n_sport(x2) & n_game(x1) & a_topic(x1))
A basketball game
A volleyball game.
2
-100
basketball and volleyball are not the same
exists x1 x2.(a_topic(x1) & n_game(x1) & of(x1,x2) & n_basketball(x2))
exists x1 x2.(a_topic(x1) & n_game(x1) & of(x1,x2) & n_volleyball(x2))
7aef6224-e4c8-11ec-9cdd-0242ac1c0002
exists x1 x2.(of(x1,x2) & n_game(x1) & n_basketball(x2) & a_topic(x1))
exists x1 x2.(of(x1,x2) & n_volleyball(x2) & n_game(x1) & a_topic(x1))
A man gives out literature on the street corner.
A false prophet is trying to proselytize.
1
-100
You can not infer there is a false prophet.
exists e1 s1 x1 x2 x3 x4.(n_corner(x3) & of(x3,x4) & n_street(x4) & on(e1,x3) & a_out(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_give(e1) & n_literature(x2) & n_man(x1))
exists e1 p1 s1 x1.(Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2.(Actor(e2,x1) & v_proselytize(e2)) & n_prophet(x1) & a_false(s1) & Theme(s1,x1))
7aef67b0-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(v_give(e1) & on(e1,x3) & of(x3,x4) & n_street(x4) & n_man(x1) & n_literature(x2) & n_corner(x3) & a_out(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1))
exists e1 p1 s1 x1.(v_try(e1) & n_prophet(x1) & exists e2.(v_proselytize(e2) & Actor(e2,x1)) & a_false(s1) & Topic(e1,p1) & Theme(s1,x1) & Actor(e1,x1))
A man gives out literature on the street corner.
A man steals books from a person's outstretched hand.
2
-100
steals implies that something is taken whereas gives out implies something is handed away
exists e1 s1 x1 x2 x3 x4.(n_corner(x3) & of(x3,x4) & n_street(x4) & on(e1,x3) & a_out(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_give(e1) & n_literature(x2) & n_man(x1))
exists e1 s1 x1 x2 x3 x4.(from(e1,x4) & n_hand(x4) & a_outstretched(s1) & Theme(s1,x4) & of(x4,x3) & n_person(x3) & Theme(e1,x2) & Actor(e1,x1) & v_steal(e1) & n_book(x2) & n_man(x1))
7aef6d1e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(v_give(e1) & on(e1,x3) & of(x3,x4) & n_street(x4) & n_man(x1) & n_literature(x2) & n_corner(x3) & a_out(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1))
exists e1 s1 x1 x2 x3 x4.(v_steal(e1) & of(x4,x3) & n_person(x3) & n_man(x1) & n_hand(x4) & n_book(x2) & from(e1,x4) & a_outstretched(s1) & Theme(s1,x4) & Theme(e1,x2) & Actor(e1,x1))
A man gives out literature on the street corner.
A man hands out some reading material.
0
-100
Reading material is another term for literature.
exists e1 s1 x1 x2 x3 x4.(n_corner(x3) & of(x3,x4) & n_street(x4) & on(e1,x3) & a_out(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_give(e1) & n_literature(x2) & n_man(x1))
exists x1 x2 x3 x4.(a_topic(x1) & out(x1,x3) & n_material(x3) & of(x3,x4) & n_reading(x4) & n_hand(x1) & of(x1,x2) & n_man(x2))
7aef7264-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(v_give(e1) & on(e1,x3) & of(x3,x4) & n_street(x4) & n_man(x1) & n_literature(x2) & n_corner(x3) & a_out(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1))
exists x1 x2 x3 x4.(out(x1,x3) & of(x3,x4) & of(x1,x2) & n_reading(x4) & n_material(x3) & n_man(x2) & n_hand(x1) & a_topic(x1))
Eleven people of both genders are either sitting or standing at a table eating food
Eleven people are waiting for some more at a table eating food.
1
-100
Eleven people of both genders are either sitting or standing at a table eating food does not indicate that they are waiting for some more
exists x2 x4.(n_gender(x4) & n_gender(x2) & (exists e1 s1 x1.(a_either(s1) & Manner(e1,s1) & Actor(e1,x1) & v_sit(e1) & of(x1,x2) & n_people(x1) & card_eq_11(x1)) | exists e2 s2 x3 x5 x6 x7.(a_either(s2) & Manner(e2,s2) & at(e2,x5) & n_food(x5) & of(x5,x7) & n_eating(x7) & of(x5,x6) & n_table(x6) & Actor(e2,x3) & v_stand(e2) & of(x3,x4) & n_people(x3) & card_eq_11(x3))))
exists e2 e1 x1 x2 x3 x4 x5.(at(e1,x3) & Theme(e2,x5) & Actor(e2,x4) & v_eat(e2) & n_food(x5) & (x3 = x4) & n_table(x3) & for(e1,x2) & n_more(x2) & Actor(e1,x1) & v_wait(e1) & n_people(x1) & card_eq_11(x1))
7aef778c-e4c8-11ec-9cdd-0242ac1c0002
exists x2 x4.(n_gender(x4) & n_gender(x2) & (exists e2 s2 x3 x5 x6 x7.(v_stand(e2) & of(x5,x7) & of(x5,x6) & of(x3,x4) & n_table(x6) & n_people(x3) & n_food(x5) & n_eating(x7) & card_eq_11(x3) & at(e2,x5) & a_either(s2) & Manner(e2,s2) & Actor(e2,x3)) | exists e1 s1 x1.(v_sit(e1) & of(x1,x2) & n_people(x1) & card_eq_11(x1) & a_either(s1) & Manner(e1,s1) & Actor(e1,x1))))
exists e2 e1 x1 x2 x3 x4 x5.(v_wait(e1) & v_eat(e2) & n_table(x3) & n_people(x1) & n_more(x2) & n_food(x5) & for(e1,x2) & card_eq_11(x1) & at(e1,x3) & Theme(e2,x5) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x4))
Eleven people of both genders are either sitting or standing at a table eating food
Only male and female are allowed at table eating food.
2
-100
sitting and eating are not the same
exists x2 x4.(n_gender(x4) & n_gender(x2) & (exists e1 s1 x1.(a_either(s1) & Manner(e1,s1) & Actor(e1,x1) & v_sit(e1) & of(x1,x2) & n_people(x1) & card_eq_11(x1)) | exists e2 s2 x3 x5 x6 x7.(a_either(s2) & Manner(e2,s2) & at(e2,x5) & n_food(x5) & of(x5,x7) & n_eating(x7) & of(x5,x6) & n_table(x6) & Actor(e2,x3) & v_stand(e2) & of(x3,x4) & n_people(x3) & card_eq_11(x3))))
exists e1 e2 s1 x1 x2 x3 x4.(at(e1,x2) & Theme(e2,x4) & Actor(e2,x3) & v_eat(e2) & n_food(x4) & (x2 = x3) & n_table(x2) & Theme(e1,x1) & v_allow(e1) & all x5 s2.((n_female(x5) & a_male(s2) & Theme(s2,x5)) -> (x1 = x5)) & n_female(x1) & a_male(s1) & Theme(s1,x1))
7aef7d04-e4c8-11ec-9cdd-0242ac1c0002
exists x2 x4.(n_gender(x4) & n_gender(x2) & (exists e2 s2 x3 x5 x6 x7.(v_stand(e2) & of(x5,x7) & of(x5,x6) & of(x3,x4) & n_table(x6) & n_people(x3) & n_food(x5) & n_eating(x7) & card_eq_11(x3) & at(e2,x5) & a_either(s2) & Manner(e2,s2) & Actor(e2,x3)) | exists e1 s1 x1.(v_sit(e1) & of(x1,x2) & n_people(x1) & card_eq_11(x1) & a_either(s1) & Manner(e1,s1) & Actor(e1,x1))))
exists e1 e2 s1 x1 x2 x3 x4.(v_eat(e2) & v_allow(e1) & n_table(x2) & n_food(x4) & n_female(x1) & at(e1,x2) & all x5 s2.(-n_female(x5) | -a_male(s2) | -Theme(s2,x5) | (x1 = x5)) & a_male(s1) & Theme(s1,x1) & Theme(e2,x4) & Theme(e1,x1) & Actor(e2,x3) & (x2 = x3))
Eleven people of both genders are either sitting or standing at a table eating food
Eleven people of both gender are present at a table.
0
-100
Eleven people of both genders are at a table (either sitting or standing), so there are twenty two people total at the table, or eleven people of both genders.
exists x2 x4.(n_gender(x4) & n_gender(x2) & (exists e1 s1 x1.(a_either(s1) & Manner(e1,s1) & Actor(e1,x1) & v_sit(e1) & of(x1,x2) & n_people(x1) & card_eq_11(x1)) | exists e2 s2 x3 x5 x6 x7.(a_either(s2) & Manner(e2,s2) & at(e2,x5) & n_food(x5) & of(x5,x7) & n_eating(x7) & of(x5,x6) & n_table(x6) & Actor(e2,x3) & v_stand(e2) & of(x3,x4) & n_people(x3) & card_eq_11(x3))))
exists s1 x1 x2 x3.(n_gender(x2) & at(s1,x3) & n_table(x3) & Theme(s1,x1) & a_present(s1) & of(x1,x2) & n_people(x1) & card_eq_11(x1))
7aef847a-e4c8-11ec-9cdd-0242ac1c0002
exists x2 x4.(n_gender(x4) & n_gender(x2) & (exists e2 s2 x3 x5 x6 x7.(v_stand(e2) & of(x5,x7) & of(x5,x6) & of(x3,x4) & n_table(x6) & n_people(x3) & n_food(x5) & n_eating(x7) & card_eq_11(x3) & at(e2,x5) & a_either(s2) & Manner(e2,s2) & Actor(e2,x3)) | exists e1 s1 x1.(v_sit(e1) & of(x1,x2) & n_people(x1) & card_eq_11(x1) & a_either(s1) & Manner(e1,s1) & Actor(e1,x1))))
exists s1 x1 x2 x3.(of(x1,x2) & n_table(x3) & n_people(x1) & n_gender(x2) & card_eq_11(x1) & at(s1,x3) & a_present(s1) & Theme(s1,x1))
A skinny brown dog walks across a large piece of fallen tree.
A dog stalks a rabbit.
1
0.049713
A skinny brown dog walks across a large piece of fallen tree does not necessary that a dog stalks a rabbit.
exists e1 s1 s2 s3 s4 x1 x2 x3.(across(e1,x2) & of(x2,x3) & n_tree(x3) & a_fallen(s4) & Theme(s4,x3) & n_piece(x2) & a_large(s3) & Theme(s3,x2) & Actor(e1,x1) & v_walk(e1) & n_dog(x1) & a_brown(s2) & Theme(s2,x1) & a_skinny(s1) & Theme(s1,x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_stalk(e1) & n_rabbit(x2) & n_dog(x1))
7aef8ad8-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 s4 x1 x2 x3.(v_walk(e1) & of(x2,x3) & n_tree(x3) & n_piece(x2) & n_dog(x1) & across(e1,x2) & a_skinny(s1) & a_large(s3) & a_fallen(s4) & a_brown(s2) & Theme(s4,x3) & Theme(s3,x2) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1))
exists e1 x1 x2.(v_stalk(e1) & n_rabbit(x2) & n_dog(x1) & Theme(e1,x2) & Actor(e1,x1))
A skinny brown dog walks across a large piece of fallen tree.
The dog is at home laying in front of the fireplace.
2
0.000003
walks and laying are not the same
exists e1 s1 s2 s3 s4 x1 x2 x3.(across(e1,x2) & of(x2,x3) & n_tree(x3) & a_fallen(s4) & Theme(s4,x3) & n_piece(x2) & a_large(s3) & Theme(s3,x2) & Actor(e1,x1) & v_walk(e1) & n_dog(x1) & a_brown(s2) & Theme(s2,x1) & a_skinny(s1) & Theme(s1,x1))
exists p1 x1 x5.(n_fireplace(x5) & n_dog(x1) & exists x2 x3 x4.(at(x1,x2) & in(x2,x4) & of(x4,x5) & n_front(x4) & n_lay(x2) & of(x2,x3) & n_home(x3)))
7aef908c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 s4 x1 x2 x3.(v_walk(e1) & of(x2,x3) & n_tree(x3) & n_piece(x2) & n_dog(x1) & across(e1,x2) & a_skinny(s1) & a_large(s3) & a_fallen(s4) & a_brown(s2) & Theme(s4,x3) & Theme(s3,x2) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1))
exists x1 x5.(n_fireplace(x5) & n_dog(x1) & exists x2 x3 x4.(of(x4,x5) & of(x2,x3) & n_lay(x2) & n_home(x3) & n_front(x4) & in(x2,x4) & at(x1,x2)))
A skinny brown dog walks across a large piece of fallen tree.
A tree is still growing.
2
-100
dog and tree are not the same
exists e1 s1 s2 s3 s4 x1 x2 x3.(across(e1,x2) & of(x2,x3) & n_tree(x3) & a_fallen(s4) & Theme(s4,x3) & n_piece(x2) & a_large(s3) & Theme(s3,x2) & Actor(e1,x1) & v_walk(e1) & n_dog(x1) & a_brown(s2) & Theme(s2,x1) & a_skinny(s1) & Theme(s1,x1))
exists e1 s1 x1.(a_still(s1) & Manner(e1,s1) & Actor(e1,x1) & v_grow(e1) & n_tree(x1))
7aef95dc-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 s4 x1 x2 x3.(v_walk(e1) & of(x2,x3) & n_tree(x3) & n_piece(x2) & n_dog(x1) & across(e1,x2) & a_skinny(s1) & a_large(s3) & a_fallen(s4) & a_brown(s2) & Theme(s4,x3) & Theme(s3,x2) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1))
exists e1 s1 x1.(v_grow(e1) & n_tree(x1) & a_still(s1) & Manner(e1,s1) & Actor(e1,x1))
A skinny brown dog walks across a large piece of fallen tree.
A dog is outside.
0
-100
Fallen trees are generally outside, so if a dog is on a fallen tree, the dog mus be outside.
exists e1 s1 s2 s3 s4 x1 x2 x3.(across(e1,x2) & of(x2,x3) & n_tree(x3) & a_fallen(s4) & Theme(s4,x3) & n_piece(x2) & a_large(s3) & Theme(s3,x2) & Actor(e1,x1) & v_walk(e1) & n_dog(x1) & a_brown(s2) & Theme(s2,x1) & a_skinny(s1) & Theme(s1,x1))
exists s1 x1.(Theme(s1,x1) & a_outside(s1) & n_dog(x1))
7aef9b04-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 s4 x1 x2 x3.(v_walk(e1) & of(x2,x3) & n_tree(x3) & n_piece(x2) & n_dog(x1) & across(e1,x2) & a_skinny(s1) & a_large(s3) & a_fallen(s4) & a_brown(s2) & Theme(s4,x3) & Theme(s3,x2) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1))
exists s1 x1.(n_dog(x1) & a_outside(s1) & Theme(s1,x1))
A skinny brown dog walks across a large piece of fallen tree.
A tree is dead.
1
0.939271
A fallen tree may be dead or alive.
exists e1 s1 s2 s3 s4 x1 x2 x3.(across(e1,x2) & of(x2,x3) & n_tree(x3) & a_fallen(s4) & Theme(s4,x3) & n_piece(x2) & a_large(s3) & Theme(s3,x2) & Actor(e1,x1) & v_walk(e1) & n_dog(x1) & a_brown(s2) & Theme(s2,x1) & a_skinny(s1) & Theme(s1,x1))
exists s1 x1.(Theme(s1,x1) & a_dead(s1) & n_tree(x1))
7aefa036-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 s4 x1 x2 x3.(v_walk(e1) & of(x2,x3) & n_tree(x3) & n_piece(x2) & n_dog(x1) & across(e1,x2) & a_skinny(s1) & a_large(s3) & a_fallen(s4) & a_brown(s2) & Theme(s4,x3) & Theme(s3,x2) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1))
exists s1 x1.(n_tree(x1) & a_dead(s1) & Theme(s1,x1))
A skinny brown dog walks across a large piece of fallen tree.
A tall dog.
1
0.138238
A skinny brown dog walks across a large piece of fallen tree does not mean that dog is tall
exists e1 s1 s2 s3 s4 x1 x2 x3.(across(e1,x2) & of(x2,x3) & n_tree(x3) & a_fallen(s4) & Theme(s4,x3) & n_piece(x2) & a_large(s3) & Theme(s3,x2) & Actor(e1,x1) & v_walk(e1) & n_dog(x1) & a_brown(s2) & Theme(s2,x1) & a_skinny(s1) & Theme(s1,x1))
exists s1 x1.(a_topic(x1) & n_dog(x1) & a_tall(s1) & Theme(s1,x1))
7aefa61c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 s4 x1 x2 x3.(v_walk(e1) & of(x2,x3) & n_tree(x3) & n_piece(x2) & n_dog(x1) & across(e1,x2) & a_skinny(s1) & a_large(s3) & a_fallen(s4) & a_brown(s2) & Theme(s4,x3) & Theme(s3,x2) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1))
exists s1 x1.(n_dog(x1) & a_topic(x1) & a_tall(s1) & Theme(s1,x1))
A skinny brown dog walks across a large piece of fallen tree.
An animal is walking across wood.
0
-100
A tree is made of wood, so walking across a fallen tree is the same as walking across wood.
exists e1 s1 s2 s3 s4 x1 x2 x3.(across(e1,x2) & of(x2,x3) & n_tree(x3) & a_fallen(s4) & Theme(s4,x3) & n_piece(x2) & a_large(s3) & Theme(s3,x2) & Actor(e1,x1) & v_walk(e1) & n_dog(x1) & a_brown(s2) & Theme(s2,x1) & a_skinny(s1) & Theme(s1,x1))
exists e1 x1 x2.(across(e1,x2) & n_wood(x2) & Actor(e1,x1) & v_walk(e1) & n_animal(x1))
7aefabbc-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 s4 x1 x2 x3.(v_walk(e1) & of(x2,x3) & n_tree(x3) & n_piece(x2) & n_dog(x1) & across(e1,x2) & a_skinny(s1) & a_large(s3) & a_fallen(s4) & a_brown(s2) & Theme(s4,x3) & Theme(s3,x2) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1))
exists e1 x1 x2.(v_walk(e1) & n_wood(x2) & n_animal(x1) & across(e1,x2) & Actor(e1,x1))
A skinny brown dog walks across a large piece of fallen tree.
An animal walking.
0
-100
A dog is walking and a dog is an animal, so an animal is walking.
exists e1 s1 s2 s3 s4 x1 x2 x3.(across(e1,x2) & of(x2,x3) & n_tree(x3) & a_fallen(s4) & Theme(s4,x3) & n_piece(x2) & a_large(s3) & Theme(s3,x2) & Actor(e1,x1) & v_walk(e1) & n_dog(x1) & a_brown(s2) & Theme(s2,x1) & a_skinny(s1) & Theme(s1,x1))
exists x1 x2.(a_topic(x1) & n_walking(x1) & of(x1,x2) & n_animal(x2))
7aefb0f8-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 s4 x1 x2 x3.(v_walk(e1) & of(x2,x3) & n_tree(x3) & n_piece(x2) & n_dog(x1) & across(e1,x2) & a_skinny(s1) & a_large(s3) & a_fallen(s4) & a_brown(s2) & Theme(s4,x3) & Theme(s3,x2) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1))
exists x1 x2.(of(x1,x2) & n_walking(x1) & n_animal(x2) & a_topic(x1))
A skinny brown dog walks across a large piece of fallen tree.
The dog walks upon a piece from the fallen tree.
0
-100
"The dog walks upon the fallen tree" is the same as "dog walks across a piece of fallen tree", just rephrased.
exists e1 s1 s2 s3 s4 x1 x2 x3.(across(e1,x2) & of(x2,x3) & n_tree(x3) & a_fallen(s4) & Theme(s4,x3) & n_piece(x2) & a_large(s3) & Theme(s3,x2) & Actor(e1,x1) & v_walk(e1) & n_dog(x1) & a_brown(s2) & Theme(s2,x1) & a_skinny(s1) & Theme(s1,x1))
exists e1 s1 x1 x2 x3.(n_tree(x3) & a_fallen(s1) & Theme(s1,x3) & n_dog(x1) & upon(e1,x2) & from(x2,x3) & n_piece(x2) & Actor(e1,x1) & v_walk(e1))
7aefb65c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 s4 x1 x2 x3.(v_walk(e1) & of(x2,x3) & n_tree(x3) & n_piece(x2) & n_dog(x1) & across(e1,x2) & a_skinny(s1) & a_large(s3) & a_fallen(s4) & a_brown(s2) & Theme(s4,x3) & Theme(s3,x2) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1))
exists e1 s1 x1 x2 x3.(v_walk(e1) & upon(e1,x2) & n_tree(x3) & n_piece(x2) & n_dog(x1) & from(x2,x3) & a_fallen(s1) & Theme(s1,x3) & Actor(e1,x1))
A skinny brown dog walks across a large piece of fallen tree.
A skinny brown dog is sleeping on a couch.
2
-100
walks and sleeping are not the same
exists e1 s1 s2 s3 s4 x1 x2 x3.(across(e1,x2) & of(x2,x3) & n_tree(x3) & a_fallen(s4) & Theme(s4,x3) & n_piece(x2) & a_large(s3) & Theme(s3,x2) & Actor(e1,x1) & v_walk(e1) & n_dog(x1) & a_brown(s2) & Theme(s2,x1) & a_skinny(s1) & Theme(s1,x1))
exists e1 s1 s2 x1 x2.(on(e1,x2) & n_couch(x2) & Actor(e1,x1) & v_sleep(e1) & n_dog(x1) & a_brown(s2) & Theme(s2,x1) & a_skinny(s1) & Theme(s1,x1))
7aefbba2-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 s4 x1 x2 x3.(v_walk(e1) & of(x2,x3) & n_tree(x3) & n_piece(x2) & n_dog(x1) & across(e1,x2) & a_skinny(s1) & a_large(s3) & a_fallen(s4) & a_brown(s2) & Theme(s4,x3) & Theme(s3,x2) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1))
exists e1 s1 s2 x1 x2.(v_sleep(e1) & on(e1,x2) & n_dog(x1) & n_couch(x2) & a_skinny(s1) & a_brown(s2) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1))
A skinny brown dog walks across a large piece of fallen tree.
A cat lickes cream off his owner's plate.
2
-100
dog and cat are not the same
exists e1 s1 s2 s3 s4 x1 x2 x3.(across(e1,x2) & of(x2,x3) & n_tree(x3) & a_fallen(s4) & Theme(s4,x3) & n_piece(x2) & a_large(s3) & Theme(s3,x2) & Actor(e1,x1) & v_walk(e1) & n_dog(x1) & a_brown(s2) & Theme(s2,x1) & a_skinny(s1) & Theme(s1,x1))
exists e1 p1 x1 x2 x3.(exists e2 s1.(a_off(s1) & Manner(e2,s1) & Theme(e2,x3) & Actor(e2,x1) & v_cream(e2)) & n_plate(x3) & of(x3,x2) & n_owner(x2) & of(x2,x1) & n_male(x1) & Topic(e1,p1) & Actor(e1,x1) & v_licke(e1) & n_cat(x1))
7aefc0c0-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 s4 x1 x2 x3.(v_walk(e1) & of(x2,x3) & n_tree(x3) & n_piece(x2) & n_dog(x1) & across(e1,x2) & a_skinny(s1) & a_large(s3) & a_fallen(s4) & a_brown(s2) & Theme(s4,x3) & Theme(s3,x2) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1))
exists e1 p1 x1 x2 x3.(v_licke(e1) & of(x3,x2) & of(x2,x1) & n_plate(x3) & n_owner(x2) & n_male(x1) & n_cat(x1) & exists e2 s1.(v_cream(e2) & a_off(s1) & Theme(e2,x3) & Manner(e2,s1) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1))
A skinny brown dog walks across a large piece of fallen tree.
A dog flying in space.
2
-100
walks and flying are not the same
exists e1 s1 s2 s3 s4 x1 x2 x3.(across(e1,x2) & of(x2,x3) & n_tree(x3) & a_fallen(s4) & Theme(s4,x3) & n_piece(x2) & a_large(s3) & Theme(s3,x2) & Actor(e1,x1) & v_walk(e1) & n_dog(x1) & a_brown(s2) & Theme(s2,x1) & a_skinny(s1) & Theme(s1,x1))
exists e1 x1 x2 x3.(a_topic(x1) & in(e1,x3) & n_space(x3) & Actor(e1,x2) & v_fly(e1) & (x1 = x2) & n_dog(x1))
7aefc5f2-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 s4 x1 x2 x3.(v_walk(e1) & of(x2,x3) & n_tree(x3) & n_piece(x2) & n_dog(x1) & across(e1,x2) & a_skinny(s1) & a_large(s3) & a_fallen(s4) & a_brown(s2) & Theme(s4,x3) & Theme(s3,x2) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1))
exists e1 x1 x2 x3.(v_fly(e1) & n_space(x3) & n_dog(x1) & in(e1,x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
A skinny brown dog walks across a large piece of fallen tree.
A tree is no longer standing upright.
0
0.957107
Fallen means not upright, and trees start upright, so a fallen tree is no longer upright.
exists e1 s1 s2 s3 s4 x1 x2 x3.(across(e1,x2) & of(x2,x3) & n_tree(x3) & a_fallen(s4) & Theme(s4,x3) & n_piece(x2) & a_large(s3) & Theme(s3,x2) & Actor(e1,x1) & v_walk(e1) & n_dog(x1) & a_brown(s2) & Theme(s2,x1) & a_skinny(s1) & Theme(s1,x1))
exists e1 s1 x1 x2.(r_no(e1) & a_longer(s1) & Manner(e1,s1) & Time(e1,x2) & n_upright(x2) & Actor(e1,x1) & v_stand(e1) & n_tree(x1))
7aefcb10-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 s4 x1 x2 x3.(v_walk(e1) & of(x2,x3) & n_tree(x3) & n_piece(x2) & n_dog(x1) & across(e1,x2) & a_skinny(s1) & a_large(s3) & a_fallen(s4) & a_brown(s2) & Theme(s4,x3) & Theme(s3,x2) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1))
exists e1 s1 x1 x2.(v_stand(e1) & r_no(e1) & n_upright(x2) & n_tree(x1) & a_longer(s1) & Time(e1,x2) & Manner(e1,s1) & Actor(e1,x1))
A skinny brown dog walks across a large piece of fallen tree.
A small and malnourished puppy is walking across a large branch.
1
0.029455
A skinny brown dog walks across a large piece of fallen tree does not necessary that a small and malnourished puppy is walking across a large branch.
exists e1 s1 s2 s3 s4 x1 x2 x3.(across(e1,x2) & of(x2,x3) & n_tree(x3) & a_fallen(s4) & Theme(s4,x3) & n_piece(x2) & a_large(s3) & Theme(s3,x2) & Actor(e1,x1) & v_walk(e1) & n_dog(x1) & a_brown(s2) & Theme(s2,x1) & a_skinny(s1) & Theme(s1,x1))
exists e1 s1 s2 s3 x1 x2.(across(e1,x2) & n_branch(x2) & a_large(s3) & Theme(s3,x2) & Actor(e1,x1) & v_walk(e1) & n_puppy(x1) & a_malnourished(s2) & Theme(s2,x1) & a_small(s1) & Theme(s1,x1))
7aefd0f6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 s4 x1 x2 x3.(v_walk(e1) & of(x2,x3) & n_tree(x3) & n_piece(x2) & n_dog(x1) & across(e1,x2) & a_skinny(s1) & a_large(s3) & a_fallen(s4) & a_brown(s2) & Theme(s4,x3) & Theme(s3,x2) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1))
exists e1 s1 s2 s3 x1 x2.(v_walk(e1) & n_puppy(x1) & n_branch(x2) & across(e1,x2) & a_small(s1) & a_malnourished(s2) & a_large(s3) & Theme(s3,x2) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1))
A skinny brown dog walks across a large piece of fallen tree.
The tree fell over from a storm.
1
0.494
A storm is not the only possible cause for a tree to fall.
exists e1 s1 s2 s3 s4 x1 x2 x3.(across(e1,x2) & of(x2,x3) & n_tree(x3) & a_fallen(s4) & Theme(s4,x3) & n_piece(x2) & a_large(s3) & Theme(s3,x2) & Actor(e1,x1) & v_walk(e1) & n_dog(x1) & a_brown(s2) & Theme(s2,x1) & a_skinny(s1) & Theme(s1,x1))
exists e1 s1 x1 x2.(n_tree(x1) & from(e1,x2) & n_storm(x2) & a_over(s1) & Manner(e1,s1) & Actor(e1,x1) & v_fall(e1))
7aefd632-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 s4 x1 x2 x3.(v_walk(e1) & of(x2,x3) & n_tree(x3) & n_piece(x2) & n_dog(x1) & across(e1,x2) & a_skinny(s1) & a_large(s3) & a_fallen(s4) & a_brown(s2) & Theme(s4,x3) & Theme(s3,x2) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1))
exists e1 s1 x1 x2.(v_fall(e1) & n_tree(x1) & n_storm(x2) & from(e1,x2) & a_over(s1) & Manner(e1,s1) & Actor(e1,x1))
A group of people, some of whom are standing and using chopsticks, surround a table which is laden with plates of food.
The group are family.
1
0.425557
A group of people eating together is not necessarily family.
exists e1 e3 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(Theme(e3,x10) & Actor(e3,x9) & v_use(e3) & n_chopstick(x10) & of(x9,x3) & n_thing(x9) & Actor(e2,x8) & v_stand(e2) & of(x8,x3) & n_thing(x8) & Theme(e1,x4) & Actor(e1,x1) & v_surround(e1) & with(s1,x6) & of(x6,x7) & n_food(x7) & n_plate(x6) & Theme(s1,x5) & a_laden(s1) & (x4 = x5) & n_table(x4) & of(x1,x2) & (x2 = x3) & n_people(x2) & n_group(x1))
exists p1 x1.(n_group(x1) & exists x2.((x1 = x2) & n_family(x2)))
7aefdb50-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e3 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(with(s1,x6) & v_use(e3) & v_surround(e1) & v_stand(e2) & of(x9,x3) & of(x8,x3) & of(x6,x7) & of(x1,x2) & n_thing(x9) & n_thing(x8) & n_table(x4) & n_plate(x6) & n_people(x2) & n_group(x1) & n_food(x7) & n_chopstick(x10) & a_laden(s1) & Theme(s1,x5) & Theme(e3,x10) & Theme(e1,x4) & Actor(e3,x9) & Actor(e2,x8) & Actor(e1,x1) & (x4 = x5) & (x2 = x3))
exists x1.(n_group(x1) & exists x2.(n_family(x2) & (x1 = x2)))
A group of people, some of whom are standing and using chopsticks, surround a table which is laden with plates of food.
No one has food.
2
-100
There is plenty of food and everyone is standing around eating it, so it is contradictory to say no one has food.
exists e1 e2 e3 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(Theme(e3,x10) & Actor(e3,x9) & v_use(e3) & n_chopstick(x10) & of(x9,x3) & n_thing(x9) & Actor(e2,x8) & v_stand(e2) & of(x8,x3) & n_thing(x8) & Theme(e1,x4) & Actor(e1,x1) & v_surround(e1) & with(s1,x6) & of(x6,x7) & n_food(x7) & n_plate(x6) & Theme(s1,x5) & a_laden(s1) & (x4 = x5) & n_table(x4) & of(x1,x2) & (x2 = x3) & n_people(x2) & n_group(x1))
-exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_food(x2) & n_one(x1))
7aefe118-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 e3 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(with(s1,x6) & v_use(e3) & v_surround(e1) & v_stand(e2) & of(x9,x3) & of(x8,x3) & of(x6,x7) & of(x1,x2) & n_thing(x9) & n_thing(x8) & n_table(x4) & n_plate(x6) & n_people(x2) & n_group(x1) & n_food(x7) & n_chopstick(x10) & a_laden(s1) & Theme(s1,x5) & Theme(e3,x10) & Theme(e1,x4) & Actor(e3,x9) & Actor(e2,x8) & Actor(e1,x1) & (x4 = x5) & (x2 = x3))
all e1 x1 x2.(-v_have(e1) | -n_one(x1) | -n_food(x2) | -Theme(e1,x2) | -Actor(e1,x1))
A group of people, some of whom are standing and using chopsticks, surround a table which is laden with plates of food.
A group of people, some of whom are standing and using chopsticks, prepare to eat Chinese food.
1
0.752858
We don't know that the food is Chinese.
exists e1 e3 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(Theme(e3,x10) & Actor(e3,x9) & v_use(e3) & n_chopstick(x10) & of(x9,x3) & n_thing(x9) & Actor(e2,x8) & v_stand(e2) & of(x8,x3) & n_thing(x8) & Theme(e1,x4) & Actor(e1,x1) & v_surround(e1) & with(s1,x6) & of(x6,x7) & n_food(x7) & n_plate(x6) & Theme(s1,x5) & a_laden(s1) & (x4 = x5) & n_table(x4) & of(x1,x2) & (x2 = x3) & n_people(x2) & n_group(x1))
exists e1 e3 e2 p1 x1 x2 x3 x4 x5 x6.(Theme(e3,x6) & Actor(e3,x5) & v_use(e3) & n_chopstick(x6) & of(x5,x3) & n_thing(x5) & Actor(e2,x4) & v_stand(e2) & of(x4,x3) & n_thing(x4) & Topic(e1,p1) & Actor(e1,x1) & v_prepare(e1) & exists e4 s1 x7.(Theme(e4,x7) & Actor(e4,x1) & v_eat(e4) & n_food(x7) & a_chinese(s1) & Theme(s1,x7)) & of(x1,x2) & (x2 = x3) & n_people(x2) & n_group(x1))
7aefe64a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e3 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(with(s1,x6) & v_use(e3) & v_surround(e1) & v_stand(e2) & of(x9,x3) & of(x8,x3) & of(x6,x7) & of(x1,x2) & n_thing(x9) & n_thing(x8) & n_table(x4) & n_plate(x6) & n_people(x2) & n_group(x1) & n_food(x7) & n_chopstick(x10) & a_laden(s1) & Theme(s1,x5) & Theme(e3,x10) & Theme(e1,x4) & Actor(e3,x9) & Actor(e2,x8) & Actor(e1,x1) & (x4 = x5) & (x2 = x3))
exists e1 e3 e2 p1 x1 x2 x3 x4 x5 x6.(v_use(e3) & v_stand(e2) & v_prepare(e1) & of(x5,x3) & of(x4,x3) & of(x1,x2) & n_thing(x5) & n_thing(x4) & n_people(x2) & n_group(x1) & n_chopstick(x6) & exists e4 s1 x7.(v_eat(e4) & n_food(x7) & a_chinese(s1) & Theme(s1,x7) & Theme(e4,x7) & Actor(e4,x1)) & Topic(e1,p1) & Theme(e3,x6) & Actor(e3,x5) & Actor(e2,x4) & Actor(e1,x1) & (x2 = x3))
A group of people, some of whom are standing and using chopsticks, surround a table which is laden with plates of food.
A group of people, some of whom are standing and using chopsticks, are preparing to eat.
0
0.880927
"Preparing to eat" is a rephrasing of "surround a table which is laden with plates of food".
exists e1 e3 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(Theme(e3,x10) & Actor(e3,x9) & v_use(e3) & n_chopstick(x10) & of(x9,x3) & n_thing(x9) & Actor(e2,x8) & v_stand(e2) & of(x8,x3) & n_thing(x8) & Theme(e1,x4) & Actor(e1,x1) & v_surround(e1) & with(s1,x6) & of(x6,x7) & n_food(x7) & n_plate(x6) & Theme(s1,x5) & a_laden(s1) & (x4 = x5) & n_table(x4) & of(x1,x2) & (x2 = x3) & n_people(x2) & n_group(x1))
exists e1 e3 e2 p1 x1 x2 x3 x4 x5 x6.(Theme(e3,x6) & Actor(e3,x5) & v_use(e3) & n_chopstick(x6) & of(x5,x3) & n_thing(x5) & Actor(e2,x4) & v_stand(e2) & of(x4,x3) & n_thing(x4) & Topic(e1,p1) & Actor(e1,x1) & v_prepare(e1) & exists e4.(Actor(e4,x1) & v_eat(e4)) & of(x1,x2) & (x2 = x3) & n_people(x2) & n_group(x1))
7aefeb68-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e3 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(with(s1,x6) & v_use(e3) & v_surround(e1) & v_stand(e2) & of(x9,x3) & of(x8,x3) & of(x6,x7) & of(x1,x2) & n_thing(x9) & n_thing(x8) & n_table(x4) & n_plate(x6) & n_people(x2) & n_group(x1) & n_food(x7) & n_chopstick(x10) & a_laden(s1) & Theme(s1,x5) & Theme(e3,x10) & Theme(e1,x4) & Actor(e3,x9) & Actor(e2,x8) & Actor(e1,x1) & (x4 = x5) & (x2 = x3))
exists e1 e3 e2 p1 x1 x2 x3 x4 x5 x6.(v_use(e3) & v_stand(e2) & v_prepare(e1) & of(x5,x3) & of(x4,x3) & of(x1,x2) & n_thing(x5) & n_thing(x4) & n_people(x2) & n_group(x1) & n_chopstick(x6) & exists e4.(v_eat(e4) & Actor(e4,x1)) & Topic(e1,p1) & Theme(e3,x6) & Actor(e3,x5) & Actor(e2,x4) & Actor(e1,x1) & (x2 = x3))
A group of people, some of whom are standing and using chopsticks, surround a table which is laden with plates of food.
The people are swimming at the pool club
2
0.000009
standing and swimming are not the same
exists e1 e3 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(Theme(e3,x10) & Actor(e3,x9) & v_use(e3) & n_chopstick(x10) & of(x9,x3) & n_thing(x9) & Actor(e2,x8) & v_stand(e2) & of(x8,x3) & n_thing(x8) & Theme(e1,x4) & Actor(e1,x1) & v_surround(e1) & with(s1,x6) & of(x6,x7) & n_food(x7) & n_plate(x6) & Theme(s1,x5) & a_laden(s1) & (x4 = x5) & n_table(x4) & of(x1,x2) & (x2 = x3) & n_people(x2) & n_group(x1))
exists e1 x1 x2 x3.(n_club(x2) & of(x2,x3) & n_pool(x3) & n_people(x1) & at(e1,x2) & Actor(e1,x1) & v_swim(e1))
7aeff658-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e3 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(with(s1,x6) & v_use(e3) & v_surround(e1) & v_stand(e2) & of(x9,x3) & of(x8,x3) & of(x6,x7) & of(x1,x2) & n_thing(x9) & n_thing(x8) & n_table(x4) & n_plate(x6) & n_people(x2) & n_group(x1) & n_food(x7) & n_chopstick(x10) & a_laden(s1) & Theme(s1,x5) & Theme(e3,x10) & Theme(e1,x4) & Actor(e3,x9) & Actor(e2,x8) & Actor(e1,x1) & (x4 = x5) & (x2 = x3))
exists e1 x1 x2 x3.(v_swim(e1) & of(x2,x3) & n_pool(x3) & n_people(x1) & n_club(x2) & at(e1,x2) & Actor(e1,x1))
A group of people, some of whom are standing and using chopsticks, surround a table which is laden with plates of food.
Some people hold chopsticks.
0
-100
Using chopsticks refers to hold chopsticks
exists e3 e2 e1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(Theme(e3,x10) & Actor(e3,x9) & v_use(e3) & n_chopstick(x10) & of(x9,x3) & n_thing(x9) & Actor(e2,x8) & v_stand(e2) & of(x8,x3) & n_thing(x8) & Theme(e1,x4) & Actor(e1,x1) & v_surround(e1) & with(s1,x6) & of(x6,x7) & n_food(x7) & n_plate(x6) & Theme(s1,x5) & a_laden(s1) & (x4 = x5) & n_table(x4) & of(x1,x2) & (x2 = x3) & n_people(x2) & n_group(x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_chopstick(x2) & n_people(x1))
7aeffb9e-e4c8-11ec-9cdd-0242ac1c0002
exists e3 e2 e1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(with(s1,x6) & v_use(e3) & v_surround(e1) & v_stand(e2) & of(x9,x3) & of(x8,x3) & of(x6,x7) & of(x1,x2) & n_thing(x9) & n_thing(x8) & n_table(x4) & n_plate(x6) & n_people(x2) & n_group(x1) & n_food(x7) & n_chopstick(x10) & a_laden(s1) & Theme(s1,x5) & Theme(e3,x10) & Theme(e1,x4) & Actor(e3,x9) & Actor(e2,x8) & Actor(e1,x1) & (x4 = x5) & (x2 = x3))
exists e1 x1 x2.(v_hold(e1) & n_people(x1) & n_chopstick(x2) & Theme(e1,x2) & Actor(e1,x1))
A group of people, some of whom are standing and using chopsticks, surround a table which is laden with plates of food.
A group of people are eating.
0
0.967367
The presence of food and people using chopsticks does not necessarily mean that, as yet, a group of people are eating.
exists e1 e3 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(Theme(e3,x10) & Actor(e3,x9) & v_use(e3) & n_chopstick(x10) & of(x9,x3) & n_thing(x9) & Actor(e2,x8) & v_stand(e2) & of(x8,x3) & n_thing(x8) & Theme(e1,x4) & Actor(e1,x1) & v_surround(e1) & with(s1,x6) & of(x6,x7) & n_food(x7) & n_plate(x6) & Theme(s1,x5) & a_laden(s1) & (x4 = x5) & n_table(x4) & of(x1,x2) & (x2 = x3) & n_people(x2) & n_group(x1))
exists e1 x1 x2.(Actor(e1,x1) & v_eat(e1) & of(x1,x2) & n_people(x2) & n_group(x1))
7af00cc4-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e3 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(with(s1,x6) & v_use(e3) & v_surround(e1) & v_stand(e2) & of(x9,x3) & of(x8,x3) & of(x6,x7) & of(x1,x2) & n_thing(x9) & n_thing(x8) & n_table(x4) & n_plate(x6) & n_people(x2) & n_group(x1) & n_food(x7) & n_chopstick(x10) & a_laden(s1) & Theme(s1,x5) & Theme(e3,x10) & Theme(e1,x4) & Actor(e3,x9) & Actor(e2,x8) & Actor(e1,x1) & (x4 = x5) & (x2 = x3))
exists e1 x1 x2.(v_eat(e1) & of(x1,x2) & n_people(x2) & n_group(x1) & Actor(e1,x1))
A group of people, some of whom are standing and using chopsticks, surround a table which is laden with plates of food.
The people are at an Asian restaurant
1
0.750504
Plates of food on a table around which people are standing with chopsticks does not imply the location of an Asian restaurant.
exists e1 e3 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(Theme(e3,x10) & Actor(e3,x9) & v_use(e3) & n_chopstick(x10) & of(x9,x3) & n_thing(x9) & Actor(e2,x8) & v_stand(e2) & of(x8,x3) & n_thing(x8) & Theme(e1,x4) & Actor(e1,x1) & v_surround(e1) & with(s1,x6) & of(x6,x7) & n_food(x7) & n_plate(x6) & Theme(s1,x5) & a_laden(s1) & (x4 = x5) & n_table(x4) & of(x1,x2) & (x2 = x3) & n_people(x2) & n_group(x1))
exists p1 x1.(n_people(x1) & exists s1 x2.(at(x1,x2) & n_restaurant(x2) & a_asian(s1) & Theme(s1,x2)))
7af01836-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e3 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(with(s1,x6) & v_use(e3) & v_surround(e1) & v_stand(e2) & of(x9,x3) & of(x8,x3) & of(x6,x7) & of(x1,x2) & n_thing(x9) & n_thing(x8) & n_table(x4) & n_plate(x6) & n_people(x2) & n_group(x1) & n_food(x7) & n_chopstick(x10) & a_laden(s1) & Theme(s1,x5) & Theme(e3,x10) & Theme(e1,x4) & Actor(e3,x9) & Actor(e2,x8) & Actor(e1,x1) & (x4 = x5) & (x2 = x3))
exists x1.(n_people(x1) & exists s1 x2.(n_restaurant(x2) & at(x1,x2) & a_asian(s1) & Theme(s1,x2)))
A group of people, some of whom are standing and using chopsticks, surround a table which is laden with plates of food.
A group of people are eating.
1
0.967367
The presence of food and people using chopsticks does not necessarily mean that, as yet, a group of people are eating.
exists e1 e3 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(Theme(e3,x10) & Actor(e3,x9) & v_use(e3) & n_chopstick(x10) & of(x9,x3) & n_thing(x9) & Actor(e2,x8) & v_stand(e2) & of(x8,x3) & n_thing(x8) & Theme(e1,x4) & Actor(e1,x1) & v_surround(e1) & with(s1,x6) & of(x6,x7) & n_food(x7) & n_plate(x6) & Theme(s1,x5) & a_laden(s1) & (x4 = x5) & n_table(x4) & of(x1,x2) & (x2 = x3) & n_people(x2) & n_group(x1))
exists e1 x1 x2.(Actor(e1,x1) & v_eat(e1) & of(x1,x2) & n_people(x2) & n_group(x1))
7af024fc-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e3 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(with(s1,x6) & v_use(e3) & v_surround(e1) & v_stand(e2) & of(x9,x3) & of(x8,x3) & of(x6,x7) & of(x1,x2) & n_thing(x9) & n_thing(x8) & n_table(x4) & n_plate(x6) & n_people(x2) & n_group(x1) & n_food(x7) & n_chopstick(x10) & a_laden(s1) & Theme(s1,x5) & Theme(e3,x10) & Theme(e1,x4) & Actor(e3,x9) & Actor(e2,x8) & Actor(e1,x1) & (x4 = x5) & (x2 = x3))
exists e1 x1 x2.(v_eat(e1) & of(x1,x2) & n_people(x2) & n_group(x1) & Actor(e1,x1))
A group of people, some of whom are standing and using chopsticks, surround a table which is laden with plates of food.
A group of friends about to start their birthday meals.
1
0.115679
We don't know that the people are friends.
exists e1 e3 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(Theme(e3,x10) & Actor(e3,x9) & v_use(e3) & n_chopstick(x10) & of(x9,x3) & n_thing(x9) & Actor(e2,x8) & v_stand(e2) & of(x8,x3) & n_thing(x8) & Theme(e1,x4) & Actor(e1,x1) & v_surround(e1) & with(s1,x6) & of(x6,x7) & n_food(x7) & n_plate(x6) & Theme(s1,x5) & a_laden(s1) & (x4 = x5) & n_table(x4) & of(x1,x2) & (x2 = x3) & n_people(x2) & n_group(x1))
exists e1 p1 x1 x2 x3 x4 x5.(a_topic(x1) & Topic(e1,p1) & Actor(e1,x3) & v_about(e1) & exists e2.(Theme(e2,x4) & Actor(e2,x3) & v_start(e2)) & n_meal(x4) & of(x4,x5) & n_birthday(x5) & of(x4,x1) & n_thing(x1) & (x1 = x3) & of(x1,x2) & n_friend(x2) & n_group(x1))
7af02a56-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e3 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(with(s1,x6) & v_use(e3) & v_surround(e1) & v_stand(e2) & of(x9,x3) & of(x8,x3) & of(x6,x7) & of(x1,x2) & n_thing(x9) & n_thing(x8) & n_table(x4) & n_plate(x6) & n_people(x2) & n_group(x1) & n_food(x7) & n_chopstick(x10) & a_laden(s1) & Theme(s1,x5) & Theme(e3,x10) & Theme(e1,x4) & Actor(e3,x9) & Actor(e2,x8) & Actor(e1,x1) & (x4 = x5) & (x2 = x3))
exists e1 p1 x1 x2 x3 x4 x5.(v_about(e1) & of(x4,x5) & of(x4,x1) & of(x1,x2) & n_thing(x1) & n_meal(x4) & n_group(x1) & n_friend(x2) & n_birthday(x5) & exists e2.(v_start(e2) & Theme(e2,x4) & Actor(e2,x3)) & a_topic(x1) & Topic(e1,p1) & Actor(e1,x3) & (x1 = x3))
A girl doing a kick near a woman.
A boy and his dad are playing soccer.
2
-100
A girl is not a boy.
exists e1 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_do(e1) & near(x3,x4) & n_woman(x4) & n_kick(x3) & (x1 = x2) & n_girl(x1))
exists e1 x1 x2 x3 x4.(Theme(e1,x4) & Actor(e1,x1) & v_play(e1) & n_soccer(x4) & subset_of(x3,x1) & n_dad(x3) & of(x3,x2) & n_male(x2) & subset_of(x2,x1) & n_boy(x2))
7af42e9e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(v_do(e1) & near(x3,x4) & n_woman(x4) & n_kick(x3) & n_girl(x1) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
exists e1 x1 x2 x3 x4.(v_play(e1) & subset_of(x3,x1) & subset_of(x2,x1) & of(x3,x2) & n_soccer(x4) & n_male(x2) & n_dad(x3) & n_boy(x2) & Theme(e1,x4) & Actor(e1,x1))
A girl doing a kick near a woman.
A lady is teaching a child to kick a soccer ball.
1
-100
We don't know that the lady is teaching a child.
exists e1 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_do(e1) & near(x3,x4) & n_woman(x4) & n_kick(x3) & (x1 = x2) & n_girl(x1))
exists e1 p1 x1 x2 x3.(Topic(e1,p1) & exists e2 x4 x5.(Theme(e2,x4) & Actor(e2,x1) & v_kick(e2) & n_ball(x4) & of(x4,x5) & n_soccer(x5)) & Theme(e1,x3) & Actor(e1,x2) & v_teach(e1) & n_child(x3) & n_lady(x2) & n_lady(x1))
7af43524-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(v_do(e1) & near(x3,x4) & n_woman(x4) & n_kick(x3) & n_girl(x1) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
exists e1 p1 x1 x2 x3.(v_teach(e1) & n_lady(x2) & n_lady(x1) & n_child(x3) & exists e2 x4 x5.(v_kick(e2) & of(x4,x5) & n_soccer(x5) & n_ball(x4) & Theme(e2,x4) & Actor(e2,x1)) & Topic(e1,p1) & Theme(e1,x3) & Actor(e1,x2))
A girl doing a kick near a woman.
A child has one leg in the air.
0
-100
A girl is a child and kicking is done with one leg in the air.
exists e1 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_do(e1) & near(x3,x4) & n_woman(x4) & n_kick(x3) & (x1 = x2) & n_girl(x1))
exists e1 x1 x2 x3.(n_air(x3) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_leg(x2) & card_eq_1(x2) & n_child(x1))
7af43c54-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(v_do(e1) & near(x3,x4) & n_woman(x4) & n_kick(x3) & n_girl(x1) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
exists e1 x1 x2 x3.(v_have(e1) & n_leg(x2) & n_child(x1) & n_air(x3) & in(e1,x3) & card_eq_1(x2) & Theme(e1,x2) & Actor(e1,x1))
People stand in a warehouse.
People are in a warehouse.
0
-100
People stand in a warehouse is a rephrasing of people are in a warehouse.
exists e1 x1 x2.(in(e1,x2) & n_warehouse(x2) & Actor(e1,x1) & v_stand(e1) & n_people(x1))
exists p1 x1.(exists x2.(in(x1,x2) & n_warehouse(x2)) & n_people(x1))
7af442a8-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2.(v_stand(e1) & n_warehouse(x2) & n_people(x1) & in(e1,x2) & Actor(e1,x1))
exists x1.(n_people(x1) & exists x2.(n_warehouse(x2) & in(x1,x2)))
People stand in a warehouse.
People are shopping in a warehouse.
1
-100
People are standing in the warehouse but that doesn't necessarily mean they are shopping.
exists e1 x1 x2.(in(e1,x2) & n_warehouse(x2) & Actor(e1,x1) & v_stand(e1) & n_people(x1))
exists e1 x1 x2.(in(e1,x2) & n_warehouse(x2) & Actor(e1,x1) & v_shop(e1) & n_people(x1))
7af447bc-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2.(v_stand(e1) & n_warehouse(x2) & n_people(x1) & in(e1,x2) & Actor(e1,x1))
exists e1 x1 x2.(v_shop(e1) & n_warehouse(x2) & n_people(x1) & in(e1,x2) & Actor(e1,x1))
People stand in a warehouse.
People are skiing down a mountain.
2
-100
Skiing is different than stand.
exists e1 x1 x2.(in(e1,x2) & n_warehouse(x2) & Actor(e1,x1) & v_stand(e1) & n_people(x1))
exists e1 s1 x1 x2.(a_down(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_ski(e1) & n_mountain(x2) & n_people(x1))
7af44e42-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2.(v_stand(e1) & n_warehouse(x2) & n_people(x1) & in(e1,x2) & Actor(e1,x1))
exists e1 s1 x1 x2.(v_ski(e1) & n_people(x1) & n_mountain(x2) & a_down(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1))
A girl in jeans tries to show an adult how high she can kick.
The girl in jeans shows the adult how to punch.
2
-100
A kick is not a punch.
exists e1 p1 x1 x2.(Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e3 e2 p2 s1 x3 x4.(Theme(e3,x3) & Actor(e3,x1) & v_show(e3) & exists e4 x5.(Theme(e4,x5) & Actor(e4,x1) & v_kick(e4) & (x3 = x5)) & Topic(e2,p2) & Actor(e2,x1) & v_can(e2) & r_how(s1) & Theme(s1,x4) & a_high(s1) & (x3 = x4) & n_adult(x3)) & n_female(x1) & in(x1,x2) & n_jeans(x2) & n_girl(x1))
exists e1 p1 x1 x2 x3.(n_adult(x3) & n_girl(x1) & Theme(e1,x3) & Actor(e1,x1) & v_show(e1) & Topic(x3,p1) & exists e2.(Actor(e2,x3) & v_punch(e2)) & in(x1,x2) & n_jeans(x2))
7af4539c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 x1 x2.(v_try(e1) & n_jeans(x2) & n_girl(x1) & n_female(x1) & in(x1,x2) & exists e3 e2 p2 s1 x3 x4.(v_show(e3) & v_can(e2) & r_how(s1) & n_adult(x3) & exists e4 x5.(v_kick(e4) & Theme(e4,x5) & Actor(e4,x1) & (x3 = x5)) & a_high(s1) & Topic(e2,p2) & Theme(s1,x4) & Theme(e3,x3) & Actor(e3,x1) & Actor(e2,x1) & (x3 = x4)) & Topic(e1,p1) & Actor(e1,x1))
exists e1 p1 x1 x2 x3.(v_show(e1) & n_jeans(x2) & n_girl(x1) & n_adult(x3) & in(x1,x2) & exists e2.(v_punch(e2) & Actor(e2,x3)) & Topic(x3,p1) & Theme(e1,x3) & Actor(e1,x1))
A girl in jeans tries to show an adult how high she can kick.
the girl shows an adult to high kick.
0
-100
girl show an adult how high she can kick simply means the girl shows an adult to high kick
exists e1 p1 x1 x2.(Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e3 e2 p2 s1 x3 x4.(Theme(e3,x3) & Actor(e3,x1) & v_show(e3) & exists e4 x5.(Theme(e4,x5) & Actor(e4,x1) & v_kick(e4) & (x3 = x5)) & Topic(e2,p2) & Actor(e2,x1) & v_can(e2) & r_how(s1) & Theme(s1,x4) & a_high(s1) & (x3 = x4) & n_adult(x3)) & n_female(x1) & in(x1,x2) & n_jeans(x2) & n_girl(x1))
exists e1 s1 x1 x2 x3.(n_girl(x1) & Theme(e1,x2) & Actor(e1,x1) & v_show(e1) & to(x2,x3) & n_kick(x3) & a_high(s1) & Theme(s1,x3) & n_adult(x2))
7af458ce-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 x1 x2.(v_try(e1) & n_jeans(x2) & n_girl(x1) & n_female(x1) & in(x1,x2) & exists e3 e2 p2 s1 x3 x4.(v_show(e3) & v_can(e2) & r_how(s1) & n_adult(x3) & exists e4 x5.(v_kick(e4) & Theme(e4,x5) & Actor(e4,x1) & (x3 = x5)) & a_high(s1) & Topic(e2,p2) & Theme(s1,x4) & Theme(e3,x3) & Actor(e3,x1) & Actor(e2,x1) & (x3 = x4)) & Topic(e1,p1) & Actor(e1,x1))
exists e1 s1 x1 x2 x3.(v_show(e1) & to(x2,x3) & n_kick(x3) & n_girl(x1) & n_adult(x2) & a_high(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1))
A girl in jeans tries to show an adult how high she can kick.
The child in jeans grabs an adult to show them something.
1
-100
We don't know that the child grabs an adult.
exists e1 p1 x1 x2.(Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2 e3 p2 s1 x3 x4.(Theme(e3,x3) & Actor(e3,x1) & v_show(e3) & exists e4 x5.(Theme(e4,x5) & Actor(e4,x1) & v_kick(e4) & (x3 = x5)) & Topic(e2,p2) & Actor(e2,x1) & v_can(e2) & r_how(s1) & Theme(s1,x4) & a_high(s1) & (x3 = x4) & n_adult(x3)) & n_female(x1) & in(x1,x2) & n_jeans(x2) & n_girl(x1))
exists e1 p1 x1 x2 x3 x4 x5.(n_thing(x3) & n_child(x3) & n_child(x1) & Topic(e1,p1) & exists e2 s1.(a_something(s1) & Manner(e2,s1) & Theme(e2,x3) & Actor(e2,x1) & v_show(e2)) & Theme(e1,x5) & Actor(e1,x3) & v_grab(e1) & n_adult(x5) & in(x3,x4) & n_jeans(x4) & in(x1,x2) & n_jeans(x2))
7af45e00-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 x1 x2.(v_try(e1) & n_jeans(x2) & n_girl(x1) & n_female(x1) & in(x1,x2) & exists e2 e3 p2 s1 x3 x4.(v_show(e3) & v_can(e2) & r_how(s1) & n_adult(x3) & exists e4 x5.(v_kick(e4) & Theme(e4,x5) & Actor(e4,x1) & (x3 = x5)) & a_high(s1) & Topic(e2,p2) & Theme(s1,x4) & Theme(e3,x3) & Actor(e3,x1) & Actor(e2,x1) & (x3 = x4)) & Topic(e1,p1) & Actor(e1,x1))
exists e1 p1 x1 x2 x3 x4 x5.(v_grab(e1) & n_thing(x3) & n_jeans(x4) & n_jeans(x2) & n_child(x3) & n_child(x1) & n_adult(x5) & in(x3,x4) & in(x1,x2) & exists e2 s1.(v_show(e2) & a_something(s1) & Theme(e2,x3) & Manner(e2,s1) & Actor(e2,x1)) & Topic(e1,p1) & Theme(e1,x5) & Actor(e1,x3))
A group of people are standing in a warehouse.
There are crates stacked in the warehouse.
1
-100
Just because the people are at a warehouse does not mean there are stacked crates.
exists e1 x1 x2 x3.(in(e1,x3) & n_warehouse(x3) & Actor(e1,x1) & v_stand(e1) & of(x1,x2) & n_people(x2) & n_group(x1))
exists p1 x1 x4.(n_warehouse(x4) & exists e1 x2 x3.((x1 = x2) & in(e1,x4) & Theme(e1,x3) & v_stack(e1) & (x2 = x3) & n_crate(x2)))
7af475ac-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3.(v_stand(e1) & of(x1,x2) & n_warehouse(x3) & n_people(x2) & n_group(x1) & in(e1,x3) & Actor(e1,x1))
exists x1 x4.(n_warehouse(x4) & exists e1 x2 x3.(v_stack(e1) & n_crate(x2) & in(e1,x4) & Theme(e1,x3) & (x2 = x3) & (x1 = x2)))
A group of people are standing in a warehouse.
A group of people are inside.
0
-100
people are standing in a warehouse means they are inside
exists e1 x1 x2 x3.(in(e1,x3) & n_warehouse(x3) & Actor(e1,x1) & v_stand(e1) & of(x1,x2) & n_people(x2) & n_group(x1))
exists e1 s1 x1 x2.(a_inside(s1) & Manner(e1,s1) & Actor(e1,x1) & v_be(e1) & of(x1,x2) & n_people(x2) & n_group(x1))
7af47b88-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3.(v_stand(e1) & of(x1,x2) & n_warehouse(x3) & n_people(x2) & n_group(x1) & in(e1,x3) & Actor(e1,x1))
exists e1 s1 x1 x2.(v_be(e1) & of(x1,x2) & n_people(x2) & n_group(x1) & a_inside(s1) & Manner(e1,s1) & Actor(e1,x1))
A group of people are standing in a warehouse.
The people are outside in the sun.
2
-100
People are either standing in a warehouse or are outside in the sun.
exists e1 x1 x2 x3.(in(e1,x3) & n_warehouse(x3) & Actor(e1,x1) & v_stand(e1) & of(x1,x2) & n_people(x2) & n_group(x1))
exists s1 x1 x2.(n_sun(x2) & n_people(x1) & in(s1,x2) & Theme(s1,x1) & a_outside(s1))
7af480f6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3.(v_stand(e1) & of(x1,x2) & n_warehouse(x3) & n_people(x2) & n_group(x1) & in(e1,x3) & Actor(e1,x1))
exists s1 x1 x2.(n_sun(x2) & n_people(x1) & in(s1,x2) & a_outside(s1) & Theme(s1,x1))
Two males seem to be conversing while standing in front of a truck's back, and behind a metal item, while four people stand around them.
The group of men are about to get intoa fight
1
-100
Not all group conversations end intoa fight.
exists e1 p1 x1.(Topic(e1,p1) & Actor(e1,x1) & v_seem(e1) & exists e2 e4 e3 p2 p3 x2 x3 x4 x5 x6 x9.(while(e2,e4) & exists e6 x8.(around(e6,x9) & Actor(e6,x8) & v_stand(e6) & n_people(x8) & card_eq_4(x8)) & n_thing(x9) & while(e4,p3) & behind(e4,x5) & n_item(x5) & of(x5,x6) & n_metal(x6) & Actor(e4,x1) & v_stand(e4) & while(e2,e3) & exists e5 x7.(around(e5,x2) & Actor(e5,x7) & v_stand(e5) & n_people(x7) & card_eq_4(x7)) & n_thing(x2) & while(e3,p2) & in(e3,x2) & of(x2,x4) & n_back(x4) & of(x4,x3) & n_truck(x3) & n_front(x2) & Actor(e3,x1) & v_stand(e3) & Actor(e2,x1) & v_converse(e2)) & n_male(x1) & card_eq_2(x1))
exists p1 s1 x1 x2.(n_group(x1) & Topic(s1,p1) & Actor(s1,x1) & a_about(s1) & exists e1 s2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_get(e1) & n_fight(x3) & a_intoa(s2) & Theme(s2,x3)) & of(x1,x2) & n_man(x2))
7af49a6e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 x1.(v_seem(e1) & n_male(x1) & exists e2 e4 e3 p2 p3 x2 x3 x4 x5 x6 x9.(while(e4,p3) & while(e3,p2) & while(e2,e4) & while(e2,e3) & v_stand(e4) & v_stand(e3) & v_converse(e2) & of(x5,x6) & of(x4,x3) & of(x2,x4) & n_truck(x3) & n_thing(x9) & n_thing(x2) & n_metal(x6) & n_item(x5) & n_front(x2) & n_back(x4) & in(e3,x2) & exists e6 x8.(v_stand(e6) & n_people(x8) & card_eq_4(x8) & around(e6,x9) & Actor(e6,x8)) & exists e5 x7.(v_stand(e5) & n_people(x7) & card_eq_4(x7) & around(e5,x2) & Actor(e5,x7)) & behind(e4,x5) & Actor(e4,x1) & Actor(e3,x1) & Actor(e2,x1)) & card_eq_2(x1) & Topic(e1,p1) & Actor(e1,x1))
exists p1 s1 x1 x2.(of(x1,x2) & n_man(x2) & n_group(x1) & exists e1 s2 x3.(v_get(e1) & n_fight(x3) & a_intoa(s2) & Theme(s2,x3) & Theme(e1,x3) & Actor(e1,x1)) & a_about(s1) & Topic(s1,p1) & Actor(s1,x1))
Two males seem to be conversing while standing in front of a truck's back, and behind a metal item, while four people stand around them.
There is a group of men
0
-100
Two male plus four other people are group of men.
exists e1 p1 x1.(Topic(e1,p1) & Actor(e1,x1) & v_seem(e1) & exists e2 e3 e4 p2 p3 x2 x3 x4 x5 x6 x9.(while(e2,e4) & exists e6 x8.(around(e6,x9) & Actor(e6,x8) & v_stand(e6) & n_people(x8) & card_eq_4(x8)) & n_thing(x9) & while(e4,p3) & behind(e4,x5) & n_item(x5) & of(x5,x6) & n_metal(x6) & Actor(e4,x1) & v_stand(e4) & while(e2,e3) & exists e5 x7.(around(e5,x2) & Actor(e5,x7) & v_stand(e5) & n_people(x7) & card_eq_4(x7)) & n_thing(x2) & while(e3,p2) & in(e3,x2) & of(x2,x4) & n_back(x4) & of(x4,x3) & n_truck(x3) & n_front(x2) & Actor(e3,x1) & v_stand(e3) & Actor(e2,x1) & v_converse(e2)) & n_male(x1) & card_eq_2(x1))
exists p1 x1 x2 x3.((x1 = x2) & of(x2,x3) & n_man(x3) & n_group(x2))
7af4a0ea-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 x1.(v_seem(e1) & n_male(x1) & exists e2 e3 e4 p2 p3 x2 x3 x4 x5 x6 x9.(while(e4,p3) & while(e3,p2) & while(e2,e4) & while(e2,e3) & v_stand(e4) & v_stand(e3) & v_converse(e2) & of(x5,x6) & of(x4,x3) & of(x2,x4) & n_truck(x3) & n_thing(x9) & n_thing(x2) & n_metal(x6) & n_item(x5) & n_front(x2) & n_back(x4) & in(e3,x2) & exists e6 x8.(v_stand(e6) & n_people(x8) & card_eq_4(x8) & around(e6,x9) & Actor(e6,x8)) & exists e5 x7.(v_stand(e5) & n_people(x7) & card_eq_4(x7) & around(e5,x2) & Actor(e5,x7)) & behind(e4,x5) & Actor(e4,x1) & Actor(e3,x1) & Actor(e2,x1)) & card_eq_2(x1) & Topic(e1,p1) & Actor(e1,x1))
exists x1 x2 x3.(of(x2,x3) & n_man(x3) & n_group(x2) & (x1 = x2))
Two males seem to be conversing while standing in front of a truck's back, and behind a metal item, while four people stand around them.
The two males are alone in the woods
2
-100
Two and four are not the same.
exists e1 p1 x1.(Topic(e1,p1) & Actor(e1,x1) & v_seem(e1) & exists e2 e3 e4 p2 p3 x2 x3 x4 x5 x6 x9.(while(e2,e4) & exists e6 x8.(around(e6,x9) & Actor(e6,x8) & v_stand(e6) & n_people(x8) & card_eq_4(x8)) & n_thing(x9) & while(e4,p3) & behind(e4,x5) & n_item(x5) & of(x5,x6) & n_metal(x6) & Actor(e4,x1) & v_stand(e4) & while(e2,e3) & exists e5 x7.(around(e5,x2) & Actor(e5,x7) & v_stand(e5) & n_people(x7) & card_eq_4(x7)) & n_thing(x2) & while(e3,p2) & in(e3,x2) & of(x2,x4) & n_back(x4) & of(x4,x3) & n_truck(x3) & n_front(x2) & Actor(e3,x1) & v_stand(e3) & Actor(e2,x1) & v_converse(e2)) & n_male(x1) & card_eq_2(x1))
exists p1 s1 x1 x2.(n_wood(x2) & n_male(x1) & card_eq_2(x1) & a_alone(s1) & Manner(p1,s1) & in(x1,x2))
7af4a61c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 x1.(v_seem(e1) & n_male(x1) & exists e2 e3 e4 p2 p3 x2 x3 x4 x5 x6 x9.(while(e4,p3) & while(e3,p2) & while(e2,e4) & while(e2,e3) & v_stand(e4) & v_stand(e3) & v_converse(e2) & of(x5,x6) & of(x4,x3) & of(x2,x4) & n_truck(x3) & n_thing(x9) & n_thing(x2) & n_metal(x6) & n_item(x5) & n_front(x2) & n_back(x4) & in(e3,x2) & exists e6 x8.(v_stand(e6) & n_people(x8) & card_eq_4(x8) & around(e6,x9) & Actor(e6,x8)) & exists e5 x7.(v_stand(e5) & n_people(x7) & card_eq_4(x7) & around(e5,x2) & Actor(e5,x7)) & behind(e4,x5) & Actor(e4,x1) & Actor(e3,x1) & Actor(e2,x1)) & card_eq_2(x1) & Topic(e1,p1) & Actor(e1,x1))
exists p1 s1 x1 x2.(n_wood(x2) & n_male(x1) & in(x1,x2) & card_eq_2(x1) & a_alone(s1) & Manner(p1,s1))
A fashionably dressed woman holding a record in a frame at a used bookstore.
A woman holding a rare record.
1
-100
Just because a record is framed does not mean it is rare.
exists e2 e3 e1 x1 x2 x3 x4 x5.(a_topic(x1) & in(e2,x4) & at(x4,x5) & n_bookstore(x5) & Theme(e3,x5) & v_use(e3) & n_frame(x4) & Theme(e2,x3) & Actor(e2,x2) & v_hold(e2) & n_record(x3) & (x1 = x2) & n_woman(x1) & Theme(e1,x1) & v_dress(e1) & r_fashionably(x1))
exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & n_record(x3) & a_rare(s1) & Theme(s1,x3) & (x1 = x2) & n_woman(x1))
7af4ab4e-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e3 e1 x1 x2 x3 x4 x5.(v_use(e3) & v_hold(e2) & v_dress(e1) & r_fashionably(x1) & n_woman(x1) & n_record(x3) & n_frame(x4) & n_bookstore(x5) & in(e2,x4) & at(x4,x5) & a_topic(x1) & Theme(e3,x5) & Theme(e2,x3) & Theme(e1,x1) & Actor(e2,x2) & (x1 = x2))
exists e1 s1 x1 x2 x3.(v_hold(e1) & n_woman(x1) & n_record(x3) & a_topic(x1) & a_rare(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
A fashionably dressed woman holding a record in a frame at a used bookstore.
A woman holding a CD.
2
-100
A frame and a CD are not the same.
exists e3 e2 e1 x1 x2 x3 x4 x5.(a_topic(x1) & in(e2,x4) & at(x4,x5) & n_bookstore(x5) & Theme(e3,x5) & v_use(e3) & n_frame(x4) & Theme(e2,x3) & Actor(e2,x2) & v_hold(e2) & n_record(x3) & (x1 = x2) & n_woman(x1) & Theme(e1,x1) & v_dress(e1) & r_fashionably(x1))
exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & n_cd(x3) & (x1 = x2) & n_woman(x1))
7af4b15c-e4c8-11ec-9cdd-0242ac1c0002
exists e3 e2 e1 x1 x2 x3 x4 x5.(v_use(e3) & v_hold(e2) & v_dress(e1) & r_fashionably(x1) & n_woman(x1) & n_record(x3) & n_frame(x4) & n_bookstore(x5) & in(e2,x4) & at(x4,x5) & a_topic(x1) & Theme(e3,x5) & Theme(e2,x3) & Theme(e1,x1) & Actor(e2,x2) & (x1 = x2))
exists e1 x1 x2 x3.(v_hold(e1) & n_woman(x1) & n_cd(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
A fashionably dressed woman holding a record in a frame at a used bookstore.
A woman holding a framed record.
0
-100
record in a framed mean the same thing as framed record.
exists e3 e2 e1 x1 x2 x3 x4 x5.(a_topic(x1) & in(e2,x4) & at(x4,x5) & n_bookstore(x5) & Theme(e3,x5) & v_use(e3) & n_frame(x4) & Theme(e2,x3) & Actor(e2,x2) & v_hold(e2) & n_record(x3) & (x1 = x2) & n_woman(x1) & Theme(e1,x1) & v_dress(e1) & r_fashionably(x1))
exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & n_record(x3) & a_framed(s1) & Theme(s1,x3) & (x1 = x2) & n_woman(x1))
7af4b6ac-e4c8-11ec-9cdd-0242ac1c0002
exists e3 e2 e1 x1 x2 x3 x4 x5.(v_use(e3) & v_hold(e2) & v_dress(e1) & r_fashionably(x1) & n_woman(x1) & n_record(x3) & n_frame(x4) & n_bookstore(x5) & in(e2,x4) & at(x4,x5) & a_topic(x1) & Theme(e3,x5) & Theme(e2,x3) & Theme(e1,x1) & Actor(e2,x2) & (x1 = x2))
exists e1 s1 x1 x2 x3.(v_hold(e1) & n_woman(x1) & n_record(x3) & a_topic(x1) & a_framed(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
A man wearing sunglasses and a cap turns donuts with a piece machinery creating a cloud of smoke as a crowd watches and photographs the action.
The man is wearing sunglasses.
0
-100
A man and The man is referring to the same person.
exists e3 e5 e4 e6 e2 e1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19.(n_action(x19) & Theme(e6,x19) & Actor(e6,x14) & v_photograph(e6) & subset_of(x18,x14) & n_cap(x18) & subset_of(x15,x14) & Theme(e5,x17) & Actor(e5,x16) & v_wear(e5) & n_sunglass(x17) & (x15 = x16) & n_man(x15) & with(e2,x7) & Theme(e4,x13) & Actor(e4,x8) & v_watch(e4) & (x7 = x13) & Theme(e3,x10) & Actor(e3,x9) & v_create(e3) & as(x10,x12) & n_crowd(x12) & of(x10,x11) & n_smoke(x11) & n_cloud(x10) & (x8 = x9) & n_machinery(x8) & n_piece(x7) & Theme(e2,x6) & Actor(e2,x1) & v_turn(e2) & n_donut(x6) & subset_of(x5,x1) & n_cap(x5) & subset_of(x2,x1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & n_sunglass(x4) & (x2 = x3) & n_man(x2))
exists e1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_sunglass(x2))
7af4cb74-e4c8-11ec-9cdd-0242ac1c0002
exists e3 e5 e4 e6 e2 e1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19.(with(e2,x7) & v_wear(e5) & v_wear(e1) & v_watch(e4) & v_turn(e2) & v_photograph(e6) & v_create(e3) & subset_of(x5,x1) & subset_of(x2,x1) & subset_of(x18,x14) & subset_of(x15,x14) & of(x10,x11) & n_sunglass(x4) & n_sunglass(x17) & n_smoke(x11) & n_piece(x7) & n_man(x2) & n_man(x15) & n_machinery(x8) & n_donut(x6) & n_crowd(x12) & n_cloud(x10) & n_cap(x5) & n_cap(x18) & n_action(x19) & as(x10,x12) & Theme(e6,x19) & Theme(e5,x17) & Theme(e4,x13) & Theme(e3,x10) & Theme(e2,x6) & Theme(e1,x4) & Actor(e6,x14) & Actor(e5,x16) & Actor(e4,x8) & Actor(e3,x9) & Actor(e2,x1) & Actor(e1,x3) & (x8 = x9) & (x7 = x13) & (x2 = x3) & (x15 = x16))
exists e1 x1 x2.(v_wear(e1) & n_sunglass(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1))
A man wearing sunglasses and a cap turns donuts with a piece machinery creating a cloud of smoke as a crowd watches and photographs the action.
The man is tired.
1
-100
Not all men are tired.
exists e4 e3 e6 e5 e1 e2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19.(n_action(x19) & Theme(e6,x19) & Actor(e6,x14) & v_photograph(e6) & subset_of(x18,x14) & n_cap(x18) & subset_of(x15,x14) & Theme(e5,x17) & Actor(e5,x16) & v_wear(e5) & n_sunglass(x17) & (x15 = x16) & n_man(x15) & with(e2,x7) & Theme(e4,x13) & Actor(e4,x8) & v_watch(e4) & (x7 = x13) & Theme(e3,x10) & Actor(e3,x9) & v_create(e3) & as(x10,x12) & n_crowd(x12) & of(x10,x11) & n_smoke(x11) & n_cloud(x10) & (x8 = x9) & n_machinery(x8) & n_piece(x7) & Theme(e2,x6) & Actor(e2,x1) & v_turn(e2) & n_donut(x6) & subset_of(x5,x1) & n_cap(x5) & subset_of(x2,x1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & n_sunglass(x4) & (x2 = x3) & n_man(x2))
exists s1 x1.(n_man(x1) & Theme(s1,x1) & a_tired(s1))
7af4d0d8-e4c8-11ec-9cdd-0242ac1c0002
exists e4 e3 e6 e5 e1 e2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19.(with(e2,x7) & v_wear(e5) & v_wear(e1) & v_watch(e4) & v_turn(e2) & v_photograph(e6) & v_create(e3) & subset_of(x5,x1) & subset_of(x2,x1) & subset_of(x18,x14) & subset_of(x15,x14) & of(x10,x11) & n_sunglass(x4) & n_sunglass(x17) & n_smoke(x11) & n_piece(x7) & n_man(x2) & n_man(x15) & n_machinery(x8) & n_donut(x6) & n_crowd(x12) & n_cloud(x10) & n_cap(x5) & n_cap(x18) & n_action(x19) & as(x10,x12) & Theme(e6,x19) & Theme(e5,x17) & Theme(e4,x13) & Theme(e3,x10) & Theme(e2,x6) & Theme(e1,x4) & Actor(e6,x14) & Actor(e5,x16) & Actor(e4,x8) & Actor(e3,x9) & Actor(e2,x1) & Actor(e1,x3) & (x8 = x9) & (x7 = x13) & (x2 = x3) & (x15 = x16))
exists s1 x1.(n_man(x1) & a_tired(s1) & Theme(s1,x1))
A man wearing sunglasses and a cap turns donuts with a piece machinery creating a cloud of smoke as a crowd watches and photographs the action.
The man is swimming in a pool.
2
-100
A man cannot be swimming in a pool while he turns donuts with a piece machinery.
exists e4 e6 e1 e5 e3 e2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19.(n_action(x19) & Theme(e6,x19) & Actor(e6,x14) & v_photograph(e6) & subset_of(x18,x14) & n_cap(x18) & subset_of(x15,x14) & Theme(e5,x17) & Actor(e5,x16) & v_wear(e5) & n_sunglass(x17) & (x15 = x16) & n_man(x15) & with(e2,x7) & Theme(e4,x13) & Actor(e4,x8) & v_watch(e4) & (x7 = x13) & Theme(e3,x10) & Actor(e3,x9) & v_create(e3) & as(x10,x12) & n_crowd(x12) & of(x10,x11) & n_smoke(x11) & n_cloud(x10) & (x8 = x9) & n_machinery(x8) & n_piece(x7) & Theme(e2,x6) & Actor(e2,x1) & v_turn(e2) & n_donut(x6) & subset_of(x5,x1) & n_cap(x5) & subset_of(x2,x1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & n_sunglass(x4) & (x2 = x3) & n_man(x2))
exists e1 x1 x2.(n_man(x1) & in(e1,x2) & n_pool(x2) & Actor(e1,x1) & v_swim(e1))
7af4d5a6-e4c8-11ec-9cdd-0242ac1c0002
exists e4 e6 e1 e5 e3 e2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19.(with(e2,x7) & v_wear(e5) & v_wear(e1) & v_watch(e4) & v_turn(e2) & v_photograph(e6) & v_create(e3) & subset_of(x5,x1) & subset_of(x2,x1) & subset_of(x18,x14) & subset_of(x15,x14) & of(x10,x11) & n_sunglass(x4) & n_sunglass(x17) & n_smoke(x11) & n_piece(x7) & n_man(x2) & n_man(x15) & n_machinery(x8) & n_donut(x6) & n_crowd(x12) & n_cloud(x10) & n_cap(x5) & n_cap(x18) & n_action(x19) & as(x10,x12) & Theme(e6,x19) & Theme(e5,x17) & Theme(e4,x13) & Theme(e3,x10) & Theme(e2,x6) & Theme(e1,x4) & Actor(e6,x14) & Actor(e5,x16) & Actor(e4,x8) & Actor(e3,x9) & Actor(e2,x1) & Actor(e1,x3) & (x8 = x9) & (x7 = x13) & (x2 = x3) & (x15 = x16))
exists e1 x1 x2.(v_swim(e1) & n_pool(x2) & n_man(x1) & in(e1,x2) & Actor(e1,x1))
A construction worker with a beard, wearing a hat and sunglasses is cutting concrete with a concrete saw, kicking up a lot of dust, while his coworkers just sit there and watch.
people are working
0
-100
coworkers are number of people.
exists e3 e2 e1 p1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15.(rel(e2,x12) & with(x12,x14) & n_beard(x14) & n_worker(x12) & of(x12,x13) & n_construction(x13) & with(e2,x6) & subset_of(x11,x6) & n_watch(x11) & subset_of(x7,x6) & exists e4 s3 s4.(a_just(s4) & Manner(e4,s4) & a_there(s3) & Manner(e4,s3) & Actor(e4,x15) & v_sit(e4)) & n_coworker(x15) & of(x15,x1) & n_male(x1) & while(e3,p1) & a_up(s2) & Manner(e3,s2) & Theme(e3,x9) & Actor(e3,x8) & v_kick(e3) & of(x9,x10) & n_dust(x10) & n_lot(x9) & (x7 = x8) & n_saw(x7) & a_concrete(s1) & Theme(s1,x7) & Theme(e2,x5) & Actor(e2,e1) & v_cut(e2) & n_concrete(x5) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & subset_of(x4,x2) & n_sunglass(x4) & subset_of(x3,x2) & n_hat(x3) & n_thing(x1))
exists e1 x1.(Actor(e1,x1) & v_work(e1) & n_people(x1))
7af4dc04-e4c8-11ec-9cdd-0242ac1c0002
exists e3 e2 e1 p1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15.(with(x12,x14) & with(e2,x6) & while(e3,p1) & v_wear(e1) & v_kick(e3) & v_cut(e2) & subset_of(x7,x6) & subset_of(x4,x2) & subset_of(x3,x2) & subset_of(x11,x6) & rel(e2,x12) & of(x9,x10) & of(x15,x1) & of(x12,x13) & n_worker(x12) & n_watch(x11) & n_thing(x1) & n_sunglass(x4) & n_saw(x7) & n_male(x1) & n_lot(x9) & n_hat(x3) & n_dust(x10) & n_coworker(x15) & n_construction(x13) & n_concrete(x5) & n_beard(x14) & exists e4 s3 s4.(v_sit(e4) & a_there(s3) & a_just(s4) & Manner(e4,s4) & Manner(e4,s3) & Actor(e4,x15)) & a_up(s2) & a_concrete(s1) & Theme(s1,x7) & Theme(e3,x9) & Theme(e2,x5) & Theme(e1,x2) & Manner(e3,s2) & Actor(e3,x8) & Actor(e2,e1) & Actor(e1,x1) & (x7 = x8))
exists e1 x1.(v_work(e1) & n_people(x1) & Actor(e1,x1))
A construction worker with a beard, wearing a hat and sunglasses is cutting concrete with a concrete saw, kicking up a lot of dust, while his coworkers just sit there and watch.
the worker is angry
1
-100
Not all men are angry.
exists e3 e1 e2 p1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15.(rel(e2,x12) & with(x12,x14) & n_beard(x14) & n_worker(x12) & of(x12,x13) & n_construction(x13) & with(e2,x6) & subset_of(x11,x6) & n_watch(x11) & subset_of(x7,x6) & exists e4 s3 s4.(a_just(s4) & Manner(e4,s4) & a_there(s3) & Manner(e4,s3) & Actor(e4,x15) & v_sit(e4)) & n_coworker(x15) & of(x15,x1) & n_male(x1) & while(e3,p1) & a_up(s2) & Manner(e3,s2) & Theme(e3,x9) & Actor(e3,x8) & v_kick(e3) & of(x9,x10) & n_dust(x10) & n_lot(x9) & (x7 = x8) & n_saw(x7) & a_concrete(s1) & Theme(s1,x7) & Theme(e2,x5) & Actor(e2,e1) & v_cut(e2) & n_concrete(x5) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & subset_of(x4,x2) & n_sunglass(x4) & subset_of(x3,x2) & n_hat(x3) & n_thing(x1))
exists s1 x1.(n_worker(x1) & Theme(s1,x1) & a_angry(s1))
7af5a0d0-e4c8-11ec-9cdd-0242ac1c0002
exists e3 e1 e2 p1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15.(with(x12,x14) & with(e2,x6) & while(e3,p1) & v_wear(e1) & v_kick(e3) & v_cut(e2) & subset_of(x7,x6) & subset_of(x4,x2) & subset_of(x3,x2) & subset_of(x11,x6) & rel(e2,x12) & of(x9,x10) & of(x15,x1) & of(x12,x13) & n_worker(x12) & n_watch(x11) & n_thing(x1) & n_sunglass(x4) & n_saw(x7) & n_male(x1) & n_lot(x9) & n_hat(x3) & n_dust(x10) & n_coworker(x15) & n_construction(x13) & n_concrete(x5) & n_beard(x14) & exists e4 s3 s4.(v_sit(e4) & a_there(s3) & a_just(s4) & Manner(e4,s4) & Manner(e4,s3) & Actor(e4,x15)) & a_up(s2) & a_concrete(s1) & Theme(s1,x7) & Theme(e3,x9) & Theme(e2,x5) & Theme(e1,x2) & Manner(e3,s2) & Actor(e3,x8) & Actor(e2,e1) & Actor(e1,x1) & (x7 = x8))
exists s1 x1.(n_worker(x1) & a_angry(s1) & Theme(s1,x1))
A construction worker with a beard, wearing a hat and sunglasses is cutting concrete with a concrete saw, kicking up a lot of dust, while his coworkers just sit there and watch.
the worker is sitting idle with coworkers
2
-100
A worker cannot be sitting idle while he is cutting concrete with a concrete saw.
exists e1 e2 e3 p1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15.(rel(e2,x12) & with(x12,x14) & n_beard(x14) & n_worker(x12) & of(x12,x13) & n_construction(x13) & with(e2,x6) & subset_of(x11,x6) & n_watch(x11) & subset_of(x7,x6) & exists e4 s3 s4.(a_just(s4) & Manner(e4,s4) & a_there(s3) & Manner(e4,s3) & Actor(e4,x15) & v_sit(e4)) & n_coworker(x15) & of(x15,x1) & n_male(x1) & while(e3,p1) & a_up(s2) & Manner(e3,s2) & Theme(e3,x9) & Actor(e3,x8) & v_kick(e3) & of(x9,x10) & n_dust(x10) & n_lot(x9) & (x7 = x8) & n_saw(x7) & a_concrete(s1) & Theme(s1,x7) & Theme(e2,x5) & Actor(e2,e1) & v_cut(e2) & n_concrete(x5) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & subset_of(x4,x2) & n_sunglass(x4) & subset_of(x3,x2) & n_hat(x3) & n_thing(x1))
exists e1 p1 x1 x2.(n_worker(x1) & with(e1,x2) & n_coworker(x2) & exists s1.(Theme(s1,x1) & a_idle(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_sit(e1))
7af5a756-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 e3 p1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15.(with(x12,x14) & with(e2,x6) & while(e3,p1) & v_wear(e1) & v_kick(e3) & v_cut(e2) & subset_of(x7,x6) & subset_of(x4,x2) & subset_of(x3,x2) & subset_of(x11,x6) & rel(e2,x12) & of(x9,x10) & of(x15,x1) & of(x12,x13) & n_worker(x12) & n_watch(x11) & n_thing(x1) & n_sunglass(x4) & n_saw(x7) & n_male(x1) & n_lot(x9) & n_hat(x3) & n_dust(x10) & n_coworker(x15) & n_construction(x13) & n_concrete(x5) & n_beard(x14) & exists e4 s3 s4.(v_sit(e4) & a_there(s3) & a_just(s4) & Manner(e4,s4) & Manner(e4,s3) & Actor(e4,x15)) & a_up(s2) & a_concrete(s1) & Theme(s1,x7) & Theme(e3,x9) & Theme(e2,x5) & Theme(e1,x2) & Manner(e3,s2) & Actor(e3,x8) & Actor(e2,e1) & Actor(e1,x1) & (x7 = x8))
exists e1 p1 x1 x2.(with(e1,x2) & v_sit(e1) & n_worker(x1) & n_coworker(x2) & exists s1.(a_idle(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1))
A man is demonstrating something for a crowd.
A man does something for a crowd.
0
-100
demonstrating something and does something both mean the same thin.
exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_demonstrate(e1) & for(x2,x3) & n_crowd(x3) & n_thing(x2) & n_man(x1))
exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_do(e1) & for(x2,x3) & n_crowd(x3) & n_thing(x2) & n_man(x1))
7af5ad64-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3.(v_demonstrate(e1) & n_thing(x2) & n_man(x1) & n_crowd(x3) & for(x2,x3) & Theme(e1,x2) & Actor(e1,x1))
exists e1 x1 x2 x3.(v_do(e1) & n_thing(x2) & n_man(x1) & n_crowd(x3) & for(x2,x3) & Theme(e1,x2) & Actor(e1,x1))
A man is demonstrating something for a crowd.
A man watches a dog play at the park.
2
-100
Demonstrating and watching are not the same.
exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_demonstrate(e1) & for(x2,x3) & n_crowd(x3) & n_thing(x2) & n_man(x1))
exists e1 x1 x2 x3 x4.(n_park(x4) & at(e1,x4) & Theme(e1,x2) & Actor(e1,x1) & v_watch(e1) & n_play(x2) & of(x2,x3) & n_dog(x3) & n_man(x1))
7af5b2d2-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3.(v_demonstrate(e1) & n_thing(x2) & n_man(x1) & n_crowd(x3) & for(x2,x3) & Theme(e1,x2) & Actor(e1,x1))
exists e1 x1 x2 x3 x4.(v_watch(e1) & of(x2,x3) & n_play(x2) & n_park(x4) & n_man(x1) & n_dog(x3) & at(e1,x4) & Theme(e1,x2) & Actor(e1,x1))
A man is demonstrating something for a crowd.
A man performs a magic trick.
1
-100
Not every demonstration is a magic trick.
exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_demonstrate(e1) & for(x2,x3) & n_crowd(x3) & n_thing(x2) & n_man(x1))
exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_perform(e1) & n_trick(x2) & a_magic(s1) & Theme(s1,x2) & n_man(x1))
7af5b804-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3.(v_demonstrate(e1) & n_thing(x2) & n_man(x1) & n_crowd(x3) & for(x2,x3) & Theme(e1,x2) & Actor(e1,x1))
exists e1 s1 x1 x2.(v_perform(e1) & n_trick(x2) & n_man(x1) & a_magic(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
Chinese New Year is celebrated at the mall.
The mall is having a celebration.
0
-100
Chinese New year is a celebration.
exists e1 s1 x1 x2 x3.(n_mall(x3) & ne_org_year(x1) & (x1 = x2) & ne_org_new(x2) & a_chinese(s1) & Theme(s1,x1) & at(e1,x3) & Theme(e1,x1) & v_celebrate(e1))
exists e1 x1 x2.(n_mall(x1) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_celebration(x2))
7af5bd4a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(v_celebrate(e1) & ne_org_year(x1) & ne_org_new(x2) & n_mall(x3) & at(e1,x3) & a_chinese(s1) & Theme(s1,x1) & Theme(e1,x1) & (x1 = x2))
exists e1 x1 x2.(v_have(e1) & n_mall(x1) & n_celebration(x2) & Theme(e1,x2) & Actor(e1,x1))
Chinese New Year is celebrated at the mall.
A grocery store is celebrating the 4th of July.
2
-100
Chinese New Year is not on the 4th of July.
exists e1 s1 x1 x2 x3.(n_mall(x3) & ne_org_year(x1) & (x1 = x2) & ne_org_new(x2) & a_chinese(s1) & Theme(s1,x1) & at(e1,x3) & Theme(e1,x1) & v_celebrate(e1))
exists e1 x1 x2 x3 x4.(n_date(x4) & a_date_month_07(x4) & a_date_month_07(x4) & n_date(x3) & a_date_day_04(x3) & a_date_day_04(x3) & Theme(e1,x3) & Actor(e1,x1) & v_celebrate(e1) & of(x3,x4) & n_store(x1) & of(x1,x2) & n_grocery(x2))
7af5c470-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(v_celebrate(e1) & ne_org_year(x1) & ne_org_new(x2) & n_mall(x3) & at(e1,x3) & a_chinese(s1) & Theme(s1,x1) & Theme(e1,x1) & (x1 = x2))
exists e1 x1 x2 x3 x4.(v_celebrate(e1) & of(x3,x4) & of(x1,x2) & n_store(x1) & n_grocery(x2) & n_date(x4) & n_date(x3) & a_date_month_07(x4) & a_date_day_04(x3) & Theme(e1,x3) & Actor(e1,x1))
Chinese New Year is celebrated at the mall.
A mall celebrating the Chinese new year has a giant dragon decoration.
1
-100
Just because the mall is celebrating Chinese new year does not mean they have a giant dragon decoration.
exists e1 s1 x1 x2 x3.(n_mall(x3) & ne_org_year(x1) & (x1 = x2) & ne_org_new(x2) & a_chinese(s1) & Theme(s1,x1) & at(e1,x3) & Theme(e1,x1) & v_celebrate(e1))
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5.(n_year(x3) & a_new(s2) & Theme(s2,x3) & a_chinese(s1) & Theme(s1,x3) & Theme(e2,x4) & Actor(e2,x1) & v_have(e2) & n_decoration(x4) & of(x4,x5) & n_dragon(x5) & a_giant(s3) & Theme(s3,x4) & Theme(e1,x3) & Actor(e1,x2) & v_celebrate(e1) & (x1 = x2) & n_mall(x1))
7af5cb0a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(v_celebrate(e1) & ne_org_year(x1) & ne_org_new(x2) & n_mall(x3) & at(e1,x3) & a_chinese(s1) & Theme(s1,x1) & Theme(e1,x1) & (x1 = x2))
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5.(v_have(e2) & v_celebrate(e1) & of(x4,x5) & n_year(x3) & n_mall(x1) & n_dragon(x5) & n_decoration(x4) & a_new(s2) & a_giant(s3) & a_chinese(s1) & Theme(s3,x4) & Theme(s2,x3) & Theme(s1,x3) & Theme(e2,x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
A group of people participate in a unified performance.
A group of people put on a performance.
0
-100
put on a performance the people participate in the performance.
exists e1 s1 x1 x2 x3.(in(e1,x3) & n_performance(x3) & a_unified(s1) & Theme(s1,x3) & Actor(e1,x1) & v_participate(e1) & of(x1,x2) & n_people(x2) & n_group(x1))
exists e1 x1 x2 x3 x4.(a_topic(x1) & of(x1,x2) & on(e1,x4) & n_performance(x4) & Theme(e1,x3) & v_put(e1) & (x2 = x3) & n_people(x2) & n_group(x1))
7af5d0c8-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(v_participate(e1) & of(x1,x2) & n_performance(x3) & n_people(x2) & n_group(x1) & in(e1,x3) & a_unified(s1) & Theme(s1,x3) & Actor(e1,x1))
exists e1 x1 x2 x3 x4.(v_put(e1) & on(e1,x4) & of(x1,x2) & n_performance(x4) & n_people(x2) & n_group(x1) & a_topic(x1) & Theme(e1,x3) & (x2 = x3))
A group of people participate in a unified performance.
A group of people are working at their desks in the office.
2
-100
People in a performance aren't working at their desks.
exists e1 s1 x1 x2 x3.(in(e1,x3) & n_performance(x3) & a_unified(s1) & Theme(s1,x3) & Actor(e1,x1) & v_participate(e1) & of(x1,x2) & n_people(x2) & n_group(x1))
exists e1 x1 x2 x3 x4.(n_office(x4) & in(e1,x4) & at(e1,x3) & n_desk(x3) & of(x3,x1) & n_thing(x1) & Actor(e1,x1) & v_work(e1) & of(x1,x2) & n_people(x2) & n_group(x1))
7af5d5aa-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(v_participate(e1) & of(x1,x2) & n_performance(x3) & n_people(x2) & n_group(x1) & in(e1,x3) & a_unified(s1) & Theme(s1,x3) & Actor(e1,x1))
exists e1 x1 x2 x3 x4.(v_work(e1) & of(x3,x1) & of(x1,x2) & n_thing(x1) & n_people(x2) & n_office(x4) & n_group(x1) & n_desk(x3) & in(e1,x4) & at(e1,x3) & Actor(e1,x1))
A group of people participate in a unified performance.
A group of people put on a concert in front of a crowd.
1
-100
Not every performance is a concert. Not all performances are in front of a crowd.
exists e1 s1 x1 x2 x3.(in(e1,x3) & n_performance(x3) & a_unified(s1) & Theme(s1,x3) & Actor(e1,x1) & v_participate(e1) & of(x1,x2) & n_people(x2) & n_group(x1))
exists e1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & of(x1,x2) & in(e1,x5) & of(x5,x6) & n_crowd(x6) & n_front(x5) & on(e1,x4) & n_concert(x4) & Theme(e1,x3) & v_put(e1) & (x2 = x3) & n_people(x2) & n_group(x1))
7af5da50-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(v_participate(e1) & of(x1,x2) & n_performance(x3) & n_people(x2) & n_group(x1) & in(e1,x3) & a_unified(s1) & Theme(s1,x3) & Actor(e1,x1))
exists e1 x1 x2 x3 x4 x5 x6.(v_put(e1) & on(e1,x4) & of(x5,x6) & of(x1,x2) & n_people(x2) & n_group(x1) & n_front(x5) & n_crowd(x6) & n_concert(x4) & in(e1,x5) & a_topic(x1) & Theme(e1,x3) & (x2 = x3))
Two nuns are standing outside.
Two nuns are driving a car
2
-100
Standing and driving are not the same.
exists e1 s1 x1.(a_outside(s1) & Manner(e1,s1) & Actor(e1,x1) & v_stand(e1) & n_nun(x1) & card_eq_2(x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_drive(e1) & n_car(x2) & n_nun(x1) & card_eq_2(x1))
7af5def6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1.(v_stand(e1) & n_nun(x1) & card_eq_2(x1) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x1))
exists e1 x1 x2.(v_drive(e1) & n_nun(x1) & n_car(x2) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1))
Two nuns are standing outside.
Two nuns are talking outside
1
-100
JUST BECAUSE TWO NUNS ARE STANDING OUTSIDE DOES NOT MEAN THEY ARE TALKING.
exists e1 s1 x1.(a_outside(s1) & Manner(e1,s1) & Actor(e1,x1) & v_stand(e1) & n_nun(x1) & card_eq_2(x1))
exists e1 s1 x1.(a_outside(s1) & Manner(e1,s1) & Actor(e1,x1) & v_talk(e1) & n_nun(x1) & card_eq_2(x1))
7af5e388-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1.(v_stand(e1) & n_nun(x1) & card_eq_2(x1) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x1))
exists e1 s1 x1.(v_talk(e1) & n_nun(x1) & card_eq_2(x1) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x1))
Two nuns are standing outside.
Two nuns are outside
0
-100
standing outside is the same as outside they both imply the person is outside.
exists e1 s1 x1.(a_outside(s1) & Manner(e1,s1) & Actor(e1,x1) & v_stand(e1) & n_nun(x1) & card_eq_2(x1))
exists s1 x1.(Theme(s1,x1) & a_outside(s1) & n_nun(x1) & card_eq_2(x1))
7af5e8e2-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1.(v_stand(e1) & n_nun(x1) & card_eq_2(x1) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x1))
exists s1 x1.(n_nun(x1) & card_eq_2(x1) & a_outside(s1) & Theme(s1,x1))
Several people observe a large Asian monument in a shopping area.
Several people looking at a monument on Mars.
2
-100
Mars and Asian are not the same.
exists e1 s1 s2 s3 x1 x2 x3 x4.(Theme(e1,x2) & Actor(e1,x1) & v_observe(e1) & in(x2,x3) & n_area(x3) & of(x3,x4) & n_shopping(x4) & n_monument(x2) & a_asian(s3) & Theme(s3,x2) & a_large(s2) & Theme(s2,x2) & n_people(x1) & a_several(s1) & Theme(s1,x1))
exists e1 s1 x1 x2 x3.(ne_geo_mars(x3) & at(e1,x2) & on(x2,x3) & n_monument(x2) & Actor(e1,x1) & v_look(e1) & n_people(x1) & a_several(s1) & Theme(s1,x1))
7af5eda6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 x1 x2 x3 x4.(v_observe(e1) & of(x3,x4) & n_shopping(x4) & n_people(x1) & n_monument(x2) & n_area(x3) & in(x2,x3) & a_several(s1) & a_large(s2) & a_asian(s3) & Theme(s3,x2) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
exists e1 s1 x1 x2 x3.(v_look(e1) & on(x2,x3) & ne_geo_mars(x3) & n_people(x1) & n_monument(x2) & at(e1,x2) & a_several(s1) & Theme(s1,x1) & Actor(e1,x1))
Several people observe a large Asian monument in a shopping area.
Several people looking at a monument in a mall.
1
-100
JUST BECAUSE PEOPLE ARE LOOKING AT A MONUMENT IN A MALL DOES NOT MEAN IT IS ASIAN.
exists e1 s1 s2 s3 x1 x2 x3 x4.(Theme(e1,x2) & Actor(e1,x1) & v_observe(e1) & in(x2,x3) & n_area(x3) & of(x3,x4) & n_shopping(x4) & n_monument(x2) & a_asian(s3) & Theme(s3,x2) & a_large(s2) & Theme(s2,x2) & n_people(x1) & a_several(s1) & Theme(s1,x1))
exists e1 s1 x1 x2 x3.(at(e1,x2) & in(x2,x3) & n_mall(x3) & n_monument(x2) & Actor(e1,x1) & v_look(e1) & n_people(x1) & a_several(s1) & Theme(s1,x1))
7af5f22e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 x1 x2 x3 x4.(v_observe(e1) & of(x3,x4) & n_shopping(x4) & n_people(x1) & n_monument(x2) & n_area(x3) & in(x2,x3) & a_several(s1) & a_large(s2) & a_asian(s3) & Theme(s3,x2) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
exists e1 s1 x1 x2 x3.(v_look(e1) & n_people(x1) & n_monument(x2) & n_mall(x3) & in(x2,x3) & at(e1,x2) & a_several(s1) & Theme(s1,x1) & Actor(e1,x1))
Several people observe a large Asian monument in a shopping area.
Several people looking at a monument in a shopping area.
0
-100
observe means looking
exists e1 s1 s2 s3 x1 x2 x3 x4.(Theme(e1,x2) & Actor(e1,x1) & v_observe(e1) & in(x2,x3) & n_area(x3) & of(x3,x4) & n_shopping(x4) & n_monument(x2) & a_asian(s3) & Theme(s3,x2) & a_large(s2) & Theme(s2,x2) & n_people(x1) & a_several(s1) & Theme(s1,x1))
exists e1 s1 x1 x2 x3 x4.(at(e1,x2) & in(x2,x3) & n_area(x3) & of(x3,x4) & n_shopping(x4) & n_monument(x2) & Actor(e1,x1) & v_look(e1) & n_people(x1) & a_several(s1) & Theme(s1,x1))
7af5f6c0-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 x1 x2 x3 x4.(v_observe(e1) & of(x3,x4) & n_shopping(x4) & n_people(x1) & n_monument(x2) & n_area(x3) & in(x2,x3) & a_several(s1) & a_large(s2) & a_asian(s3) & Theme(s3,x2) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
exists e1 s1 x1 x2 x3 x4.(v_look(e1) & of(x3,x4) & n_shopping(x4) & n_people(x1) & n_monument(x2) & n_area(x3) & in(x2,x3) & at(e1,x2) & a_several(s1) & Theme(s1,x1) & Actor(e1,x1))
A large group of women, wearing pink shirts and black pants, have their arms raised with the right arm outstretched and the left arm bent inwards.
The group of women is exercising.
1
-100
JUST BECAUSE THE WOMEN HAVE THEIR RIGHT ARM OUTSTRETCHED AND LEFT ARM BENT INWARDS DOES NOT MEAN THEY ARE EXERCISING.
exists e2 e1 e3 e4 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(Theme(e4,x7) & Actor(e4,x1) & v_have(e4) & with(e2,x9) & subset_of(x11,x9) & n_inward(x11) & of(x11,x12) & n_bent(x12) & of(x11,x7) & n_arm(x7) & n_arm(x7) & n_arm(x7) & a_left(s5) & Theme(s5,x11) & subset_of(x7,x9) & Actor(e3,x10) & v_outstretch(e3) & (x7 = x10) & a_right(s4) & Theme(s4,x7) & Theme(e2,x8) & v_raise(e2) & (x7 = x8) & of(x7,x1) & n_thing(x1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & subset_of(x6,x4) & n_pants(x6) & a_black(s3) & Theme(s3,x6) & subset_of(x5,x4) & n_shirt(x5) & a_pink(s2) & Theme(s2,x5) & (x1 = x3) & of(x1,x2) & n_woman(x2) & n_group(x1) & a_large(s1) & Theme(s1,x1))
exists e1 x1 x2.(n_group(x1) & Actor(e1,x1) & v_exercise(e1) & of(x1,x2) & n_woman(x2))
7af5fbd4-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 e3 e4 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(with(e2,x9) & v_wear(e1) & v_raise(e2) & v_outstretch(e3) & v_have(e4) & subset_of(x7,x9) & subset_of(x6,x4) & subset_of(x5,x4) & subset_of(x11,x9) & of(x7,x1) & of(x11,x7) & of(x11,x12) & of(x1,x2) & n_woman(x2) & n_thing(x1) & n_shirt(x5) & n_pants(x6) & n_inward(x11) & n_group(x1) & n_bent(x12) & n_arm(x7) & a_right(s4) & a_pink(s2) & a_left(s5) & a_large(s1) & a_black(s3) & Theme(s5,x11) & Theme(s4,x7) & Theme(s3,x6) & Theme(s2,x5) & Theme(s1,x1) & Theme(e4,x7) & Theme(e2,x8) & Theme(e1,x4) & Actor(e4,x1) & Actor(e3,x10) & Actor(e1,x3) & (x7 = x8) & (x7 = x10) & (x1 = x3))
exists e1 x1 x2.(v_exercise(e1) & of(x1,x2) & n_woman(x2) & n_group(x1) & Actor(e1,x1))
A large group of women, wearing pink shirts and black pants, have their arms raised with the right arm outstretched and the left arm bent inwards.
The group of women has no arms.
2
-100
arms raised and no arms are not the same.
exists e1 e4 e3 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(Theme(e4,x7) & Actor(e4,x1) & v_have(e4) & with(e2,x9) & subset_of(x11,x9) & n_inward(x11) & of(x11,x12) & n_bent(x12) & of(x11,x7) & n_arm(x7) & n_arm(x7) & n_arm(x7) & a_left(s5) & Theme(s5,x11) & subset_of(x7,x9) & Actor(e3,x10) & v_outstretch(e3) & (x7 = x10) & a_right(s4) & Theme(s4,x7) & Theme(e2,x8) & v_raise(e2) & (x7 = x8) & of(x7,x1) & n_thing(x1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & subset_of(x6,x4) & n_pants(x6) & a_black(s3) & Theme(s3,x6) & subset_of(x5,x4) & n_shirt(x5) & a_pink(s2) & Theme(s2,x5) & (x1 = x3) & of(x1,x2) & n_woman(x2) & n_group(x1) & a_large(s1) & Theme(s1,x1))
exists x1 x2.(n_group(x1) & -exists e1 x3.(Theme(e1,x3) & Actor(e1,x1) & v_have(e1) & n_arm(x3)) & of(x1,x2) & n_woman(x2))
7af6012e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e4 e3 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(with(e2,x9) & v_wear(e1) & v_raise(e2) & v_outstretch(e3) & v_have(e4) & subset_of(x7,x9) & subset_of(x6,x4) & subset_of(x5,x4) & subset_of(x11,x9) & of(x7,x1) & of(x11,x7) & of(x11,x12) & of(x1,x2) & n_woman(x2) & n_thing(x1) & n_shirt(x5) & n_pants(x6) & n_inward(x11) & n_group(x1) & n_bent(x12) & n_arm(x7) & a_right(s4) & a_pink(s2) & a_left(s5) & a_large(s1) & a_black(s3) & Theme(s5,x11) & Theme(s4,x7) & Theme(s3,x6) & Theme(s2,x5) & Theme(s1,x1) & Theme(e4,x7) & Theme(e2,x8) & Theme(e1,x4) & Actor(e4,x1) & Actor(e3,x10) & Actor(e1,x3) & (x7 = x8) & (x7 = x10) & (x1 = x3))
exists x1 x2.(of(x1,x2) & n_woman(x2) & n_group(x1) & all e1 x3.(-v_have(e1) | -n_arm(x3) | -Theme(e1,x3) | -Actor(e1,x1)))
A large group of women, wearing pink shirts and black pants, have their arms raised with the right arm outstretched and the left arm bent inwards.
The group of women have their arms in the air.
0
-100
the group can be large
exists e3 e4 e2 e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(Theme(e4,x7) & Actor(e4,x1) & v_have(e4) & with(e2,x9) & subset_of(x11,x9) & n_inward(x11) & of(x11,x12) & n_bent(x12) & of(x11,x7) & n_arm(x7) & n_arm(x7) & n_arm(x7) & a_left(s5) & Theme(s5,x11) & subset_of(x7,x9) & Actor(e3,x10) & v_outstretch(e3) & (x7 = x10) & a_right(s4) & Theme(s4,x7) & Theme(e2,x8) & v_raise(e2) & (x7 = x8) & of(x7,x1) & n_thing(x1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & subset_of(x6,x4) & n_pants(x6) & a_black(s3) & Theme(s3,x6) & subset_of(x5,x4) & n_shirt(x5) & a_pink(s2) & Theme(s2,x5) & (x1 = x3) & of(x1,x2) & n_woman(x2) & n_group(x1) & a_large(s1) & Theme(s1,x1))
exists e1 x1 x2 x3 x4.(n_air(x4) & n_arm(x3) & of(x3,x1) & n_thing(x1) & n_group(x1) & Theme(e1,x3) & Actor(e1,x1) & v_have(e1) & in(x3,x4) & of(x1,x2) & n_woman(x2))
7af60610-e4c8-11ec-9cdd-0242ac1c0002
exists e3 e4 e2 e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(with(e2,x9) & v_wear(e1) & v_raise(e2) & v_outstretch(e3) & v_have(e4) & subset_of(x7,x9) & subset_of(x6,x4) & subset_of(x5,x4) & subset_of(x11,x9) & of(x7,x1) & of(x11,x7) & of(x11,x12) & of(x1,x2) & n_woman(x2) & n_thing(x1) & n_shirt(x5) & n_pants(x6) & n_inward(x11) & n_group(x1) & n_bent(x12) & n_arm(x7) & a_right(s4) & a_pink(s2) & a_left(s5) & a_large(s1) & a_black(s3) & Theme(s5,x11) & Theme(s4,x7) & Theme(s3,x6) & Theme(s2,x5) & Theme(s1,x1) & Theme(e4,x7) & Theme(e2,x8) & Theme(e1,x4) & Actor(e4,x1) & Actor(e3,x10) & Actor(e1,x3) & (x7 = x8) & (x7 = x10) & (x1 = x3))
exists e1 x1 x2 x3 x4.(v_have(e1) & of(x3,x1) & of(x1,x2) & n_woman(x2) & n_thing(x1) & n_group(x1) & n_arm(x3) & n_air(x4) & in(x3,x4) & Theme(e1,x3) & Actor(e1,x1))
There is a large group of young women wearing pink and black adjacent to a group of young women wearing blue and black and all of them are standing in the same pose with one arm bent and one arm straight out.
The group of women are in the middle of doing 2 handed handstands in the group gymnastics class.
2
-100
adjacent and middle are not the same.
exists e3 e1 e2 p1 p2 p3 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x27.(n_same(x27) & r_straight(e3) & a_out(s5) & Manner(e3,s5) & with(e3,x14) & n_arm(x17) & card_eq_1(x17) & n_bent(x16) & subset_of(x17,x14) & subset_of(x16,x14) & of(x14,x15) & n_arm(x15) & card_eq_1(x14) & Actor(e3,x12) & v_pose(e3) & all x26.(n_thing(x26) -> exists e6.(in(e6,x27) & Actor(e6,x26) & v_stand(e6) & of(x26,x3))) & n_thing(x3) & that(x12,p3) & exists e5 s10 s11 s12 s13 x22 x23 x24 x25.((x13 = x22) & of(x22,x23) & Theme(e5,x25) & Actor(e5,x24) & v_wear(e5) & n_adjacent(x25) & a_black(s13) & Theme(s13,x25) & a_pink(s12) & Theme(s12,x25) & (x23 = x24) & n_woman(x23) & a_young(s11) & Theme(s11,x23) & n_group(x22) & a_large(s10) & Theme(s10,x22)) & (x12 = x13) & r_straight(e2) & a_out(s4) & Manner(e2,s4) & with(e2,x8) & n_arm(x11) & card_eq_1(x11) & n_bent(x10) & subset_of(x11,x8) & subset_of(x10,x8) & of(x8,x9) & n_arm(x9) & card_eq_1(x8) & Actor(e2,x1) & v_pose(e2) & to(x1,x3) & Theme(s3,x7) & a_black(s3) & (x3 = x7) & Theme(s2,x6) & a_blue(s2) & (x3 = x6) & of(x3,x4) & Actor(e1,x5) & v_wear(e1) & (x4 = x5) & n_woman(x4) & a_young(s1) & Theme(s1,x4) & n_group(x3) & exists e4 s6 s7 s8 s9 x18 x19 x20 x21.((x2 = x18) & of(x18,x19) & Theme(e4,x21) & Actor(e4,x20) & v_wear(e4) & n_adjacent(x21) & a_black(s9) & Theme(s9,x21) & a_pink(s8) & Theme(s8,x21) & (x19 = x20) & n_woman(x19) & a_young(s7) & Theme(s7,x19) & n_group(x18) & a_large(s6) & Theme(s6,x18)) & (x1 = x2))
exists p1 x1 x2 x3 x6 x7.(n_class(x6) & of(x6,x7) & n_gymnastics(x7) & of(x6,x1) & n_group(x1) & n_group(x1) & n_middle(x3) & exists e2 e1 x4 x5.(in(x1,x3) & Theme(e2,x5) & Actor(e2,x4) & v_do(e2) & in(x5,x6) & n_handstand(x5) & Theme(e1,x5) & v_hand(e1) & n_date(x5) & a_date_day_02(x5) & a_date_day_02(x5) & (x3 = x4)) & of(x1,x2) & n_woman(x2))
7af60af2-e4c8-11ec-9cdd-0242ac1c0002
exists e3 e1 e2 p3 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x27.(with(e3,x14) & with(e2,x8) & v_wear(e1) & v_pose(e3) & v_pose(e2) & to(x1,x3) & that(x12,p3) & subset_of(x17,x14) & subset_of(x16,x14) & subset_of(x11,x8) & subset_of(x10,x8) & r_straight(e3) & r_straight(e2) & of(x8,x9) & of(x3,x4) & of(x14,x15) & n_woman(x4) & n_thing(x3) & n_same(x27) & n_group(x3) & n_bent(x16) & n_bent(x10) & n_arm(x9) & n_arm(x17) & n_arm(x15) & n_arm(x11) & exists e5 s10 s11 s12 s13 x22 x23 x24 x25.(v_wear(e5) & of(x22,x23) & n_woman(x23) & n_group(x22) & n_adjacent(x25) & a_young(s11) & a_pink(s12) & a_large(s10) & a_black(s13) & Theme(s13,x25) & Theme(s12,x25) & Theme(s11,x23) & Theme(s10,x22) & Theme(e5,x25) & Actor(e5,x24) & (x23 = x24) & (x13 = x22)) & exists e4 s6 s7 s8 s9 x18 x19 x20 x21.(v_wear(e4) & of(x18,x19) & n_woman(x19) & n_group(x18) & n_adjacent(x21) & a_young(s7) & a_pink(s8) & a_large(s6) & a_black(s9) & Theme(s9,x21) & Theme(s8,x21) & Theme(s7,x19) & Theme(s6,x18) & Theme(e4,x21) & Actor(e4,x20) & (x2 = x18) & (x19 = x20)) & card_eq_1(x8) & card_eq_1(x17) & card_eq_1(x14) & card_eq_1(x11) & all x26.(exists e6.(v_stand(e6) & of(x26,x3) & in(e6,x27) & Actor(e6,x26)) | -n_thing(x26)) & a_young(s1) & a_out(s5) & a_out(s4) & a_blue(s2) & a_black(s3) & Theme(s3,x7) & Theme(s2,x6) & Theme(s1,x4) & Manner(e3,s5) & Manner(e2,s4) & Actor(e3,x12) & Actor(e2,x1) & Actor(e1,x5) & (x4 = x5) & (x3 = x7) & (x3 = x6) & (x12 = x13) & (x1 = x2))
exists x1 x2 x3 x6 x7.(of(x6,x7) & of(x6,x1) & of(x1,x2) & n_woman(x2) & n_middle(x3) & n_gymnastics(x7) & n_group(x1) & n_class(x6) & exists e2 e1 x4 x5.(v_hand(e1) & v_do(e2) & n_handstand(x5) & n_date(x5) & in(x5,x6) & in(x1,x3) & a_date_day_02(x5) & Theme(e2,x5) & Theme(e1,x5) & Actor(e2,x4) & (x3 = x4)))
There is a large group of young women wearing pink and black adjacent to a group of young women wearing blue and black and all of them are standing in the same pose with one arm bent and one arm straight out.
The the two opposing teams are posing for a fun group picture.
1
-100
JUST BECAUSE THE WOMEN ARE DRESSED IN DIFFERENT COLORS DOES NOT MEAN THEY ARE IN OPPOSING TEAMS.
exists e3 e2 e1 p1 p2 p3 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x27.(n_same(x27) & r_straight(e3) & a_out(s5) & Manner(e3,s5) & with(e3,x14) & n_arm(x17) & card_eq_1(x17) & n_bent(x16) & subset_of(x17,x14) & subset_of(x16,x14) & of(x14,x15) & n_arm(x15) & card_eq_1(x14) & Actor(e3,x12) & v_pose(e3) & all x26.(n_thing(x26) -> exists e6.(in(e6,x27) & Actor(e6,x26) & v_stand(e6) & of(x26,x3))) & n_thing(x3) & that(x12,p3) & exists e5 s10 s11 s12 s13 x22 x23 x24 x25.((x13 = x22) & of(x22,x23) & Theme(e5,x25) & Actor(e5,x24) & v_wear(e5) & n_adjacent(x25) & a_black(s13) & Theme(s13,x25) & a_pink(s12) & Theme(s12,x25) & (x23 = x24) & n_woman(x23) & a_young(s11) & Theme(s11,x23) & n_group(x22) & a_large(s10) & Theme(s10,x22)) & (x12 = x13) & r_straight(e2) & a_out(s4) & Manner(e2,s4) & with(e2,x8) & n_arm(x11) & card_eq_1(x11) & n_bent(x10) & subset_of(x11,x8) & subset_of(x10,x8) & of(x8,x9) & n_arm(x9) & card_eq_1(x8) & Actor(e2,x1) & v_pose(e2) & to(x1,x3) & Theme(s3,x7) & a_black(s3) & (x3 = x7) & Theme(s2,x6) & a_blue(s2) & (x3 = x6) & of(x3,x4) & Actor(e1,x5) & v_wear(e1) & (x4 = x5) & n_woman(x4) & a_young(s1) & Theme(s1,x4) & n_group(x3) & exists e4 s6 s7 s8 s9 x18 x19 x20 x21.((x2 = x18) & of(x18,x19) & Theme(e4,x21) & Actor(e4,x20) & v_wear(e4) & n_adjacent(x21) & a_black(s9) & Theme(s9,x21) & a_pink(s8) & Theme(s8,x21) & (x19 = x20) & n_woman(x19) & a_young(s7) & Theme(s7,x19) & n_group(x18) & a_large(s6) & Theme(s6,x18)) & (x1 = x2))
exists e1 s1 x1 x2 x3 x4.(n_team(x1) & a_opposing(s1) & Theme(s1,x1) & card_eq_2(x1) & for(e1,x2) & n_picture(x2) & of(x2,x4) & n_group(x4) & of(x2,x3) & n_fun(x3) & Actor(e1,x1) & v_pose(e1))
7af61204-e4c8-11ec-9cdd-0242ac1c0002
exists e3 e2 e1 p3 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x27.(with(e3,x14) & with(e2,x8) & v_wear(e1) & v_pose(e3) & v_pose(e2) & to(x1,x3) & that(x12,p3) & subset_of(x17,x14) & subset_of(x16,x14) & subset_of(x11,x8) & subset_of(x10,x8) & r_straight(e3) & r_straight(e2) & of(x8,x9) & of(x3,x4) & of(x14,x15) & n_woman(x4) & n_thing(x3) & n_same(x27) & n_group(x3) & n_bent(x16) & n_bent(x10) & n_arm(x9) & n_arm(x17) & n_arm(x15) & n_arm(x11) & exists e5 s10 s11 s12 s13 x22 x23 x24 x25.(v_wear(e5) & of(x22,x23) & n_woman(x23) & n_group(x22) & n_adjacent(x25) & a_young(s11) & a_pink(s12) & a_large(s10) & a_black(s13) & Theme(s13,x25) & Theme(s12,x25) & Theme(s11,x23) & Theme(s10,x22) & Theme(e5,x25) & Actor(e5,x24) & (x23 = x24) & (x13 = x22)) & exists e4 s6 s7 s8 s9 x18 x19 x20 x21.(v_wear(e4) & of(x18,x19) & n_woman(x19) & n_group(x18) & n_adjacent(x21) & a_young(s7) & a_pink(s8) & a_large(s6) & a_black(s9) & Theme(s9,x21) & Theme(s8,x21) & Theme(s7,x19) & Theme(s6,x18) & Theme(e4,x21) & Actor(e4,x20) & (x2 = x18) & (x19 = x20)) & card_eq_1(x8) & card_eq_1(x17) & card_eq_1(x14) & card_eq_1(x11) & all x26.(exists e6.(v_stand(e6) & of(x26,x3) & in(e6,x27) & Actor(e6,x26)) | -n_thing(x26)) & a_young(s1) & a_out(s5) & a_out(s4) & a_blue(s2) & a_black(s3) & Theme(s3,x7) & Theme(s2,x6) & Theme(s1,x4) & Manner(e3,s5) & Manner(e2,s4) & Actor(e3,x12) & Actor(e2,x1) & Actor(e1,x5) & (x4 = x5) & (x3 = x7) & (x3 = x6) & (x12 = x13) & (x1 = x2))
exists e1 s1 x1 x2 x3 x4.(v_pose(e1) & of(x2,x4) & of(x2,x3) & n_team(x1) & n_picture(x2) & n_group(x4) & n_fun(x3) & for(e1,x2) & card_eq_2(x1) & a_opposing(s1) & Theme(s1,x1) & Actor(e1,x1))
Many women and girls appear to be practicing movement for a dance.
A large group of females are dancing.
0
-100
women means females
exists e1 p1 x1 x2 x3.(Topic(e1,p1) & Actor(e1,x1) & v_appear(e1) & exists e2 x4 x5.(for(e2,x5) & n_dance(x5) & Theme(e2,x4) & Actor(e2,x1) & v_practice(e2) & n_movement(x4)) & n_girl(x3) & n_woman(x2) & subset_of(x3,x1) & subset_of(x2,x1) & n_quantity(x1))
exists e1 s1 x1 x2.(Actor(e1,x1) & v_dance(e1) & of(x1,x2) & n_female(x2) & n_group(x1) & a_large(s1) & Theme(s1,x1))
7af61eb6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 x1 x2 x3.(v_appear(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x2) & n_quantity(x1) & n_girl(x3) & exists e2 x4 x5.(v_practice(e2) & n_movement(x4) & n_dance(x5) & for(e2,x5) & Theme(e2,x4) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1))
exists e1 s1 x1 x2.(v_dance(e1) & of(x1,x2) & n_group(x1) & n_female(x2) & a_large(s1) & Theme(s1,x1) & Actor(e1,x1))
An elderly man wearing white coveralls holding a paintbrush.
There is a man with a paintbrush.
0
-100
holding means with
exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(a_topic(x1) & Theme(e2,x3) & Actor(e2,x2) & v_wear(e2) & Theme(e1,x5) & Actor(e1,x4) & v_hold(e1) & n_paintbrush(x5) & (x3 = x4) & n_coverall(x3) & a_white(s2) & Theme(s2,x3) & (x1 = x2) & n_man(x1) & a_elderly(s1) & Theme(s1,x1))
exists p1 x1 x2 x3.((x1 = x2) & with(x2,x3) & n_paintbrush(x3) & n_man(x2))
7af62e4c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(v_wear(e2) & v_hold(e1) & n_paintbrush(x5) & n_man(x1) & n_coverall(x3) & a_white(s2) & a_topic(x1) & a_elderly(s1) & Theme(s2,x3) & Theme(s1,x1) & Theme(e2,x3) & Theme(e1,x5) & Actor(e2,x2) & Actor(e1,x4) & (x3 = x4) & (x1 = x2))
exists x1 x2 x3.(with(x2,x3) & n_paintbrush(x3) & n_man(x2) & (x1 = x2))
An elderly man wearing white coveralls holding a paintbrush.
A young woman is holding white coveralls.
2
-100
elderly and young are not the same.
exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(a_topic(x1) & Theme(e2,x3) & Actor(e2,x2) & v_wear(e2) & Theme(e1,x5) & Actor(e1,x4) & v_hold(e1) & n_paintbrush(x5) & (x3 = x4) & n_coverall(x3) & a_white(s2) & Theme(s2,x3) & (x1 = x2) & n_man(x1) & a_elderly(s1) & Theme(s1,x1))
exists e1 s1 s2 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_coverall(x2) & a_white(s2) & Theme(s2,x2) & n_woman(x1) & a_young(s1) & Theme(s1,x1))
7af6393c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(v_wear(e2) & v_hold(e1) & n_paintbrush(x5) & n_man(x1) & n_coverall(x3) & a_white(s2) & a_topic(x1) & a_elderly(s1) & Theme(s2,x3) & Theme(s1,x1) & Theme(e2,x3) & Theme(e1,x5) & Actor(e2,x2) & Actor(e1,x4) & (x3 = x4) & (x1 = x2))
exists e1 s1 s2 x1 x2.(v_hold(e1) & n_woman(x1) & n_coverall(x2) & a_young(s1) & a_white(s2) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
A shirtless man running in a race.
A woman is stripping.
2
-100
man and woman are not the same.
exists e1 s1 x1 x2 x3.(a_topic(x1) & in(e1,x3) & n_race(x3) & Actor(e1,x2) & v_run(e1) & (x1 = x2) & n_man(x1) & a_shirtless(s1) & Theme(s1,x1))
exists e1 x1.(Actor(e1,x1) & v_strip(e1) & n_woman(x1))
7af64904-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(v_run(e1) & n_race(x3) & n_man(x1) & in(e1,x3) & a_topic(x1) & a_shirtless(s1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2))
exists e1 x1.(v_strip(e1) & n_woman(x1) & Actor(e1,x1))
A crowd of people are clapping their hands at a concert and some are wearing blue wristbands.
Nobody at the concert is wearing a blue wristband.
2
0.000001
THERE CAN EITHER BE A CROWD OR NOBODY WEARING BLUE WRISTBANDS.
exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(Theme(e2,x6) & Actor(e2,x5) & v_wear(e2) & n_wristband(x6) & a_blue(s1) & Theme(s1,x6) & n_thing(x5) & at(e1,x4) & n_concert(x4) & Theme(e1,x3) & Actor(e1,x1) & v_clap(e1) & n_hand(x3) & of(x3,x1) & n_thing(x1) & of(x1,x2) & n_people(x2) & n_crowd(x1))
exists x2.(n_concert(x2) & -exists e1 s1 x1 x3.(Theme(e1,x3) & Actor(e1,x1) & v_wear(e1) & n_wristband(x3) & a_blue(s1) & Theme(s1,x3) & at(x1,x2) & n_person(x1)))
7af6aad4-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(v_wear(e2) & v_clap(e1) & of(x3,x1) & of(x1,x2) & n_wristband(x6) & n_thing(x5) & n_thing(x1) & n_people(x2) & n_hand(x3) & n_crowd(x1) & n_concert(x4) & at(e1,x4) & a_blue(s1) & Theme(s1,x6) & Theme(e2,x6) & Theme(e1,x3) & Actor(e2,x5) & Actor(e1,x1))
exists x2.(n_concert(x2) & all e1 s1 x1 x3.(-v_wear(e1) | -n_wristband(x3) | -n_person(x1) | -at(x1,x2) | -a_blue(s1) | -Theme(s1,x3) | -Theme(e1,x3) | -Actor(e1,x1)))
A crowd of people are clapping their hands at a concert and some are wearing blue wristbands.
A crowd wearing blue wristbands are clapping at a concert to show their appreciation.
1
0.947778
Clapping does not always imply appreciation.
exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(Theme(e2,x6) & Actor(e2,x5) & v_wear(e2) & n_wristband(x6) & a_blue(s1) & Theme(s1,x6) & n_thing(x5) & at(e1,x4) & n_concert(x4) & Theme(e1,x3) & Actor(e1,x1) & v_clap(e1) & n_hand(x3) & of(x3,x1) & n_thing(x1) & of(x1,x2) & n_people(x2) & n_crowd(x1))
exists e1 e2 p1 s1 x1 x2 x3 x4 x5.(at(e2,x4) & Topic(x4,p1) & exists e3.(Theme(e3,x5) & Actor(e3,x4) & v_show(e3)) & n_appreciation(x5) & of(x5,x1) & n_thing(x1) & n_concert(x4) & Actor(e2,x1) & v_clap(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_wristband(x3) & a_blue(s1) & Theme(s1,x3) & (x1 = x2) & n_crowd(x1))
7af6b1a0-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(v_wear(e2) & v_clap(e1) & of(x3,x1) & of(x1,x2) & n_wristband(x6) & n_thing(x5) & n_thing(x1) & n_people(x2) & n_hand(x3) & n_crowd(x1) & n_concert(x4) & at(e1,x4) & a_blue(s1) & Theme(s1,x6) & Theme(e2,x6) & Theme(e1,x3) & Actor(e2,x5) & Actor(e1,x1))
exists e1 e2 p1 s1 x1 x2 x3 x4 x5.(v_wear(e1) & v_clap(e2) & of(x5,x1) & n_wristband(x3) & n_thing(x1) & n_crowd(x1) & n_concert(x4) & n_appreciation(x5) & exists e3.(v_show(e3) & Theme(e3,x5) & Actor(e3,x4)) & at(e2,x4) & a_blue(s1) & Topic(x4,p1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
A crowd of people are clapping their hands at a concert and some are wearing blue wristbands.
A group of people are singing along to their favorite band at a concert
1
0.825804
One can go see a live band even if that band is not their favorite.
exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(Theme(e2,x6) & Actor(e2,x5) & v_wear(e2) & n_wristband(x6) & a_blue(s1) & Theme(s1,x6) & n_thing(x5) & at(e1,x4) & n_concert(x4) & Theme(e1,x3) & Actor(e1,x1) & v_clap(e1) & n_hand(x3) & of(x3,x1) & n_thing(x1) & of(x1,x2) & n_people(x2) & n_crowd(x1))
exists e1 s1 x1 x2 x3 x4.(r_along(e1) & to(e1,x3) & at(x3,x4) & n_concert(x4) & n_band(x3) & a_favorite(s1) & Theme(s1,x3) & of(x3,x1) & n_thing(x1) & Actor(e1,x1) & v_sing(e1) & of(x1,x2) & n_people(x2) & n_group(x1))
7af6c4f6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(v_wear(e2) & v_clap(e1) & of(x3,x1) & of(x1,x2) & n_wristband(x6) & n_thing(x5) & n_thing(x1) & n_people(x2) & n_hand(x3) & n_crowd(x1) & n_concert(x4) & at(e1,x4) & a_blue(s1) & Theme(s1,x6) & Theme(e2,x6) & Theme(e1,x3) & Actor(e2,x5) & Actor(e1,x1))
exists e1 s1 x1 x2 x3 x4.(v_sing(e1) & to(e1,x3) & r_along(e1) & of(x3,x1) & of(x1,x2) & n_thing(x1) & n_people(x2) & n_group(x1) & n_concert(x4) & n_band(x3) & at(x3,x4) & a_favorite(s1) & Theme(s1,x3) & Actor(e1,x1))
A crowd of people are clapping their hands at a concert and some are wearing blue wristbands.
A crowd wearing blue wristbands are clapping at a concert.
0
0.959283
crowd clapping is derivative of clapping their hands
exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(Theme(e2,x6) & Actor(e2,x5) & v_wear(e2) & n_wristband(x6) & a_blue(s1) & Theme(s1,x6) & n_thing(x5) & at(e1,x4) & n_concert(x4) & Theme(e1,x3) & Actor(e1,x1) & v_clap(e1) & n_hand(x3) & of(x3,x1) & n_thing(x1) & of(x1,x2) & n_people(x2) & n_crowd(x1))
exists e1 e2 s1 x1 x2 x3 x4.(at(e2,x4) & n_concert(x4) & Actor(e2,x1) & v_clap(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_wristband(x3) & a_blue(s1) & Theme(s1,x3) & (x1 = x2) & n_crowd(x1))
7af6ce06-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(v_wear(e2) & v_clap(e1) & of(x3,x1) & of(x1,x2) & n_wristband(x6) & n_thing(x5) & n_thing(x1) & n_people(x2) & n_hand(x3) & n_crowd(x1) & n_concert(x4) & at(e1,x4) & a_blue(s1) & Theme(s1,x6) & Theme(e2,x6) & Theme(e1,x3) & Actor(e2,x5) & Actor(e1,x1))
exists e1 e2 s1 x1 x2 x3 x4.(v_wear(e1) & v_clap(e2) & n_wristband(x3) & n_crowd(x1) & n_concert(x4) & at(e2,x4) & a_blue(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
A crowd of people are clapping their hands at a concert and some are wearing blue wristbands.
People at a concert stand up and clap.
1
0.917697
One can be at a concert and not stand up.
exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(Theme(e2,x6) & Actor(e2,x5) & v_wear(e2) & n_wristband(x6) & a_blue(s1) & Theme(s1,x6) & n_thing(x5) & at(e1,x4) & n_concert(x4) & Theme(e1,x3) & Actor(e1,x1) & v_clap(e1) & n_hand(x3) & of(x3,x1) & n_thing(x1) & of(x1,x2) & n_people(x2) & n_crowd(x1))
exists x1 x2 x3 x4.(a_topic(x1) & up(x1,x4) & n_clap(x4) & at(x1,x2) & n_stand(x2) & of(x2,x3) & n_concert(x3) & n_people(x1))
7af6d7f2-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(v_wear(e2) & v_clap(e1) & of(x3,x1) & of(x1,x2) & n_wristband(x6) & n_thing(x5) & n_thing(x1) & n_people(x2) & n_hand(x3) & n_crowd(x1) & n_concert(x4) & at(e1,x4) & a_blue(s1) & Theme(s1,x6) & Theme(e2,x6) & Theme(e1,x3) & Actor(e2,x5) & Actor(e1,x1))
exists x1 x2 x3 x4.(up(x1,x4) & of(x2,x3) & n_stand(x2) & n_people(x1) & n_concert(x3) & n_clap(x4) & at(x1,x2) & a_topic(x1))
A crowd of people are clapping their hands at a concert and some are wearing blue wristbands.
Some people at the concert are wearing white shirts.
1
0.552543
Not everyone at a concert wears white shirts.
exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(Theme(e2,x6) & Actor(e2,x5) & v_wear(e2) & n_wristband(x6) & a_blue(s1) & Theme(s1,x6) & n_thing(x5) & at(e1,x4) & n_concert(x4) & Theme(e1,x3) & Actor(e1,x1) & v_clap(e1) & n_hand(x3) & of(x3,x1) & n_thing(x1) & of(x1,x2) & n_people(x2) & n_crowd(x1))
exists e1 s1 x1 x2 x3.(n_concert(x2) & Theme(e1,x3) & Actor(e1,x1) & v_wear(e1) & n_shirt(x3) & a_white(s1) & Theme(s1,x3) & at(x1,x2) & n_people(x1))
7af6dc84-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(v_wear(e2) & v_clap(e1) & of(x3,x1) & of(x1,x2) & n_wristband(x6) & n_thing(x5) & n_thing(x1) & n_people(x2) & n_hand(x3) & n_crowd(x1) & n_concert(x4) & at(e1,x4) & a_blue(s1) & Theme(s1,x6) & Theme(e2,x6) & Theme(e1,x3) & Actor(e2,x5) & Actor(e1,x1))
exists e1 s1 x1 x2 x3.(v_wear(e1) & n_shirt(x3) & n_people(x1) & n_concert(x2) & at(x1,x2) & a_white(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x1))
A band performs on stage while the crowd raises their hands and clap.
People playing musical instruments.
1
0.91673
Not every band plays musical instruments.
exists e1 p1 x1 x2 x3 x4 x5 x6.(n_clap(x6) & n_hand(x5) & subset_of(x6,x4) & subset_of(x5,x4) & of(x4,x3) & n_thing(x3) & n_crowd(x3) & exists e2.(Theme(e2,x4) & Actor(e2,x3) & v_raise(e2)) & while(e1,p1) & on(e1,x2) & n_stage(x2) & Actor(e1,x1) & v_perform(e1) & n_band(x1))
exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_play(e1) & n_instrument(x3) & a_musical(s1) & Theme(s1,x3) & (x1 = x2) & n_people(x1))
7af6ff0c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 x1 x2 x3 x4 x5 x6.(while(e1,p1) & v_perform(e1) & subset_of(x6,x4) & subset_of(x5,x4) & on(e1,x2) & of(x4,x3) & n_thing(x3) & n_stage(x2) & n_hand(x5) & n_crowd(x3) & n_clap(x6) & n_band(x1) & exists e2.(v_raise(e2) & Theme(e2,x4) & Actor(e2,x3)) & Actor(e1,x1))
exists e1 s1 x1 x2 x3.(v_play(e1) & n_people(x1) & n_instrument(x3) & a_topic(x1) & a_musical(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
A band performs on stage while the crowd raises their hands and clap.
A crowd is gathered watching a band perform on stage.
0
0.967719
while watching, we can raise hands and clap
exists e1 p1 x1 x2 x3 x4 x5 x6.(n_clap(x6) & n_hand(x5) & subset_of(x6,x4) & subset_of(x5,x4) & of(x4,x3) & n_thing(x3) & n_crowd(x3) & exists e2.(Theme(e2,x4) & Actor(e2,x3) & v_raise(e2)) & while(e1,p1) & on(e1,x2) & n_stage(x2) & Actor(e1,x1) & v_perform(e1) & n_band(x1))
exists e1 e2 p1 x1 x2 x3.(on(e2,x3) & n_stage(x3) & Actor(e2,x1) & v_perform(e2) & exists e3 x4.(Theme(e3,x4) & Actor(e3,x2) & v_watch(e3) & n_band(x4)) & Recipient(e1,p1) & Topic(e1,x2) & v_gather(e1) & (x1 = x2) & n_crowd(x1))
7af70a92-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 x1 x2 x3 x4 x5 x6.(while(e1,p1) & v_perform(e1) & subset_of(x6,x4) & subset_of(x5,x4) & on(e1,x2) & of(x4,x3) & n_thing(x3) & n_stage(x2) & n_hand(x5) & n_crowd(x3) & n_clap(x6) & n_band(x1) & exists e2.(v_raise(e2) & Theme(e2,x4) & Actor(e2,x3)) & Actor(e1,x1))
exists e1 e2 p1 x1 x2 x3.(v_perform(e2) & v_gather(e1) & on(e2,x3) & n_stage(x3) & n_crowd(x1) & exists e3 x4.(v_watch(e3) & n_band(x4) & Theme(e3,x4) & Actor(e3,x2)) & Topic(e1,x2) & Recipient(e1,p1) & Actor(e2,x1) & (x1 = x2))
A band performs on stage while the crowd raises their hands and clap.
The crowd is holding hands raised above their heads.
1
0.840543
Not everyone in a crowd will be holding hands.
exists e1 p1 x1 x2 x3 x4 x5 x6.(n_clap(x6) & n_hand(x5) & subset_of(x6,x4) & subset_of(x5,x4) & of(x4,x3) & n_thing(x3) & n_crowd(x3) & exists e2.(Theme(e2,x4) & Actor(e2,x3) & v_raise(e2)) & while(e1,p1) & on(e1,x2) & n_stage(x2) & Actor(e1,x1) & v_perform(e1) & n_band(x1))
exists e2 e1 x1 x2 x3 x4.(n_head(x4) & of(x4,x1) & n_thing(x1) & n_crowd(x1) & Theme(e2,x2) & Actor(e2,x1) & v_hold(e2) & above(e1,x4) & Theme(e1,x3) & v_raise(e1) & (x2 = x3) & n_hand(x2))
7af70ff6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 x1 x2 x3 x4 x5 x6.(while(e1,p1) & v_perform(e1) & subset_of(x6,x4) & subset_of(x5,x4) & on(e1,x2) & of(x4,x3) & n_thing(x3) & n_stage(x2) & n_hand(x5) & n_crowd(x3) & n_clap(x6) & n_band(x1) & exists e2.(v_raise(e2) & Theme(e2,x4) & Actor(e2,x3)) & Actor(e1,x1))
exists e2 e1 x1 x2 x3 x4.(v_raise(e1) & v_hold(e2) & of(x4,x1) & n_thing(x1) & n_head(x4) & n_hand(x2) & n_crowd(x1) & above(e1,x4) & Theme(e2,x2) & Theme(e1,x3) & Actor(e2,x1) & (x2 = x3))