premise
stringlengths 9
342
| hypothesis
stringlengths 1
295
| label
int64 0
2
| probability
float64 -100
1
| explanation_1
stringlengths 0
706
| explanation_2
stringclasses 1
value | explanation_3
stringclasses 1
value | premise_logic
stringlengths 39
2.12k
| hypothesis_logic
stringlengths 33
2.09k
| id
stringlengths 36
36
| premise_sim
stringlengths 39
2.11k
| hypothesis_sim
stringlengths 33
2.08k
|
---|---|---|---|---|---|---|---|---|---|---|---|
A man dressed in long sleeves and pants is standing in front of snow covered mountains with a thick layer of fog. | A man dressed in long sleeves and pants is outside in the cold | 0 | -100 | Answer: Snow covered mountain say he is outside and fog is cold. | exists e1 e3 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(in(e2,x6) & of(x6,x7) & with(x7,x9) & of(x9,x10) & n_fog(x10) & n_layer(x9) & a_thick(s2) & Theme(s2,x9) & n_mountain(x7) & Theme(e3,x7) & v_cover(e3) & of(x7,x8) & n_snow(x8) & n_front(x6) & Actor(e2,x1) & v_stand(e2) & in(e1,x3) & subset_of(x5,x3) & n_pants(x5) & subset_of(x4,x3) & n_sleeve(x4) & a_long(s1) & Theme(s1,x4) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_man(x1)) | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(n_cold(x6) & in(s2,x6) & Theme(s2,x1) & a_outside(s2) & in(e1,x3) & subset_of(x5,x3) & n_pants(x5) & subset_of(x4,x3) & n_sleeve(x4) & a_long(s1) & Theme(s1,x4) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_man(x1)) | 4a751b2a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(with(x7,x9) & v_stand(e2) & v_dress(e1) & v_cover(e3) & subset_of(x5,x3) & subset_of(x4,x3) & of(x9,x10) & of(x7,x8) & of(x6,x7) & n_snow(x8) & n_sleeve(x4) & n_pants(x5) & n_mountain(x7) & n_man(x1) & n_layer(x9) & n_front(x6) & n_fog(x10) & in(e2,x6) & in(e1,x3) & a_thick(s2) & a_long(s1) & Theme(s2,x9) & Theme(s1,x4) & Theme(e3,x7) & Theme(e1,x2) & Actor(e2,x1) & (x1 = x2)) | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_dress(e1) & subset_of(x5,x3) & subset_of(x4,x3) & n_sleeve(x4) & n_pants(x5) & n_man(x1) & n_cold(x6) & in(s2,x6) & in(e1,x3) & a_outside(s2) & a_long(s1) & Theme(s2,x1) & Theme(s1,x4) & Theme(e1,x2) & (x1 = x2)) |
||
Three men are standing together. | Three friends are laughing and talking together. | 1 | -100 | Three men are not always friends. | exists e1 s1 x1.(a_together(s1) & Manner(e1,s1) & Actor(e1,x1) & v_stand(e1) & n_man(x1) & card_eq_3(x1)) | exists e1 e2 s1 x1 x2.(a_together(s1) & Manner(e2,s1) & Actor(e2,x2) & v_talk(e2) & n_friend(x2) & card_eq_3(x2) & Actor(e1,x1) & v_laugh(e1) & n_friend(x1) & card_eq_3(x1)) | 4a752db8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1.(v_stand(e1) & n_man(x1) & card_eq_3(x1) & a_together(s1) & Manner(e1,s1) & Actor(e1,x1)) | exists e1 e2 s1 x1 x2.(v_talk(e2) & v_laugh(e1) & n_friend(x2) & n_friend(x1) & card_eq_3(x2) & card_eq_3(x1) & a_together(s1) & Manner(e2,s1) & Actor(e2,x2) & Actor(e1,x1)) |
||
Three men are standing together. | There are men in close proximity. | 0 | -100 | Answer: Close proximity tells they are standing together. | exists e1 s1 x1.(a_together(s1) & Manner(e1,s1) & Actor(e1,x1) & v_stand(e1) & n_man(x1) & card_eq_3(x1)) | exists p1 x1 s1 x2 x3.((x1 = x2) & in(x2,x3) & n_proximity(x3) & a_close(s1) & Theme(s1,x3) & n_man(x2)) | 4a7536b4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1.(v_stand(e1) & n_man(x1) & card_eq_3(x1) & a_together(s1) & Manner(e1,s1) & Actor(e1,x1)) | exists x1 s1 x2 x3.(n_proximity(x3) & n_man(x2) & in(x2,x3) & a_close(s1) & Theme(s1,x3) & (x1 = x2)) |
||
Three men are standing together. | Three women are sitting on the ground. | 2 | -100 | THERE CAN BE EITHER THREE MEN OR THREE WOMEN | exists e1 s1 x1.(a_together(s1) & Manner(e1,s1) & Actor(e1,x1) & v_stand(e1) & n_man(x1) & card_eq_3(x1)) | exists e1 x1 x2.(n_ground(x2) & on(e1,x2) & Actor(e1,x1) & v_sit(e1) & n_woman(x1) & card_eq_3(x1)) | 4a7540f0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1.(v_stand(e1) & n_man(x1) & card_eq_3(x1) & a_together(s1) & Manner(e1,s1) & Actor(e1,x1)) | exists e1 x1 x2.(v_sit(e1) & on(e1,x2) & n_woman(x1) & n_ground(x2) & card_eq_3(x1) & Actor(e1,x1)) |
||
A motorcyclist in yellow and white rides his bike. | The driver is in a vehicle with two wheels. | 0 | -100 | Answer: Two wheels tell that the vehicle is a bike. | exists s1 s2 x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & Time(x2,x4) & n_bike(x4) & n_his(x2) & of(x2,x3) & n_ride(x3) & a_white(s2) & Theme(s2,x2) & a_yellow(s1) & Theme(s1,x2) & n_motorcyclist(x1)) | exists p1 x1.(n_driver(x1) & exists x2 x3.(in(x1,x2) & with(x2,x3) & n_wheel(x3) & card_eq_2(x3) & n_vehicle(x2))) | 4a7549ba-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 x1 x2 x3 x4.(of(x2,x3) & n_ride(x3) & n_motorcyclist(x1) & n_his(x2) & n_bike(x4) & in(x1,x2) & a_yellow(s1) & a_white(s2) & a_topic(x1) & Time(x2,x4) & Theme(s2,x2) & Theme(s1,x2)) | exists x1.(n_driver(x1) & exists x2 x3.(with(x2,x3) & n_wheel(x3) & n_vehicle(x2) & in(x1,x2) & card_eq_2(x3))) |
||
A motorcyclist in yellow and white rides his bike. | The bike is black. | 1 | -100 | Not all bikes are black. | exists s1 s2 x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & Time(x2,x4) & n_bike(x4) & n_his(x2) & of(x2,x3) & n_ride(x3) & a_white(s2) & Theme(s2,x2) & a_yellow(s1) & Theme(s1,x2) & n_motorcyclist(x1)) | exists s1 x1.(n_bike(x1) & Theme(s1,x1) & a_black(s1)) | 4a7552b6-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 x1 x2 x3 x4.(of(x2,x3) & n_ride(x3) & n_motorcyclist(x1) & n_his(x2) & n_bike(x4) & in(x1,x2) & a_yellow(s1) & a_white(s2) & a_topic(x1) & Time(x2,x4) & Theme(s2,x2) & Theme(s1,x2)) | exists s1 x1.(n_bike(x1) & a_black(s1) & Theme(s1,x1)) |
||
A motorcyclist in yellow and white rides his bike. | The vehicle has four doors. | 2 | -100 | A BIKE DOES NOT HAVE DOORS | exists s1 s2 x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & Time(x2,x4) & n_bike(x4) & n_his(x2) & of(x2,x3) & n_ride(x3) & a_white(s2) & Theme(s2,x2) & a_yellow(s1) & Theme(s1,x2) & n_motorcyclist(x1)) | exists e1 x1 x2.(n_vehicle(x1) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_door(x2) & card_eq_4(x2)) | 4a755b3a-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 x1 x2 x3 x4.(of(x2,x3) & n_ride(x3) & n_motorcyclist(x1) & n_his(x2) & n_bike(x4) & in(x1,x2) & a_yellow(s1) & a_white(s2) & a_topic(x1) & Time(x2,x4) & Theme(s2,x2) & Theme(s1,x2)) | exists e1 x1 x2.(v_have(e1) & n_vehicle(x1) & n_door(x2) & card_eq_4(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A yellow motorcycle drives down the road. | A cyclist driving a yellow motorcycle. | 0 | -100 | Answer: Drives and cyclist driving means the same. | exists s1 x1 x2 x3.(n_road(x3) & a_topic(x1) & down(x1,x3) & n_drive(x1) & of(x1,x2) & n_motorcycle(x2) & a_yellow(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_drive(e1) & n_motorcycle(x3) & a_yellow(s1) & Theme(s1,x3) & (x1 = x2) & n_cyclist(x1)) | 4a756652-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3.(of(x1,x2) & n_road(x3) & n_motorcycle(x2) & n_drive(x1) & down(x1,x3) & a_yellow(s1) & a_topic(x1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3.(v_drive(e1) & n_motorcycle(x3) & n_cyclist(x1) & a_yellow(s1) & a_topic(x1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
A yellow motorcycle drives down the road. | A yellow motorcycle is speeding. | 1 | -100 | Not all motorcycles are speeding. | exists s1 x1 x2 x3.(n_road(x3) & a_topic(x1) & down(x1,x3) & n_drive(x1) & of(x1,x2) & n_motorcycle(x2) & a_yellow(s1) & Theme(s1,x1)) | exists e1 s1 x1.(Actor(e1,x1) & v_speed(e1) & n_motorcycle(x1) & a_yellow(s1) & Theme(s1,x1)) | 4a757034-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3.(of(x1,x2) & n_road(x3) & n_motorcycle(x2) & n_drive(x1) & down(x1,x3) & a_yellow(s1) & a_topic(x1) & Theme(s1,x1)) | exists e1 s1 x1.(v_speed(e1) & n_motorcycle(x1) & a_yellow(s1) & Theme(s1,x1) & Actor(e1,x1)) |
||
A yellow motorcycle drives down the road. | A yellow motorcycle is parked near a building. | 2 | -100 | A MOTORCYCLE CANT BE PARKED AND DRIVING AT THE SAME TIME | exists s1 x1 x2 x3.(n_road(x3) & a_topic(x1) & down(x1,x3) & n_drive(x1) & of(x1,x2) & n_motorcycle(x2) & a_yellow(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2.(near(e1,x2) & n_building(x2) & Theme(e1,x1) & v_park(e1) & n_motorcycle(x1) & a_yellow(s1) & Theme(s1,x1)) | 4a757f8e-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3.(of(x1,x2) & n_road(x3) & n_motorcycle(x2) & n_drive(x1) & down(x1,x3) & a_yellow(s1) & a_topic(x1) & Theme(s1,x1)) | exists e1 s1 x1 x2.(v_park(e1) & near(e1,x2) & n_motorcycle(x1) & n_building(x2) & a_yellow(s1) & Theme(s1,x1) & Theme(e1,x1)) |
||
A man in a yellow outfit riding a yellow motorcycle. | The man's outfit is the same color as his motorcycle. | 0 | -100 | A man in a yellow outfit riding a yellow motorcycle therefore means a man's outfit is the same color as his motorcycle. | exists e1 s1 s2 x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_ride(e1) & n_motorcycle(x4) & a_yellow(s2) & Theme(s2,x4) & (x2 = x3) & n_outfit(x2) & a_yellow(s1) & Theme(s1,x2) & n_man(x1)) | exists p1 s1 x1 x2 x3 x4.(n_motorcycle(x4) & of(x4,x1) & n_male(x1) & n_color(x3) & a_same(s1) & Theme(s1,x3) & n_outfit(x2) & of(x2,x1) & n_man(x1) & (x2 = x3) & as(x3,x4)) | 4a758a2e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4.(v_ride(e1) & n_outfit(x2) & n_motorcycle(x4) & n_man(x1) & in(x1,x2) & a_yellow(s2) & a_yellow(s1) & a_topic(x1) & Theme(s2,x4) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) | exists s1 x1 x2 x3 x4.(of(x4,x1) & of(x2,x1) & n_outfit(x2) & n_motorcycle(x4) & n_man(x1) & n_male(x1) & n_color(x3) & as(x3,x4) & a_same(s1) & Theme(s1,x3) & (x2 = x3)) |
||
A man in a yellow outfit riding a yellow motorcycle. | The man is driving a bus. | 2 | -100 | A man cannot be riding a yellow motorcycle and driving a bus at the same time. | exists e1 s1 s2 x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_ride(e1) & n_motorcycle(x4) & a_yellow(s2) & Theme(s2,x4) & (x2 = x3) & n_outfit(x2) & a_yellow(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_drive(e1) & n_bus(x2)) | 4a759406-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4.(v_ride(e1) & n_outfit(x2) & n_motorcycle(x4) & n_man(x1) & in(x1,x2) & a_yellow(s2) & a_yellow(s1) & a_topic(x1) & Theme(s2,x4) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) | exists e1 x1 x2.(v_drive(e1) & n_man(x1) & n_bus(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man in a yellow outfit riding a yellow motorcycle. | The man is an experienced rider. | 1 | -100 | He could just have a yellow dress and bike because he likes yellow. He doesnt need to be experienced. | exists e1 s1 s2 x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_ride(e1) & n_motorcycle(x4) & a_yellow(s2) & Theme(s2,x4) & (x2 = x3) & n_outfit(x2) & a_yellow(s1) & Theme(s1,x2) & n_man(x1)) | exists p1 x1.(n_man(x1) & exists s1 x2.((x1 = x2) & n_rider(x2) & a_experienced(s1) & Theme(s1,x2))) | 4a759e6a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4.(v_ride(e1) & n_outfit(x2) & n_motorcycle(x4) & n_man(x1) & in(x1,x2) & a_yellow(s2) & a_yellow(s1) & a_topic(x1) & Theme(s2,x4) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) | exists x1.(n_man(x1) & exists s1 x2.(n_rider(x2) & a_experienced(s1) & Theme(s1,x2) & (x1 = x2))) |
||
A man in a white jacket and blue baseball cap. | A human in a jacket. | 0 | -100 | A man is a human, and a white jacket is a type of jacket. | exists s1 s2 x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & n_cap(x2) & of(x2,x4) & n_baseball(x4) & a_blue(s2) & Theme(s2,x2) & of(x2,x3) & n_jacket(x3) & a_white(s1) & Theme(s1,x2) & n_man(x1)) | exists x1 x2.(a_topic(x1) & in(x1,x2) & n_jacket(x2) & n_human(x1)) | 4a75a842-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 x1 x2 x3 x4.(of(x2,x4) & of(x2,x3) & n_man(x1) & n_jacket(x3) & n_cap(x2) & n_baseball(x4) & in(x1,x2) & a_white(s1) & a_topic(x1) & a_blue(s2) & Theme(s2,x2) & Theme(s1,x2)) | exists x1 x2.(n_jacket(x2) & n_human(x1) & in(x1,x2) & a_topic(x1)) |
||
A man in a white jacket and blue baseball cap. | Nobody has a jacket. | 2 | -100 | When nobody has a jacket then a man cannot be in a white jacket | exists s1 s2 x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & n_cap(x2) & of(x2,x4) & n_baseball(x4) & a_blue(s2) & Theme(s2,x2) & of(x2,x3) & n_jacket(x3) & a_white(s1) & Theme(s1,x2) & n_man(x1)) | -exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_jacket(x2) & n_person(x1)) | 4a75b3fa-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 x1 x2 x3 x4.(of(x2,x4) & of(x2,x3) & n_man(x1) & n_jacket(x3) & n_cap(x2) & n_baseball(x4) & in(x1,x2) & a_white(s1) & a_topic(x1) & a_blue(s2) & Theme(s2,x2) & Theme(s1,x2)) | all e1 x1 x2.(-v_have(e1) | -n_person(x1) | -n_jacket(x2) | -Theme(e1,x2) | -Actor(e1,x1)) |
||
A man in a white jacket and blue baseball cap. | A human in a big jacket. | 1 | -100 | Not every jacket is big. | exists s1 s2 x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & n_cap(x2) & of(x2,x4) & n_baseball(x4) & a_blue(s2) & Theme(s2,x2) & of(x2,x3) & n_jacket(x3) & a_white(s1) & Theme(s1,x2) & n_man(x1)) | exists s1 x1 x2.(a_topic(x1) & in(x1,x2) & n_jacket(x2) & a_big(s1) & Theme(s1,x2) & n_human(x1)) | 4a75c2c8-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 x1 x2 x3 x4.(of(x2,x4) & of(x2,x3) & n_man(x1) & n_jacket(x3) & n_cap(x2) & n_baseball(x4) & in(x1,x2) & a_white(s1) & a_topic(x1) & a_blue(s2) & Theme(s2,x2) & Theme(s1,x2)) | exists s1 x1 x2.(n_jacket(x2) & n_human(x1) & in(x1,x2) & a_topic(x1) & a_big(s1) & Theme(s1,x2)) |
||
Man and women ballet team during a performance on stage. | The man and woman are performing a ballet on the stage. | 0 | -100 | Answer: During and performing means the same. | exists s1 x1 x2 x3 x4 x5 x6.(a_topic(s1) & during(s1,x5) & on(x5,x6) & n_stage(x6) & n_performance(x5) & n_team(x2) & of(x2,x4) & n_ballet(x4) & of(x2,x3) & n_woman(x3) & n_man(x1) & subset_of(x2,s1) & subset_of(x1,s1)) | exists e1 x1 x2 x3 x4 x5.(n_stage(x5) & n_woman(x3) & n_man(x2) & subset_of(x3,x1) & subset_of(x2,x1) & on(e1,x5) & Theme(e1,x4) & Actor(e1,x1) & v_perform(e1) & n_ballet(x4)) | 4a75cdc2-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3 x4 x5 x6.(subset_of(x2,s1) & subset_of(x1,s1) & on(x5,x6) & of(x2,x4) & of(x2,x3) & n_woman(x3) & n_team(x2) & n_stage(x6) & n_performance(x5) & n_man(x1) & n_ballet(x4) & during(s1,x5) & a_topic(s1)) | exists e1 x1 x2 x3 x4 x5.(v_perform(e1) & subset_of(x3,x1) & subset_of(x2,x1) & on(e1,x5) & n_woman(x3) & n_stage(x5) & n_man(x2) & n_ballet(x4) & Theme(e1,x4) & Actor(e1,x1)) |
||
Man and women ballet team during a performance on stage. | The man and woman are running a marathon. | 2 | -100 | WOMEN IS PLURAL WOMAN IS SINGULAR | exists s1 x1 x2 x3 x4 x5 x6.(a_topic(s1) & during(s1,x5) & on(x5,x6) & n_stage(x6) & n_performance(x5) & n_team(x2) & of(x2,x4) & n_ballet(x4) & of(x2,x3) & n_woman(x3) & n_man(x1) & subset_of(x2,s1) & subset_of(x1,s1)) | exists e1 x1 x2 x3 x4.(n_woman(x3) & n_man(x2) & subset_of(x3,x1) & subset_of(x2,x1) & Theme(e1,x4) & Actor(e1,x1) & v_run(e1) & n_marathon(x4)) | 4a75d920-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3 x4 x5 x6.(subset_of(x2,s1) & subset_of(x1,s1) & on(x5,x6) & of(x2,x4) & of(x2,x3) & n_woman(x3) & n_team(x2) & n_stage(x6) & n_performance(x5) & n_man(x1) & n_ballet(x4) & during(s1,x5) & a_topic(s1)) | exists e1 x1 x2 x3 x4.(v_run(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x3) & n_marathon(x4) & n_man(x2) & Theme(e1,x4) & Actor(e1,x1)) |
||
Man and women ballet team during a performance on stage. | The man and woman are performing a ballet as part of a competition. | 1 | -100 | Not all ballet performances are part of a competition. | exists s1 x1 x2 x3 x4 x5 x6.(a_topic(s1) & during(s1,x5) & on(x5,x6) & n_stage(x6) & n_performance(x5) & n_team(x2) & of(x2,x4) & n_ballet(x4) & of(x2,x3) & n_woman(x3) & n_man(x1) & subset_of(x2,s1) & subset_of(x1,s1)) | exists e1 x1 x2 x3 x4 x5 x6.(n_woman(x3) & n_man(x2) & subset_of(x3,x1) & subset_of(x2,x1) & as(e1,x5) & of(x5,x6) & n_competition(x6) & n_part(x5) & Theme(e1,x4) & Actor(e1,x1) & v_perform(e1) & n_ballet(x4)) | 4a75e352-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3 x4 x5 x6.(subset_of(x2,s1) & subset_of(x1,s1) & on(x5,x6) & of(x2,x4) & of(x2,x3) & n_woman(x3) & n_team(x2) & n_stage(x6) & n_performance(x5) & n_man(x1) & n_ballet(x4) & during(s1,x5) & a_topic(s1)) | exists e1 x1 x2 x3 x4 x5 x6.(v_perform(e1) & subset_of(x3,x1) & subset_of(x2,x1) & of(x5,x6) & n_woman(x3) & n_part(x5) & n_man(x2) & n_competition(x6) & n_ballet(x4) & as(e1,x5) & Theme(e1,x4) & Actor(e1,x1)) |
||
A motorcyclist in yellow. | A motorcyclist wearing blue. | 2 | -100 | YELLOW AND BLUE ARE DIFFERENT COLORS | exists x1 x2.(a_topic(x1) & in(x1,x2) & n_yellow(x2) & n_motorcyclist(x1)) | exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_blue(x3) & (x1 = x2) & n_motorcyclist(x1)) | 4a75ee10-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2.(n_yellow(x2) & n_motorcyclist(x1) & in(x1,x2) & a_topic(x1)) | exists e1 x1 x2 x3.(v_wear(e1) & n_motorcyclist(x1) & n_blue(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
A motorcyclist in yellow. | A motorcyclist is wearing yellow. | 0 | -100 | Answer: In and wearing means the same. | exists x1 x2.(a_topic(x1) & in(x1,x2) & n_yellow(x2) & n_motorcyclist(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_yellow(x2) & n_motorcyclist(x1)) | 4a75faea-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2.(n_yellow(x2) & n_motorcyclist(x1) & in(x1,x2) & a_topic(x1)) | exists e1 x1 x2.(v_wear(e1) & n_yellow(x2) & n_motorcyclist(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A motorcyclist in yellow. | A motorcyclist riding his/her motorcycle. | 1 | -100 | A motorcyclist is not always riding their motorcycle. | exists x1 x2.(a_topic(x1) & in(x1,x2) & n_yellow(x2) & n_motorcyclist(x1)) | exists x1 x2 x3 x4.(a_topic(x1) & n_motorcycle(x1) & of(x1,x4) & n_his/her(x4) & of(x1,x3) & n_riding(x3) & of(x1,x2) & n_motorcyclist(x2)) | 4a760742-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2.(n_yellow(x2) & n_motorcyclist(x1) & in(x1,x2) & a_topic(x1)) | exists x1 x2 x3 x4.(of(x1,x4) & of(x1,x3) & of(x1,x2) & n_riding(x3) & n_motorcyclist(x2) & n_motorcycle(x1) & n_his/her(x4) & a_topic(x1)) |
||
Four people and a child walking in the street. | Five people are outside. | 0 | -100 | Answer: Street refers to outside. | exists s1 x1 x2 x3 x4.(n_street(x4) & a_topic(s1) & subset_of(x2,s1) & in(x2,x4) & n_walking(x2) & of(x2,x3) & n_child(x3) & subset_of(x1,s1) & n_people(x1) & card_eq_4(x1)) | exists s1 x1.(Theme(s1,x1) & a_outside(s1) & n_people(x1) & card_eq_5(x1)) | 4a761304-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3 x4.(subset_of(x2,s1) & subset_of(x1,s1) & of(x2,x3) & n_walking(x2) & n_street(x4) & n_people(x1) & n_child(x3) & in(x2,x4) & card_eq_4(x1) & a_topic(s1)) | exists s1 x1.(n_people(x1) & card_eq_5(x1) & a_outside(s1) & Theme(s1,x1)) |
||
Four people and a child walking in the street. | The family is enjoying the World's Fair. | 1 | -100 | Not all families walking are at the World's Fair. | exists s1 x1 x2 x3 x4.(n_street(x4) & a_topic(s1) & subset_of(x2,s1) & in(x2,x4) & n_walking(x2) & of(x2,x3) & n_child(x3) & subset_of(x1,s1) & n_people(x1) & card_eq_4(x1)) | exists e1 x1 x2 x3.(n_fair(x3) & of(x3,x2) & ne_org_world(x2) & n_family(x1) & Theme(e1,x3) & Actor(e1,x1) & v_enjoy(e1)) | 4a76207e-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3 x4.(subset_of(x2,s1) & subset_of(x1,s1) & of(x2,x3) & n_walking(x2) & n_street(x4) & n_people(x1) & n_child(x3) & in(x2,x4) & card_eq_4(x1) & a_topic(s1)) | exists e1 x1 x2 x3.(v_enjoy(e1) & of(x3,x2) & ne_org_world(x2) & n_family(x1) & n_fair(x3) & Theme(e1,x3) & Actor(e1,x1)) |
||
Four people and a child walking in the street. | The group is standing in strip club. | 2 | -100 | WALKING AND STANDING ARE TWO DIFFERENT POSITIONS | exists s1 x1 x2 x3 x4.(n_street(x4) & a_topic(s1) & subset_of(x2,s1) & in(x2,x4) & n_walking(x2) & of(x2,x3) & n_child(x3) & subset_of(x1,s1) & n_people(x1) & card_eq_4(x1)) | exists e1 x1 x2 x3.(n_group(x1) & in(e1,x2) & n_club(x2) & of(x2,x3) & n_strip(x3) & Actor(e1,x1) & v_stand(e1)) | 4a762c04-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3 x4.(subset_of(x2,s1) & subset_of(x1,s1) & of(x2,x3) & n_walking(x2) & n_street(x4) & n_people(x1) & n_child(x3) & in(x2,x4) & card_eq_4(x1) & a_topic(s1)) | exists e1 x1 x2 x3.(v_stand(e1) & of(x2,x3) & n_strip(x3) & n_group(x1) & n_club(x2) & in(e1,x2) & Actor(e1,x1)) |
||
Two people in blue shirts using a megaphone. | Two people addressing a gathered crowd. | 1 | -100 | Not all people using a megaphone are addressing a gathered crowd. | exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & v_use(e1) & n_megaphone(x4) & (x1 = x3) & in(x1,x2) & n_shirt(x2) & a_blue(s1) & Theme(s1,x2) & n_people(x1) & card_eq_2(x1)) | exists e1 e2 x1 x2 x3.(a_topic(x1) & Theme(e2,x3) & Actor(e2,x2) & v_address(e2) & n_crowd(x3) & Theme(e1,x3) & v_gather(e1) & (x1 = x2) & n_people(x1) & card_eq_2(x1)) | 4a76346a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_use(e1) & n_shirt(x2) & n_people(x1) & n_megaphone(x4) & in(x1,x2) & card_eq_2(x1) & a_topic(x1) & a_blue(s1) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3)) | exists e1 e2 x1 x2 x3.(v_gather(e1) & v_address(e2) & n_people(x1) & n_crowd(x3) & card_eq_2(x1) & a_topic(x1) & Theme(e2,x3) & Theme(e1,x3) & Actor(e2,x2) & (x1 = x2)) |
||
Two people in blue shirts using a megaphone. | Three people watch a bird flying. | 2 | -100 | THERE ARE EITHER TWO OR THREE PEOPLE | exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & v_use(e1) & n_megaphone(x4) & (x1 = x3) & in(x1,x2) & n_shirt(x2) & a_blue(s1) & Theme(s1,x2) & n_people(x1) & card_eq_2(x1)) | exists e2 e1 x1 x2 x3.(Theme(e2,x2) & Actor(e2,x1) & v_watch(e2) & Actor(e1,x3) & v_fly(e1) & (x2 = x3) & n_bird(x2) & n_people(x1) & card_eq_3(x1)) | 4a763aaa-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_use(e1) & n_shirt(x2) & n_people(x1) & n_megaphone(x4) & in(x1,x2) & card_eq_2(x1) & a_topic(x1) & a_blue(s1) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3)) | exists e2 e1 x1 x2 x3.(v_watch(e2) & v_fly(e1) & n_people(x1) & n_bird(x2) & card_eq_3(x1) & Theme(e2,x2) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3)) |
||
Two people in blue shirts using a megaphone. | Two people speaking into a megaphone. | 0 | -100 | Answer: Speaking refers to using . | exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & v_use(e1) & n_megaphone(x4) & (x1 = x3) & in(x1,x2) & n_shirt(x2) & a_blue(s1) & Theme(s1,x2) & n_people(x1) & card_eq_2(x1)) | exists e1 x1 x2 x3.(a_topic(x1) & into(e1,x3) & n_megaphone(x3) & Actor(e1,x2) & v_speak(e1) & (x1 = x2) & n_people(x1) & card_eq_2(x1)) | 4a764040-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_use(e1) & n_shirt(x2) & n_people(x1) & n_megaphone(x4) & in(x1,x2) & card_eq_2(x1) & a_topic(x1) & a_blue(s1) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3)) | exists e1 x1 x2 x3.(v_speak(e1) & n_people(x1) & n_megaphone(x3) & into(e1,x3) & card_eq_2(x1) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) |
||
A group of people with red berets and one man in the front with gray hair and glasses. | The man wearing glasses is in front of a group of people in red berets. | 0 | -100 | Answer: Wearing refers to with . | exists s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_front(x6) & a_topic(x1) & in(x1,x6) & with(x6,x7) & subset_of(x9,x7) & n_glass(x9) & subset_of(x8,x7) & n_hair(x8) & a_gray(s2) & Theme(s2,x8) & of(x1,x2) & with(x2,x3) & n_man(x5) & card_eq_1(x5) & n_beret(x4) & subset_of(x5,x3) & subset_of(x4,x3) & a_red(s1) & Theme(s1,x3) & n_people(x2) & n_group(x1)) | exists e1 p1 x1 x2 x3.(n_man(x1) & exists s1 x4 x5 x6 x7.(in(x1,x4) & of(x4,x5) & of(x5,x6) & in(x6,x7) & n_beret(x7) & a_red(s1) & Theme(s1,x7) & n_people(x6) & n_group(x5) & n_front(x4)) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_glass(x3) & (x1 = x2)) | 4a764568-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x6,x7) & with(x2,x3) & subset_of(x9,x7) & subset_of(x8,x7) & subset_of(x5,x3) & subset_of(x4,x3) & of(x1,x2) & n_people(x2) & n_man(x5) & n_hair(x8) & n_group(x1) & n_glass(x9) & n_front(x6) & n_beret(x4) & in(x1,x6) & card_eq_1(x5) & a_topic(x1) & a_red(s1) & a_gray(s2) & Theme(s2,x8) & Theme(s1,x3)) | exists e1 x1 x2 x3.(v_wear(e1) & n_man(x1) & n_glass(x3) & exists s1 x4 x5 x6 x7.(of(x5,x6) & of(x4,x5) & n_people(x6) & n_group(x5) & n_front(x4) & n_beret(x7) & in(x6,x7) & in(x1,x4) & a_red(s1) & Theme(s1,x7)) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
A group of people with red berets and one man in the front with gray hair and glasses. | A group of people is being led by a gray haired man. | 1 | -100 | Just because one man is in front does not mean the others are being led by him. | exists s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_front(x6) & a_topic(x1) & in(x1,x6) & with(x6,x7) & subset_of(x9,x7) & n_glass(x9) & subset_of(x8,x7) & n_hair(x8) & a_gray(s2) & Theme(s2,x8) & of(x1,x2) & with(x2,x3) & n_man(x5) & card_eq_1(x5) & n_beret(x4) & subset_of(x5,x3) & subset_of(x4,x3) & a_red(s1) & Theme(s1,x3) & n_people(x2) & n_group(x1)) | exists e1 s1 s2 x1 x2 x3.(Actor(e1,x3) & n_man(x3) & a_haired(s2) & Theme(s2,x3) & a_gray(s1) & Theme(s1,x3) & Theme(e1,x1) & v_lead(e1) & of(x1,x2) & n_people(x2) & n_group(x1)) | 4a764c7a-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x6,x7) & with(x2,x3) & subset_of(x9,x7) & subset_of(x8,x7) & subset_of(x5,x3) & subset_of(x4,x3) & of(x1,x2) & n_people(x2) & n_man(x5) & n_hair(x8) & n_group(x1) & n_glass(x9) & n_front(x6) & n_beret(x4) & in(x1,x6) & card_eq_1(x5) & a_topic(x1) & a_red(s1) & a_gray(s2) & Theme(s2,x8) & Theme(s1,x3)) | exists e1 s1 s2 x1 x2 x3.(v_lead(e1) & of(x1,x2) & n_people(x2) & n_man(x3) & n_group(x1) & a_haired(s2) & a_gray(s1) & Theme(s2,x3) & Theme(s1,x3) & Theme(e1,x1) & Actor(e1,x3)) |
||
A group of people with red berets and one man in the front with gray hair and glasses. | The people are wearing orange berets. | 2 | -100 | RED AND ORANGE ARE DIFFERENT COLORS | exists s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_front(x6) & a_topic(x1) & in(x1,x6) & with(x6,x7) & subset_of(x9,x7) & n_glass(x9) & subset_of(x8,x7) & n_hair(x8) & a_gray(s2) & Theme(s2,x8) & of(x1,x2) & with(x2,x3) & n_man(x5) & card_eq_1(x5) & n_beret(x4) & subset_of(x5,x3) & subset_of(x4,x3) & a_red(s1) & Theme(s1,x3) & n_people(x2) & n_group(x1)) | exists e1 x1 x2 x3.(n_people(x1) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_beret(x2) & of(x2,x3) & n_orange(x3)) | 4a765242-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x6,x7) & with(x2,x3) & subset_of(x9,x7) & subset_of(x8,x7) & subset_of(x5,x3) & subset_of(x4,x3) & of(x1,x2) & n_people(x2) & n_man(x5) & n_hair(x8) & n_group(x1) & n_glass(x9) & n_front(x6) & n_beret(x4) & in(x1,x6) & card_eq_1(x5) & a_topic(x1) & a_red(s1) & a_gray(s2) & Theme(s2,x8) & Theme(s1,x3)) | exists e1 x1 x2 x3.(v_wear(e1) & of(x2,x3) & n_people(x1) & n_orange(x3) & n_beret(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
Blond lady looks at Space Needle | A blonde woman looking at a tall building. | 0 | -100 | A woman is another word for a lady, and she is looking at a tall building, which is the space needle. | exists e1 s1 x1 x2 x3.(ne_geo_needle(x2) & (x2 = x3) & ne_geo_space(x3) & at(e1,x2) & Actor(e1,x1) & v_look(e1) & n_lady(x1) & a_blond(s1) & Theme(s1,x1)) | exists e1 s1 s2 x1 x2 x3.(a_topic(x1) & at(e1,x3) & n_building(x3) & a_tall(s2) & Theme(s2,x3) & Actor(e1,x2) & v_look(e1) & (x1 = x2) & n_woman(x1) & a_blonde(s1) & Theme(s1,x1)) | 4a76576a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_look(e1) & ne_geo_space(x3) & ne_geo_needle(x2) & n_lady(x1) & at(e1,x2) & a_blond(s1) & Theme(s1,x1) & Actor(e1,x1) & (x2 = x3)) | exists e1 s1 s2 x1 x2 x3.(v_look(e1) & n_woman(x1) & n_building(x3) & at(e1,x3) & a_topic(x1) & a_tall(s2) & a_blonde(s1) & Theme(s2,x3) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2)) |
||
Blond lady looks at Space Needle | A pink haired woman stripping for an audience. | 2 | -100 | THE LADY EITHER HAS BLOND OR PINK HAIR | exists e1 s1 x1 x2 x3.(ne_geo_needle(x2) & (x2 = x3) & ne_geo_space(x3) & at(e1,x2) & Actor(e1,x1) & v_look(e1) & n_lady(x1) & a_blond(s1) & Theme(s1,x1)) | exists e1 s1 s2 x1 x2 x3.(a_topic(x1) & for(e1,x3) & n_audience(x3) & Actor(e1,x2) & v_strip(e1) & (x1 = x2) & n_woman(x1) & a_haired(s2) & Theme(s2,x1) & a_pink(s1) & Theme(s1,x1)) | 4a765cc4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_look(e1) & ne_geo_space(x3) & ne_geo_needle(x2) & n_lady(x1) & at(e1,x2) & a_blond(s1) & Theme(s1,x1) & Actor(e1,x1) & (x2 = x3)) | exists e1 s1 s2 x1 x2 x3.(v_strip(e1) & n_woman(x1) & n_audience(x3) & for(e1,x3) & a_topic(x1) & a_pink(s1) & a_haired(s2) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2)) |
||
Blond lady looks at Space Needle | A blonde woman pondering architecture techniques. | 1 | -100 | Just because a woman is looking at the Space Needle does not mean she is pondering architecture techniques. | exists e1 s1 x1 x2 x3.(ne_geo_needle(x2) & (x2 = x3) & ne_geo_space(x3) & at(e1,x2) & Actor(e1,x1) & v_look(e1) & n_lady(x1) & a_blond(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_ponder(e1) & n_technique(x3) & of(x3,x4) & n_architecture(x4) & (x1 = x2) & n_woman(x1) & a_blonde(s1) & Theme(s1,x1)) | 4a766264-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_look(e1) & ne_geo_space(x3) & ne_geo_needle(x2) & n_lady(x1) & at(e1,x2) & a_blond(s1) & Theme(s1,x1) & Actor(e1,x1) & (x2 = x3)) | exists e1 s1 x1 x2 x3 x4.(v_ponder(e1) & of(x3,x4) & n_woman(x1) & n_technique(x3) & n_architecture(x4) & a_topic(x1) & a_blonde(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
Men at a gathering together wearing orange berets. | Men are wearing headwear. | 0 | -100 | Orange berets are headwear. | exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & at(x1,x2) & a_together(s1) & Manner(e1,s1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & n_beret(x4) & of(x4,x5) & n_orange(x5) & (x2 = x3) & n_gathering(x2) & n_man(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_headwear(x2) & n_man(x1)) | 4a76675a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_wear(e1) & of(x4,x5) & n_orange(x5) & n_man(x1) & n_gathering(x2) & n_beret(x4) & at(x1,x2) & a_topic(x1) & a_together(s1) & Theme(e1,x4) & Manner(e1,s1) & Actor(e1,x3) & (x2 = x3)) | exists e1 x1 x2.(v_wear(e1) & n_man(x1) & n_headwear(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
Men at a gathering together wearing orange berets. | Men are dressed entirely in black. | 2 | -100 | Men wearing orange berets cannot be in black | exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & at(x1,x2) & a_together(s1) & Manner(e1,s1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & n_beret(x4) & of(x4,x5) & n_orange(x5) & (x2 = x3) & n_gathering(x2) & n_man(x1)) | exists e1 s1 s2 x1.(in(e1,s2) & Theme(s2,x1) & a_black(s2) & a_entirely(s1) & Manner(e1,s1) & Theme(e1,x1) & v_dress(e1) & n_man(x1)) | 4a766c1e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_wear(e1) & of(x4,x5) & n_orange(x5) & n_man(x1) & n_gathering(x2) & n_beret(x4) & at(x1,x2) & a_topic(x1) & a_together(s1) & Theme(e1,x4) & Manner(e1,s1) & Actor(e1,x3) & (x2 = x3)) | exists e1 s1 s2 x1.(v_dress(e1) & n_man(x1) & in(e1,s2) & a_entirely(s1) & a_black(s2) & Theme(s2,x1) & Theme(e1,x1) & Manner(e1,s1)) |
||
Men at a gathering together wearing orange berets. | Men are wearing uniforms. | 1 | -100 | Orange berets does not imply uniforms. | exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & at(x1,x2) & a_together(s1) & Manner(e1,s1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & n_beret(x4) & of(x4,x5) & n_orange(x5) & (x2 = x3) & n_gathering(x2) & n_man(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_uniform(x2) & n_man(x1)) | 4a7672ae-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_wear(e1) & of(x4,x5) & n_orange(x5) & n_man(x1) & n_gathering(x2) & n_beret(x4) & at(x1,x2) & a_topic(x1) & a_together(s1) & Theme(e1,x4) & Manner(e1,s1) & Actor(e1,x3) & (x2 = x3)) | exists e1 x1 x2.(v_wear(e1) & n_uniform(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Men wearing red hats and blue suits. | Men are wearing blue suits. | 0 | -100 | The men in both sentences describe the same group who are wearing blue suits. | exists e1 s1 s2 x1 x2 x3 x4 x5.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & subset_of(x5,x3) & n_suit(x5) & a_blue(s2) & Theme(s2,x5) & subset_of(x4,x3) & n_hat(x4) & a_red(s1) & Theme(s1,x4) & (x1 = x2) & n_man(x1)) | exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_suit(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1)) | 4a767808-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5.(v_wear(e1) & subset_of(x5,x3) & subset_of(x4,x3) & n_suit(x5) & n_man(x1) & n_hat(x4) & a_topic(x1) & a_red(s1) & a_blue(s2) & Theme(s2,x5) & Theme(s1,x4) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 s1 x1 x2.(v_wear(e1) & n_suit(x2) & n_man(x1) & a_blue(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
Men wearing red hats and blue suits. | Men are wearing flip flops with their suits. | 1 | -100 | Just because men wearing red hats and blue suits doesn't mean they are wearing flip flops. | exists e1 s1 s2 x1 x2 x3 x4 x5.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & subset_of(x5,x3) & n_suit(x5) & a_blue(s2) & Theme(s2,x5) & subset_of(x4,x3) & n_hat(x4) & a_red(s1) & Theme(s1,x4) & (x1 = x2) & n_man(x1)) | exists e1 s1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & with(x2,x3) & n_suit(x3) & of(x3,x1) & n_thing(x1) & n_flop(x2) & a_flip(s1) & Theme(s1,x2) & n_man(x1)) | 4a767c90-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5.(v_wear(e1) & subset_of(x5,x3) & subset_of(x4,x3) & n_suit(x5) & n_man(x1) & n_hat(x4) & a_topic(x1) & a_red(s1) & a_blue(s2) & Theme(s2,x5) & Theme(s1,x4) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 s1 x1 x2 x3.(with(x2,x3) & v_wear(e1) & of(x3,x1) & n_thing(x1) & n_suit(x3) & n_man(x1) & n_flop(x2) & a_flip(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two young people in blue shirts share a megaphone at some kind of festival with a Greenpeace tent. | Two young people have blue shirts. | 0 | -100 | The two people are in the blue shirts, therefore they have the blue shirts. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(at(e1,x4) & of(x4,x5) & with(x5,x6) & n_tent(x6) & (x6 = x7) & ne_org_greenpeace(x7) & n_festival(x5) & n_kind(x4) & Theme(e1,x3) & Actor(e1,x1) & v_share(e1) & n_megaphone(x3) & in(x1,x2) & n_shirt(x2) & a_blue(s2) & Theme(s2,x2) & n_people(x1) & a_young(s1) & Theme(s1,x1) & card_eq_2(x1)) | exists e1 s1 s2 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_shirt(x2) & a_blue(s2) & Theme(s2,x2) & n_people(x1) & a_young(s1) & Theme(s1,x1) & card_eq_2(x1)) | 4a7685d2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(with(x5,x6) & v_share(e1) & of(x4,x5) & ne_org_greenpeace(x7) & n_tent(x6) & n_shirt(x2) & n_people(x1) & n_megaphone(x3) & n_kind(x4) & n_festival(x5) & in(x1,x2) & card_eq_2(x1) & at(e1,x4) & a_young(s1) & a_blue(s2) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x1) & (x6 = x7)) | exists e1 s1 s2 x1 x2.(v_have(e1) & n_shirt(x2) & n_people(x1) & card_eq_2(x1) & a_young(s1) & a_blue(s2) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A girl in a blue jacket is sitting in front of the Seattle skyline. | A girl was in Seattle. | 0 | -100 | A girl in a blue jacket is a type of girl, and the Seattle skyline implies Seattle. | exists e1 s1 x1 x2 x3 x4 x5.(n_skyline(x4) & (x4 = x5) & ne_geo_seattle(x5) & in(e1,x3) & of(x3,x4) & n_front(x3) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_jacket(x2) & a_blue(s1) & Theme(s1,x2) & n_girl(x1)) | exists p1 x1 x2.(ne_geo_seattle(x2) & in(x1,x2) & n_girl(x1)) | 4a769324-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_sit(e1) & of(x3,x4) & ne_geo_seattle(x5) & n_skyline(x4) & n_jacket(x2) & n_girl(x1) & n_front(x3) & in(x1,x2) & in(e1,x3) & a_blue(s1) & Theme(s1,x2) & Actor(e1,x1) & (x4 = x5)) | exists x1 x2.(ne_geo_seattle(x2) & n_girl(x1) & in(x1,x2)) |
||
A girl in a blue jacket is sitting in front of the Seattle skyline. | The girl was stuck at school all day. | 2 | -100 | Girl at school cannot be sitting in front of the Seattle skyline | exists e1 s1 x1 x2 x3 x4 x5.(n_skyline(x4) & (x4 = x5) & ne_geo_seattle(x5) & in(e1,x3) & of(x3,x4) & n_front(x3) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_jacket(x2) & a_blue(s1) & Theme(s1,x2) & n_girl(x1)) | exists x2.(n_girl(x2) & all x1.(n_day(x1) -> exists e1 x3.(Time(e1,x1) & at(e1,x3) & n_school(x3) & Theme(e1,x2) & v_stick(e1)))) | 4a769e82-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_sit(e1) & of(x3,x4) & ne_geo_seattle(x5) & n_skyline(x4) & n_jacket(x2) & n_girl(x1) & n_front(x3) & in(x1,x2) & in(e1,x3) & a_blue(s1) & Theme(s1,x2) & Actor(e1,x1) & (x4 = x5)) | exists x2.(n_girl(x2) & all x1.(exists e1 x3.(v_stick(e1) & n_school(x3) & at(e1,x3) & Time(e1,x1) & Theme(e1,x2)) | -n_day(x1))) |
||
three men are having a discussion. | Some people are talking to each other. | 0 | -100 | Three men are a group of people, or some people. A discussion is another word for talking to each other. | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_discussion(x2) & n_man(x1) & card_eq_3(x1)) | exists e1 x1.(all x2.(n_other(x2) -> to(e1,x2)) & Actor(e1,x1) & v_talk(e1) & n_people(x1)) | 4a76ac74-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_have(e1) & n_man(x1) & n_discussion(x2) & card_eq_3(x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1.(v_talk(e1) & n_people(x1) & all x2.(to(e1,x2) | -n_other(x2)) & Actor(e1,x1)) |
||
Group of older women wearing purple and red clothes, chili peppers jewelry, and large sombreros, sitting on a brick bench. | Group of older women wearing purple and red clothes, chili peppers jewelry, and large sombreros, relaxing. | 0 | 0.906644 | The group of women are sitting, which is a way of relaxing. | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(ne_org_group(x1) & on(e2,x9) & n_bench(x9) & of(x9,x10) & n_brick(x10) & Actor(e2,x8) & v_sit(e2) & n_sombrero(x8) & a_large(s4) & Theme(s4,x8) & Theme(e1,x3) & Actor(e1,x1) & v_wear(e1) & subset_of(x5,x3) & rel(x5,x6) & n_jewelry(x6) & of(x6,x7) & n_pepper(x7) & a_chili(s3) & Theme(s3,x6) & n_clothes(x5) & a_red(s2) & Theme(s2,x5) & subset_of(x4,x3) & n_purple(x4) & of(x1,x2) & n_woman(x2) & r_more(s1) & a_older(s1) & Theme(s1,x2)) | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8.(ne_org_group(x1) & Actor(e2,x8) & v_relax(e2) & n_sombrero(x8) & a_large(s4) & Theme(s4,x8) & Theme(e1,x3) & Actor(e1,x1) & v_wear(e1) & subset_of(x5,x3) & rel(x5,x6) & n_jewelry(x6) & of(x6,x7) & n_pepper(x7) & a_chili(s3) & Theme(s3,x6) & n_clothes(x5) & a_red(s2) & Theme(s2,x5) & subset_of(x4,x3) & n_purple(x4) & of(x1,x2) & n_woman(x2) & r_more(s1) & a_older(s1) & Theme(s1,x2)) | 4a76ea4a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(v_wear(e1) & v_sit(e2) & subset_of(x5,x3) & subset_of(x4,x3) & rel(x5,x6) & r_more(s1) & on(e2,x9) & of(x9,x10) & of(x6,x7) & of(x1,x2) & ne_org_group(x1) & n_woman(x2) & n_sombrero(x8) & n_purple(x4) & n_pepper(x7) & n_jewelry(x6) & n_clothes(x5) & n_brick(x10) & n_bench(x9) & a_red(s2) & a_older(s1) & a_large(s4) & a_chili(s3) & Theme(s4,x8) & Theme(s3,x6) & Theme(s2,x5) & Theme(s1,x2) & Theme(e1,x3) & Actor(e2,x8) & Actor(e1,x1)) | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8.(v_wear(e1) & v_relax(e2) & subset_of(x5,x3) & subset_of(x4,x3) & rel(x5,x6) & r_more(s1) & of(x6,x7) & of(x1,x2) & ne_org_group(x1) & n_woman(x2) & n_sombrero(x8) & n_purple(x4) & n_pepper(x7) & n_jewelry(x6) & n_clothes(x5) & a_red(s2) & a_older(s1) & a_large(s4) & a_chili(s3) & Theme(s4,x8) & Theme(s3,x6) & Theme(s2,x5) & Theme(s1,x2) & Theme(e1,x3) & Actor(e2,x8) & Actor(e1,x1)) |
||
Group of older women wearing purple and red clothes, chili peppers jewelry, and large sombreros, sitting on a brick bench. | The women are waiting for the start of a traditional Mexican parade. | 1 | 0.300903 | Just because a group of older women wearing purple and red clothes, chili peppers jewelry, and large sombreros, sitting on a brick bench does not mean they are waiting for a traditional Mexican parade. | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(ne_org_group(x1) & on(e2,x9) & n_bench(x9) & of(x9,x10) & n_brick(x10) & Actor(e2,x8) & v_sit(e2) & n_sombrero(x8) & a_large(s4) & Theme(s4,x8) & Theme(e1,x3) & Actor(e1,x1) & v_wear(e1) & subset_of(x5,x3) & rel(x5,x6) & n_jewelry(x6) & of(x6,x7) & n_pepper(x7) & a_chili(s3) & Theme(s3,x6) & n_clothes(x5) & a_red(s2) & Theme(s2,x5) & subset_of(x4,x3) & n_purple(x4) & of(x1,x2) & n_woman(x2) & r_more(s1) & a_older(s1) & Theme(s1,x2)) | exists e1 s1 s2 x1 x2 x3.(n_start(x2) & n_woman(x1) & for(e1,x2) & of(x2,x3) & n_parade(x3) & a_mexican(s2) & Theme(s2,x3) & a_traditional(s1) & Theme(s1,x3) & Actor(e1,x1) & v_wait(e1)) | 4a76f3a0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(v_wear(e1) & v_sit(e2) & subset_of(x5,x3) & subset_of(x4,x3) & rel(x5,x6) & r_more(s1) & on(e2,x9) & of(x9,x10) & of(x6,x7) & of(x1,x2) & ne_org_group(x1) & n_woman(x2) & n_sombrero(x8) & n_purple(x4) & n_pepper(x7) & n_jewelry(x6) & n_clothes(x5) & n_brick(x10) & n_bench(x9) & a_red(s2) & a_older(s1) & a_large(s4) & a_chili(s3) & Theme(s4,x8) & Theme(s3,x6) & Theme(s2,x5) & Theme(s1,x2) & Theme(e1,x3) & Actor(e2,x8) & Actor(e1,x1)) | exists e1 s1 s2 x1 x2 x3.(v_wait(e1) & of(x2,x3) & n_woman(x1) & n_start(x2) & n_parade(x3) & for(e1,x2) & a_traditional(s1) & a_mexican(s2) & Theme(s2,x3) & Theme(s1,x3) & Actor(e1,x1)) |
||
Group of older women wearing purple and red clothes, chili peppers jewelry, and large sombreros, sitting on a brick bench. | The ladies are all part of a particular group | 1 | 0.800477 | Just beacuse a group of older women wearing purple and red clothes, chili peppers jewelry, and large sombreros, sitting on a brick bench does not mean they are part of a particular group. | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(ne_org_group(x1) & on(e2,x9) & n_bench(x9) & of(x9,x10) & n_brick(x10) & Actor(e2,x8) & v_sit(e2) & n_sombrero(x8) & a_large(s4) & Theme(s4,x8) & Theme(e1,x3) & Actor(e1,x1) & v_wear(e1) & subset_of(x5,x3) & rel(x5,x6) & n_jewelry(x6) & of(x6,x7) & n_pepper(x7) & a_chili(s3) & Theme(s3,x6) & n_clothes(x5) & a_red(s2) & Theme(s2,x5) & subset_of(x4,x3) & n_purple(x4) & of(x1,x2) & n_woman(x2) & r_more(s1) & a_older(s1) & Theme(s1,x2)) | exists p1 x1.(n_lady(x1) & all x2.(n_part(x2) -> exists s1 x3.((x1 = x2) & of(x2,x3) & n_group(x3) & a_particular(s1) & Theme(s1,x3)))) | 4a770872-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(v_wear(e1) & v_sit(e2) & subset_of(x5,x3) & subset_of(x4,x3) & rel(x5,x6) & r_more(s1) & on(e2,x9) & of(x9,x10) & of(x6,x7) & of(x1,x2) & ne_org_group(x1) & n_woman(x2) & n_sombrero(x8) & n_purple(x4) & n_pepper(x7) & n_jewelry(x6) & n_clothes(x5) & n_brick(x10) & n_bench(x9) & a_red(s2) & a_older(s1) & a_large(s4) & a_chili(s3) & Theme(s4,x8) & Theme(s3,x6) & Theme(s2,x5) & Theme(s1,x2) & Theme(e1,x3) & Actor(e2,x8) & Actor(e1,x1)) | exists x1.(n_lady(x1) & all x2.(exists s1 x3.(of(x2,x3) & n_group(x3) & a_particular(s1) & Theme(s1,x3) & (x1 = x2)) | -n_part(x2))) |
||
Group of older women wearing purple and red clothes, chili peppers jewelry, and large sombreros, sitting on a brick bench. | A group of older women are conversing on a bench. | 1 | 0.906969 | Just because a group of older women wearing purple and red clothes, chili peppers jewelry, and large sombreros, sitting on a brick bench does not mean they are conversing. | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(ne_org_group(x1) & on(e2,x9) & n_bench(x9) & of(x9,x10) & n_brick(x10) & Actor(e2,x8) & v_sit(e2) & n_sombrero(x8) & a_large(s4) & Theme(s4,x8) & Theme(e1,x3) & Actor(e1,x1) & v_wear(e1) & subset_of(x5,x3) & rel(x5,x6) & n_jewelry(x6) & of(x6,x7) & n_pepper(x7) & a_chili(s3) & Theme(s3,x6) & n_clothes(x5) & a_red(s2) & Theme(s2,x5) & subset_of(x4,x3) & n_purple(x4) & of(x1,x2) & n_woman(x2) & r_more(s1) & a_older(s1) & Theme(s1,x2)) | exists e1 s1 x1 x2 x3.(on(e1,x3) & n_bench(x3) & Actor(e1,x1) & v_converse(e1) & of(x1,x2) & n_woman(x2) & r_more(s1) & a_older(s1) & Theme(s1,x2) & n_group(x1)) | 4a771bbe-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(v_wear(e1) & v_sit(e2) & subset_of(x5,x3) & subset_of(x4,x3) & rel(x5,x6) & r_more(s1) & on(e2,x9) & of(x9,x10) & of(x6,x7) & of(x1,x2) & ne_org_group(x1) & n_woman(x2) & n_sombrero(x8) & n_purple(x4) & n_pepper(x7) & n_jewelry(x6) & n_clothes(x5) & n_brick(x10) & n_bench(x9) & a_red(s2) & a_older(s1) & a_large(s4) & a_chili(s3) & Theme(s4,x8) & Theme(s3,x6) & Theme(s2,x5) & Theme(s1,x2) & Theme(e1,x3) & Actor(e2,x8) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3.(v_converse(e1) & r_more(s1) & on(e1,x3) & of(x1,x2) & n_woman(x2) & n_group(x1) & n_bench(x3) & a_older(s1) & Theme(s1,x2) & Actor(e1,x1)) |
||
Group of older women wearing purple and red clothes, chili peppers jewelry, and large sombreros, sitting on a brick bench. | The women are having a Mexican Party. | 1 | 0.681396 | Just because older women wearing purple and red clothes, chili peppers jewelry, and large sombreros, sitting on a brick bench does not mean they are having a Mexican Party. | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(ne_org_group(x1) & on(e2,x9) & n_bench(x9) & of(x9,x10) & n_brick(x10) & Actor(e2,x8) & v_sit(e2) & n_sombrero(x8) & a_large(s4) & Theme(s4,x8) & Theme(e1,x3) & Actor(e1,x1) & v_wear(e1) & subset_of(x5,x3) & rel(x5,x6) & n_jewelry(x6) & of(x6,x7) & n_pepper(x7) & a_chili(s3) & Theme(s3,x6) & n_clothes(x5) & a_red(s2) & Theme(s2,x5) & subset_of(x4,x3) & n_purple(x4) & of(x1,x2) & n_woman(x2) & r_more(s1) & a_older(s1) & Theme(s1,x2)) | exists e1 s1 x1 x2.(n_woman(x1) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_party(x2) & a_mexican(s1) & Theme(s1,x2)) | 4a772172-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(v_wear(e1) & v_sit(e2) & subset_of(x5,x3) & subset_of(x4,x3) & rel(x5,x6) & r_more(s1) & on(e2,x9) & of(x9,x10) & of(x6,x7) & of(x1,x2) & ne_org_group(x1) & n_woman(x2) & n_sombrero(x8) & n_purple(x4) & n_pepper(x7) & n_jewelry(x6) & n_clothes(x5) & n_brick(x10) & n_bench(x9) & a_red(s2) & a_older(s1) & a_large(s4) & a_chili(s3) & Theme(s4,x8) & Theme(s3,x6) & Theme(s2,x5) & Theme(s1,x2) & Theme(e1,x3) & Actor(e2,x8) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_have(e1) & n_woman(x1) & n_party(x2) & a_mexican(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
Group of older women wearing purple and red clothes, chili peppers jewelry, and large sombreros, sitting on a brick bench. | Group of older women wearing purple and red clothes, chili peppers jewelry, and large sombreros, sitting outside. | 1 | 0.948092 | Sitting on a bench does not imply being outside. | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(ne_org_group(x1) & on(e2,x9) & n_bench(x9) & of(x9,x10) & n_brick(x10) & Actor(e2,x8) & v_sit(e2) & n_sombrero(x8) & a_large(s4) & Theme(s4,x8) & Theme(e1,x3) & Actor(e1,x1) & v_wear(e1) & subset_of(x5,x3) & rel(x5,x6) & n_jewelry(x6) & of(x6,x7) & n_pepper(x7) & a_chili(s3) & Theme(s3,x6) & n_clothes(x5) & a_red(s2) & Theme(s2,x5) & subset_of(x4,x3) & n_purple(x4) & of(x1,x2) & n_woman(x2) & r_more(s1) & a_older(s1) & Theme(s1,x2)) | exists e1 e2 p1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8.(ne_org_group(x1) & exists s5.(Theme(s5,x8) & a_outside(s5)) & Topic(e2,p1) & Actor(e2,x8) & v_sit(e2) & n_sombrero(x8) & a_large(s4) & Theme(s4,x8) & Theme(e1,x3) & Actor(e1,x1) & v_wear(e1) & subset_of(x5,x3) & rel(x5,x6) & n_jewelry(x6) & of(x6,x7) & n_pepper(x7) & a_chili(s3) & Theme(s3,x6) & n_clothes(x5) & a_red(s2) & Theme(s2,x5) & subset_of(x4,x3) & n_purple(x4) & of(x1,x2) & n_woman(x2) & r_more(s1) & a_older(s1) & Theme(s1,x2)) | 4a77264a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(v_wear(e1) & v_sit(e2) & subset_of(x5,x3) & subset_of(x4,x3) & rel(x5,x6) & r_more(s1) & on(e2,x9) & of(x9,x10) & of(x6,x7) & of(x1,x2) & ne_org_group(x1) & n_woman(x2) & n_sombrero(x8) & n_purple(x4) & n_pepper(x7) & n_jewelry(x6) & n_clothes(x5) & n_brick(x10) & n_bench(x9) & a_red(s2) & a_older(s1) & a_large(s4) & a_chili(s3) & Theme(s4,x8) & Theme(s3,x6) & Theme(s2,x5) & Theme(s1,x2) & Theme(e1,x3) & Actor(e2,x8) & Actor(e1,x1)) | exists e1 e2 p1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8.(v_wear(e1) & v_sit(e2) & subset_of(x5,x3) & subset_of(x4,x3) & rel(x5,x6) & r_more(s1) & of(x6,x7) & of(x1,x2) & ne_org_group(x1) & n_woman(x2) & n_sombrero(x8) & n_purple(x4) & n_pepper(x7) & n_jewelry(x6) & n_clothes(x5) & exists s5.(a_outside(s5) & Theme(s5,x8)) & a_red(s2) & a_older(s1) & a_large(s4) & a_chili(s3) & Topic(e2,p1) & Theme(s4,x8) & Theme(s3,x6) & Theme(s2,x5) & Theme(s1,x2) & Theme(e1,x3) & Actor(e2,x8) & Actor(e1,x1)) |
||
Group of older women wearing purple and red clothes, chili peppers jewelry, and large sombreros, sitting on a brick bench. | Group of older women wearing purple and red clothes, chili peppers jewelry, and large sombreros, sitting on a concrete bench. | 2 | 0.421529 | Brick and concrete are not the same. | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(ne_org_group(x1) & on(e2,x9) & n_bench(x9) & of(x9,x10) & n_brick(x10) & Actor(e2,x8) & v_sit(e2) & n_sombrero(x8) & a_large(s4) & Theme(s4,x8) & Theme(e1,x3) & Actor(e1,x1) & v_wear(e1) & subset_of(x5,x3) & rel(x5,x6) & n_jewelry(x6) & of(x6,x7) & n_pepper(x7) & a_chili(s3) & Theme(s3,x6) & n_clothes(x5) & a_red(s2) & Theme(s2,x5) & subset_of(x4,x3) & n_purple(x4) & of(x1,x2) & n_woman(x2) & r_more(s1) & a_older(s1) & Theme(s1,x2)) | exists e2 e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9.(ne_org_group(x1) & on(e2,x9) & n_bench(x9) & a_concrete(s5) & Theme(s5,x9) & Actor(e2,x8) & v_sit(e2) & n_sombrero(x8) & a_large(s4) & Theme(s4,x8) & Theme(e1,x3) & Actor(e1,x1) & v_wear(e1) & subset_of(x5,x3) & rel(x5,x6) & n_jewelry(x6) & of(x6,x7) & n_pepper(x7) & a_chili(s3) & Theme(s3,x6) & n_clothes(x5) & a_red(s2) & Theme(s2,x5) & subset_of(x4,x3) & n_purple(x4) & of(x1,x2) & n_woman(x2) & r_more(s1) & a_older(s1) & Theme(s1,x2)) | 4a772fb4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(v_wear(e1) & v_sit(e2) & subset_of(x5,x3) & subset_of(x4,x3) & rel(x5,x6) & r_more(s1) & on(e2,x9) & of(x9,x10) & of(x6,x7) & of(x1,x2) & ne_org_group(x1) & n_woman(x2) & n_sombrero(x8) & n_purple(x4) & n_pepper(x7) & n_jewelry(x6) & n_clothes(x5) & n_brick(x10) & n_bench(x9) & a_red(s2) & a_older(s1) & a_large(s4) & a_chili(s3) & Theme(s4,x8) & Theme(s3,x6) & Theme(s2,x5) & Theme(s1,x2) & Theme(e1,x3) & Actor(e2,x8) & Actor(e1,x1)) | exists e2 e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_wear(e1) & v_sit(e2) & subset_of(x5,x3) & subset_of(x4,x3) & rel(x5,x6) & r_more(s1) & on(e2,x9) & of(x6,x7) & of(x1,x2) & ne_org_group(x1) & n_woman(x2) & n_sombrero(x8) & n_purple(x4) & n_pepper(x7) & n_jewelry(x6) & n_clothes(x5) & n_bench(x9) & a_red(s2) & a_older(s1) & a_large(s4) & a_concrete(s5) & a_chili(s3) & Theme(s5,x9) & Theme(s4,x8) & Theme(s3,x6) & Theme(s2,x5) & Theme(s1,x2) & Theme(e1,x3) & Actor(e2,x8) & Actor(e1,x1)) |
||
Women sit at a bar that has dark cabinets, menus written on the walls, and a light hanging above the bar. | Woman goes to bar for the first time | 1 | 0.110121 | It might not be the woman's first time at the bar. | exists e1 e3 e2 p1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(n_wall(x8) & at(e1,x2) & subset_of(x7,x2) & above(x7,x3) & n_bar(x3) & n_bar(x3) & n_hanging(x7) & a_light(s2) & Theme(s2,x7) & subset_of(x3,x2) & exists e4.(on(e4,x8) & Theme(e4,x6) & v_write(e4)) & Topic(e3,p1) & Actor(e3,x6) & v_menus(e3) & (x3 = x6) & Theme(e2,x5) & Actor(e2,x4) & v_have(e2) & n_cabinet(x5) & a_dark(s1) & Theme(s1,x5) & (x3 = x4) & Actor(e1,x1) & v_sit(e1) & n_woman(x1)) | exists e1 p1 s1 x1 x3.(n_time(x3) & a_first(s1) & Theme(s1,x3) & ne_nam_woman(x1) & Topic(e1,p1) & Actor(e1,x1) & v_go(e1) & exists e2 x2.(for(e2,x3) & Theme(e2,x2) & Actor(e2,x1) & v_bar(e2) & n_thing(x2))) | 4a77cc08-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 p1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(v_sit(e1) & v_menus(e3) & v_have(e2) & subset_of(x7,x2) & subset_of(x3,x2) & n_woman(x1) & n_wall(x8) & n_hanging(x7) & n_cabinet(x5) & n_bar(x3) & exists e4.(v_write(e4) & on(e4,x8) & Theme(e4,x6)) & at(e1,x2) & above(x7,x3) & a_light(s2) & a_dark(s1) & Topic(e3,p1) & Theme(s2,x7) & Theme(s1,x5) & Theme(e2,x5) & Actor(e3,x6) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x6) & (x3 = x4)) | exists e1 p1 s1 x1 x3.(v_go(e1) & ne_nam_woman(x1) & n_time(x3) & exists e2 x2.(v_bar(e2) & n_thing(x2) & for(e2,x3) & Theme(e2,x2) & Actor(e2,x1)) & a_first(s1) & Topic(e1,p1) & Theme(s1,x3) & Actor(e1,x1)) |
||
Women sit at a bar that has dark cabinets, menus written on the walls, and a light hanging above the bar. | the man is a goat | 2 | 0 | Women refers to more than one person while man refers to one person, also women refers to females while man refers to a male. | exists e1 e3 e2 p1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(n_wall(x8) & at(e1,x2) & subset_of(x7,x2) & above(x7,x3) & n_bar(x3) & n_bar(x3) & n_hanging(x7) & a_light(s2) & Theme(s2,x7) & subset_of(x3,x2) & exists e4.(on(e4,x8) & Theme(e4,x6) & v_write(e4)) & Topic(e3,p1) & Actor(e3,x6) & v_menus(e3) & (x3 = x6) & Theme(e2,x5) & Actor(e2,x4) & v_have(e2) & n_cabinet(x5) & a_dark(s1) & Theme(s1,x5) & (x3 = x4) & Actor(e1,x1) & v_sit(e1) & n_woman(x1)) | exists p1 x1.(n_man(x1) & exists x2.((x1 = x2) & n_goat(x2))) | 4a77d162-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 p1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(v_sit(e1) & v_menus(e3) & v_have(e2) & subset_of(x7,x2) & subset_of(x3,x2) & n_woman(x1) & n_wall(x8) & n_hanging(x7) & n_cabinet(x5) & n_bar(x3) & exists e4.(v_write(e4) & on(e4,x8) & Theme(e4,x6)) & at(e1,x2) & above(x7,x3) & a_light(s2) & a_dark(s1) & Topic(e3,p1) & Theme(s2,x7) & Theme(s1,x5) & Theme(e2,x5) & Actor(e3,x6) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x6) & (x3 = x4)) | exists x1.(n_man(x1) & exists x2.(n_goat(x2) & (x1 = x2))) |
||
Women sit at a bar that has dark cabinets, menus written on the walls, and a light hanging above the bar. | Woman hanging out at a bar | 1 | 0.899749 | To sit does not necessarily imply hanging out. | exists e1 e3 e2 p1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(n_wall(x8) & at(e1,x2) & subset_of(x7,x2) & above(x7,x3) & n_bar(x3) & n_bar(x3) & n_hanging(x7) & a_light(s2) & Theme(s2,x7) & subset_of(x3,x2) & exists e4.(on(e4,x8) & Theme(e4,x6) & v_write(e4)) & Topic(e3,p1) & Actor(e3,x6) & v_menus(e3) & (x3 = x6) & Theme(e2,x5) & Actor(e2,x4) & v_have(e2) & n_cabinet(x5) & a_dark(s1) & Theme(s1,x5) & (x3 = x4) & Actor(e1,x1) & v_sit(e1) & n_woman(x1)) | exists e1 s1 x1 x2.(ne_nam_woman(x1) & at(e1,x2) & n_bar(x2) & a_out(s1) & Manner(e1,s1) & Actor(e1,x1) & v_hang(e1)) | 4a77db08-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 p1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(v_sit(e1) & v_menus(e3) & v_have(e2) & subset_of(x7,x2) & subset_of(x3,x2) & n_woman(x1) & n_wall(x8) & n_hanging(x7) & n_cabinet(x5) & n_bar(x3) & exists e4.(v_write(e4) & on(e4,x8) & Theme(e4,x6)) & at(e1,x2) & above(x7,x3) & a_light(s2) & a_dark(s1) & Topic(e3,p1) & Theme(s2,x7) & Theme(s1,x5) & Theme(e2,x5) & Actor(e3,x6) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x6) & (x3 = x4)) | exists e1 s1 x1 x2.(v_hang(e1) & ne_nam_woman(x1) & n_bar(x2) & at(e1,x2) & a_out(s1) & Manner(e1,s1) & Actor(e1,x1)) |
||
Women sit at a bar that has dark cabinets, menus written on the walls, and a light hanging above the bar. | Women drink moodily, tired from the day's labor. | 1 | 0.000348 | TO sit at a bar does not imply it being done moodily or that the women are tired from the day's labor. | exists e1 e3 e2 p1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(n_wall(x8) & at(e1,x2) & subset_of(x7,x2) & above(x7,x3) & n_bar(x3) & n_bar(x3) & n_hanging(x7) & a_light(s2) & Theme(s2,x7) & subset_of(x3,x2) & exists e4.(on(e4,x8) & Theme(e4,x6) & v_write(e4)) & Topic(e3,p1) & Actor(e3,x6) & v_menus(e3) & (x3 = x6) & Theme(e2,x5) & Actor(e2,x4) & v_have(e2) & n_cabinet(x5) & a_dark(s1) & Theme(s1,x5) & (x3 = x4) & Actor(e1,x1) & v_sit(e1) & n_woman(x1)) | exists e1 p1 s1 x1 x2 x3.(n_labor(x3) & of(x3,x2) & n_day(x2) & a_moodily(s1) & Manner(e1,s1) & exists s2.(from(s2,x3) & Theme(s2,x1) & a_tire(s2)) & Topic(e1,p1) & Actor(e1,x1) & v_drink(e1) & n_woman(x1)) | 4a77e4cc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 p1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(v_sit(e1) & v_menus(e3) & v_have(e2) & subset_of(x7,x2) & subset_of(x3,x2) & n_woman(x1) & n_wall(x8) & n_hanging(x7) & n_cabinet(x5) & n_bar(x3) & exists e4.(v_write(e4) & on(e4,x8) & Theme(e4,x6)) & at(e1,x2) & above(x7,x3) & a_light(s2) & a_dark(s1) & Topic(e3,p1) & Theme(s2,x7) & Theme(s1,x5) & Theme(e2,x5) & Actor(e3,x6) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x6) & (x3 = x4)) | exists e1 p1 s1 x1 x2 x3.(v_drink(e1) & of(x3,x2) & n_woman(x1) & n_labor(x3) & n_day(x2) & exists s2.(from(s2,x3) & a_tire(s2) & Theme(s2,x1)) & a_moodily(s1) & Topic(e1,p1) & Manner(e1,s1) & Actor(e1,x1)) |
||
Women sit at a bar that has dark cabinets, menus written on the walls, and a light hanging above the bar. | Women are enjoying their time at the new bar that just opened up. | 1 | 0.547414 | Sitting does not imply joining and not every bar has just opened up. | exists e1 e3 e2 p1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(n_wall(x8) & at(e1,x2) & subset_of(x7,x2) & above(x7,x3) & n_bar(x3) & n_bar(x3) & n_hanging(x7) & a_light(s2) & Theme(s2,x7) & subset_of(x3,x2) & exists e4.(on(e4,x8) & Theme(e4,x6) & v_write(e4)) & Topic(e3,p1) & Actor(e3,x6) & v_menus(e3) & (x3 = x6) & Theme(e2,x5) & Actor(e2,x4) & v_have(e2) & n_cabinet(x5) & a_dark(s1) & Theme(s1,x5) & (x3 = x4) & Actor(e1,x1) & v_sit(e1) & n_woman(x1)) | exists e1 e2 s1 s2 s3 x1 x2 x3 x4.(n_bar(x3) & a_new(s1) & Theme(s1,x3) & Theme(e2,x2) & Actor(e2,x1) & v_enjoy(e2) & at(x2,x3) & a_just(s3) & Manner(e1,s3) & a_up(s2) & Manner(e1,s2) & Actor(e1,x4) & v_open(e1) & (x3 = x4) & n_time(x2) & of(x2,x1) & n_thing(x1) & n_woman(x1)) | 4a77e954-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 p1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(v_sit(e1) & v_menus(e3) & v_have(e2) & subset_of(x7,x2) & subset_of(x3,x2) & n_woman(x1) & n_wall(x8) & n_hanging(x7) & n_cabinet(x5) & n_bar(x3) & exists e4.(v_write(e4) & on(e4,x8) & Theme(e4,x6)) & at(e1,x2) & above(x7,x3) & a_light(s2) & a_dark(s1) & Topic(e3,p1) & Theme(s2,x7) & Theme(s1,x5) & Theme(e2,x5) & Actor(e3,x6) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x6) & (x3 = x4)) | exists e1 e2 s1 s2 s3 x1 x2 x3 x4.(v_open(e1) & v_enjoy(e2) & of(x2,x1) & n_woman(x1) & n_time(x2) & n_thing(x1) & n_bar(x3) & at(x2,x3) & a_up(s2) & a_new(s1) & a_just(s3) & Theme(s1,x3) & Theme(e2,x2) & Manner(e1,s3) & Manner(e1,s2) & Actor(e2,x1) & Actor(e1,x4) & (x3 = x4)) |
||
Women sit at a bar that has dark cabinets, menus written on the walls, and a light hanging above the bar. | the woman is white | 1 | 0.000852 | Not all women are white. | exists e1 e3 e2 p1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(n_wall(x8) & at(e1,x2) & subset_of(x7,x2) & above(x7,x3) & n_bar(x3) & n_bar(x3) & n_hanging(x7) & a_light(s2) & Theme(s2,x7) & subset_of(x3,x2) & exists e4.(on(e4,x8) & Theme(e4,x6) & v_write(e4)) & Topic(e3,p1) & Actor(e3,x6) & v_menus(e3) & (x3 = x6) & Theme(e2,x5) & Actor(e2,x4) & v_have(e2) & n_cabinet(x5) & a_dark(s1) & Theme(s1,x5) & (x3 = x4) & Actor(e1,x1) & v_sit(e1) & n_woman(x1)) | exists s1 x1.(n_woman(x1) & Theme(s1,x1) & a_white(s1)) | 4a780470-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 p1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(v_sit(e1) & v_menus(e3) & v_have(e2) & subset_of(x7,x2) & subset_of(x3,x2) & n_woman(x1) & n_wall(x8) & n_hanging(x7) & n_cabinet(x5) & n_bar(x3) & exists e4.(v_write(e4) & on(e4,x8) & Theme(e4,x6)) & at(e1,x2) & above(x7,x3) & a_light(s2) & a_dark(s1) & Topic(e3,p1) & Theme(s2,x7) & Theme(s1,x5) & Theme(e2,x5) & Actor(e3,x6) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x6) & (x3 = x4)) | exists s1 x1.(n_woman(x1) & a_white(s1) & Theme(s1,x1)) |
||
A woman in a red and white dress standing next to a man in a pink shirt, purple vest, and brown hat. | People are surfing the waves in the ocean. | 2 | 0.000005 | The people can not be standing and surfing at the same time. | exists e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8.(a_topic(x1) & to(e1,x4) & subset_of(x8,x4) & n_hat(x8) & a_brown(s5) & Theme(s5,x8) & subset_of(x5,x4) & in(x5,x6) & rel(x6,x7) & n_vest(x7) & a_purple(s4) & Theme(s4,x7) & n_shirt(x6) & a_pink(s3) & Theme(s3,x6) & n_man(x5) & r_next(e1) & Actor(e1,x3) & v_stand(e1) & (x1 = x3) & in(x1,x2) & n_dress(x2) & a_white(s2) & Theme(s2,x2) & a_red(s1) & Theme(s1,x2) & n_woman(x1)) | exists e1 x1 x2 x3.(n_ocean(x3) & n_wave(x2) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_surf(e1) & n_people(x1)) | 4a78f042-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8.(v_stand(e1) & to(e1,x4) & subset_of(x8,x4) & subset_of(x5,x4) & rel(x6,x7) & r_next(e1) & n_woman(x1) & n_vest(x7) & n_shirt(x6) & n_man(x5) & n_hat(x8) & n_dress(x2) & in(x5,x6) & in(x1,x2) & a_white(s2) & a_topic(x1) & a_red(s1) & a_purple(s4) & a_pink(s3) & a_brown(s5) & Theme(s5,x8) & Theme(s4,x7) & Theme(s3,x6) & Theme(s2,x2) & Theme(s1,x2) & Actor(e1,x3) & (x1 = x3)) | exists e1 x1 x2 x3.(v_surf(e1) & n_wave(x2) & n_people(x1) & n_ocean(x3) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A woman in a red and white dress standing next to a man in a pink shirt, purple vest, and brown hat. | A couple is waiting in line to get into the building. | 1 | 0.623882 | There is no way to know if the man and woman are a couple or just sanding next to each other by chance. | exists e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8.(a_topic(x1) & to(e1,x4) & subset_of(x8,x4) & n_hat(x8) & a_brown(s5) & Theme(s5,x8) & subset_of(x5,x4) & in(x5,x6) & rel(x6,x7) & n_vest(x7) & a_purple(s4) & Theme(s4,x7) & n_shirt(x6) & a_pink(s3) & Theme(s3,x6) & n_man(x5) & r_next(e1) & Actor(e1,x3) & v_stand(e1) & (x1 = x3) & in(x1,x2) & n_dress(x2) & a_white(s2) & Theme(s2,x2) & a_red(s1) & Theme(s1,x2) & n_woman(x1)) | exists e1 p1 x1 x2 x3 x4.(n_building(x4) & Topic(e1,p1) & exists e2.(into(e2,x4) & Actor(e2,x1) & v_get(e2)) & in(e1,x3) & n_line(x3) & Actor(e1,x2) & v_wait(e1) & n_couple(x2) & n_couple(x1)) | 4a78f9fc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8.(v_stand(e1) & to(e1,x4) & subset_of(x8,x4) & subset_of(x5,x4) & rel(x6,x7) & r_next(e1) & n_woman(x1) & n_vest(x7) & n_shirt(x6) & n_man(x5) & n_hat(x8) & n_dress(x2) & in(x5,x6) & in(x1,x2) & a_white(s2) & a_topic(x1) & a_red(s1) & a_purple(s4) & a_pink(s3) & a_brown(s5) & Theme(s5,x8) & Theme(s4,x7) & Theme(s3,x6) & Theme(s2,x2) & Theme(s1,x2) & Actor(e1,x3) & (x1 = x3)) | exists e1 p1 x1 x2 x3 x4.(v_wait(e1) & n_line(x3) & n_couple(x2) & n_couple(x1) & n_building(x4) & in(e1,x3) & exists e2.(v_get(e2) & into(e2,x4) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x2)) |
||
A woman in a red and white dress standing next to a man in a pink shirt, purple vest, and brown hat. | A woman is bald. | 1 | 0.000627 | Not all women are bald. | exists e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8.(a_topic(x1) & to(e1,x4) & subset_of(x8,x4) & n_hat(x8) & a_brown(s5) & Theme(s5,x8) & subset_of(x5,x4) & in(x5,x6) & rel(x6,x7) & n_vest(x7) & a_purple(s4) & Theme(s4,x7) & n_shirt(x6) & a_pink(s3) & Theme(s3,x6) & n_man(x5) & r_next(e1) & Actor(e1,x3) & v_stand(e1) & (x1 = x3) & in(x1,x2) & n_dress(x2) & a_white(s2) & Theme(s2,x2) & a_red(s1) & Theme(s1,x2) & n_woman(x1)) | exists s1 x1.(Theme(s1,x1) & a_bald(s1) & n_woman(x1)) | 4a78feb6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8.(v_stand(e1) & to(e1,x4) & subset_of(x8,x4) & subset_of(x5,x4) & rel(x6,x7) & r_next(e1) & n_woman(x1) & n_vest(x7) & n_shirt(x6) & n_man(x5) & n_hat(x8) & n_dress(x2) & in(x5,x6) & in(x1,x2) & a_white(s2) & a_topic(x1) & a_red(s1) & a_purple(s4) & a_pink(s3) & a_brown(s5) & Theme(s5,x8) & Theme(s4,x7) & Theme(s3,x6) & Theme(s2,x2) & Theme(s1,x2) & Actor(e1,x3) & (x1 = x3)) | exists s1 x1.(n_woman(x1) & a_bald(s1) & Theme(s1,x1)) |
||
A woman in a red and white dress standing next to a man in a pink shirt, purple vest, and brown hat. | A woman is on a date with a man. | 1 | 0.660773 | Just because the woman is standing next to the man does not mean she is on a date with him. | exists e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8.(a_topic(x1) & to(e1,x4) & subset_of(x8,x4) & n_hat(x8) & a_brown(s5) & Theme(s5,x8) & subset_of(x5,x4) & in(x5,x6) & rel(x6,x7) & n_vest(x7) & a_purple(s4) & Theme(s4,x7) & n_shirt(x6) & a_pink(s3) & Theme(s3,x6) & n_man(x5) & r_next(e1) & Actor(e1,x3) & v_stand(e1) & (x1 = x3) & in(x1,x2) & n_dress(x2) & a_white(s2) & Theme(s2,x2) & a_red(s1) & Theme(s1,x2) & n_woman(x1)) | exists p1 x1.(exists x2 x3.(on(x1,x2) & with(x2,x3) & n_man(x3) & n_date(x2)) & n_woman(x1)) | 4a790460-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8.(v_stand(e1) & to(e1,x4) & subset_of(x8,x4) & subset_of(x5,x4) & rel(x6,x7) & r_next(e1) & n_woman(x1) & n_vest(x7) & n_shirt(x6) & n_man(x5) & n_hat(x8) & n_dress(x2) & in(x5,x6) & in(x1,x2) & a_white(s2) & a_topic(x1) & a_red(s1) & a_purple(s4) & a_pink(s3) & a_brown(s5) & Theme(s5,x8) & Theme(s4,x7) & Theme(s3,x6) & Theme(s2,x2) & Theme(s1,x2) & Actor(e1,x3) & (x1 = x3)) | exists x1.(n_woman(x1) & exists x2 x3.(with(x2,x3) & on(x1,x2) & n_man(x3) & n_date(x2))) |
||
A woman in a red and white dress standing next to a man in a pink shirt, purple vest, and brown hat. | A woman is standing next to a man. | 0 | 0.998297 | A woman standing next to a man is a woman standing next to a man. | exists e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8.(a_topic(x1) & to(e1,x4) & subset_of(x8,x4) & n_hat(x8) & a_brown(s5) & Theme(s5,x8) & subset_of(x5,x4) & in(x5,x6) & rel(x6,x7) & n_vest(x7) & a_purple(s4) & Theme(s4,x7) & n_shirt(x6) & a_pink(s3) & Theme(s3,x6) & n_man(x5) & r_next(e1) & Actor(e1,x3) & v_stand(e1) & (x1 = x3) & in(x1,x2) & n_dress(x2) & a_white(s2) & Theme(s2,x2) & a_red(s1) & Theme(s1,x2) & n_woman(x1)) | exists e1 x1 x2.(to(e1,x2) & n_man(x2) & r_next(e1) & Actor(e1,x1) & v_stand(e1) & n_woman(x1)) | 4a7909ec-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8.(v_stand(e1) & to(e1,x4) & subset_of(x8,x4) & subset_of(x5,x4) & rel(x6,x7) & r_next(e1) & n_woman(x1) & n_vest(x7) & n_shirt(x6) & n_man(x5) & n_hat(x8) & n_dress(x2) & in(x5,x6) & in(x1,x2) & a_white(s2) & a_topic(x1) & a_red(s1) & a_purple(s4) & a_pink(s3) & a_brown(s5) & Theme(s5,x8) & Theme(s4,x7) & Theme(s3,x6) & Theme(s2,x2) & Theme(s1,x2) & Actor(e1,x3) & (x1 = x3)) | exists e1 x1 x2.(v_stand(e1) & to(e1,x2) & r_next(e1) & n_woman(x1) & n_man(x2) & Actor(e1,x1)) |
||
A woman in a red and white dress standing next to a man in a pink shirt, purple vest, and brown hat. | They have never met each other, and she is not sure whether to talk to him or not. | 1 | 0.081698 | The fact the woman is in a red and white dress and standing next to the man does not imply they have never met each other, or that she is not sure whether to talk to him or not. | exists e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8.(a_topic(x1) & to(e1,x4) & subset_of(x8,x4) & n_hat(x8) & a_brown(s5) & Theme(s5,x8) & subset_of(x5,x4) & in(x5,x6) & rel(x6,x7) & n_vest(x7) & a_purple(s4) & Theme(s4,x7) & n_shirt(x6) & a_pink(s3) & Theme(s3,x6) & n_man(x5) & r_next(e1) & Actor(e1,x3) & v_stand(e1) & (x1 = x3) & in(x1,x2) & n_dress(x2) & a_white(s2) & Theme(s2,x2) & a_red(s1) & Theme(s1,x2) & n_woman(x1)) | exists x1 x3.(n_female(x1) & n_male(x3) & n_thing(x1) & (-exists p1 s2.(r_whether(s2) & Topic(s2,p1) & exists e2.(to(e2,x3) & Actor(e2,x1) & v_talk(e2)) & Theme(s2,x1) & a_sure(s2)) | --exists s3.(Theme(s3,x1) & a_sure(s3))) & all x2.(n_other(x2) -> exists e1 s1.(a_never(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_meet(e1)))) | 4a7913e2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8.(v_stand(e1) & to(e1,x4) & subset_of(x8,x4) & subset_of(x5,x4) & rel(x6,x7) & r_next(e1) & n_woman(x1) & n_vest(x7) & n_shirt(x6) & n_man(x5) & n_hat(x8) & n_dress(x2) & in(x5,x6) & in(x1,x2) & a_white(s2) & a_topic(x1) & a_red(s1) & a_purple(s4) & a_pink(s3) & a_brown(s5) & Theme(s5,x8) & Theme(s4,x7) & Theme(s3,x6) & Theme(s2,x2) & Theme(s1,x2) & Actor(e1,x3) & (x1 = x3)) | exists x1 x3.(n_thing(x1) & n_male(x3) & n_female(x1) & all x2.(exists e1 s1.(v_meet(e1) & a_never(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1)) | -n_other(x2)) & (exists s3.(a_sure(s3) & Theme(s3,x1)) | all p1 s2.(all e2.(-v_talk(e2) | -to(e2,x3) | -Actor(e2,x1)) | -r_whether(s2) | -a_sure(s2) | -Topic(s2,p1) | -Theme(s2,x1)))) |
||
A woman in a red and white dress standing next to a man in a pink shirt, purple vest, and brown hat. | A man and woman are standing together at a ball. | 1 | 0.627511 | The fact that the man and woman are dressed up and standing next to each other does not imply that they are at a ball or that they are together. | exists e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8.(a_topic(x1) & to(e1,x4) & subset_of(x8,x4) & n_hat(x8) & a_brown(s5) & Theme(s5,x8) & subset_of(x5,x4) & in(x5,x6) & rel(x6,x7) & n_vest(x7) & a_purple(s4) & Theme(s4,x7) & n_shirt(x6) & a_pink(s3) & Theme(s3,x6) & n_man(x5) & r_next(e1) & Actor(e1,x3) & v_stand(e1) & (x1 = x3) & in(x1,x2) & n_dress(x2) & a_white(s2) & Theme(s2,x2) & a_red(s1) & Theme(s1,x2) & n_woman(x1)) | exists e1 s1 x1 x2 x3 x4.(at(e1,x4) & n_ball(x4) & a_together(s1) & Manner(e1,s1) & Actor(e1,x1) & v_stand(e1) & n_woman(x3) & n_man(x2) & subset_of(x3,x1) & subset_of(x2,x1)) | 4a7918ba-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8.(v_stand(e1) & to(e1,x4) & subset_of(x8,x4) & subset_of(x5,x4) & rel(x6,x7) & r_next(e1) & n_woman(x1) & n_vest(x7) & n_shirt(x6) & n_man(x5) & n_hat(x8) & n_dress(x2) & in(x5,x6) & in(x1,x2) & a_white(s2) & a_topic(x1) & a_red(s1) & a_purple(s4) & a_pink(s3) & a_brown(s5) & Theme(s5,x8) & Theme(s4,x7) & Theme(s3,x6) & Theme(s2,x2) & Theme(s1,x2) & Actor(e1,x3) & (x1 = x3)) | exists e1 s1 x1 x2 x3 x4.(v_stand(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x3) & n_man(x2) & n_ball(x4) & at(e1,x4) & a_together(s1) & Manner(e1,s1) & Actor(e1,x1)) |
||
A man in a blue hat standing with a large net in his hand. | A man is fishing. | 1 | -100 | The net might be unrelated to fishing. | exists s1 s2 x1 x2 x3 x4 x5.(a_topic(x1) & in(x1,x2) & with(x2,x4) & in(x4,x5) & n_hand(x5) & of(x5,x1) & n_male(x1) & n_net(x4) & a_large(s2) & Theme(s2,x4) & n_standing(x2) & of(x2,x3) & n_hat(x3) & a_blue(s1) & Theme(s1,x2) & n_man(x1)) | exists p1 x1.(exists x2.((x1 = x2) & n_fishing(x2)) & n_man(x1)) | 4a79648c-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 x1 x2 x3 x4 x5.(with(x2,x4) & of(x5,x1) & of(x2,x3) & n_standing(x2) & n_net(x4) & n_man(x1) & n_male(x1) & n_hat(x3) & n_hand(x5) & in(x4,x5) & in(x1,x2) & a_topic(x1) & a_large(s2) & a_blue(s1) & Theme(s2,x4) & Theme(s1,x2)) | exists x1.(n_man(x1) & exists x2.(n_fishing(x2) & (x1 = x2))) |
||
A man is holding a blue fishing net in front of some rocks. | A man is standing near a river. | 1 | -100 | Just because he is in front of some rocks and holding a fishing net does not mean he is standing near a river. | exists e1 s1 x1 x2 x3 x4 x5.(in(e1,x4) & of(x4,x5) & n_rock(x5) & n_front(x4) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_net(x2) & of(x2,x3) & n_fishing(x3) & a_blue(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2.(near(e1,x2) & n_river(x2) & Actor(e1,x1) & v_stand(e1) & n_man(x1)) | 4a7979fe-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_hold(e1) & of(x4,x5) & of(x2,x3) & n_rock(x5) & n_net(x2) & n_man(x1) & n_front(x4) & n_fishing(x3) & in(e1,x4) & a_blue(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_stand(e1) & near(e1,x2) & n_river(x2) & n_man(x1) & Actor(e1,x1)) |
||
A man is holding a blue fishing net in front of some rocks. | A man is playing basketball. | 2 | -100 | A man can either be holding a blue fishing net or playing basketball. | exists e1 s1 x1 x2 x3 x4 x5.(in(e1,x4) & of(x4,x5) & n_rock(x5) & n_front(x4) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_net(x2) & of(x2,x3) & n_fishing(x3) & a_blue(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_basketball(x2) & n_man(x1)) | 4a79876e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_hold(e1) & of(x4,x5) & of(x2,x3) & n_rock(x5) & n_net(x2) & n_man(x1) & n_front(x4) & n_fishing(x3) & in(e1,x4) & a_blue(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_play(e1) & n_man(x1) & n_basketball(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man is holding a blue fishing net in front of some rocks. | A man is outdoors. | 0 | -100 | In front of some rocks implies outdoors. | exists e1 s1 x1 x2 x3 x4 x5.(in(e1,x4) & of(x4,x5) & n_rock(x5) & n_front(x4) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_net(x2) & of(x2,x3) & n_fishing(x3) & a_blue(s1) & Theme(s1,x2) & n_man(x1)) | exists p1 x1.(exists x2.((x1 = x2) & n_outdoors(x2)) & n_man(x1)) | 4a7994b6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_hold(e1) & of(x4,x5) & of(x2,x3) & n_rock(x5) & n_net(x2) & n_man(x1) & n_front(x4) & n_fishing(x3) & in(e1,x4) & a_blue(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) | exists x1.(n_man(x1) & exists x2.(n_outdoors(x2) & (x1 = x2))) |
||
A group of women dressed for roller derby are standing and sitting in a group. | Roller derby team is congregating together. | 0 | -100 | Standing and sitting is a another way to say congregating together. | exists e4 e3 e2 e1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(in(e4,x11) & n_group(x11) & Actor(e4,x6) & v_sit(e4) & of(x6,x7) & for(e3,x9) & n_derby(x9) & of(x9,x10) & n_roller(x10) & Theme(e3,x8) & v_dress(e3) & (x7 = x8) & n_woman(x7) & n_group(x6) & Actor(e2,x1) & v_stand(e2) & of(x1,x2) & for(e1,x4) & n_derby(x4) & of(x4,x5) & n_roller(x5) & Theme(e1,x3) & v_dress(e1) & (x2 = x3) & n_woman(x2) & n_group(x1)) | exists e1 p1 s1 x1 x2.(exists s2.(Theme(s2,x1) & a_together(s2)) & Topic(e1,p1) & Actor(e1,x1) & v_congregate(e1) & n_team(x1) & a_derby(s1) & Theme(s1,x1) & (x1 = x2) & ne_per_roller(x2)) | 4a799fb0-e4c8-11ec-9cdd-0242ac1c0002 | exists e4 e3 e2 e1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(v_stand(e2) & v_sit(e4) & v_dress(e3) & v_dress(e1) & of(x9,x10) & of(x6,x7) & of(x4,x5) & of(x1,x2) & n_woman(x7) & n_woman(x2) & n_roller(x5) & n_roller(x10) & n_group(x6) & n_group(x11) & n_group(x1) & n_derby(x9) & n_derby(x4) & in(e4,x11) & for(e3,x9) & for(e1,x4) & Theme(e3,x8) & Theme(e1,x3) & Actor(e4,x6) & Actor(e2,x1) & (x7 = x8) & (x2 = x3)) | exists e1 p1 s1 x1 x2.(v_congregate(e1) & ne_per_roller(x2) & n_team(x1) & exists s2.(a_together(s2) & Theme(s2,x1)) & a_derby(s1) & Topic(e1,p1) & Theme(s1,x1) & Actor(e1,x1) & (x1 = x2)) |
||
A group of women dressed for roller derby are standing and sitting in a group. | The roller derby team is dancing. | 2 | -100 | They are either standing and sitting in a group or dancing. | exists e3 e4 e1 e2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(in(e4,x11) & n_group(x11) & Actor(e4,x6) & v_sit(e4) & of(x6,x7) & for(e3,x9) & n_derby(x9) & of(x9,x10) & n_roller(x10) & Theme(e3,x8) & v_dress(e3) & (x7 = x8) & n_woman(x7) & n_group(x6) & Actor(e2,x1) & v_stand(e2) & of(x1,x2) & for(e1,x4) & n_derby(x4) & of(x4,x5) & n_roller(x5) & Theme(e1,x3) & v_dress(e1) & (x2 = x3) & n_woman(x2) & n_group(x1)) | exists e1 x1 x2 x3.(n_team(x1) & of(x1,x3) & n_derby(x3) & of(x1,x2) & n_roller(x2) & Actor(e1,x1) & v_dance(e1)) | 4a79ada2-e4c8-11ec-9cdd-0242ac1c0002 | exists e3 e4 e1 e2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(v_stand(e2) & v_sit(e4) & v_dress(e3) & v_dress(e1) & of(x9,x10) & of(x6,x7) & of(x4,x5) & of(x1,x2) & n_woman(x7) & n_woman(x2) & n_roller(x5) & n_roller(x10) & n_group(x6) & n_group(x11) & n_group(x1) & n_derby(x9) & n_derby(x4) & in(e4,x11) & for(e3,x9) & for(e1,x4) & Theme(e3,x8) & Theme(e1,x3) & Actor(e4,x6) & Actor(e2,x1) & (x7 = x8) & (x2 = x3)) | exists e1 x1 x2 x3.(v_dance(e1) & of(x1,x3) & of(x1,x2) & n_team(x1) & n_roller(x2) & n_derby(x3) & Actor(e1,x1)) |
||
A group of women dressed for roller derby are standing and sitting in a group. | The roller derby team is planning game strategy. | 1 | -100 | The women might not be on a roller derby team, per se. | exists e2 e1 e3 e4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(in(e4,x11) & n_group(x11) & Actor(e4,x6) & v_sit(e4) & of(x6,x7) & for(e3,x9) & n_derby(x9) & of(x9,x10) & n_roller(x10) & Theme(e3,x8) & v_dress(e3) & (x7 = x8) & n_woman(x7) & n_group(x6) & Actor(e2,x1) & v_stand(e2) & of(x1,x2) & for(e1,x4) & n_derby(x4) & of(x4,x5) & n_roller(x5) & Theme(e1,x3) & v_dress(e1) & (x2 = x3) & n_woman(x2) & n_group(x1)) | exists e1 x1 x2 x3 x4 x5.(n_team(x1) & of(x1,x3) & n_derby(x3) & of(x1,x2) & n_roller(x2) & Theme(e1,x4) & Actor(e1,x1) & v_plan(e1) & n_strategy(x4) & of(x4,x5) & n_game(x5)) | 4a79b838-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 e3 e4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(v_stand(e2) & v_sit(e4) & v_dress(e3) & v_dress(e1) & of(x9,x10) & of(x6,x7) & of(x4,x5) & of(x1,x2) & n_woman(x7) & n_woman(x2) & n_roller(x5) & n_roller(x10) & n_group(x6) & n_group(x11) & n_group(x1) & n_derby(x9) & n_derby(x4) & in(e4,x11) & for(e3,x9) & for(e1,x4) & Theme(e3,x8) & Theme(e1,x3) & Actor(e4,x6) & Actor(e2,x1) & (x7 = x8) & (x2 = x3)) | exists e1 x1 x2 x3 x4 x5.(v_plan(e1) & of(x4,x5) & of(x1,x3) & of(x1,x2) & n_team(x1) & n_strategy(x4) & n_roller(x2) & n_game(x5) & n_derby(x3) & Theme(e1,x4) & Actor(e1,x1)) |
||
A photographer is taking photos of flowers. | A photographer has decided to never take another photo. | 2 | -100 | A photographer can either be taking pictures or have decided never to take another photo. | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & of(x2,x3) & n_flower(x3) & n_photo(x2) & n_photographer(x1)) | exists e1 p1 s1 x1 x2.(n_photo(x2) & Topic(e1,p1) & Actor(e1,x1) & v_decide(e1) & a_never(s1) & Manner(p1,s1) & exists e2 x3.(Theme(e2,x3) & Actor(e2,x1) & v_take(e2) & n_photo(x3) & -(x3 = x2)) & n_photographer(x1)) | 4a79c27e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_take(e1) & of(x2,x3) & n_photographer(x1) & n_photo(x2) & n_flower(x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 p1 s1 x1 x2.(v_decide(e1) & n_photographer(x1) & n_photo(x2) & exists e2 x3.(v_take(e2) & n_photo(x3) & Theme(e2,x3) & Actor(e2,x1) & -(x3 = x2)) & a_never(s1) & Topic(e1,p1) & Manner(p1,s1) & Actor(e1,x1)) |
||
A photographer is taking photos of flowers. | A photographer is crafting his next book. | 1 | -100 | A photographer can take photos of flowers for any reason, and doesn't imply that he is crafting his next book. | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & of(x2,x3) & n_flower(x3) & n_photo(x2) & n_photographer(x1)) | exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_craft(e1) & n_book(x2) & a_next(s1) & Theme(s1,x2) & of(x2,x1) & n_male(x1) & n_photographer(x1)) | 4a79d19c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_take(e1) & of(x2,x3) & n_photographer(x1) & n_photo(x2) & n_flower(x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_craft(e1) & of(x2,x1) & n_photographer(x1) & n_male(x1) & n_book(x2) & a_next(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A photographer is taking photos of flowers. | A photographer is taking photos of nature. | 0 | -100 | Flowers are in nature. | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & of(x2,x3) & n_flower(x3) & n_photo(x2) & n_photographer(x1)) | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & of(x2,x3) & n_nature(x3) & n_photo(x2) & n_photographer(x1)) | 4a79dc5a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_take(e1) & of(x2,x3) & n_photographer(x1) & n_photo(x2) & n_flower(x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_take(e1) & of(x2,x3) & n_photographer(x1) & n_photo(x2) & n_nature(x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
Several girls are having a discussion after rollerskating. | Several girl monkeys are having a discussion | 2 | -100 | There are either girls or girl monkeys, but they cannot be both at the same time. Also, monkeys are not referred to as "girl,", they do not have discussions, and they certainly don't have discussions after rollerskating. | exists e1 e2 s1 x1 x2.(after(e1,e2) & Actor(e2,x1) & v_rollerskate(e2) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_discussion(x2) & n_girl(x1) & a_several(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_have(e1) & n_discussion(x3) & n_monkey(x1) & of(x1,x2) & n_girl(x2) & a_several(s1) & Theme(s1,x1)) | 4a79e6e6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2.(v_rollerskate(e2) & v_have(e1) & n_girl(x1) & n_discussion(x2) & after(e1,e2) & a_several(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3.(v_have(e1) & of(x1,x2) & n_monkey(x1) & n_girl(x2) & n_discussion(x3) & a_several(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x1)) |
||
Several girls are having a discussion after rollerskating. | Several girls are having a loud discussion | 1 | -100 | Not all discussions are loud. | exists e2 e1 s1 x1 x2.(after(e1,e2) & Actor(e2,x1) & v_rollerskate(e2) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_discussion(x2) & n_girl(x1) & a_several(s1) & Theme(s1,x1)) | exists e1 s1 s2 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_discussion(x2) & a_loud(s2) & Theme(s2,x2) & n_girl(x1) & a_several(s1) & Theme(s1,x1)) | 4a79f168-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 x1 x2.(v_rollerskate(e2) & v_have(e1) & n_girl(x1) & n_discussion(x2) & after(e1,e2) & a_several(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 s1 s2 x1 x2.(v_have(e1) & n_girl(x1) & n_discussion(x2) & a_several(s1) & a_loud(s2) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Several girls are having a discussion after rollerskating. | Several girls are having a discussion | 0 | -100 | Several girls are having a discussion in both sentences which implies they are the same girls. | exists e1 e2 s1 x1 x2.(after(e1,e2) & Actor(e2,x1) & v_rollerskate(e2) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_discussion(x2) & n_girl(x1) & a_several(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_discussion(x2) & n_girl(x1) & a_several(s1) & Theme(s1,x1)) | 4a79fcbc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2.(v_rollerskate(e2) & v_have(e1) & n_girl(x1) & n_discussion(x2) & after(e1,e2) & a_several(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_have(e1) & n_girl(x1) & n_discussion(x2) & a_several(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Female rollerskaters are taking a break and having a conversation. | Female rollerskaters in pink talk. | 1 | -100 | The female rollerskaters are not necessarily in pink. | exists e2 e1 x1 x2 x3 x4 x5 x6.(Theme(e2,x6) & Actor(e2,x4) & v_have(e2) & n_conversation(x6) & n_rollerskater(x4) & (x4 = x5) & ne_nam_female(x5) & Theme(e1,x3) & Actor(e1,x1) & v_take(e1) & n_break(x3) & n_rollerskater(x1) & (x1 = x2) & ne_nam_female(x2)) | exists s1 x1 x2 x3.(a_topic(x1) & in(x1,x3) & n_talk(x3) & a_pink(s1) & Theme(s1,x3) & n_rollerskater(x1) & (x1 = x2) & ne_nam_female(x2)) | 4a7a0784-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4 x5 x6.(v_take(e1) & v_have(e2) & ne_nam_female(x5) & ne_nam_female(x2) & n_rollerskater(x4) & n_rollerskater(x1) & n_conversation(x6) & n_break(x3) & Theme(e2,x6) & Theme(e1,x3) & Actor(e2,x4) & Actor(e1,x1) & (x4 = x5) & (x1 = x2)) | exists s1 x1 x2 x3.(ne_nam_female(x2) & n_talk(x3) & n_rollerskater(x1) & in(x1,x3) & a_topic(x1) & a_pink(s1) & Theme(s1,x3) & (x1 = x2)) |
||
Female rollerskaters are taking a break and having a conversation. | Female rollerskaters talk. | 0 | -100 | Having a conversation means the same as to talk. | exists e1 e2 x1 x2 x3 x4 x5 x6.(Theme(e2,x6) & Actor(e2,x4) & v_have(e2) & n_conversation(x6) & n_rollerskater(x4) & (x4 = x5) & ne_nam_female(x5) & Theme(e1,x3) & Actor(e1,x1) & v_take(e1) & n_break(x3) & n_rollerskater(x1) & (x1 = x2) & ne_nam_female(x2)) | exists e1 x1 x2.(ne_nam_female(x1) & Theme(e1,x2) & Actor(e1,x1) & v_rollerskater(e1) & n_talk(x2)) | 4a7a122e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5 x6.(v_take(e1) & v_have(e2) & ne_nam_female(x5) & ne_nam_female(x2) & n_rollerskater(x4) & n_rollerskater(x1) & n_conversation(x6) & n_break(x3) & Theme(e2,x6) & Theme(e1,x3) & Actor(e2,x4) & Actor(e1,x1) & (x4 = x5) & (x1 = x2)) | exists e1 x1 x2.(v_rollerskater(e1) & ne_nam_female(x1) & n_talk(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
Female rollerskaters are taking a break and having a conversation. | Male rollerskaters in pink talk. | 2 | -100 | The rolkerskaters are either male or female. | exists e1 e2 x1 x2 x3 x4 x5 x6.(Theme(e2,x6) & Actor(e2,x4) & v_have(e2) & n_conversation(x6) & n_rollerskater(x4) & (x4 = x5) & ne_nam_female(x5) & Theme(e1,x3) & Actor(e1,x1) & v_take(e1) & n_break(x3) & n_rollerskater(x1) & (x1 = x2) & ne_nam_female(x2)) | exists s1 x1 x2 x3.(a_topic(x1) & in(x1,x3) & n_talk(x3) & a_pink(s1) & Theme(s1,x3) & n_rollerskater(x1) & (x1 = x2) & ne_nam_male(x2)) | 4a7a1ddc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5 x6.(v_take(e1) & v_have(e2) & ne_nam_female(x5) & ne_nam_female(x2) & n_rollerskater(x4) & n_rollerskater(x1) & n_conversation(x6) & n_break(x3) & Theme(e2,x6) & Theme(e1,x3) & Actor(e2,x4) & Actor(e1,x1) & (x4 = x5) & (x1 = x2)) | exists s1 x1 x2 x3.(ne_nam_male(x2) & n_talk(x3) & n_rollerskater(x1) & in(x1,x3) & a_topic(x1) & a_pink(s1) & Theme(s1,x3) & (x1 = x2)) |
||
A brunette photographer is kneeling down to take a photo. | The photographer is taking a picture of a child. | 1 | -100 | The person could be photographing something besides a child. | exists e1 p1 s1 x1 x2.(a_down(s1) & Manner(e1,s1) & Topic(e1,p1) & Actor(e1,x1) & v_kneel(e1) & exists e2 x3.(Theme(e2,x3) & Actor(e2,x1) & v_take(e2) & n_photo(x3)) & n_photographer(x1) & of(x1,x2) & n_brunette(x2)) | exists e1 x1 x2 x3.(n_photographer(x1) & Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & of(x2,x3) & n_child(x3) & n_picture(x2)) | 4a7a28ae-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2.(v_kneel(e1) & of(x1,x2) & n_photographer(x1) & n_brunette(x2) & exists e2 x3.(v_take(e2) & n_photo(x3) & Theme(e2,x3) & Actor(e2,x1)) & a_down(s1) & Topic(e1,p1) & Manner(e1,s1) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_take(e1) & of(x2,x3) & n_picture(x2) & n_photographer(x1) & n_child(x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A brunette photographer is kneeling down to take a photo. | The woman has a camera. | 0 | -100 | A photographer must have a camera. | exists e1 p1 s1 x1 x2.(a_down(s1) & Manner(e1,s1) & Topic(e1,p1) & Actor(e1,x1) & v_kneel(e1) & exists e2 x3.(Theme(e2,x3) & Actor(e2,x1) & v_take(e2) & n_photo(x3)) & n_photographer(x1) & of(x1,x2) & n_brunette(x2)) | exists e1 x1 x2.(n_woman(x1) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_camera(x2)) | 4a7a3358-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2.(v_kneel(e1) & of(x1,x2) & n_photographer(x1) & n_brunette(x2) & exists e2 x3.(v_take(e2) & n_photo(x3) & Theme(e2,x3) & Actor(e2,x1)) & a_down(s1) & Topic(e1,p1) & Manner(e1,s1) & Actor(e1,x1)) | exists e1 x1 x2.(v_have(e1) & n_woman(x1) & n_camera(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A brunette photographer is kneeling down to take a photo. | A photographer is taking a nap. | 2 | -100 | The photographer is either kneeling down to take a photo or taking a nap. | exists e1 p1 s1 x1 x2.(a_down(s1) & Manner(e1,s1) & Topic(e1,p1) & Actor(e1,x1) & v_kneel(e1) & exists e2 x3.(Theme(e2,x3) & Actor(e2,x1) & v_take(e2) & n_photo(x3)) & n_photographer(x1) & of(x1,x2) & n_brunette(x2)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & n_nap(x2) & n_photographer(x1)) | 4a7a3dee-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2.(v_kneel(e1) & of(x1,x2) & n_photographer(x1) & n_brunette(x2) & exists e2 x3.(v_take(e2) & n_photo(x3) & Theme(e2,x3) & Actor(e2,x1)) & a_down(s1) & Topic(e1,p1) & Manner(e1,s1) & Actor(e1,x1)) | exists e1 x1 x2.(v_take(e1) & n_photographer(x1) & n_nap(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
Three children pose outdoors on a hike. | Children go on their first big hike. | 1 | -100 | the fact that the children are posing outdoors on a hike does not imply that they are on their first big hike. They may have gone on hikes before, and the hike may not be a big hike. | exists e1 x1 x2 x3.(on(e1,x3) & n_hike(x3) & Theme(e1,x2) & Actor(e1,x1) & v_pose(e1) & n_outdoors(x2) & n_child(x1) & card_eq_3(x1)) | exists e1 s1 s2 x1 x2.(on(e1,x2) & n_hike(x2) & a_big(s2) & Theme(s2,x2) & a_first(s1) & Theme(s1,x2) & of(x2,x1) & n_thing(x1) & Actor(e1,x1) & v_go(e1) & n_child(x1)) | 4a7a4960-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_pose(e1) & on(e1,x3) & n_outdoors(x2) & n_hike(x3) & n_child(x1) & card_eq_3(x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 s1 s2 x1 x2.(v_go(e1) & on(e1,x2) & of(x2,x1) & n_thing(x1) & n_hike(x2) & n_child(x1) & a_first(s1) & a_big(s2) & Theme(s2,x2) & Theme(s1,x2) & Actor(e1,x1)) |
||
Three children pose outdoors on a hike. | Children are outdoors. | 0 | -100 | Outdoors on a hike implies outdoors. | exists e1 x1 x2 x3.(on(e1,x3) & n_hike(x3) & Theme(e1,x2) & Actor(e1,x1) & v_pose(e1) & n_outdoors(x2) & n_child(x1) & card_eq_3(x1)) | exists p1 x1.(exists x2.((x1 = x2) & n_outdoors(x2)) & n_child(x1)) | 4a7a5400-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_pose(e1) & on(e1,x3) & n_outdoors(x2) & n_hike(x3) & n_child(x1) & card_eq_3(x1) & Theme(e1,x2) & Actor(e1,x1)) | exists x1.(n_child(x1) & exists x2.(n_outdoors(x2) & (x1 = x2))) |
||
Three children pose outdoors on a hike. | Children play Xbox . | 2 | -100 | The children are either on a hike or playing Xbox. | exists e1 x1 x2 x3.(on(e1,x3) & n_hike(x3) & Theme(e1,x2) & Actor(e1,x1) & v_pose(e1) & n_outdoors(x2) & n_child(x1) & card_eq_3(x1)) | exists e1 x1 x2.(ne_org_xbox(x2) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_child(x1)) | 4a7a5c5c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_pose(e1) & on(e1,x3) & n_outdoors(x2) & n_hike(x3) & n_child(x1) & card_eq_3(x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_play(e1) & ne_org_xbox(x2) & n_child(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A woman leans over a rail to get a picture of flowers. | A woman leans over a rail to get a picture of plants. | 1 | -100 | The fact that the woman is getting a picture of flowers does not mean that the flowers are plants. The flowers could be fake, or in a vase or cut, which means they would no longer be plants. | exists e1 p1 x1 x2 x3.(Topic(e1,p1) & exists e2 x4 x5.(Theme(e2,x4) & Actor(e2,x1) & v_get(e2) & of(x4,x5) & n_flower(x5) & n_picture(x4)) & over(e1,x3) & n_rail(x3) & Actor(e1,x2) & v_lean(e1) & n_woman(x2) & n_woman(x1)) | exists e1 p1 x1 x2 x3.(Topic(e1,p1) & exists e2 x4 x5.(Theme(e2,x4) & Actor(e2,x1) & v_get(e2) & of(x4,x5) & n_plant(x5) & n_picture(x4)) & over(e1,x3) & n_rail(x3) & Actor(e1,x2) & v_lean(e1) & n_woman(x2) & n_woman(x1)) | 4a7a642c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3.(v_lean(e1) & over(e1,x3) & n_woman(x2) & n_woman(x1) & n_rail(x3) & exists e2 x4 x5.(v_get(e2) & of(x4,x5) & n_picture(x4) & n_flower(x5) & Theme(e2,x4) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x2)) | exists e1 p1 x1 x2 x3.(v_lean(e1) & over(e1,x3) & n_woman(x2) & n_woman(x1) & n_rail(x3) & exists e2 x4 x5.(v_get(e2) & of(x4,x5) & n_plant(x5) & n_picture(x4) & Theme(e2,x4) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x2)) |
||
A woman leans over a rail to get a picture of flowers. | A man leans over a rail to get a picture of flowers. | 2 | -100 | The person leaning over the rail can either be a man or a woman. | exists e1 p1 x1 x2 x3.(Topic(e1,p1) & exists e2 x4 x5.(Theme(e2,x4) & Actor(e2,x1) & v_get(e2) & of(x4,x5) & n_flower(x5) & n_picture(x4)) & over(e1,x3) & n_rail(x3) & Actor(e1,x2) & v_lean(e1) & n_woman(x2) & n_woman(x1)) | exists e1 p1 x1 x2 x3.(Topic(e1,p1) & exists e2 x4 x5.(Theme(e2,x4) & Actor(e2,x1) & v_get(e2) & of(x4,x5) & n_flower(x5) & n_picture(x4)) & over(e1,x3) & n_rail(x3) & Actor(e1,x2) & v_lean(e1) & n_man(x2) & n_man(x1)) | 4a7a6fd0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3.(v_lean(e1) & over(e1,x3) & n_woman(x2) & n_woman(x1) & n_rail(x3) & exists e2 x4 x5.(v_get(e2) & of(x4,x5) & n_picture(x4) & n_flower(x5) & Theme(e2,x4) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x2)) | exists e1 p1 x1 x2 x3.(v_lean(e1) & over(e1,x3) & n_rail(x3) & n_man(x2) & n_man(x1) & exists e2 x4 x5.(v_get(e2) & of(x4,x5) & n_picture(x4) & n_flower(x5) & Theme(e2,x4) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x2)) |
||
A woman leans over a rail to get a picture of flowers. | A woman leans over a rail to get a photograph. | 0 | -100 | Getting a picture is rephrasing of getting a photograph. | exists e1 p1 x1 x2 x3.(Topic(e1,p1) & exists e2 x4 x5.(Theme(e2,x4) & Actor(e2,x1) & v_get(e2) & of(x4,x5) & n_flower(x5) & n_picture(x4)) & over(e1,x3) & n_rail(x3) & Actor(e1,x2) & v_lean(e1) & n_woman(x2) & n_woman(x1)) | exists e1 p1 x1 x2 x3.(Topic(e1,p1) & exists e2 x4.(Theme(e2,x4) & Actor(e2,x1) & v_get(e2) & n_photograph(x4)) & over(e1,x3) & n_rail(x3) & Actor(e1,x2) & v_lean(e1) & n_woman(x2) & n_woman(x1)) | 4a7a7aca-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3.(v_lean(e1) & over(e1,x3) & n_woman(x2) & n_woman(x1) & n_rail(x3) & exists e2 x4 x5.(v_get(e2) & of(x4,x5) & n_picture(x4) & n_flower(x5) & Theme(e2,x4) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x2)) | exists e1 p1 x1 x2 x3.(v_lean(e1) & over(e1,x3) & n_woman(x2) & n_woman(x1) & n_rail(x3) & exists e2 x4.(v_get(e2) & n_photograph(x4) & Theme(e2,x4) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x2)) |
||
Young woman making peculiar gestures with hand and arms. | The woman is not moving a muscle. | 2 | -100 | The woman is either moving or making a particular gesture. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_make(e1) & subset_of(x6,x3) & n_arm(x6) & subset_of(x4,x3) & with(x4,x5) & n_hand(x5) & n_gesture(x4) & a_peculiar(s2) & Theme(s2,x4) & (x1 = x2) & n_woman(x1) & a_young(s1) & Theme(s1,x1)) | exists x1.(n_woman(x1) & -exists e1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_move(e1) & n_muscle(x2))) | 4a7a82d6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(with(x4,x5) & v_make(e1) & subset_of(x6,x3) & subset_of(x4,x3) & n_woman(x1) & n_hand(x5) & n_gesture(x4) & n_arm(x6) & a_young(s1) & a_topic(x1) & a_peculiar(s2) & Theme(s2,x4) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists x1.(n_woman(x1) & all e1 x2.(-v_move(e1) | -n_muscle(x2) | -Theme(e1,x2) | -Actor(e1,x1))) |
||
Young woman making peculiar gestures with hand and arms. | The woman is deaf. | 1 | -100 | Sentence 1: Young woman making peculiar gestures with hand and arms. Sentence 2: The woman is deaf. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_make(e1) & subset_of(x6,x3) & n_arm(x6) & subset_of(x4,x3) & with(x4,x5) & n_hand(x5) & n_gesture(x4) & a_peculiar(s2) & Theme(s2,x4) & (x1 = x2) & n_woman(x1) & a_young(s1) & Theme(s1,x1)) | exists s1 x1.(n_woman(x1) & Theme(s1,x1) & a_deaf(s1)) | 4a7a8c04-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(with(x4,x5) & v_make(e1) & subset_of(x6,x3) & subset_of(x4,x3) & n_woman(x1) & n_hand(x5) & n_gesture(x4) & n_arm(x6) & a_young(s1) & a_topic(x1) & a_peculiar(s2) & Theme(s2,x4) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists s1 x1.(n_woman(x1) & a_deaf(s1) & Theme(s1,x1)) |
||
Young woman making peculiar gestures with hand and arms. | The woman is moving her arms. | 0 | -100 | Making gestures with hand and arms implies that the woman is moving her arms. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_make(e1) & subset_of(x6,x3) & n_arm(x6) & subset_of(x4,x3) & with(x4,x5) & n_hand(x5) & n_gesture(x4) & a_peculiar(s2) & Theme(s2,x4) & (x1 = x2) & n_woman(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2.(n_arm(x2) & of(x2,x1) & n_female(x1) & n_woman(x1) & Theme(e1,x2) & Actor(e1,x1) & v_move(e1)) | 4a7a958c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(with(x4,x5) & v_make(e1) & subset_of(x6,x3) & subset_of(x4,x3) & n_woman(x1) & n_hand(x5) & n_gesture(x4) & n_arm(x6) & a_young(s1) & a_topic(x1) & a_peculiar(s2) & Theme(s2,x4) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_move(e1) & of(x2,x1) & n_woman(x1) & n_female(x1) & n_arm(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man hanging out in a commercial kitchen. | A man standing in a commercial kitchen. | 0 | -100 | Hanging out is rephrasing of the word standing. | exists e1 s1 s2 x1 x2 x3.(a_topic(x1) & in(e1,x3) & n_kitchen(x3) & a_commercial(s2) & Theme(s2,x3) & a_out(s1) & Manner(e1,s1) & Actor(e1,x2) & v_hang(e1) & (x1 = x2) & n_man(x1)) | exists s1 x1 x2 x3.(a_topic(x1) & in(x1,x3) & n_kitchen(x3) & a_commercial(s1) & Theme(s1,x3) & n_standing(x1) & of(x1,x2) & n_man(x2)) | 4a7aa1a8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3.(v_hang(e1) & n_man(x1) & n_kitchen(x3) & in(e1,x3) & a_topic(x1) & a_out(s1) & a_commercial(s2) & Theme(s2,x3) & Manner(e1,s1) & Actor(e1,x2) & (x1 = x2)) | exists s1 x1 x2 x3.(of(x1,x2) & n_standing(x1) & n_man(x2) & n_kitchen(x3) & in(x1,x3) & a_topic(x1) & a_commercial(s1) & Theme(s1,x3)) |
||
A man hanging out in a commercial kitchen. | A man is making a bed. | 2 | -100 | A commercial kitchen would not contain a bed that needs making. | exists e1 s1 s2 x1 x2 x3.(a_topic(x1) & in(e1,x3) & n_kitchen(x3) & a_commercial(s2) & Theme(s2,x3) & a_out(s1) & Manner(e1,s1) & Actor(e1,x2) & v_hang(e1) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_make(e1) & n_bed(x2) & n_man(x1)) | 4a7aad4c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3.(v_hang(e1) & n_man(x1) & n_kitchen(x3) & in(e1,x3) & a_topic(x1) & a_out(s1) & a_commercial(s2) & Theme(s2,x3) & Manner(e1,s1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_make(e1) & n_man(x1) & n_bed(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man hanging out in a commercial kitchen. | A man is in the room. | 1 | -100 | Sentence 1: A man hanging out in a commercial kitchen. Sentence 2: A man is in the room. | exists e1 s1 s2 x1 x2 x3.(a_topic(x1) & in(e1,x3) & n_kitchen(x3) & a_commercial(s2) & Theme(s2,x3) & a_out(s1) & Manner(e1,s1) & Actor(e1,x2) & v_hang(e1) & (x1 = x2) & n_man(x1)) | exists p1 x1 x2.(n_room(x2) & in(x1,x2) & n_man(x1)) | 4a7ab972-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3.(v_hang(e1) & n_man(x1) & n_kitchen(x3) & in(e1,x3) & a_topic(x1) & a_out(s1) & a_commercial(s2) & Theme(s2,x3) & Manner(e1,s1) & Actor(e1,x2) & (x1 = x2)) | exists x1 x2.(n_room(x2) & n_man(x1) & in(x1,x2)) |
||
A gray dog runs in a backyard terrace. | A gray dog sleeps in the sun. | 2 | -100 | A dog or any creature for that matter cannot run and sleeps [sic] at the same time. | exists e1 s1 x1 x2 x3.(in(e1,x2) & n_terrace(x2) & of(x2,x3) & n_backyard(x3) & Actor(e1,x1) & v_run(e1) & n_dog(x1) & a_gray(s1) & Theme(s1,x1)) | exists s1 x1 x2 x3.(n_sun(x3) & a_topic(x1) & in(x1,x3) & n_sleep(x1) & of(x1,x2) & n_dog(x2) & a_gray(s1) & Theme(s1,x1)) | 4a7ae7ee-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_run(e1) & of(x2,x3) & n_terrace(x2) & n_dog(x1) & n_backyard(x3) & in(e1,x2) & a_gray(s1) & Theme(s1,x1) & Actor(e1,x1)) | exists s1 x1 x2 x3.(of(x1,x2) & n_sun(x3) & n_sleep(x1) & n_dog(x2) & in(x1,x3) & a_topic(x1) & a_gray(s1) & Theme(s1,x1)) |
||
A gray dog runs in a backyard terrace. | a gray dog fetches the ball. | 1 | -100 | Sentence 1: A gray dog runs in a backyard terrace. Sentence 2: a gray dog fetches the ball. | exists e1 s1 x1 x2 x3.(in(e1,x2) & n_terrace(x2) & of(x2,x3) & n_backyard(x3) & Actor(e1,x1) & v_run(e1) & n_dog(x1) & a_gray(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2.(n_ball(x2) & Theme(e1,x2) & Actor(e1,x1) & v_fetch(e1) & n_dog(x1) & a_gray(s1) & Theme(s1,x1)) | 4a7b0166-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_run(e1) & of(x2,x3) & n_terrace(x2) & n_dog(x1) & n_backyard(x3) & in(e1,x2) & a_gray(s1) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_fetch(e1) & n_dog(x1) & n_ball(x2) & a_gray(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A gray dog runs in a backyard terrace. | A gray dog runs outside. | 0 | -100 | Running in a backyard terrace implies the fact of running outside. | exists e1 s1 x1 x2 x3.(in(e1,x2) & n_terrace(x2) & of(x2,x3) & n_backyard(x3) & Actor(e1,x1) & v_run(e1) & n_dog(x1) & a_gray(s1) & Theme(s1,x1)) | exists s1 s2 x1 x2 x3.(a_topic(x1) & Theme(s2,x3) & a_outside(s2) & (x1 = x3) & n_run(x1) & of(x1,x2) & n_dog(x2) & a_gray(s1) & Theme(s1,x1)) | 4a7b0ea4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_run(e1) & of(x2,x3) & n_terrace(x2) & n_dog(x1) & n_backyard(x3) & in(e1,x2) & a_gray(s1) & Theme(s1,x1) & Actor(e1,x1)) | exists s1 s2 x1 x2 x3.(of(x1,x2) & n_run(x1) & n_dog(x2) & a_topic(x1) & a_outside(s2) & a_gray(s1) & Theme(s2,x3) & Theme(s1,x1) & (x1 = x3)) |
||
Two people in black leather ride motorcycles. | A woman is jogging in the forest. | 2 | -100 | Two people are more than a woman, and while she is jogging in the forest, the two people ride motorcycles. | exists s1 x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & n_motorcycle(x2) & of(x2,x4) & n_ride(x4) & of(x2,x3) & n_leather(x3) & a_black(s1) & Theme(s1,x2) & n_people(x1) & card_eq_2(x1)) | exists e1 x1 x2.(n_forest(x2) & in(e1,x2) & Actor(e1,x1) & v_jog(e1) & n_woman(x1)) | 4a7b1818-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3 x4.(of(x2,x4) & of(x2,x3) & n_ride(x4) & n_people(x1) & n_motorcycle(x2) & n_leather(x3) & in(x1,x2) & card_eq_2(x1) & a_topic(x1) & a_black(s1) & Theme(s1,x2)) | exists e1 x1 x2.(v_jog(e1) & n_woman(x1) & n_forest(x2) & in(e1,x2) & Actor(e1,x1)) |
||
Two people in black leather ride motorcycles. | Two people are racing on their motorcycles. | 1 | -100 | The people might not necessarily be racing. | exists s1 x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & n_motorcycle(x2) & of(x2,x4) & n_ride(x4) & of(x2,x3) & n_leather(x3) & a_black(s1) & Theme(s1,x2) & n_people(x1) & card_eq_2(x1)) | exists e1 x1 x2.(on(e1,x2) & n_motorcycle(x2) & of(x2,x1) & n_thing(x1) & Actor(e1,x1) & v_race(e1) & n_people(x1) & card_eq_2(x1)) | 4a7b206a-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3 x4.(of(x2,x4) & of(x2,x3) & n_ride(x4) & n_people(x1) & n_motorcycle(x2) & n_leather(x3) & in(x1,x2) & card_eq_2(x1) & a_topic(x1) & a_black(s1) & Theme(s1,x2)) | exists e1 x1 x2.(v_race(e1) & on(e1,x2) & of(x2,x1) & n_thing(x1) & n_people(x1) & n_motorcycle(x2) & card_eq_2(x1) & Actor(e1,x1)) |
||
Two people in black leather ride motorcycles. | Two people are outside. | 0 | -100 | Riding a motorcycle is done outside. | exists s1 x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & n_motorcycle(x2) & of(x2,x4) & n_ride(x4) & of(x2,x3) & n_leather(x3) & a_black(s1) & Theme(s1,x2) & n_people(x1) & card_eq_2(x1)) | exists s1 x1.(Theme(s1,x1) & a_outside(s1) & n_people(x1) & card_eq_2(x1)) | 4a7b2920-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3 x4.(of(x2,x4) & of(x2,x3) & n_ride(x4) & n_people(x1) & n_motorcycle(x2) & n_leather(x3) & in(x1,x2) & card_eq_2(x1) & a_topic(x1) & a_black(s1) & Theme(s1,x2)) | exists s1 x1.(n_people(x1) & card_eq_2(x1) & a_outside(s1) & Theme(s1,x1)) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.