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 group of people are protesting against the army. | The people are outdoors. | 1 | -100 | People can protest the army indoors, not just outdoors. | exists e1 x1 x2 x3.(n_army(x3) & against(e1,x3) & Actor(e1,x1) & v_protest(e1) & of(x1,x2) & n_people(x2) & n_group(x1)) | exists p1 x1.(n_people(x1) & exists x2.((x1 = x2) & n_outdoors(x2))) | 7bf09c9c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_protest(e1) & of(x1,x2) & n_people(x2) & n_group(x1) & n_army(x3) & against(e1,x3) & Actor(e1,x1)) | exists x1.(n_people(x1) & exists x2.(n_outdoors(x2) & (x1 = x2))) |
||
A group of people are protesting against the army. | The people are happy with the military. | 2 | -100 | People protesting are not happy. | exists e1 x1 x2 x3.(n_army(x3) & against(e1,x3) & Actor(e1,x1) & v_protest(e1) & of(x1,x2) & n_people(x2) & n_group(x1)) | exists s1 x1 x2.(n_military(x2) & n_people(x1) & with(s1,x2) & Theme(s1,x1) & a_happy(s1)) | 7bf0a160-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_protest(e1) & of(x1,x2) & n_people(x2) & n_group(x1) & n_army(x3) & against(e1,x3) & Actor(e1,x1)) | exists s1 x1 x2.(with(s1,x2) & n_people(x1) & n_military(x2) & a_happy(s1) & Theme(s1,x1)) |
||
A man in yellow red flowery dress is playing guitar | The man is making music. | 0 | -100 | guitar makes music | exists e1 s1 s2 x1 x2 x3 x4.(Theme(e1,x4) & Actor(e1,x1) & v_play(e1) & n_guitar(x4) & in(x1,x2) & n_dress(x2) & of(x2,x3) & n_flowery(x3) & a_red(s2) & Theme(s2,x2) & a_yellow(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_make(e1) & n_music(x2)) | 7bf0a610-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4.(v_play(e1) & of(x2,x3) & n_man(x1) & n_guitar(x4) & n_flowery(x3) & n_dress(x2) & in(x1,x2) & a_yellow(s1) & a_red(s2) & Theme(s2,x2) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x1)) | exists e1 x1 x2.(v_make(e1) & n_music(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man in yellow red flowery dress is playing guitar | The man is naked. | 2 | -100 | A man in yellow red flowery dress is not naked. | exists e1 s1 s2 x1 x2 x3 x4.(Theme(e1,x4) & Actor(e1,x1) & v_play(e1) & n_guitar(x4) & in(x1,x2) & n_dress(x2) & of(x2,x3) & n_flowery(x3) & a_red(s2) & Theme(s2,x2) & a_yellow(s1) & Theme(s1,x2) & n_man(x1)) | exists s1 x1.(n_man(x1) & Theme(s1,x1) & a_naked(s1)) | 7bf0ab06-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4.(v_play(e1) & of(x2,x3) & n_man(x1) & n_guitar(x4) & n_flowery(x3) & n_dress(x2) & in(x1,x2) & a_yellow(s1) & a_red(s2) & Theme(s2,x2) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x1)) | exists s1 x1.(n_man(x1) & a_naked(s1) & Theme(s1,x1)) |
||
A man in yellow red flowery dress is playing guitar | The man is a crossdresser. | 1 | -100 | Just because a man is wearing a dress doesn't necessarily mean that he is a crossdresser. | exists e1 s1 s2 x1 x2 x3 x4.(Theme(e1,x4) & Actor(e1,x1) & v_play(e1) & n_guitar(x4) & in(x1,x2) & n_dress(x2) & of(x2,x3) & n_flowery(x3) & a_red(s2) & Theme(s2,x2) & a_yellow(s1) & Theme(s1,x2) & n_man(x1)) | exists p1 x1.(n_man(x1) & exists x2.((x1 = x2) & n_crossdresser(x2))) | 7bf0afb6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4.(v_play(e1) & of(x2,x3) & n_man(x1) & n_guitar(x4) & n_flowery(x3) & n_dress(x2) & in(x1,x2) & a_yellow(s1) & a_red(s2) & Theme(s2,x2) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x1)) | exists x1.(n_man(x1) & exists x2.(n_crossdresser(x2) & (x1 = x2))) |
||
A woman in glasses plays guitar. | The woman is participating in an open mic at her local coffee shop. | 1 | -100 | Just because a woman is playing a guitar doesn't mean that she is participating in an open mic or that she is at her local coffee shop. People can play a guitar at a lot of different places and can play for many different reasons. | exists e1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_play(e1) & n_guitar(x3) & in(x1,x2) & n_glass(x2) & n_woman(x1)) | exists e1 s1 s2 x1 x2 x3 x4.(n_shop(x3) & of(x3,x4) & n_coffee(x4) & a_local(s2) & Theme(s2,x3) & of(x3,x1) & n_female(x1) & n_woman(x1) & at(e1,x3) & in(e1,x2) & n_mic(x2) & a_open(s1) & Theme(s1,x2) & Actor(e1,x1) & v_participate(e1)) | 7bf0b45c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_play(e1) & n_woman(x1) & n_guitar(x3) & n_glass(x2) & in(x1,x2) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 s1 s2 x1 x2 x3 x4.(v_participate(e1) & of(x3,x4) & of(x3,x1) & n_woman(x1) & n_shop(x3) & n_mic(x2) & n_female(x1) & n_coffee(x4) & in(e1,x2) & at(e1,x3) & a_open(s1) & a_local(s2) & Theme(s2,x3) & Theme(s1,x2) & Actor(e1,x1)) |
||
A woman in glasses plays guitar. | There is a woman in this picture playing a musical instrument. | 0 | -100 | the woman is on a guitar | exists e1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_play(e1) & n_guitar(x3) & in(x1,x2) & n_glass(x2) & n_woman(x1)) | exists p1 x1 x3.(n_picture(x3) & exists e1 s1 x2 x4 x5.((x1 = x2) & in(x2,x3) & Theme(e1,x5) & Actor(e1,x4) & v_play(e1) & n_instrument(x5) & a_musical(s1) & Theme(s1,x5) & (x3 = x4) & n_woman(x2))) | 7bf0b902-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_play(e1) & n_woman(x1) & n_guitar(x3) & n_glass(x2) & in(x1,x2) & Theme(e1,x3) & Actor(e1,x1)) | exists x1 x3.(n_picture(x3) & exists e1 s1 x2 x4 x5.(v_play(e1) & n_woman(x2) & n_instrument(x5) & in(x2,x3) & a_musical(s1) & Theme(s1,x5) & Theme(e1,x5) & Actor(e1,x4) & (x3 = x4) & (x1 = x2))) |
||
An elderly person wearing a very brightly colored shirt, playing the acoustic guitar. | the man is part of the beach boys | 1 | -100 | It is not mandatory to be a part of beach boys to play acoustic guitar | exists e1 e3 e2 s1 s2 x1 x2 x3 x4.(n_guitar(x4) & a_acoustic(s2) & Theme(s2,x4) & Theme(e3,x4) & Actor(e3,x1) & v_play(e3) & Theme(e2,x3) & Actor(e2,x2) & v_wear(e2) & n_shirt(x3) & Theme(e1,x3) & v_color(e1) & r_brightly(x3) & r_very(x3) & (x1 = x2) & n_person(x1) & a_elderly(s1) & Theme(s1,x1)) | exists p1 x1 x3 x4.(n_boy(x3) & of(x3,x4) & n_beach(x4) & n_man(x1) & exists x2.((x1 = x2) & of(x2,x3) & n_part(x2))) | 7bf0c2bc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 s1 s2 x1 x2 x3 x4.(v_wear(e2) & v_play(e3) & v_color(e1) & r_very(x3) & r_brightly(x3) & n_shirt(x3) & n_person(x1) & n_guitar(x4) & a_elderly(s1) & a_acoustic(s2) & Theme(s2,x4) & Theme(s1,x1) & Theme(e3,x4) & Theme(e2,x3) & Theme(e1,x3) & Actor(e3,x1) & Actor(e2,x2) & (x1 = x2)) | exists x1 x3 x4.(of(x3,x4) & n_man(x1) & n_boy(x3) & n_beach(x4) & exists x2.(of(x2,x3) & n_part(x2) & (x1 = x2))) |
||
An elderly person wearing a very brightly colored shirt, playing the acoustic guitar. | the man is wearing a dark colored shirt playing the flute | 2 | -100 | Brightly colored shirt is not the same as dark colored shirt. | exists e2 e3 e1 s1 s2 x1 x2 x3 x4.(n_guitar(x4) & a_acoustic(s2) & Theme(s2,x4) & Theme(e3,x4) & Actor(e3,x1) & v_play(e3) & Theme(e2,x3) & Actor(e2,x2) & v_wear(e2) & n_shirt(x3) & Theme(e1,x3) & v_color(e1) & r_brightly(x3) & r_very(x3) & (x1 = x2) & n_person(x1) & a_elderly(s1) & Theme(s1,x1)) | exists e2 e1 s1 s2 x1 x2 x3 x4.(n_flute(x4) & n_man(x1) & Theme(e2,x2) & Actor(e2,x1) & v_wear(e2) & Theme(e1,x4) & Actor(e1,x3) & v_play(e1) & (x2 = x3) & n_shirt(x2) & a_colored(s2) & Theme(s2,x2) & a_dark(s1) & Theme(s1,x2)) | 7bf0c79e-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e3 e1 s1 s2 x1 x2 x3 x4.(v_wear(e2) & v_play(e3) & v_color(e1) & r_very(x3) & r_brightly(x3) & n_shirt(x3) & n_person(x1) & n_guitar(x4) & a_elderly(s1) & a_acoustic(s2) & Theme(s2,x4) & Theme(s1,x1) & Theme(e3,x4) & Theme(e2,x3) & Theme(e1,x3) & Actor(e3,x1) & Actor(e2,x2) & (x1 = x2)) | exists e2 e1 s1 s2 x1 x2 x3 x4.(v_wear(e2) & v_play(e1) & n_shirt(x2) & n_man(x1) & n_flute(x4) & a_dark(s1) & a_colored(s2) & Theme(s2,x2) & Theme(s1,x2) & Theme(e2,x2) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3)) |
||
An elderly person wearing a very brightly colored shirt, playing the acoustic guitar. | the old person is wearing a bright shirt while playing the guitar | 0 | -100 | old is elderly | exists e3 e1 e2 s1 s2 x1 x2 x3 x4.(n_guitar(x4) & a_acoustic(s2) & Theme(s2,x4) & Theme(e3,x4) & Actor(e3,x1) & v_play(e3) & Theme(e2,x3) & Actor(e2,x2) & v_wear(e2) & n_shirt(x3) & Theme(e1,x3) & v_color(e1) & r_brightly(x3) & r_very(x3) & (x1 = x2) & n_person(x1) & a_elderly(s1) & Theme(s1,x1)) | exists e1 e2 s1 s2 x1 x2 x3.(n_guitar(x3) & n_person(x1) & a_old(s1) & Theme(s1,x1) & while(e1,e2) & Theme(e2,x3) & Actor(e2,x1) & v_play(e2) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_shirt(x2) & a_bright(s2) & Theme(s2,x2)) | 7bf0cc62-e4c8-11ec-9cdd-0242ac1c0002 | exists e3 e1 e2 s1 s2 x1 x2 x3 x4.(v_wear(e2) & v_play(e3) & v_color(e1) & r_very(x3) & r_brightly(x3) & n_shirt(x3) & n_person(x1) & n_guitar(x4) & a_elderly(s1) & a_acoustic(s2) & Theme(s2,x4) & Theme(s1,x1) & Theme(e3,x4) & Theme(e2,x3) & Theme(e1,x3) & Actor(e3,x1) & Actor(e2,x2) & (x1 = x2)) | exists e1 e2 s1 s2 x1 x2 x3.(while(e1,e2) & v_wear(e1) & v_play(e2) & n_shirt(x2) & n_person(x1) & n_guitar(x3) & a_old(s1) & a_bright(s2) & Theme(s2,x2) & Theme(s1,x1) & Theme(e2,x3) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x1)) |
||
A little girl in pink waves happily to the camera while riding the carousel. | The girl is wearing green. | 2 | -100 | The girl in pink waves cannot be wearing green. | exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(n_carousel(x5) & n_camera(x4) & while(e1,e2) & Theme(e2,x5) & Actor(e2,x1) & v_ride(e2) & to(e1,x4) & happily(e1,x2) & in(x2,x3) & n_wave(x3) & a_pink(s2) & Theme(s2,x3) & n_girl(x2) & a_little(s1) & Theme(s1,x2) & Actor(e1,x1) & v_event(e1) & n_thing(x1)) | exists e1 x1 x2.(n_girl(x1) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_green(x2)) | 7bf0e3d2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(while(e1,e2) & v_ride(e2) & v_event(e1) & to(e1,x4) & n_wave(x3) & n_thing(x1) & n_girl(x2) & n_carousel(x5) & n_camera(x4) & in(x2,x3) & happily(e1,x2) & a_pink(s2) & a_little(s1) & Theme(s2,x3) & Theme(s1,x2) & Theme(e2,x5) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 x1 x2.(v_wear(e1) & n_green(x2) & n_girl(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A little girl in pink waves happily to the camera while riding the carousel. | The girl is at a fair. | 1 | -100 | Even if not at a fair the girl can wave happily | exists e2 e1 s1 s2 x1 x2 x3 x4 x5.(n_carousel(x5) & n_camera(x4) & while(e1,e2) & Theme(e2,x5) & Actor(e2,x1) & v_ride(e2) & to(e1,x4) & happily(e1,x2) & in(x2,x3) & n_wave(x3) & a_pink(s2) & Theme(s2,x3) & n_girl(x2) & a_little(s1) & Theme(s1,x2) & Actor(e1,x1) & v_event(e1) & n_thing(x1)) | exists p1 x1.(n_girl(x1) & exists x2.(at(x1,x2) & n_fair(x2))) | 7bf0e8fa-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 x1 x2 x3 x4 x5.(while(e1,e2) & v_ride(e2) & v_event(e1) & to(e1,x4) & n_wave(x3) & n_thing(x1) & n_girl(x2) & n_carousel(x5) & n_camera(x4) & in(x2,x3) & happily(e1,x2) & a_pink(s2) & a_little(s1) & Theme(s2,x3) & Theme(s1,x2) & Theme(e2,x5) & Actor(e2,x1) & Actor(e1,x1)) | exists x1.(n_girl(x1) & exists x2.(n_fair(x2) & at(x1,x2))) |
||
A little girl in pink waves happily to the camera while riding the carousel. | The girl knows the camera holder. | 0 | -100 | the girl is on the carousel | exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(n_carousel(x5) & n_camera(x4) & while(e1,e2) & Theme(e2,x5) & Actor(e2,x1) & v_ride(e2) & to(e1,x4) & happily(e1,x2) & in(x2,x3) & n_wave(x3) & a_pink(s2) & Theme(s2,x3) & n_girl(x2) & a_little(s1) & Theme(s1,x2) & Actor(e1,x1) & v_event(e1) & n_thing(x1)) | exists e1 x1 x2 x3.(n_holder(x2) & of(x2,x3) & n_camera(x3) & n_girl(x1) & Theme(e1,x2) & Actor(e1,x1) & v_know(e1)) | 7bf0efd0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(while(e1,e2) & v_ride(e2) & v_event(e1) & to(e1,x4) & n_wave(x3) & n_thing(x1) & n_girl(x2) & n_carousel(x5) & n_camera(x4) & in(x2,x3) & happily(e1,x2) & a_pink(s2) & a_little(s1) & Theme(s2,x3) & Theme(s1,x2) & Theme(e2,x5) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_know(e1) & of(x2,x3) & n_holder(x2) & n_girl(x1) & n_camera(x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
Five photographers take pictures while one works on their equipment. | The photographers work for newspapers | 1 | -100 | Not all photographers work for newspapers. | exists e1 p1 x1 x2 x4.(exists e2 x3.(on(e2,x4) & Actor(e2,x3) & v_work(e2) & n_thing(x3) & card_eq_1(x3)) & n_equipment(x4) & of(x4,x1) & n_thing(x1) & while(e1,p1) & Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & n_picture(x2) & n_photographer(x1) & card_eq_5(x1)) | exists e1 x1 x2.(n_photographer(x1) & for(e1,x2) & n_newspaper(x2) & Actor(e1,x1) & v_work(e1)) | 7bf0f53e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x4.(while(e1,p1) & v_take(e1) & of(x4,x1) & n_thing(x1) & n_picture(x2) & n_photographer(x1) & n_equipment(x4) & exists e2 x3.(v_work(e2) & on(e2,x4) & n_thing(x3) & card_eq_1(x3) & Actor(e2,x3)) & card_eq_5(x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_work(e1) & n_photographer(x1) & n_newspaper(x2) & for(e1,x2) & Actor(e1,x1)) |
||
Five photographers take pictures while one works on their equipment. | 6 people are in the picture | 0 | -100 | Five plus one equals six. | exists e1 p1 x1 x2 x4.(exists e2 x3.(on(e2,x4) & Actor(e2,x3) & v_work(e2) & n_thing(x3) & card_eq_1(x3)) & n_equipment(x4) & of(x4,x1) & n_thing(x1) & while(e1,p1) & Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & n_picture(x2) & n_photographer(x1) & card_eq_5(x1)) | exists p1 x1 x2.(n_picture(x2) & in(x1,x2) & n_people(x1) & n_date(x1) & a_date_day_06(x1) & a_date_day_06(x1)) | 7bf0fb1a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x4.(while(e1,p1) & v_take(e1) & of(x4,x1) & n_thing(x1) & n_picture(x2) & n_photographer(x1) & n_equipment(x4) & exists e2 x3.(v_work(e2) & on(e2,x4) & n_thing(x3) & card_eq_1(x3) & Actor(e2,x3)) & card_eq_5(x1) & Theme(e1,x2) & Actor(e1,x1)) | exists x1 x2.(n_picture(x2) & n_people(x1) & n_date(x1) & in(x1,x2) & a_date_day_06(x1)) |
||
Five photographers take pictures while one works on their equipment. | The people are drinking together | 2 | -100 | the photographers aren't taking pictures if they're drinking | exists e1 p1 x1 x2 x4.(exists e2 x3.(on(e2,x4) & Actor(e2,x3) & v_work(e2) & n_thing(x3) & card_eq_1(x3)) & n_equipment(x4) & of(x4,x1) & n_thing(x1) & while(e1,p1) & Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & n_picture(x2) & n_photographer(x1) & card_eq_5(x1)) | exists e1 s1 x1.(n_people(x1) & a_together(s1) & Manner(e1,s1) & Actor(e1,x1) & v_drink(e1)) | 7bf10038-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x4.(while(e1,p1) & v_take(e1) & of(x4,x1) & n_thing(x1) & n_picture(x2) & n_photographer(x1) & n_equipment(x4) & exists e2 x3.(v_work(e2) & on(e2,x4) & n_thing(x3) & card_eq_1(x3) & Actor(e2,x3)) & card_eq_5(x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 s1 x1.(v_drink(e1) & n_people(x1) & a_together(s1) & Manner(e1,s1) & Actor(e1,x1)) |
||
Some kids are sitting and watching a show. | Kids are watching tv. | 1 | -100 | show is not only in tv. | exists e1 e2 x1 x2 x3.(Theme(e2,x3) & Actor(e2,x2) & v_watch(e2) & n_show(x3) & n_kid(x2) & Actor(e1,x1) & v_sit(e1) & n_kid(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_watch(e1) & n_tv(x2) & n_kid(x1)) | 7bf10524-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3.(v_watch(e2) & v_sit(e1) & n_show(x3) & n_kid(x2) & n_kid(x1) & Theme(e2,x3) & Actor(e2,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_watch(e1) & n_tv(x2) & n_kid(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Some kids are sitting and watching a show. | Kids are napping/ | 2 | -100 | Kids sitting and watching a show cannot be napping. | exists e2 e1 x1 x2 x3.(Theme(e2,x3) & Actor(e2,x2) & v_watch(e2) & n_show(x3) & n_kid(x2) & Actor(e1,x1) & v_sit(e1) & n_kid(x1)) | exists p1 x1.(exists x2.((x1 = x2) & n_napping/(x2)) & n_kid(x1)) | 7bf10a42-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3.(v_watch(e2) & v_sit(e1) & n_show(x3) & n_kid(x2) & n_kid(x1) & Theme(e2,x3) & Actor(e2,x2) & Actor(e1,x1)) | exists x1.(n_kid(x1) & exists x2.(n_napping/(x2) & (x1 = x2))) |
||
Some kids are sitting and watching a show. | Kids are watching a show. | 0 | -100 | the kids sitting know each other | exists e2 e1 x1 x2 x3.(Theme(e2,x3) & Actor(e2,x2) & v_watch(e2) & n_show(x3) & n_kid(x2) & Actor(e1,x1) & v_sit(e1) & n_kid(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_watch(e1) & n_show(x2) & n_kid(x1)) | 7bf10ede-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3.(v_watch(e2) & v_sit(e1) & n_show(x3) & n_kid(x2) & n_kid(x1) & Theme(e2,x3) & Actor(e2,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_watch(e1) & n_show(x2) & n_kid(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man in a lime green shirt and helmet on the side of the road. | The man just fell off of his bicycle. | 2 | -100 | The man at the side of the road cannot be the one that just fell off of his bicycle | exists s1 s2 x1 x2 x3 x4 x5 x6.(n_road(x6) & n_side(x5) & a_topic(x1) & on(x1,x5) & of(x5,x6) & in(x1,x2) & n_helmet(x4) & n_shirt(x3) & subset_of(x4,x2) & subset_of(x3,x2) & a_green(s2) & Theme(s2,x2) & a_lime(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 p1 s1 x1 x2.(n_bicycle(x2) & of(x2,x1) & n_male(x1) & n_man(x1) & a_just(s1) & Manner(e1,s1) & exists s2.(of(s2,x2) & Theme(s2,x1) & a_off(s2)) & Topic(e1,p1) & Actor(e1,x1) & v_fall(e1)) | 7bf11488-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 x1 x2 x3 x4 x5 x6.(subset_of(x4,x2) & subset_of(x3,x2) & on(x1,x5) & of(x5,x6) & n_side(x5) & n_shirt(x3) & n_road(x6) & n_man(x1) & n_helmet(x4) & in(x1,x2) & a_topic(x1) & a_lime(s1) & a_green(s2) & Theme(s2,x2) & Theme(s1,x2)) | exists e1 p1 s1 x1 x2.(v_fall(e1) & of(x2,x1) & n_man(x1) & n_male(x1) & n_bicycle(x2) & exists s2.(of(s2,x2) & a_off(s2) & Theme(s2,x1)) & a_just(s1) & Topic(e1,p1) & Manner(e1,s1) & Actor(e1,x1)) |
||
A man in a lime green shirt and helmet on the side of the road. | The man is wearing a blue and red shirt. | 2 | -100 | Lime green is not the same as blue and red shirt. | exists s1 s2 x1 x2 x3 x4 x5 x6.(n_road(x6) & n_side(x5) & a_topic(x1) & on(x1,x5) & of(x5,x6) & in(x1,x2) & n_helmet(x4) & n_shirt(x3) & subset_of(x4,x2) & subset_of(x3,x2) & a_green(s2) & Theme(s2,x2) & a_lime(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 s1 s2 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_shirt(x2) & a_red(s2) & Theme(s2,x2) & a_blue(s1) & Theme(s1,x2)) | 7bf11956-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 x1 x2 x3 x4 x5 x6.(subset_of(x4,x2) & subset_of(x3,x2) & on(x1,x5) & of(x5,x6) & n_side(x5) & n_shirt(x3) & n_road(x6) & n_man(x1) & n_helmet(x4) & in(x1,x2) & a_topic(x1) & a_lime(s1) & a_green(s2) & Theme(s2,x2) & Theme(s1,x2)) | exists e1 s1 s2 x1 x2.(v_wear(e1) & n_shirt(x2) & n_man(x1) & a_red(s2) & a_blue(s1) & Theme(s2,x2) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man in a lime green shirt and helmet on the side of the road. | The man is wearing a helmet. | 0 | -100 | man in a lime green shirt and helmet can be shortened to wearing a helmet | exists s1 s2 x1 x2 x3 x4 x5 x6.(n_road(x6) & n_side(x5) & a_topic(x1) & on(x1,x5) & of(x5,x6) & in(x1,x2) & n_helmet(x4) & n_shirt(x3) & subset_of(x4,x2) & subset_of(x3,x2) & a_green(s2) & Theme(s2,x2) & a_lime(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_helmet(x2)) | 7bf11e88-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 x1 x2 x3 x4 x5 x6.(subset_of(x4,x2) & subset_of(x3,x2) & on(x1,x5) & of(x5,x6) & n_side(x5) & n_shirt(x3) & n_road(x6) & n_man(x1) & n_helmet(x4) & in(x1,x2) & a_topic(x1) & a_lime(s1) & a_green(s2) & Theme(s2,x2) & Theme(s1,x2)) | exists e1 x1 x2.(v_wear(e1) & n_man(x1) & n_helmet(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A woman stands reading from a book to a group people gathered around. | The woman is reading to her students. | 1 | -100 | the people gathered around may not be students always | exists e2 e1 p1 x1 x2 x3.(for(e1,e2) & from(e2,x2) & to(x2,x3) & exists e3 p2 x4.(exists s1.(Theme(s1,x4) & a_around(s1)) & Topic(e3,p2) & Actor(e3,x4) & v_gather(e3) & n_people(x4)) & that(x3,p1) & n_group(x3) & n_book(x2) & Actor(e2,x1) & v_read(e2) & Actor(e1,x1) & v_stand(e1) & n_woman(x1)) | exists e1 x1 x2.(n_student(x2) & of(x2,x1) & n_female(x1) & n_woman(x1) & to(e1,x2) & Actor(e1,x1) & v_read(e1)) | 7bf12360-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 p1 x1 x2 x3.(v_stand(e1) & v_read(e2) & to(x2,x3) & that(x3,p1) & n_woman(x1) & n_group(x3) & n_book(x2) & from(e2,x2) & for(e1,e2) & exists e3 p2 x4.(v_gather(e3) & n_people(x4) & exists s1.(a_around(s1) & Theme(s1,x4)) & Topic(e3,p2) & Actor(e3,x4)) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 x1 x2.(v_read(e1) & to(e1,x2) & of(x2,x1) & n_woman(x1) & n_student(x2) & n_female(x1) & Actor(e1,x1)) |
||
A woman stands reading from a book to a group people gathered around. | The woman is dancing for the group of people. | 2 | -100 | Reading is not dancing. | exists e2 e1 p1 x1 x2 x3.(for(e1,e2) & from(e2,x2) & to(x2,x3) & exists e3 p2 x4.(exists s1.(Theme(s1,x4) & a_around(s1)) & Topic(e3,p2) & Actor(e3,x4) & v_gather(e3) & n_people(x4)) & that(x3,p1) & n_group(x3) & n_book(x2) & Actor(e2,x1) & v_read(e2) & Actor(e1,x1) & v_stand(e1) & n_woman(x1)) | exists e1 x1 x2 x3.(n_group(x2) & n_woman(x1) & for(e1,x2) & of(x2,x3) & n_people(x3) & Actor(e1,x1) & v_dance(e1)) | 7bf12810-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 p1 x1 x2 x3.(v_stand(e1) & v_read(e2) & to(x2,x3) & that(x3,p1) & n_woman(x1) & n_group(x3) & n_book(x2) & from(e2,x2) & for(e1,e2) & exists e3 p2 x4.(v_gather(e3) & n_people(x4) & exists s1.(a_around(s1) & Theme(s1,x4)) & Topic(e3,p2) & Actor(e3,x4)) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_dance(e1) & of(x2,x3) & n_woman(x1) & n_people(x3) & n_group(x2) & for(e1,x2) & Actor(e1,x1)) |
||
A woman stands reading from a book to a group people gathered around. | The woman is reading to people. | 0 | -100 | reading from a book to a group people can be rewritten as reading to people | exists e1 e2 p1 x1 x2 x3.(for(e1,e2) & from(e2,x2) & to(x2,x3) & exists e3 p2 x4.(exists s1.(Theme(s1,x4) & a_around(s1)) & Topic(e3,p2) & Actor(e3,x4) & v_gather(e3) & n_people(x4)) & that(x3,p1) & n_group(x3) & n_book(x2) & Actor(e2,x1) & v_read(e2) & Actor(e1,x1) & v_stand(e1) & n_woman(x1)) | exists e1 x1 x2.(n_woman(x1) & to(e1,x2) & n_people(x2) & Actor(e1,x1) & v_read(e1)) | 7bf12cc0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 x1 x2 x3.(v_stand(e1) & v_read(e2) & to(x2,x3) & that(x3,p1) & n_woman(x1) & n_group(x3) & n_book(x2) & from(e2,x2) & for(e1,e2) & exists e3 p2 x4.(v_gather(e3) & n_people(x4) & exists s1.(a_around(s1) & Theme(s1,x4)) & Topic(e3,p2) & Actor(e3,x4)) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 x1 x2.(v_read(e1) & to(e1,x2) & n_woman(x1) & n_people(x2) & Actor(e1,x1)) |
||
A girl in a black shirt is putting a star on top of a Christmas tree. | A man is cutting down a Christmas tree. | 2 | -100 | A girl is not a man. | exists e1 s1 x1 x2 x3 x4 x5 x6.(on(e1,x4) & of(x4,x5) & n_tree(x5) & (x5 = x6) & ne_tim_christmas(x6) & n_top(x4) & Theme(e1,x3) & Actor(e1,x1) & v_put(e1) & n_star(x3) & in(x1,x2) & n_shirt(x2) & a_black(s1) & Theme(s1,x2) & n_girl(x1)) | exists e1 s1 x1 x2 x3.(a_down(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_cut(e1) & n_tree(x2) & (x2 = x3) & ne_tim_christmas(x3) & n_man(x1)) | 7bf1315c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(v_put(e1) & on(e1,x4) & of(x4,x5) & ne_tim_christmas(x6) & n_tree(x5) & n_top(x4) & n_star(x3) & n_shirt(x2) & n_girl(x1) & in(x1,x2) & a_black(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1) & (x5 = x6)) | exists e1 s1 x1 x2 x3.(v_cut(e1) & ne_tim_christmas(x3) & n_tree(x2) & n_man(x1) & a_down(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1) & (x2 = x3)) |
||
A girl in a black shirt is putting a star on top of a Christmas tree. | A family is decorating their livingroom for the holidays. | 1 | -100 | Putting star does not mean always decorating livingroom for holidays | exists e1 s1 x1 x2 x3 x4 x5 x6.(on(e1,x4) & of(x4,x5) & n_tree(x5) & (x5 = x6) & ne_tim_christmas(x6) & n_top(x4) & Theme(e1,x3) & Actor(e1,x1) & v_put(e1) & n_star(x3) & in(x1,x2) & n_shirt(x2) & a_black(s1) & Theme(s1,x2) & n_girl(x1)) | exists e1 x1 x2 x3.(n_holiday(x3) & Theme(e1,x2) & Actor(e1,x1) & v_decorate(e1) & for(x2,x3) & n_livingroom(x2) & of(x2,x1) & n_thing(x1) & n_family(x1)) | 7bf135f8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(v_put(e1) & on(e1,x4) & of(x4,x5) & ne_tim_christmas(x6) & n_tree(x5) & n_top(x4) & n_star(x3) & n_shirt(x2) & n_girl(x1) & in(x1,x2) & a_black(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1) & (x5 = x6)) | exists e1 x1 x2 x3.(v_decorate(e1) & of(x2,x1) & n_thing(x1) & n_livingroom(x2) & n_holiday(x3) & n_family(x1) & for(x2,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A girl in a black shirt is putting a star on top of a Christmas tree. | A girl is decorating for Christmas. | 0 | -100 | putting a star on top of a Christmas tree indicates she is decorating the tree for Christmas | exists e1 s1 x1 x2 x3 x4 x5 x6.(on(e1,x4) & of(x4,x5) & n_tree(x5) & (x5 = x6) & ne_tim_christmas(x6) & n_top(x4) & Theme(e1,x3) & Actor(e1,x1) & v_put(e1) & n_star(x3) & in(x1,x2) & n_shirt(x2) & a_black(s1) & Theme(s1,x2) & n_girl(x1)) | exists e1 x1 x2.(ne_tim_christmas(x2) & for(e1,x2) & Actor(e1,x1) & v_decorate(e1) & n_girl(x1)) | 7bf13b7a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(v_put(e1) & on(e1,x4) & of(x4,x5) & ne_tim_christmas(x6) & n_tree(x5) & n_top(x4) & n_star(x3) & n_shirt(x2) & n_girl(x1) & in(x1,x2) & a_black(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1) & (x5 = x6)) | exists e1 x1 x2.(v_decorate(e1) & ne_tim_christmas(x2) & n_girl(x1) & for(e1,x2) & Actor(e1,x1)) |
||
There are five skiers, with backpacks, in the snow. | There are skiers journeying to their camp site. | 1 | -100 | They may not be journeying to their camp site. | exists p1 x1 x2.(n_snow(x2) & in(p1,x2) & exists x3 x4.((x1 = x3) & with(x3,x4) & n_backpack(x4) & n_skier(x3) & card_eq_5(x3))) | exists p1 x1 e1 x2 x3 x4 x5.((x1 = x2) & to(e1,x4) & n_site(x4) & of(x4,x5) & n_camp(x5) & of(x4,x2) & n_thing(x2) & Actor(e1,x3) & v_journey(e1) & (x2 = x3) & n_skier(x2)) | 7bf1403e-e4c8-11ec-9cdd-0242ac1c0002 | exists p1 x1 x2.(n_snow(x2) & in(p1,x2) & exists x3 x4.(with(x3,x4) & n_skier(x3) & n_backpack(x4) & card_eq_5(x3) & (x1 = x3))) | exists x1 e1 x2 x3 x4 x5.(v_journey(e1) & to(e1,x4) & of(x4,x5) & of(x4,x2) & n_thing(x2) & n_skier(x2) & n_site(x4) & n_camp(x5) & Actor(e1,x3) & (x2 = x3) & (x1 = x2)) |
||
There are five skiers, with backpacks, in the snow. | There are skiers in the snow. | 0 | -100 | skiers in the snow is the same as skiers in the snow | exists p1 x1 x2.(n_snow(x2) & in(p1,x2) & exists x3 x4.((x1 = x3) & with(x3,x4) & n_backpack(x4) & n_skier(x3) & card_eq_5(x3))) | exists p1 x1 x2.(n_snow(x2) & in(p1,x2) & exists x3.((x1 = x3) & n_skier(x3))) | 7bf14566-e4c8-11ec-9cdd-0242ac1c0002 | exists p1 x1 x2.(n_snow(x2) & in(p1,x2) & exists x3 x4.(with(x3,x4) & n_skier(x3) & n_backpack(x4) & card_eq_5(x3) & (x1 = x3))) | exists p1 x1 x2.(n_snow(x2) & in(p1,x2) & exists x3.(n_skier(x3) & (x1 = x3))) |
||
A construction worker by the side of the road stands next to a pile of tree branches. | A construction worker by the side of the road sits next to a pile of leaves. | 2 | -100 | One either stands or sits. | exists e1 p1 x1 x2 x3 x4.(n_road(x4) & n_side(x3) & exists s1 x5 x6 x7.(to(s1,x5) & of(x5,x6) & n_branch(x6) & of(x6,x7) & n_tree(x7) & n_pile(x5) & Theme(s1,x1) & a_next(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_stand(e1) & by(x1,x3) & of(x3,x4) & n_worker(x1) & of(x1,x2) & n_construction(x2)) | exists e1 p1 x1 x2 x3 x4.(n_road(x4) & n_side(x3) & exists s1 x5 x6.(to(s1,x5) & of(x5,x6) & n_leaf(x6) & n_pile(x5) & Theme(s1,x1) & a_next(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_sit(e1) & by(x1,x3) & of(x3,x4) & n_worker(x1) & of(x1,x2) & n_construction(x2)) | 7bf14ef8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x4.(v_stand(e1) & of(x3,x4) & of(x1,x2) & n_worker(x1) & n_side(x3) & n_road(x4) & n_construction(x2) & exists s1 x5 x6 x7.(to(s1,x5) & of(x6,x7) & of(x5,x6) & n_tree(x7) & n_pile(x5) & n_branch(x6) & a_next(s1) & Theme(s1,x1)) & by(x1,x3) & Topic(e1,p1) & Actor(e1,x1)) | exists e1 p1 x1 x2 x3 x4.(v_sit(e1) & of(x3,x4) & of(x1,x2) & n_worker(x1) & n_side(x3) & n_road(x4) & n_construction(x2) & exists s1 x5 x6.(to(s1,x5) & of(x5,x6) & n_pile(x5) & n_leaf(x6) & a_next(s1) & Theme(s1,x1)) & by(x1,x3) & Topic(e1,p1) & Actor(e1,x1)) |
||
A crowd of boys riding a vehicle. | Some boys are washing a car. | 2 | -100 | Riding is not the same as washing. | exists e1 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & v_ride(e1) & n_vehicle(x4) & (x1 = x3) & of(x1,x2) & n_boy(x2) & n_crowd(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_wash(e1) & n_car(x2) & n_boy(x1)) | 7bf15e3e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_ride(e1) & of(x1,x2) & n_vehicle(x4) & n_crowd(x1) & n_boy(x2) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3)) | exists e1 x1 x2.(v_wash(e1) & n_car(x2) & n_boy(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A crowd of boys riding a vehicle. | Boys are riding a fourwheeler. | 1 | -100 | vehicle can be anything not only fourwheeler | exists e1 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & v_ride(e1) & n_vehicle(x4) & (x1 = x3) & of(x1,x2) & n_boy(x2) & n_crowd(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_fourwheeler(x2) & n_boy(x1)) | 7bf16a78-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_ride(e1) & of(x1,x2) & n_vehicle(x4) & n_crowd(x1) & n_boy(x2) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3)) | exists e1 x1 x2.(v_ride(e1) & n_fourwheeler(x2) & n_boy(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
People are eating cake outside. | people are eating chocolate cake | 1 | -100 | Cake is not always chocolate made | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_eat(e1) & n_outside(x2) & of(x2,x3) & n_cake(x3) & n_people(x1)) | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_eat(e1) & n_cake(x2) & of(x2,x3) & n_chocolate(x3) & n_people(x1)) | 7bf17a4a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_eat(e1) & of(x2,x3) & n_people(x1) & n_outside(x2) & n_cake(x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_eat(e1) & of(x2,x3) & n_people(x1) & n_chocolate(x3) & n_cake(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two people are standing and waiting for someone to come out of the red phone booth in the city. | people take a break from moving a phone booth | 1 | 0.00002 | Because people are waiting by phone booth doesn't mean they are moving the phone booth. | exists e1 e2 p1 s1 x1 x2 x4 x5 x6.(n_city(x6) & n_booth(x4) & of(x4,x5) & n_phone(x5) & a_red(s1) & Theme(s1,x4) & Topic(e2,p1) & Actor(e2,x2) & v_wait(e2) & exists e3 x3.(r_out(e3) & of(e3,x4) & in(x4,x6) & Actor(e3,x3) & v_come(e3) & n_person(x3)) & n_people(x2) & card_eq_2(x2) & Actor(e1,x1) & v_stand(e1) & n_people(x1) & card_eq_2(x1)) | exists e1 e2 x1 x2 x3 x4.(from(e1,e2) & Theme(e2,x3) & Actor(e2,x1) & v_move(e2) & n_booth(x3) & of(x3,x4) & n_phone(x4) & Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & n_break(x2) & n_people(x1)) | 7bf1bd02-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 x1 x2 x4 x5 x6.(v_wait(e2) & v_stand(e1) & of(x4,x5) & n_phone(x5) & n_people(x2) & n_people(x1) & n_city(x6) & n_booth(x4) & exists e3 x3.(v_come(e3) & r_out(e3) & of(e3,x4) & n_person(x3) & in(x4,x6) & Actor(e3,x3)) & card_eq_2(x2) & card_eq_2(x1) & a_red(s1) & Topic(e2,p1) & Theme(s1,x4) & Actor(e2,x2) & Actor(e1,x1)) | exists e1 e2 x1 x2 x3 x4.(v_take(e1) & v_move(e2) & of(x3,x4) & n_phone(x4) & n_people(x1) & n_break(x2) & n_booth(x3) & from(e1,e2) & Theme(e2,x3) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x1)) |
||
Two people are standing and waiting for someone to come out of the red phone booth in the city. | Two people are riding the train. | 2 | 0 | Standing is not the same as riding. | exists e1 e2 p1 s1 x1 x2 x4 x5 x6.(n_city(x6) & n_booth(x4) & of(x4,x5) & n_phone(x5) & a_red(s1) & Theme(s1,x4) & Topic(e2,p1) & Actor(e2,x2) & v_wait(e2) & exists e3 x3.(r_out(e3) & of(e3,x4) & in(x4,x6) & Actor(e3,x3) & v_come(e3) & n_person(x3)) & n_people(x2) & card_eq_2(x2) & Actor(e1,x1) & v_stand(e1) & n_people(x1) & card_eq_2(x1)) | exists e1 x1 x2.(n_train(x2) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_people(x1) & card_eq_2(x1)) | 7bf1c1bc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 x1 x2 x4 x5 x6.(v_wait(e2) & v_stand(e1) & of(x4,x5) & n_phone(x5) & n_people(x2) & n_people(x1) & n_city(x6) & n_booth(x4) & exists e3 x3.(v_come(e3) & r_out(e3) & of(e3,x4) & n_person(x3) & in(x4,x6) & Actor(e3,x3)) & card_eq_2(x2) & card_eq_2(x1) & a_red(s1) & Topic(e2,p1) & Theme(s1,x4) & Actor(e2,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_ride(e1) & n_train(x2) & n_people(x1) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two people are standing and waiting for someone to come out of the red phone booth in the city. | friends waiting on their friend to complete a call | 1 | 0.002783 | Because people are waiting by a phone booth doesn't mean they are friend. | exists e1 e2 p1 s1 x1 x2 x4 x5 x6.(n_city(x6) & n_booth(x4) & of(x4,x5) & n_phone(x5) & a_red(s1) & Theme(s1,x4) & Topic(e2,p1) & Actor(e2,x2) & v_wait(e2) & exists e3 x3.(r_out(e3) & of(e3,x4) & in(x4,x6) & Actor(e3,x3) & v_come(e3) & n_person(x3)) & n_people(x2) & card_eq_2(x2) & Actor(e1,x1) & v_stand(e1) & n_people(x1) & card_eq_2(x1)) | exists e1 p1 x1 x2 x3 x4.(a_topic(x1) & Topic(e1,p1) & exists e2 x5.(Theme(e2,x5) & Actor(e2,x2) & v_complete(e2) & n_call(x5)) & on(e1,x4) & n_friend(x4) & of(x4,x1) & n_thing(x1) & Actor(e1,x3) & v_wait(e1) & (x1 = x3) & (x1 = x2) & n_friend(x1)) | 7bf1d9a4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 x1 x2 x4 x5 x6.(v_wait(e2) & v_stand(e1) & of(x4,x5) & n_phone(x5) & n_people(x2) & n_people(x1) & n_city(x6) & n_booth(x4) & exists e3 x3.(v_come(e3) & r_out(e3) & of(e3,x4) & n_person(x3) & in(x4,x6) & Actor(e3,x3)) & card_eq_2(x2) & card_eq_2(x1) & a_red(s1) & Topic(e2,p1) & Theme(s1,x4) & Actor(e2,x2) & Actor(e1,x1)) | exists e1 p1 x1 x2 x3 x4.(v_wait(e1) & on(e1,x4) & of(x4,x1) & n_thing(x1) & n_friend(x4) & n_friend(x1) & exists e2 x5.(v_complete(e2) & n_call(x5) & Theme(e2,x5) & Actor(e2,x2)) & a_topic(x1) & Topic(e1,p1) & Actor(e1,x3) & (x1 = x3) & (x1 = x2)) |
||
Two people are standing and waiting for someone to come out of the red phone booth in the city. | A couple waits to use a phone booth. | 1 | 0.589921 | Because two people are together doesn't mean they are couple. | exists e1 e2 p1 s1 x1 x2 x4 x5 x6.(n_city(x6) & n_booth(x4) & of(x4,x5) & n_phone(x5) & a_red(s1) & Theme(s1,x4) & Topic(e2,p1) & Actor(e2,x2) & v_wait(e2) & exists e3 x3.(r_out(e3) & of(e3,x4) & in(x4,x6) & Actor(e3,x3) & v_come(e3) & n_person(x3)) & n_people(x2) & card_eq_2(x2) & Actor(e1,x1) & v_stand(e1) & n_people(x1) & card_eq_2(x1)) | exists e1 p1 x1.(Topic(e1,p1) & Actor(e1,x1) & v_wait(e1) & exists e2 x2 x3.(Theme(e2,x2) & Actor(e2,x1) & v_use(e2) & n_booth(x2) & of(x2,x3) & n_phone(x3)) & n_couple(x1)) | 7bf1de4a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 x1 x2 x4 x5 x6.(v_wait(e2) & v_stand(e1) & of(x4,x5) & n_phone(x5) & n_people(x2) & n_people(x1) & n_city(x6) & n_booth(x4) & exists e3 x3.(v_come(e3) & r_out(e3) & of(e3,x4) & n_person(x3) & in(x4,x6) & Actor(e3,x3)) & card_eq_2(x2) & card_eq_2(x1) & a_red(s1) & Topic(e2,p1) & Theme(s1,x4) & Actor(e2,x2) & Actor(e1,x1)) | exists e1 p1 x1.(v_wait(e1) & n_couple(x1) & exists e2 x2 x3.(v_use(e2) & of(x2,x3) & n_phone(x3) & n_booth(x2) & Theme(e2,x2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
Two people are standing and waiting for someone to come out of the red phone booth in the city. | two people stand and wait for someone to come get a phone booth | 0 | 0.336373 | there are phone booth in the city | exists e1 e2 p1 s1 x1 x2 x4 x5 x6.(n_city(x6) & n_booth(x4) & of(x4,x5) & n_phone(x5) & a_red(s1) & Theme(s1,x4) & Topic(e2,p1) & Actor(e2,x2) & v_wait(e2) & exists e3 x3.(r_out(e3) & of(e3,x4) & in(x4,x6) & Actor(e3,x3) & v_come(e3) & n_person(x3)) & n_people(x2) & card_eq_2(x2) & Actor(e1,x1) & v_stand(e1) & n_people(x1) & card_eq_2(x1)) | exists e1 e2 p1 x1 x2 x3.(for(e2,x3) & n_person(x3) & Topic(e2,p1) & Actor(e2,x2) & v_wait(e2) & exists e3 p2.(exists e4 x4 x5.(Theme(e4,x4) & Actor(e4,x2) & v_get(e4) & n_booth(x4) & of(x4,x5) & n_phone(x5)) & Topic(e3,p2) & Actor(e3,x2) & v_come(e3)) & n_people(x2) & card_eq_2(x2) & Actor(e1,x1) & v_stand(e1) & n_people(x1) & card_eq_2(x1)) | 7bf1e836-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 x1 x2 x4 x5 x6.(v_wait(e2) & v_stand(e1) & of(x4,x5) & n_phone(x5) & n_people(x2) & n_people(x1) & n_city(x6) & n_booth(x4) & exists e3 x3.(v_come(e3) & r_out(e3) & of(e3,x4) & n_person(x3) & in(x4,x6) & Actor(e3,x3)) & card_eq_2(x2) & card_eq_2(x1) & a_red(s1) & Topic(e2,p1) & Theme(s1,x4) & Actor(e2,x2) & Actor(e1,x1)) | exists e1 e2 p1 x1 x2 x3.(v_wait(e2) & v_stand(e1) & n_person(x3) & n_people(x2) & n_people(x1) & for(e2,x3) & exists e3 p2.(v_come(e3) & exists e4 x4 x5.(v_get(e4) & of(x4,x5) & n_phone(x5) & n_booth(x4) & Theme(e4,x4) & Actor(e4,x2)) & Topic(e3,p2) & Actor(e3,x2)) & card_eq_2(x2) & card_eq_2(x1) & Topic(e2,p1) & Actor(e2,x2) & Actor(e1,x1)) |
||
Two people are standing and waiting for someone to come out of the red phone booth in the city. | Someone is waiting to use the phone. | 1 | 0.932701 | Because people are waiting on people by phone booth doesn't mean they want to use the phone. | exists e1 e2 p1 s1 x1 x2 x4 x5 x6.(n_city(x6) & n_booth(x4) & of(x4,x5) & n_phone(x5) & a_red(s1) & Theme(s1,x4) & Topic(e2,p1) & Actor(e2,x2) & v_wait(e2) & exists e3 x3.(r_out(e3) & of(e3,x4) & in(x4,x6) & Actor(e3,x3) & v_come(e3) & n_person(x3)) & n_people(x2) & card_eq_2(x2) & Actor(e1,x1) & v_stand(e1) & n_people(x1) & card_eq_2(x1)) | exists e1 p1 x1 x2.(n_phone(x2) & Topic(e1,p1) & Actor(e1,x1) & v_wait(e1) & exists e2.(Theme(e2,x2) & Actor(e2,x1) & v_use(e2)) & n_person(x1)) | 7bf1ecf0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 x1 x2 x4 x5 x6.(v_wait(e2) & v_stand(e1) & of(x4,x5) & n_phone(x5) & n_people(x2) & n_people(x1) & n_city(x6) & n_booth(x4) & exists e3 x3.(v_come(e3) & r_out(e3) & of(e3,x4) & n_person(x3) & in(x4,x6) & Actor(e3,x3)) & card_eq_2(x2) & card_eq_2(x1) & a_red(s1) & Topic(e2,p1) & Theme(s1,x4) & Actor(e2,x2) & Actor(e1,x1)) | exists e1 p1 x1 x2.(v_wait(e1) & n_phone(x2) & n_person(x1) & exists e2.(v_use(e2) & Theme(e2,x2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
Two people are standing and waiting for someone to come out of the red phone booth in the city. | Two people are waiting to use the phone booth. | 1 | 0.930517 | Because two people are waiting on people by phone booth doesn't mean they want to use the phone. | exists e1 e2 p1 s1 x1 x2 x4 x5 x6.(n_city(x6) & n_booth(x4) & of(x4,x5) & n_phone(x5) & a_red(s1) & Theme(s1,x4) & Topic(e2,p1) & Actor(e2,x2) & v_wait(e2) & exists e3 x3.(r_out(e3) & of(e3,x4) & in(x4,x6) & Actor(e3,x3) & v_come(e3) & n_person(x3)) & n_people(x2) & card_eq_2(x2) & Actor(e1,x1) & v_stand(e1) & n_people(x1) & card_eq_2(x1)) | exists e1 p1 x1 x2 x3.(n_booth(x2) & of(x2,x3) & n_phone(x3) & Topic(e1,p1) & Actor(e1,x1) & v_wait(e1) & exists e2.(Theme(e2,x2) & Actor(e2,x1) & v_use(e2)) & n_people(x1) & card_eq_2(x1)) | 7bf1f664-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 x1 x2 x4 x5 x6.(v_wait(e2) & v_stand(e1) & of(x4,x5) & n_phone(x5) & n_people(x2) & n_people(x1) & n_city(x6) & n_booth(x4) & exists e3 x3.(v_come(e3) & r_out(e3) & of(e3,x4) & n_person(x3) & in(x4,x6) & Actor(e3,x3)) & card_eq_2(x2) & card_eq_2(x1) & a_red(s1) & Topic(e2,p1) & Theme(s1,x4) & Actor(e2,x2) & Actor(e1,x1)) | exists e1 p1 x1 x2 x3.(v_wait(e1) & of(x2,x3) & n_phone(x3) & n_people(x1) & n_booth(x2) & exists e2.(v_use(e2) & Theme(e2,x2) & Actor(e2,x1)) & card_eq_2(x1) & Topic(e1,p1) & Actor(e1,x1)) |
||
This person is performing a trick in skateboarding competition, with people watching in the background. | A man is using his skateboard to perform a trick in front of a crowd. | 1 | 0.656273 | competition doesn't always mean perform a trick | exists e1 e3 e2 x1 x2 x3 x4 x5.(n_background(x5) & n_person(x1) & in(e1,e3) & in(e3,x5) & Actor(e3,x4) & v_watch(e3) & with(e2,x4) & n_people(x4) & Theme(e2,x3) & Actor(e2,x1) & v_skateboard(e2) & n_competition(x3) & Theme(e1,x2) & Actor(e1,x1) & v_perform(e1) & n_trick(x2)) | exists e1 p1 x1 x2 x3.(Topic(e1,p1) & exists e2 x4 x5 x6.(in(e2,x5) & of(x5,x6) & n_crowd(x6) & n_front(x5) & Theme(e2,x4) & Actor(e2,x1) & v_perform(e2) & n_trick(x4)) & Theme(e1,x3) & Actor(e1,x2) & v_use(e1) & n_skateboard(x3) & of(x3,x1) & n_male(x1) & n_man(x2) & n_man(x1)) | 7bf41200-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 x1 x2 x3 x4 x5.(with(e2,x4) & v_watch(e3) & v_skateboard(e2) & v_perform(e1) & n_trick(x2) & n_person(x1) & n_people(x4) & n_competition(x3) & n_background(x5) & in(e3,x5) & in(e1,e3) & Theme(e2,x3) & Theme(e1,x2) & Actor(e3,x4) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 p1 x1 x2 x3.(v_use(e1) & of(x3,x1) & n_skateboard(x3) & n_man(x2) & n_man(x1) & n_male(x1) & exists e2 x4 x5 x6.(v_perform(e2) & of(x5,x6) & n_trick(x4) & n_front(x5) & n_crowd(x6) & in(e2,x5) & Theme(e2,x4) & Actor(e2,x1)) & Topic(e1,p1) & Theme(e1,x3) & Actor(e1,x2)) |
||
This person is performing a trick in skateboarding competition, with people watching in the background. | a guy on a board is twisting it around. | 1 | 0.124063 | Just because the guy is performing a skateboarding trick doesn't mean he is twisting it around. | exists e1 e3 e2 x1 x2 x3 x4 x5.(n_background(x5) & n_person(x1) & in(e1,e3) & in(e3,x5) & Actor(e3,x4) & v_watch(e3) & with(e2,x4) & n_people(x4) & Theme(e2,x3) & Actor(e2,x1) & v_skateboard(e2) & n_competition(x3) & Theme(e1,x2) & Actor(e1,x1) & v_perform(e1) & n_trick(x2)) | exists e1 s1 x1 x2.(a_around(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_twist(e1) & n_thing(x2) & on(x1,x2) & n_board(x2) & n_guy(x1)) | 7bf41c0a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 x1 x2 x3 x4 x5.(with(e2,x4) & v_watch(e3) & v_skateboard(e2) & v_perform(e1) & n_trick(x2) & n_person(x1) & n_people(x4) & n_competition(x3) & n_background(x5) & in(e3,x5) & in(e1,e3) & Theme(e2,x3) & Theme(e1,x2) & Actor(e3,x4) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_twist(e1) & on(x1,x2) & n_thing(x2) & n_guy(x1) & n_board(x2) & a_around(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1)) |
||
This person is performing a trick in skateboarding competition, with people watching in the background. | A man performs a 360. | 1 | 0.043646 | Just because he is performing tricks at a skateboarding competition doesn't mean he did a 360. | exists e1 e3 e2 x1 x2 x3 x4 x5.(n_background(x5) & n_person(x1) & in(e1,e3) & in(e3,x5) & Actor(e3,x4) & v_watch(e3) & with(e2,x4) & n_people(x4) & Theme(e2,x3) & Actor(e2,x1) & v_skateboard(e2) & n_competition(x3) & Theme(e1,x2) & Actor(e1,x1) & v_perform(e1) & n_trick(x2)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_perform(e1) & n_thing(x2) & card_eq_360(x2) & n_man(x1)) | 7bf42358-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 x1 x2 x3 x4 x5.(with(e2,x4) & v_watch(e3) & v_skateboard(e2) & v_perform(e1) & n_trick(x2) & n_person(x1) & n_people(x4) & n_competition(x3) & n_background(x5) & in(e3,x5) & in(e1,e3) & Theme(e2,x3) & Theme(e1,x2) & Actor(e3,x4) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 x1 x2.(v_perform(e1) & n_thing(x2) & n_man(x1) & card_eq_360(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
This person is performing a trick in skateboarding competition, with people watching in the background. | People are encouraging the performer in the skateboard competition | 1 | 0.762961 | Just because there are people watching a skateboarding competition doesn't mean they are encouraging the performer. | exists e1 e3 e2 x1 x2 x3 x4 x5.(n_background(x5) & n_person(x1) & in(e1,e3) & in(e3,x5) & Actor(e3,x4) & v_watch(e3) & with(e2,x4) & n_people(x4) & Theme(e2,x3) & Actor(e2,x1) & v_skateboard(e2) & n_competition(x3) & Theme(e1,x2) & Actor(e1,x1) & v_perform(e1) & n_trick(x2)) | exists e1 x1 x2 x3 x4.(n_competition(x3) & of(x3,x4) & n_skateboard(x4) & n_performer(x2) & Theme(e1,x2) & Actor(e1,x1) & v_encourage(e1) & in(x2,x3) & n_people(x1)) | 7bf428da-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 x1 x2 x3 x4 x5.(with(e2,x4) & v_watch(e3) & v_skateboard(e2) & v_perform(e1) & n_trick(x2) & n_person(x1) & n_people(x4) & n_competition(x3) & n_background(x5) & in(e3,x5) & in(e1,e3) & Theme(e2,x3) & Theme(e1,x2) & Actor(e3,x4) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4.(v_encourage(e1) & of(x3,x4) & n_skateboard(x4) & n_performer(x2) & n_people(x1) & n_competition(x3) & in(x2,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
This person is performing a trick in skateboarding competition, with people watching in the background. | There is a skateboarder doing a wheelie. | 1 | 0.169595 | Just because people are watching in the background doesn't mean the skateboarder is doing a wheelie. | exists e1 e3 e2 x1 x2 x3 x4 x5.(n_background(x5) & n_person(x1) & in(e1,e3) & in(e3,x5) & Actor(e3,x4) & v_watch(e3) & with(e2,x4) & n_people(x4) & Theme(e2,x3) & Actor(e2,x1) & v_skateboard(e2) & n_competition(x3) & Theme(e1,x2) & Actor(e1,x1) & v_perform(e1) & n_trick(x2)) | exists p1 x1 e1 x2 x3 x4.((x1 = x2) & Theme(e1,x4) & Actor(e1,x3) & v_do(e1) & n_wheelie(x4) & (x2 = x3) & n_skateboarder(x2)) | 7bf43384-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 x1 x2 x3 x4 x5.(with(e2,x4) & v_watch(e3) & v_skateboard(e2) & v_perform(e1) & n_trick(x2) & n_person(x1) & n_people(x4) & n_competition(x3) & n_background(x5) & in(e3,x5) & in(e1,e3) & Theme(e2,x3) & Theme(e1,x2) & Actor(e3,x4) & Actor(e2,x1) & Actor(e1,x1)) | exists x1 e1 x2 x3 x4.(v_do(e1) & n_wheelie(x4) & n_skateboarder(x2) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3) & (x1 = x2)) |
||
This person is performing a trick in skateboarding competition, with people watching in the background. | A man is riding a skateboard. | 0 | 0.939768 | person is performing a trick in skateboarding implies that he is riding it. | exists e1 e2 e3 x1 x2 x3 x4 x5.(n_background(x5) & n_person(x1) & in(e1,e3) & in(e3,x5) & Actor(e3,x4) & v_watch(e3) & with(e2,x4) & n_people(x4) & Theme(e2,x3) & Actor(e2,x1) & v_skateboard(e2) & n_competition(x3) & Theme(e1,x2) & Actor(e1,x1) & v_perform(e1) & n_trick(x2)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_skateboard(x2) & n_man(x1)) | 7bf44c16-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 e3 x1 x2 x3 x4 x5.(with(e2,x4) & v_watch(e3) & v_skateboard(e2) & v_perform(e1) & n_trick(x2) & n_person(x1) & n_people(x4) & n_competition(x3) & n_background(x5) & in(e3,x5) & in(e1,e3) & Theme(e2,x3) & Theme(e1,x2) & Actor(e3,x4) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 x1 x2.(v_ride(e1) & n_skateboard(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
This person is performing a trick in skateboarding competition, with people watching in the background. | A dog is skiing. | 2 | -100 | person and dog are not the same. | exists e2 e1 e3 x1 x2 x3 x4 x5.(n_background(x5) & n_person(x1) & in(e1,e3) & in(e3,x5) & Actor(e3,x4) & v_watch(e3) & with(e2,x4) & n_people(x4) & Theme(e2,x3) & Actor(e2,x1) & v_skateboard(e2) & n_competition(x3) & Theme(e1,x2) & Actor(e1,x1) & v_perform(e1) & n_trick(x2)) | exists p1 x1.(exists x2.((x1 = x2) & n_skiing(x2)) & n_dog(x1)) | 7bf450bc-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 e3 x1 x2 x3 x4 x5.(with(e2,x4) & v_watch(e3) & v_skateboard(e2) & v_perform(e1) & n_trick(x2) & n_person(x1) & n_people(x4) & n_competition(x3) & n_background(x5) & in(e3,x5) & in(e1,e3) & Theme(e2,x3) & Theme(e1,x2) & Actor(e3,x4) & Actor(e2,x1) & Actor(e1,x1)) | exists x1.(n_dog(x1) & exists x2.(n_skiing(x2) & (x1 = x2))) |
||
This person is performing a trick in skateboarding competition, with people watching in the background. | A person is practicing on his skateboard, alone in his backyard. | 2 | 0 | people and alone are not the same. | exists e3 e2 e1 x1 x2 x3 x4 x5.(n_background(x5) & n_person(x1) & in(e1,e3) & in(e3,x5) & Actor(e3,x4) & v_watch(e3) & with(e2,x4) & n_people(x4) & Theme(e2,x3) & Actor(e2,x1) & v_skateboard(e2) & n_competition(x3) & Theme(e1,x2) & Actor(e1,x1) & v_perform(e1) & n_trick(x2)) | exists e1 x1 x2 x3.(r_alone(e1) & in(e1,x3) & n_backyard(x3) & of(x3,x1) & n_male(x1) & n_male(x1) & on(e1,x2) & n_skateboard(x2) & of(x2,x1) & Actor(e1,x1) & v_practice(e1) & n_person(x1)) | 7bf456a2-e4c8-11ec-9cdd-0242ac1c0002 | exists e3 e2 e1 x1 x2 x3 x4 x5.(with(e2,x4) & v_watch(e3) & v_skateboard(e2) & v_perform(e1) & n_trick(x2) & n_person(x1) & n_people(x4) & n_competition(x3) & n_background(x5) & in(e3,x5) & in(e1,e3) & Theme(e2,x3) & Theme(e1,x2) & Actor(e3,x4) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_practice(e1) & r_alone(e1) & on(e1,x2) & of(x3,x1) & of(x2,x1) & n_skateboard(x2) & n_person(x1) & n_male(x1) & n_backyard(x3) & in(e1,x3) & Actor(e1,x1)) |
||
This person is performing a trick in skateboarding competition, with people watching in the background. | Everyone is watching a circus elephant on a skateboard. | 2 | -100 | people and circus elephant are not the same | exists e2 e1 e3 x1 x2 x3 x4 x5.(n_background(x5) & n_person(x1) & in(e1,e3) & in(e3,x5) & Actor(e3,x4) & v_watch(e3) & with(e2,x4) & n_people(x4) & Theme(e2,x3) & Actor(e2,x1) & v_skateboard(e2) & n_competition(x3) & Theme(e1,x2) & Actor(e1,x1) & v_perform(e1) & n_trick(x2)) | all x1.(n_person(x1) -> exists e1 x2 x3 x4.(on(e1,x4) & n_skateboard(x4) & Theme(e1,x2) & Actor(e1,x1) & v_watch(e1) & n_elephant(x2) & of(x2,x3) & n_circus(x3))) | 7bf45bb6-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 e3 x1 x2 x3 x4 x5.(with(e2,x4) & v_watch(e3) & v_skateboard(e2) & v_perform(e1) & n_trick(x2) & n_person(x1) & n_people(x4) & n_competition(x3) & n_background(x5) & in(e3,x5) & in(e1,e3) & Theme(e2,x3) & Theme(e1,x2) & Actor(e3,x4) & Actor(e2,x1) & Actor(e1,x1)) | all x1.(exists e1 x2 x3 x4.(v_watch(e1) & on(e1,x4) & of(x2,x3) & n_skateboard(x4) & n_elephant(x2) & n_circus(x3) & Theme(e1,x2) & Actor(e1,x1)) | -n_person(x1)) |
||
A young man is in midair while skateboarding at a skate park with people watching him in the background. | A man is performing skateboard tricks. | 0 | 0.969258 | man is in midair while skateboarding implies that he is performing skateboard tricks. | exists e2 e1 p1 s1 x1 x2 x3 x4 x5 x6.(n_background(x6) & while(p1,e1) & at(e1,x2) & with(x2,x4) & in(e2,x6) & Theme(e2,x1) & Actor(e2,x5) & v_watch(e2) & n_male(x1) & (x4 = x5) & n_people(x4) & n_park(x2) & of(x2,x3) & n_skate(x3) & Actor(e1,x1) & v_skateboard(e1) & exists x7.(in(x1,x7) & n_midair(x7)) & n_man(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_perform(e1) & n_trick(x2) & of(x2,x3) & n_skateboard(x3) & n_man(x1)) | 7bf4c236-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 p1 s1 x1 x2 x3 x4 x5 x6.(with(x2,x4) & while(p1,e1) & v_watch(e2) & v_skateboard(e1) & of(x2,x3) & n_skate(x3) & n_people(x4) & n_park(x2) & n_man(x1) & n_male(x1) & n_background(x6) & in(e2,x6) & exists x7.(n_midair(x7) & in(x1,x7)) & at(e1,x2) & a_young(s1) & Theme(s1,x1) & Theme(e2,x1) & Actor(e2,x5) & Actor(e1,x1) & (x4 = x5)) | exists e1 x1 x2 x3.(v_perform(e1) & of(x2,x3) & n_trick(x2) & n_skateboard(x3) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A young man is in midair while skateboarding at a skate park with people watching him in the background. | A man is going shopping. | 2 | 0.000001 | One is not going shopping at a skate park. | exists e2 e1 p1 s1 x1 x2 x3 x4 x5 x6.(n_background(x6) & while(p1,e1) & at(e1,x2) & with(x2,x4) & in(e2,x6) & Theme(e2,x1) & Actor(e2,x5) & v_watch(e2) & n_male(x1) & (x4 = x5) & n_people(x4) & n_park(x2) & of(x2,x3) & n_skate(x3) & Actor(e1,x1) & v_skateboard(e1) & exists x7.(in(x1,x7) & n_midair(x7)) & n_man(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_go(e1) & n_shopping(x2) & n_man(x1)) | 7bf4c740-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 p1 s1 x1 x2 x3 x4 x5 x6.(with(x2,x4) & while(p1,e1) & v_watch(e2) & v_skateboard(e1) & of(x2,x3) & n_skate(x3) & n_people(x4) & n_park(x2) & n_man(x1) & n_male(x1) & n_background(x6) & in(e2,x6) & exists x7.(n_midair(x7) & in(x1,x7)) & at(e1,x2) & a_young(s1) & Theme(s1,x1) & Theme(e2,x1) & Actor(e2,x5) & Actor(e1,x1) & (x4 = x5)) | exists e1 x1 x2.(v_go(e1) & n_shopping(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A young man is in midair while skateboarding at a skate park with people watching him in the background. | A man is skiing in front of people. | 2 | -100 | Skateboarding and skiiing are two separate activities. | exists e2 e1 p1 s1 x1 x2 x3 x4 x5 x6.(n_background(x6) & while(p1,e1) & at(e1,x2) & with(x2,x4) & in(e2,x6) & Theme(e2,x1) & Actor(e2,x5) & v_watch(e2) & n_male(x1) & (x4 = x5) & n_people(x4) & n_park(x2) & of(x2,x3) & n_skate(x3) & Actor(e1,x1) & v_skateboard(e1) & exists x7.(in(x1,x7) & n_midair(x7)) & n_man(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(in(e1,x2) & of(x2,x3) & n_people(x3) & n_front(x2) & Actor(e1,x1) & v_ski(e1) & n_man(x1)) | 7bf4cc18-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 p1 s1 x1 x2 x3 x4 x5 x6.(with(x2,x4) & while(p1,e1) & v_watch(e2) & v_skateboard(e1) & of(x2,x3) & n_skate(x3) & n_people(x4) & n_park(x2) & n_man(x1) & n_male(x1) & n_background(x6) & in(e2,x6) & exists x7.(n_midair(x7) & in(x1,x7)) & at(e1,x2) & a_young(s1) & Theme(s1,x1) & Theme(e2,x1) & Actor(e2,x5) & Actor(e1,x1) & (x4 = x5)) | exists e1 x1 x2 x3.(v_ski(e1) & of(x2,x3) & n_people(x3) & n_man(x1) & n_front(x2) & in(e1,x2) & Actor(e1,x1)) |
||
A young man is in midair while skateboarding at a skate park with people watching him in the background. | A young man is flipping hamburgers while people watch him in the background. | 2 | -100 | One is not flipping hamburgers and skateboarding simultaneously. | exists e2 e1 p1 s1 x1 x2 x3 x4 x5 x6.(n_background(x6) & while(p1,e1) & at(e1,x2) & with(x2,x4) & in(e2,x6) & Theme(e2,x1) & Actor(e2,x5) & v_watch(e2) & n_male(x1) & (x4 = x5) & n_people(x4) & n_park(x2) & of(x2,x3) & n_skate(x3) & Actor(e1,x1) & v_skateboard(e1) & exists x7.(in(x1,x7) & n_midair(x7)) & n_man(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 p1 s1 x1 x2 x4.(n_background(x4) & exists e2 x3.(in(e2,x4) & Theme(e2,x1) & Actor(e2,x3) & v_watch(e2) & n_people(x3)) & n_male(x1) & while(e1,p1) & Theme(e1,x2) & Actor(e1,x1) & v_flip(e1) & n_hamburger(x2) & n_man(x1) & a_young(s1) & Theme(s1,x1)) | 7bf4d0c8-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 p1 s1 x1 x2 x3 x4 x5 x6.(with(x2,x4) & while(p1,e1) & v_watch(e2) & v_skateboard(e1) & of(x2,x3) & n_skate(x3) & n_people(x4) & n_park(x2) & n_man(x1) & n_male(x1) & n_background(x6) & in(e2,x6) & exists x7.(n_midair(x7) & in(x1,x7)) & at(e1,x2) & a_young(s1) & Theme(s1,x1) & Theme(e2,x1) & Actor(e2,x5) & Actor(e1,x1) & (x4 = x5)) | exists e1 p1 s1 x1 x2 x4.(while(e1,p1) & v_flip(e1) & n_man(x1) & n_male(x1) & n_hamburger(x2) & n_background(x4) & exists e2 x3.(v_watch(e2) & n_people(x3) & in(e2,x4) & Theme(e2,x1) & Actor(e2,x3)) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A young man is in midair while skateboarding at a skate park with people watching him in the background. | People watch a man skateboarding. | 0 | -100 | man is in midair while skateboarding with people watching is a rephrase of People watch a man skateboarding. | exists e2 e1 p1 s1 x1 x2 x3 x4 x5 x6.(n_background(x6) & while(p1,e1) & at(e1,x2) & with(x2,x4) & in(e2,x6) & Theme(e2,x1) & Actor(e2,x5) & v_watch(e2) & n_male(x1) & (x4 = x5) & n_people(x4) & n_park(x2) & of(x2,x3) & n_skate(x3) & Actor(e1,x1) & v_skateboard(e1) & exists x7.(in(x1,x7) & n_midair(x7)) & n_man(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_watch(e1) & n_skateboarding(x2) & of(x2,x3) & n_man(x3) & n_people(x1)) | 7bf4d578-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 p1 s1 x1 x2 x3 x4 x5 x6.(with(x2,x4) & while(p1,e1) & v_watch(e2) & v_skateboard(e1) & of(x2,x3) & n_skate(x3) & n_people(x4) & n_park(x2) & n_man(x1) & n_male(x1) & n_background(x6) & in(e2,x6) & exists x7.(n_midair(x7) & in(x1,x7)) & at(e1,x2) & a_young(s1) & Theme(s1,x1) & Theme(e2,x1) & Actor(e2,x5) & Actor(e1,x1) & (x4 = x5)) | exists e1 x1 x2 x3.(v_watch(e1) & of(x2,x3) & n_skateboarding(x2) & n_people(x1) & n_man(x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A young man is in midair while skateboarding at a skate park with people watching him in the background. | People are watching a boy on a skateboard at a skate park. | 0 | -100 | young man is a boy. | exists e1 e2 p1 s1 x1 x2 x3 x4 x5 x6.(n_background(x6) & while(p1,e1) & at(e1,x2) & with(x2,x4) & in(e2,x6) & Theme(e2,x1) & Actor(e2,x5) & v_watch(e2) & n_male(x1) & (x4 = x5) & n_people(x4) & n_park(x2) & of(x2,x3) & n_skate(x3) & Actor(e1,x1) & v_skateboard(e1) & exists x7.(in(x1,x7) & n_midair(x7)) & n_man(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3 x4 x5.(at(e1,x4) & n_park(x4) & of(x4,x5) & n_skate(x5) & on(e1,x3) & n_skateboard(x3) & Theme(e1,x2) & Actor(e1,x1) & v_watch(e1) & n_boy(x2) & n_people(x1)) | 7bf4db68-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 x1 x2 x3 x4 x5 x6.(with(x2,x4) & while(p1,e1) & v_watch(e2) & v_skateboard(e1) & of(x2,x3) & n_skate(x3) & n_people(x4) & n_park(x2) & n_man(x1) & n_male(x1) & n_background(x6) & in(e2,x6) & exists x7.(n_midair(x7) & in(x1,x7)) & at(e1,x2) & a_young(s1) & Theme(s1,x1) & Theme(e2,x1) & Actor(e2,x5) & Actor(e1,x1) & (x4 = x5)) | exists e1 x1 x2 x3 x4 x5.(v_watch(e1) & on(e1,x3) & of(x4,x5) & n_skateboard(x3) & n_skate(x5) & n_people(x1) & n_park(x4) & n_boy(x2) & at(e1,x4) & Theme(e1,x2) & Actor(e1,x1)) |
||
A young man is in midair while skateboarding at a skate park with people watching him in the background. | The skate park sits empty on a rainy day. | 2 | -100 | Either there are people watching or the park is empty. | exists e2 e1 p1 s1 x1 x2 x3 x4 x5 x6.(n_background(x6) & while(p1,e1) & at(e1,x2) & with(x2,x4) & in(e2,x6) & Theme(e2,x1) & Actor(e2,x5) & v_watch(e2) & n_male(x1) & (x4 = x5) & n_people(x4) & n_park(x2) & of(x2,x3) & n_skate(x3) & Actor(e1,x1) & v_skateboard(e1) & exists x7.(in(x1,x7) & n_midair(x7)) & n_man(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 p1 s1 x1 x2 x3.(n_park(x1) & of(x1,x2) & n_skate(x2) & on(e1,x3) & n_day(x3) & a_rainy(s1) & Theme(s1,x3) & exists s2.(Theme(s2,x1) & a_empty(s2)) & Topic(e1,p1) & Actor(e1,x1) & v_sit(e1)) | 7bf4e036-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 p1 s1 x1 x2 x3 x4 x5 x6.(with(x2,x4) & while(p1,e1) & v_watch(e2) & v_skateboard(e1) & of(x2,x3) & n_skate(x3) & n_people(x4) & n_park(x2) & n_man(x1) & n_male(x1) & n_background(x6) & in(e2,x6) & exists x7.(n_midair(x7) & in(x1,x7)) & at(e1,x2) & a_young(s1) & Theme(s1,x1) & Theme(e2,x1) & Actor(e2,x5) & Actor(e1,x1) & (x4 = x5)) | exists e1 p1 s1 x1 x2 x3.(v_sit(e1) & on(e1,x3) & of(x1,x2) & n_skate(x2) & n_park(x1) & n_day(x3) & exists s2.(a_empty(s2) & Theme(s2,x1)) & a_rainy(s1) & Topic(e1,p1) & Theme(s1,x3) & Actor(e1,x1)) |
||
A young man is in midair while skateboarding at a skate park with people watching him in the background. | A crowd is watching Torah Bright snowboarding down the half pipe. | 2 | -100 | Snowboarding is not skateboarding. | exists e1 e2 p1 s1 x1 x2 x3 x4 x5 x6.(n_background(x6) & while(p1,e1) & at(e1,x2) & with(x2,x4) & in(e2,x6) & Theme(e2,x1) & Actor(e2,x5) & v_watch(e2) & n_male(x1) & (x4 = x5) & n_people(x4) & n_park(x2) & of(x2,x3) & n_skate(x3) & Actor(e1,x1) & v_skateboard(e1) & exists x7.(in(x1,x7) & n_midair(x7)) & n_man(x1) & a_young(s1) & Theme(s1,x1)) | exists e2 e1 s1 x1 x2 x3 x4 x5.(n_pipe(x4) & of(x4,x5) & n_half(x5) & ne_org_bright(x2) & (x2 = x3) & ne_org_torah(x3) & for(e1,e2) & a_down(s1) & Manner(e2,s1) & Theme(e2,x4) & Actor(e2,x1) & v_snowboard(e2) & Theme(e1,x2) & Actor(e1,x1) & v_watch(e1) & n_crowd(x1)) | 7bf4e61c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 x1 x2 x3 x4 x5 x6.(with(x2,x4) & while(p1,e1) & v_watch(e2) & v_skateboard(e1) & of(x2,x3) & n_skate(x3) & n_people(x4) & n_park(x2) & n_man(x1) & n_male(x1) & n_background(x6) & in(e2,x6) & exists x7.(n_midair(x7) & in(x1,x7)) & at(e1,x2) & a_young(s1) & Theme(s1,x1) & Theme(e2,x1) & Actor(e2,x5) & Actor(e1,x1) & (x4 = x5)) | exists e2 e1 s1 x1 x2 x3 x4 x5.(v_watch(e1) & v_snowboard(e2) & of(x4,x5) & ne_org_torah(x3) & ne_org_bright(x2) & n_pipe(x4) & n_half(x5) & n_crowd(x1) & for(e1,e2) & a_down(s1) & Theme(e2,x4) & Theme(e1,x2) & Manner(e2,s1) & Actor(e2,x1) & Actor(e1,x1) & (x2 = x3)) |
||
A young man is in midair while skateboarding at a skate park with people watching him in the background. | People are watching a skater perform tricks. | 0 | -100 | man is in midair while skateboarding means skater perform tricks. | exists e1 e2 p1 s1 x1 x2 x3 x4 x5 x6.(n_background(x6) & while(p1,e1) & at(e1,x2) & with(x2,x4) & in(e2,x6) & Theme(e2,x1) & Actor(e2,x5) & v_watch(e2) & n_male(x1) & (x4 = x5) & n_people(x4) & n_park(x2) & of(x2,x3) & n_skate(x3) & Actor(e1,x1) & v_skateboard(e1) & exists x7.(in(x1,x7) & n_midair(x7)) & n_man(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 e2 x1 x2 x3 x4.(Theme(e2,x4) & Actor(e2,x1) & v_perform(e2) & n_trick(x4) & Theme(e1,x3) & Actor(e1,x2) & v_watch(e1) & n_skater(x3) & (x1 = x2) & n_people(x1)) | 7bf4eaea-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 x1 x2 x3 x4 x5 x6.(with(x2,x4) & while(p1,e1) & v_watch(e2) & v_skateboard(e1) & of(x2,x3) & n_skate(x3) & n_people(x4) & n_park(x2) & n_man(x1) & n_male(x1) & n_background(x6) & in(e2,x6) & exists x7.(n_midair(x7) & in(x1,x7)) & at(e1,x2) & a_young(s1) & Theme(s1,x1) & Theme(e2,x1) & Actor(e2,x5) & Actor(e1,x1) & (x4 = x5)) | exists e1 e2 x1 x2 x3 x4.(v_watch(e1) & v_perform(e2) & n_trick(x4) & n_skater(x3) & n_people(x1) & Theme(e2,x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) |
||
A young man is in midair while skateboarding at a skate park with people watching him in the background. | The man is in a competition. | 1 | 0.21738 | Just because he is skateboarding at the park with people watching in the background doesn't mean he is in a competition. | exists e2 e1 p1 s1 x1 x2 x3 x4 x5 x6.(n_background(x6) & while(p1,e1) & at(e1,x2) & with(x2,x4) & in(e2,x6) & Theme(e2,x1) & Actor(e2,x5) & v_watch(e2) & n_male(x1) & (x4 = x5) & n_people(x4) & n_park(x2) & of(x2,x3) & n_skate(x3) & Actor(e1,x1) & v_skateboard(e1) & exists x7.(in(x1,x7) & n_midair(x7)) & n_man(x1) & a_young(s1) & Theme(s1,x1)) | exists p1 x1.(n_man(x1) & exists x2.(in(x1,x2) & n_competition(x2))) | 7bf4efea-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 p1 s1 x1 x2 x3 x4 x5 x6.(with(x2,x4) & while(p1,e1) & v_watch(e2) & v_skateboard(e1) & of(x2,x3) & n_skate(x3) & n_people(x4) & n_park(x2) & n_man(x1) & n_male(x1) & n_background(x6) & in(e2,x6) & exists x7.(n_midair(x7) & in(x1,x7)) & at(e1,x2) & a_young(s1) & Theme(s1,x1) & Theme(e2,x1) & Actor(e2,x5) & Actor(e1,x1) & (x4 = x5)) | exists x1.(n_man(x1) & exists x2.(n_competition(x2) & in(x1,x2))) |
||
A young man is in midair while skateboarding at a skate park with people watching him in the background. | A young man is skateboarding. | 0 | -100 | Both subjects are skateboarding | exists e1 e2 p1 s1 x1 x2 x3 x4 x5 x6.(n_background(x6) & while(p1,e1) & at(e1,x2) & with(x2,x4) & in(e2,x6) & Theme(e2,x1) & Actor(e2,x5) & v_watch(e2) & n_male(x1) & (x4 = x5) & n_people(x4) & n_park(x2) & of(x2,x3) & n_skate(x3) & Actor(e1,x1) & v_skateboard(e1) & exists x7.(in(x1,x7) & n_midair(x7)) & n_man(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 s1 x1.(Actor(e1,x1) & v_skateboard(e1) & n_man(x1) & a_young(s1) & Theme(s1,x1)) | 7bf4f4ae-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 x1 x2 x3 x4 x5 x6.(with(x2,x4) & while(p1,e1) & v_watch(e2) & v_skateboard(e1) & of(x2,x3) & n_skate(x3) & n_people(x4) & n_park(x2) & n_man(x1) & n_male(x1) & n_background(x6) & in(e2,x6) & exists x7.(n_midair(x7) & in(x1,x7)) & at(e1,x2) & a_young(s1) & Theme(s1,x1) & Theme(e2,x1) & Actor(e2,x5) & Actor(e1,x1) & (x4 = x5)) | exists e1 s1 x1.(v_skateboard(e1) & n_man(x1) & a_young(s1) & Theme(s1,x1) & Actor(e1,x1)) |
||
A young man is in midair while skateboarding at a skate park with people watching him in the background. | A young man is about to crash after flying through the air on his skateboard. | 1 | 0.24843 | The fact that a young man is in midair while skateboarding at a skate park with people watching him in the background does not imply that he is about to crash. | exists e2 e1 p1 s1 x1 x2 x3 x4 x5 x6.(n_background(x6) & while(p1,e1) & at(e1,x2) & with(x2,x4) & in(e2,x6) & Theme(e2,x1) & Actor(e2,x5) & v_watch(e2) & n_male(x1) & (x4 = x5) & n_people(x4) & n_park(x2) & of(x2,x3) & n_skate(x3) & Actor(e1,x1) & v_skateboard(e1) & exists x7.(in(x1,x7) & n_midair(x7)) & n_man(x1) & a_young(s1) & Theme(s1,x1)) | exists p1 s1 s2 x1 x2 x3.(n_skateboard(x3) & of(x3,x2) & n_male(x2) & n_air(x2) & Topic(s2,p1) & Actor(s2,x1) & a_about(s2) & exists e2 e1.(after(e1,e2) & on(e2,x3) & through(e2,x2) & Actor(e2,x1) & v_fly(e2) & Actor(e1,x1) & v_crash(e1)) & n_man(x1) & a_young(s1) & Theme(s1,x1)) | 7bf4f94a-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 p1 s1 x1 x2 x3 x4 x5 x6.(with(x2,x4) & while(p1,e1) & v_watch(e2) & v_skateboard(e1) & of(x2,x3) & n_skate(x3) & n_people(x4) & n_park(x2) & n_man(x1) & n_male(x1) & n_background(x6) & in(e2,x6) & exists x7.(n_midair(x7) & in(x1,x7)) & at(e1,x2) & a_young(s1) & Theme(s1,x1) & Theme(e2,x1) & Actor(e2,x5) & Actor(e1,x1) & (x4 = x5)) | exists p1 s1 s2 x1 x2 x3.(of(x3,x2) & n_skateboard(x3) & n_man(x1) & n_male(x2) & n_air(x2) & exists e2 e1.(v_fly(e2) & v_crash(e1) & through(e2,x2) & on(e2,x3) & after(e1,e2) & Actor(e2,x1) & Actor(e1,x1)) & a_young(s1) & a_about(s2) & Topic(s2,p1) & Theme(s1,x1) & Actor(s2,x1)) |
||
A young man is in midair while skateboarding at a skate park with people watching him in the background. | A young man is participating in a skateboarding contest in front of a group of people. | 1 | 0.21738 | The fact that a young man is in midair while skateboarding at a skate park with people watching him in the background does not imply that he is participating in a skateboarding contest. | exists e1 e2 p1 s1 x1 x2 x3 x4 x5 x6.(n_background(x6) & while(p1,e1) & at(e1,x2) & with(x2,x4) & in(e2,x6) & Theme(e2,x1) & Actor(e2,x5) & v_watch(e2) & n_male(x1) & (x4 = x5) & n_people(x4) & n_park(x2) & of(x2,x3) & n_skate(x3) & Actor(e1,x1) & v_skateboard(e1) & exists x7.(in(x1,x7) & n_midair(x7)) & n_man(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 e2 s1 x1 x2 x3 x4 x5.(in(e1,x2) & in(x2,x3) & of(x3,x4) & of(x4,x5) & n_people(x5) & n_group(x4) & n_front(x3) & n_contest(x2) & Actor(e2,x2) & v_skateboard(e2) & Actor(e1,x1) & v_participate(e1) & n_man(x1) & a_young(s1) & Theme(s1,x1)) | 7bf4fde6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 x1 x2 x3 x4 x5 x6.(with(x2,x4) & while(p1,e1) & v_watch(e2) & v_skateboard(e1) & of(x2,x3) & n_skate(x3) & n_people(x4) & n_park(x2) & n_man(x1) & n_male(x1) & n_background(x6) & in(e2,x6) & exists x7.(n_midair(x7) & in(x1,x7)) & at(e1,x2) & a_young(s1) & Theme(s1,x1) & Theme(e2,x1) & Actor(e2,x5) & Actor(e1,x1) & (x4 = x5)) | exists e1 e2 s1 x1 x2 x3 x4 x5.(v_skateboard(e2) & v_participate(e1) & of(x4,x5) & of(x3,x4) & n_people(x5) & n_man(x1) & n_group(x4) & n_front(x3) & n_contest(x2) & in(x2,x3) & in(e1,x2) & a_young(s1) & Theme(s1,x1) & Actor(e2,x2) & Actor(e1,x1)) |
||
A young man is in midair while skateboarding at a skate park with people watching him in the background. | A man is doing tricks on his skateboard. | 1 | 0.999532 | The fact that a young man is in midair while skateboarding at a skate park with people watching him in the background does not imply that he is doing tricks. | exists e1 e2 p1 s1 x1 x2 x3 x4 x5 x6.(n_background(x6) & while(p1,e1) & at(e1,x2) & with(x2,x4) & in(e2,x6) & Theme(e2,x1) & Actor(e2,x5) & v_watch(e2) & n_male(x1) & (x4 = x5) & n_people(x4) & n_park(x2) & of(x2,x3) & n_skate(x3) & Actor(e1,x1) & v_skateboard(e1) & exists x7.(in(x1,x7) & n_midair(x7)) & n_man(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(on(e1,x3) & n_skateboard(x3) & of(x3,x1) & n_male(x1) & Theme(e1,x2) & Actor(e1,x1) & v_do(e1) & n_trick(x2) & n_man(x1)) | 7bf502be-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 x1 x2 x3 x4 x5 x6.(with(x2,x4) & while(p1,e1) & v_watch(e2) & v_skateboard(e1) & of(x2,x3) & n_skate(x3) & n_people(x4) & n_park(x2) & n_man(x1) & n_male(x1) & n_background(x6) & in(e2,x6) & exists x7.(n_midair(x7) & in(x1,x7)) & at(e1,x2) & a_young(s1) & Theme(s1,x1) & Theme(e2,x1) & Actor(e2,x5) & Actor(e1,x1) & (x4 = x5)) | exists e1 x1 x2 x3.(v_do(e1) & on(e1,x3) & of(x3,x1) & n_trick(x2) & n_skateboard(x3) & n_man(x1) & n_male(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A woman in a white top runs along a tree lined path. | A woman is on her daily jog. | 1 | -100 | A woman in a white top is not necessarily running on her daily jog. | exists e1 e2 s1 x1 x2 x3 x4.(along(e1,x3) & n_path(x3) & Theme(e2,x3) & v_line(e2) & of(x3,x4) & n_tree(x4) & Actor(e1,x1) & v_run(e1) & in(x1,x2) & n_top(x2) & a_white(s1) & Theme(s1,x2) & n_woman(x1)) | exists p1 s1 x1 x2.(on(x1,x2) & n_jog(x2) & a_daily(s1) & Theme(s1,x2) & of(x2,x1) & n_female(x1) & n_woman(x1)) | 7bf51dd0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4.(v_run(e1) & v_line(e2) & of(x3,x4) & n_woman(x1) & n_tree(x4) & n_top(x2) & n_path(x3) & in(x1,x2) & along(e1,x3) & a_white(s1) & Theme(s1,x2) & Theme(e2,x3) & Actor(e1,x1)) | exists s1 x1 x2.(on(x1,x2) & of(x2,x1) & n_woman(x1) & n_jog(x2) & n_female(x1) & a_daily(s1) & Theme(s1,x2)) |
||
A woman in a white top runs along a tree lined path. | A woman is running. | 0 | -100 | If someone runs they are running | exists e2 e1 s1 x1 x2 x3 x4.(along(e1,x3) & n_path(x3) & Theme(e2,x3) & v_line(e2) & of(x3,x4) & n_tree(x4) & Actor(e1,x1) & v_run(e1) & in(x1,x2) & n_top(x2) & a_white(s1) & Theme(s1,x2) & n_woman(x1)) | exists e1 x1.(Actor(e1,x1) & v_run(e1) & n_woman(x1)) | 7bf52280-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 x1 x2 x3 x4.(v_run(e1) & v_line(e2) & of(x3,x4) & n_woman(x1) & n_tree(x4) & n_top(x2) & n_path(x3) & in(x1,x2) & along(e1,x3) & a_white(s1) & Theme(s1,x2) & Theme(e2,x3) & Actor(e1,x1)) | exists e1 x1.(v_run(e1) & n_woman(x1) & Actor(e1,x1)) |
||
A woman in a white top runs along a tree lined path. | A woman is riding a bike. | 2 | -100 | one woman runs while the other is riding a bike | exists e1 e2 s1 x1 x2 x3 x4.(along(e1,x3) & n_path(x3) & Theme(e2,x3) & v_line(e2) & of(x3,x4) & n_tree(x4) & Actor(e1,x1) & v_run(e1) & in(x1,x2) & n_top(x2) & a_white(s1) & Theme(s1,x2) & n_woman(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_bike(x2) & n_woman(x1)) | 7bf52726-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4.(v_run(e1) & v_line(e2) & of(x3,x4) & n_woman(x1) & n_tree(x4) & n_top(x2) & n_path(x3) & in(x1,x2) & along(e1,x3) & a_white(s1) & Theme(s1,x2) & Theme(e2,x3) & Actor(e1,x1)) | exists e1 x1 x2.(v_ride(e1) & n_woman(x1) & n_bike(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
People exercising in the road in early autumn. | People exercising in a gym in the winter. | 2 | -100 | one group is exercising in the road while other group is exercising in a gym | exists e1 s1 x1 x2 x3 x4.(n_road(x3) & a_topic(x1) & in(e1,x4) & n_autumn(x4) & a_early(s1) & Theme(s1,x4) & in(e1,x3) & Actor(e1,x2) & v_exercise(e1) & (x1 = x2) & n_people(x1)) | exists e1 x1 x2 x3 x4.(n_winter(x4) & a_topic(x1) & in(e1,x4) & in(e1,x3) & n_gym(x3) & Actor(e1,x2) & v_exercise(e1) & (x1 = x2) & n_people(x1)) | 7bf52cc6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_exercise(e1) & n_road(x3) & n_people(x1) & n_autumn(x4) & in(e1,x4) & in(e1,x3) & a_topic(x1) & a_early(s1) & Theme(s1,x4) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3 x4.(v_exercise(e1) & n_winter(x4) & n_people(x1) & n_gym(x3) & in(e1,x4) & in(e1,x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) |
||
People exercising in the road in early autumn. | People exercising. | 0 | -100 | Both subjects are exercising | exists e1 s1 x1 x2 x3 x4.(n_road(x3) & a_topic(x1) & in(e1,x4) & n_autumn(x4) & a_early(s1) & Theme(s1,x4) & in(e1,x3) & Actor(e1,x2) & v_exercise(e1) & (x1 = x2) & n_people(x1)) | exists e1 x1 x2.(a_topic(x1) & Actor(e1,x2) & v_exercise(e1) & (x1 = x2) & n_people(x1)) | 7bf533b0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_exercise(e1) & n_road(x3) & n_people(x1) & n_autumn(x4) & in(e1,x4) & in(e1,x3) & a_topic(x1) & a_early(s1) & Theme(s1,x4) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_exercise(e1) & n_people(x1) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) |
||
People exercising in the road in early autumn. | People exercising in the road shortly before a car hits them. | 1 | -100 | The fact that people exercising in the road in early autumn does not imply that they are exercising in the road shortly before a car hits them. | exists e1 s1 x1 x2 x3 x4.(n_road(x3) & a_topic(x1) & in(e1,x4) & n_autumn(x4) & a_early(s1) & Theme(s1,x4) & in(e1,x3) & Actor(e1,x2) & v_exercise(e1) & (x1 = x2) & n_people(x1)) | exists e2 e1 x1 x2 x3 x4.(n_thing(x3) & n_road(x3) & Theme(e2,x3) & Actor(e2,x1) & v_hit(e2) & r_shortly(e1) & before(e1,x4) & n_car(x4) & in(e1,x3) & Actor(e1,x2) & v_exercise(e1) & (x1 = x2) & n_people(x1)) | 7bf53964-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_exercise(e1) & n_road(x3) & n_people(x1) & n_autumn(x4) & in(e1,x4) & in(e1,x3) & a_topic(x1) & a_early(s1) & Theme(s1,x4) & Actor(e1,x2) & (x1 = x2)) | exists e2 e1 x1 x2 x3 x4.(v_hit(e2) & v_exercise(e1) & r_shortly(e1) & n_thing(x3) & n_road(x3) & n_people(x1) & n_car(x4) & in(e1,x3) & before(e1,x4) & Theme(e2,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) |
||
People are running down a tree lined street. | People are running outdoors. | 0 | -100 | Both subjects are running | exists e1 e2 s1 x1 x2 x3.(a_down(s1) & Manner(e2,s1) & Theme(e2,x2) & Actor(e2,x1) & v_run(e2) & n_street(x2) & Theme(e1,x2) & v_line(e1) & of(x2,x3) & n_tree(x3) & n_people(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_run(e1) & n_outdoors(x2) & n_people(x1)) | 7bf53f18-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3.(v_run(e2) & v_line(e1) & of(x2,x3) & n_tree(x3) & n_street(x2) & n_people(x1) & a_down(s1) & Theme(e2,x2) & Theme(e1,x2) & Manner(e2,s1) & Actor(e2,x1)) | exists e1 x1 x2.(v_run(e1) & n_people(x1) & n_outdoors(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
People are running down a tree lined street. | A group is running in a marathon. | 1 | -100 | Not all people running down a tree lined street is running in a marathon. | exists e2 e1 s1 x1 x2 x3.(a_down(s1) & Manner(e2,s1) & Theme(e2,x2) & Actor(e2,x1) & v_run(e2) & n_street(x2) & Theme(e1,x2) & v_line(e1) & of(x2,x3) & n_tree(x3) & n_people(x1)) | exists e1 x1 x2.(in(e1,x2) & n_marathon(x2) & Actor(e1,x1) & v_run(e1) & n_group(x1)) | 7bf5442c-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 x1 x2 x3.(v_run(e2) & v_line(e1) & of(x2,x3) & n_tree(x3) & n_street(x2) & n_people(x1) & a_down(s1) & Theme(e2,x2) & Theme(e1,x2) & Manner(e2,s1) & Actor(e2,x1)) | exists e1 x1 x2.(v_run(e1) & n_marathon(x2) & n_group(x1) & in(e1,x2) & Actor(e1,x1)) |
||
People are running down a tree lined street. | A few people are waiting in line at the bank. | 2 | -100 | one group is running while the other group is waiting | exists e2 e1 s1 x1 x2 x3.(a_down(s1) & Manner(e2,s1) & Theme(e2,x2) & Actor(e2,x1) & v_run(e2) & n_street(x2) & Theme(e1,x2) & v_line(e1) & of(x2,x3) & n_tree(x3) & n_people(x1)) | exists e1 s1 x1 x2 x3.(n_bank(x3) & at(e1,x3) & in(e1,x2) & n_line(x2) & Actor(e1,x1) & v_wait(e1) & n_people(x1) & a_few(s1) & Theme(s1,x1)) | 7bf549ea-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 x1 x2 x3.(v_run(e2) & v_line(e1) & of(x2,x3) & n_tree(x3) & n_street(x2) & n_people(x1) & a_down(s1) & Theme(e2,x2) & Theme(e1,x2) & Manner(e2,s1) & Actor(e2,x1)) | exists e1 s1 x1 x2 x3.(v_wait(e1) & n_people(x1) & n_line(x2) & n_bank(x3) & in(e1,x2) & at(e1,x3) & a_few(s1) & Theme(s1,x1) & Actor(e1,x1)) |
||
A crowd of people and their families are gathered in a field near an arena, watching an event on an outdoor screen. | The people are watching a football match on the screen. | 1 | -100 | Not all outdoor event is a football match. | exists e2 e1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(for(e1,e2) & on(e2,x8) & n_screen(x8) & a_outdoor(s1) & Theme(s1,x8) & Theme(e2,x7) & Actor(e2,x1) & v_watch(e2) & n_event(x7) & in(e1,x5) & near(x5,x6) & n_arena(x6) & n_field(x5) & Theme(e1,x1) & v_gather(e1) & subset_of(x4,x1) & n_family(x4) & of(x4,x2) & n_thing(x2) & subset_of(x2,x1) & of(x2,x3) & n_people(x3) & n_crowd(x2)) | exists e1 x1 x2 x3 x4.(n_screen(x4) & n_people(x1) & on(e1,x4) & Theme(e1,x2) & Actor(e1,x1) & v_watch(e1) & n_match(x2) & of(x2,x3) & n_football(x3)) | 7bf54efe-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(v_watch(e2) & v_gather(e1) & subset_of(x4,x1) & subset_of(x2,x1) & on(e2,x8) & of(x4,x2) & of(x2,x3) & near(x5,x6) & n_thing(x2) & n_screen(x8) & n_people(x3) & n_field(x5) & n_family(x4) & n_event(x7) & n_crowd(x2) & n_arena(x6) & in(e1,x5) & for(e1,e2) & a_outdoor(s1) & Theme(s1,x8) & Theme(e2,x7) & Theme(e1,x1) & Actor(e2,x1)) | exists e1 x1 x2 x3 x4.(v_watch(e1) & on(e1,x4) & of(x2,x3) & n_screen(x4) & n_people(x1) & n_match(x2) & n_football(x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A crowd of people and their families are gathered in a field near an arena, watching an event on an outdoor screen. | A group of people are outside watching a screen. | 0 | -100 | Both subjects are watching | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(for(e1,e2) & on(e2,x8) & n_screen(x8) & a_outdoor(s1) & Theme(s1,x8) & Theme(e2,x7) & Actor(e2,x1) & v_watch(e2) & n_event(x7) & in(e1,x5) & near(x5,x6) & n_arena(x6) & n_field(x5) & Theme(e1,x1) & v_gather(e1) & subset_of(x4,x1) & n_family(x4) & of(x4,x2) & n_thing(x2) & subset_of(x2,x1) & of(x2,x3) & n_people(x3) & n_crowd(x2)) | exists e1 s1 x1 x2 x3.(for(s1,e1) & Theme(e1,x3) & Actor(e1,x1) & v_watch(e1) & n_screen(x3) & Theme(s1,x1) & a_outside(s1) & of(x1,x2) & n_people(x2) & n_group(x1)) | 7bf5541c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(v_watch(e2) & v_gather(e1) & subset_of(x4,x1) & subset_of(x2,x1) & on(e2,x8) & of(x4,x2) & of(x2,x3) & near(x5,x6) & n_thing(x2) & n_screen(x8) & n_people(x3) & n_field(x5) & n_family(x4) & n_event(x7) & n_crowd(x2) & n_arena(x6) & in(e1,x5) & for(e1,e2) & a_outdoor(s1) & Theme(s1,x8) & Theme(e2,x7) & Theme(e1,x1) & Actor(e2,x1)) | exists e1 s1 x1 x2 x3.(v_watch(e1) & of(x1,x2) & n_screen(x3) & n_people(x2) & n_group(x1) & for(s1,e1) & a_outside(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x1)) |
||
A crowd of people and their families are gathered in a field near an arena, watching an event on an outdoor screen. | The people are in an arena. | 2 | -100 | one group is in a field while the other group is in an arena | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(for(e1,e2) & on(e2,x8) & n_screen(x8) & a_outdoor(s1) & Theme(s1,x8) & Theme(e2,x7) & Actor(e2,x1) & v_watch(e2) & n_event(x7) & in(e1,x5) & near(x5,x6) & n_arena(x6) & n_field(x5) & Theme(e1,x1) & v_gather(e1) & subset_of(x4,x1) & n_family(x4) & of(x4,x2) & n_thing(x2) & subset_of(x2,x1) & of(x2,x3) & n_people(x3) & n_crowd(x2)) | exists p1 x1.(n_people(x1) & exists x2.(in(x1,x2) & n_arena(x2))) | 7bf55c0a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(v_watch(e2) & v_gather(e1) & subset_of(x4,x1) & subset_of(x2,x1) & on(e2,x8) & of(x4,x2) & of(x2,x3) & near(x5,x6) & n_thing(x2) & n_screen(x8) & n_people(x3) & n_field(x5) & n_family(x4) & n_event(x7) & n_crowd(x2) & n_arena(x6) & in(e1,x5) & for(e1,e2) & a_outdoor(s1) & Theme(s1,x8) & Theme(e2,x7) & Theme(e1,x1) & Actor(e2,x1)) | exists x1.(n_people(x1) & exists x2.(n_arena(x2) & in(x1,x2))) |
||
A man walks down a path next to a waterway. | The man went for a walk. | 1 | -100 | Man walking down a path next to a waterway is not always went for a walk. | exists e1 s1 x1 x2 x3.(to(e1,x3) & n_waterway(x3) & r_next(e1) & a_down(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_walk(e1) & n_path(x2) & n_man(x1)) | exists e1 x1 x2.(n_man(x1) & for(e1,x2) & n_walk(x2) & Actor(e1,x1) & v_go(e1)) | 7bf56236-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_walk(e1) & to(e1,x3) & r_next(e1) & n_waterway(x3) & n_path(x2) & n_man(x1) & a_down(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1)) | exists e1 x1 x2.(v_go(e1) & n_walk(x2) & n_man(x1) & for(e1,x2) & Actor(e1,x1)) |
||
A man walks down a path next to a waterway. | He was sitting far up the mountain. | 2 | -100 | one man walks down a path while the other is sitting | exists e1 s1 x1 x2 x3.(to(e1,x3) & n_waterway(x3) & r_next(e1) & a_down(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_walk(e1) & n_path(x2) & n_man(x1)) | exists e1 p1 x1 x2.(n_mountain(x2) & n_male(x1) & up(e1,x2) & exists s1.(Theme(s1,x1) & a_far(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_sit(e1)) | 7bf56812-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_walk(e1) & to(e1,x3) & r_next(e1) & n_waterway(x3) & n_path(x2) & n_man(x1) & a_down(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1)) | exists e1 p1 x1 x2.(v_sit(e1) & up(e1,x2) & n_mountain(x2) & n_male(x1) & exists s1.(a_far(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
A man walks down a path next to a waterway. | The path is by the water. | 0 | -100 | next to a waterway is by the water | exists e1 s1 x1 x2 x3.(to(e1,x3) & n_waterway(x3) & r_next(e1) & a_down(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_walk(e1) & n_path(x2) & n_man(x1)) | exists p1 x1 x2.(n_water(x2) & n_path(x1) & by(x1,x2)) | 7bf56d4e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_walk(e1) & to(e1,x3) & r_next(e1) & n_waterway(x3) & n_path(x2) & n_man(x1) & a_down(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1)) | exists x1 x2.(n_water(x2) & n_path(x1) & by(x1,x2)) |
||
Two players block a spike in an intense men's volleyball match. | Volleyball players block a spike. | 0 | -100 | Both subjects block a spike | exists e1 s1 x1 x2 x3 x4 x5.(in(e1,x4) & n_match(x4) & of(x4,x5) & n_volleyball(x5) & of(x4,x3) & n_man(x3) & a_intense(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_block(e1) & n_spike(x2) & n_player(x1) & card_eq_2(x1)) | exists e1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_block(e1) & n_spike(x3) & n_player(x1) & of(x1,x2) & n_volleyball(x2)) | 7bf5a8ae-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_block(e1) & of(x4,x5) & of(x4,x3) & n_volleyball(x5) & n_spike(x2) & n_player(x1) & n_match(x4) & n_man(x3) & in(e1,x4) & card_eq_2(x1) & a_intense(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_block(e1) & of(x1,x2) & n_volleyball(x2) & n_spike(x3) & n_player(x1) & Theme(e1,x3) & Actor(e1,x1)) |
||
The furry brown and white dog is jumping around near a door. | The dog is wanting its owner to open the door to let him outside. | 1 | -100 | Just because a dog is jumping around near a door it does not mean it is wanting its owner to open the door. | exists e1 s1 s2 s3 x1 x2 x3 x4.(n_dog(x3) & a_white(s2) & Theme(s2,x3) & n_brown(x2) & subset_of(x3,x1) & subset_of(x2,x1) & a_furry(s1) & Theme(s1,x1) & near(e1,x4) & n_door(x4) & a_around(s3) & Manner(e1,s3) & Actor(e1,x1) & v_jump(e1)) | exists e1 p1 x1 x2 x3.(n_male(x1) & n_door(x3) & n_owner(x2) & of(x2,x1) & n_thing(x1) & n_dog(x1) & Topic(e1,p1) & exists e2 p2.(Theme(e2,x3) & Actor(e2,x1) & v_open(e2) & Topic(x3,p2) & exists e3 s1.(a_outside(s1) & Manner(e3,s1) & Theme(e3,x1) & Actor(e3,x3) & v_let(e3))) & Theme(e1,x2) & Actor(e1,x1) & v_want(e1)) | 7bf869cc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4.(v_jump(e1) & subset_of(x3,x1) & subset_of(x2,x1) & near(e1,x4) & n_door(x4) & n_dog(x3) & n_brown(x2) & a_white(s2) & a_furry(s1) & a_around(s3) & Theme(s2,x3) & Theme(s1,x1) & Manner(e1,s3) & Actor(e1,x1)) | exists e1 p1 x1 x2 x3.(v_want(e1) & of(x2,x1) & n_thing(x1) & n_owner(x2) & n_male(x1) & n_door(x3) & n_dog(x1) & exists e2 p2.(v_open(e2) & exists e3 s1.(v_let(e3) & a_outside(s1) & Theme(e3,x1) & Manner(e3,s1) & Actor(e3,x3)) & Topic(x3,p2) & Theme(e2,x3) & Actor(e2,x1)) & Topic(e1,p1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A Snowboarder in mid jump with a large building in the background, perhaps a hotel. | Someone performs an outdoor sport. | 1 | -100 | There are many outdoor sports, not just snowboarding. | exists s1 s2 x1 x2 x3 x4 x5.(n_background(x4) & a_topic(x1) & in(x1,x2) & rel(x2,x5) & r_perhaps(x5) & n_hotel(x5) & with(x2,x3) & in(x3,x4) & n_building(x3) & a_large(s2) & Theme(s2,x3) & n_jump(x2) & a_mid(s1) & Theme(s1,x2) & n_snowboarder(x1)) | exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_perform(e1) & n_sport(x2) & a_outdoor(s1) & Theme(s1,x2) & n_person(x1)) | 7bf86ef4-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 x1 x2 x3 x4 x5.(with(x2,x3) & rel(x2,x5) & r_perhaps(x5) & n_snowboarder(x1) & n_jump(x2) & n_hotel(x5) & n_building(x3) & n_background(x4) & in(x3,x4) & in(x1,x2) & a_topic(x1) & a_mid(s1) & a_large(s2) & Theme(s2,x3) & Theme(s1,x2)) | exists e1 s1 x1 x2.(v_perform(e1) & n_sport(x2) & n_person(x1) & a_outdoor(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A Snowboarder in mid jump with a large building in the background, perhaps a hotel. | Olaf tap dances. | 2 | -100 | There is no Olaf, just a snowboarder. The snowboarder can't be tap dancing because he's in mid jump. | exists s1 s2 x1 x2 x3 x4 x5.(n_background(x4) & a_topic(x1) & in(x1,x2) & rel(x2,x5) & r_perhaps(x5) & n_hotel(x5) & with(x2,x3) & in(x3,x4) & n_building(x3) & a_large(s2) & Theme(s2,x3) & n_jump(x2) & a_mid(s1) & Theme(s1,x2) & n_snowboarder(x1)) | exists e1 x1 x2.(ne_geo_olaf(x1) & Theme(e1,x2) & Actor(e1,x1) & v_tap(e1) & n_dance(x2)) | 7bf874e4-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 x1 x2 x3 x4 x5.(with(x2,x3) & rel(x2,x5) & r_perhaps(x5) & n_snowboarder(x1) & n_jump(x2) & n_hotel(x5) & n_building(x3) & n_background(x4) & in(x3,x4) & in(x1,x2) & a_topic(x1) & a_mid(s1) & a_large(s2) & Theme(s2,x3) & Theme(s1,x2)) | exists e1 x1 x2.(v_tap(e1) & ne_geo_olaf(x1) & n_dance(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A Snowboarder in mid jump with a large building in the background, perhaps a hotel. | A snowboarder jumps. | 0 | -100 | That the snowboarder is in mid jump imlies that he jumps. | exists s1 s2 x1 x2 x3 x4 x5.(n_background(x4) & a_topic(x1) & in(x1,x2) & rel(x2,x5) & r_perhaps(x5) & n_hotel(x5) & with(x2,x3) & in(x3,x4) & n_building(x3) & a_large(s2) & Theme(s2,x3) & n_jump(x2) & a_mid(s1) & Theme(s1,x2) & n_snowboarder(x1)) | exists x1 x2.(a_topic(x1) & n_jump(x1) & of(x1,x2) & n_snowboarder(x2)) | 7bf8796c-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 x1 x2 x3 x4 x5.(with(x2,x3) & rel(x2,x5) & r_perhaps(x5) & n_snowboarder(x1) & n_jump(x2) & n_hotel(x5) & n_building(x3) & n_background(x4) & in(x3,x4) & in(x1,x2) & a_topic(x1) & a_mid(s1) & a_large(s2) & Theme(s2,x3) & Theme(s1,x2)) | exists x1 x2.(of(x1,x2) & n_snowboarder(x2) & n_jump(x1) & a_topic(x1)) |
||
A woman wearing blue and orange graduation robes holds a book up for a group of people. | A woman is wearing blue and orange | 0 | -100 | If a woman is wearing blue and orange graduation robes, she is wearing blue and orange | exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(Theme(e2,x5) & Actor(e2,x1) & v_hold(e2) & n_up(x5) & for(x5,x6) & of(x6,x7) & n_people(x7) & n_group(x6) & n_book(x5) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_robe(x3) & of(x3,x4) & n_graduation(x4) & a_orange(s2) & Theme(s2,x3) & a_blue(s1) & Theme(s1,x3) & (x1 = x2) & n_woman(x1)) | exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_orange(x2) & a_blue(s1) & Theme(s1,x2) & n_woman(x1)) | 7bf87de0-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(v_wear(e1) & v_hold(e2) & of(x6,x7) & of(x3,x4) & n_woman(x1) & n_up(x5) & n_robe(x3) & n_people(x7) & n_group(x6) & n_graduation(x4) & n_book(x5) & for(x5,x6) & a_orange(s2) & a_blue(s1) & Theme(s2,x3) & Theme(s1,x3) & Theme(e2,x5) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 s1 x1 x2.(v_wear(e1) & n_woman(x1) & n_orange(x2) & a_blue(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A woman wearing blue and orange graduation robes holds a book up for a group of people. | A woman is eating | 2 | -100 | holds not the same as eating | exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(Theme(e2,x5) & Actor(e2,x1) & v_hold(e2) & n_up(x5) & for(x5,x6) & of(x6,x7) & n_people(x7) & n_group(x6) & n_book(x5) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_robe(x3) & of(x3,x4) & n_graduation(x4) & a_orange(s2) & Theme(s2,x3) & a_blue(s1) & Theme(s1,x3) & (x1 = x2) & n_woman(x1)) | exists e1 x1.(Actor(e1,x1) & v_eat(e1) & n_woman(x1)) | 7bf8824a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(v_wear(e1) & v_hold(e2) & of(x6,x7) & of(x3,x4) & n_woman(x1) & n_up(x5) & n_robe(x3) & n_people(x7) & n_group(x6) & n_graduation(x4) & n_book(x5) & for(x5,x6) & a_orange(s2) & a_blue(s1) & Theme(s2,x3) & Theme(s1,x3) & Theme(e2,x5) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1.(v_eat(e1) & n_woman(x1) & Actor(e1,x1)) |
||
A woman wearing blue and orange graduation robes holds a book up for a group of people. | A woman is performing. | 1 | -100 | Just because a woman wearing blue and orange graduation robes it does not mean she is performing. | exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(Theme(e2,x5) & Actor(e2,x1) & v_hold(e2) & n_up(x5) & for(x5,x6) & of(x6,x7) & n_people(x7) & n_group(x6) & n_book(x5) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_robe(x3) & of(x3,x4) & n_graduation(x4) & a_orange(s2) & Theme(s2,x3) & a_blue(s1) & Theme(s1,x3) & (x1 = x2) & n_woman(x1)) | exists e1 x1.(Actor(e1,x1) & v_perform(e1) & n_woman(x1)) | 7bf88696-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(v_wear(e1) & v_hold(e2) & of(x6,x7) & of(x3,x4) & n_woman(x1) & n_up(x5) & n_robe(x3) & n_people(x7) & n_group(x6) & n_graduation(x4) & n_book(x5) & for(x5,x6) & a_orange(s2) & a_blue(s1) & Theme(s2,x3) & Theme(s1,x3) & Theme(e2,x5) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1.(v_perform(e1) & n_woman(x1) & Actor(e1,x1)) |
||
A girl in pink slides down the slide at a playground. | A girl is sliding down the slide in the rain. | 1 | -100 | Just because the girl slides in the playground doesn't mean that there is rain. | exists s1 x1 x2 x3 x4.(n_slide(x3) & a_topic(x1) & in(x1,x2) & down(x2,x3) & at(x3,x4) & n_playground(x4) & n_slide(x2) & a_pink(s1) & Theme(s1,x2) & n_girl(x1)) | exists e1 s1 x1 x2 x3.(n_rain(x3) & n_slide(x2) & a_down(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_slide(e1) & in(x2,x3) & n_girl(x1)) | 7bf88b82-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3 x4.(n_slide(x3) & n_slide(x2) & n_playground(x4) & n_girl(x1) & in(x1,x2) & down(x2,x3) & at(x3,x4) & a_topic(x1) & a_pink(s1) & Theme(s1,x2)) | exists e1 s1 x1 x2 x3.(v_slide(e1) & n_slide(x2) & n_rain(x3) & n_girl(x1) & in(x2,x3) & a_down(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1)) |
||
A girl in pink slides down the slide at a playground. | A girl slides down the playground slide. | 0 | -100 | "The slide at a playground" is a rephrasing of "the playground slide". | exists s1 x1 x2 x3 x4.(n_slide(x3) & a_topic(x1) & in(x1,x2) & down(x2,x3) & at(x3,x4) & n_playground(x4) & n_slide(x2) & a_pink(s1) & Theme(s1,x2) & n_girl(x1)) | exists e1 s1 x1 x2 x3.(n_slide(x2) & of(x2,x3) & n_playground(x3) & a_down(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_slide(e1) & n_girl(x1)) | 7bf8900a-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3 x4.(n_slide(x3) & n_slide(x2) & n_playground(x4) & n_girl(x1) & in(x1,x2) & down(x2,x3) & at(x3,x4) & a_topic(x1) & a_pink(s1) & Theme(s1,x2)) | exists e1 s1 x1 x2 x3.(v_slide(e1) & of(x2,x3) & n_slide(x2) & n_playground(x3) & n_girl(x1) & a_down(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1)) |
||
A girl in pink slides down the slide at a playground. | A girl is sitting at home watching TV. | 2 | -100 | The girl is at the playground, not at home. She can't be watching tv, she's sliding down the slide. | exists s1 x1 x2 x3 x4.(n_slide(x3) & a_topic(x1) & in(x1,x2) & down(x2,x3) & at(x3,x4) & n_playground(x4) & n_slide(x2) & a_pink(s1) & Theme(s1,x2) & n_girl(x1)) | exists e1 e2 x1 x2 x3.(for(e1,e2) & Theme(e2,x3) & Actor(e2,x1) & v_watch(e2) & n_tv(x3) & at(e1,x2) & n_home(x2) & Actor(e1,x1) & v_sit(e1) & n_girl(x1)) | 7bf8953c-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3 x4.(n_slide(x3) & n_slide(x2) & n_playground(x4) & n_girl(x1) & in(x1,x2) & down(x2,x3) & at(x3,x4) & a_topic(x1) & a_pink(s1) & Theme(s1,x2)) | exists e1 e2 x1 x2 x3.(v_watch(e2) & v_sit(e1) & n_tv(x3) & n_home(x2) & n_girl(x1) & for(e1,e2) & at(e1,x2) & Theme(e2,x3) & Actor(e2,x1) & Actor(e1,x1)) |
||
A young woman jumps from one bench to another. | A girl is running away from the cops. | 1 | -100 | The young girl could just be playing and not running away from the cops. | exists s1 x1 x2 x3 x4.(a_topic(x1) & from(x1,x3) & to(x3,x4) & n_thing(x4) & n_bench(x3) & card_eq_1(x3) & n_jump(x1) & of(x1,x2) & n_woman(x2) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2.(n_cop(x2) & from(e1,x2) & r_away(e1) & Actor(e1,x1) & v_run(e1) & n_girl(x1)) | 7bf89a46-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3 x4.(to(x3,x4) & of(x1,x2) & n_woman(x2) & n_thing(x4) & n_jump(x1) & n_bench(x3) & from(x1,x3) & card_eq_1(x3) & a_young(s1) & a_topic(x1) & Theme(s1,x1)) | exists e1 x1 x2.(v_run(e1) & r_away(e1) & n_girl(x1) & n_cop(x2) & from(e1,x2) & Actor(e1,x1)) |
||
A young woman jumps from one bench to another. | A female is leaping. | 0 | -100 | That the woman jumps implies that she is leaping. | exists s1 x1 x2 x3 x4.(a_topic(x1) & from(x1,x3) & to(x3,x4) & n_thing(x4) & n_bench(x3) & card_eq_1(x3) & n_jump(x1) & of(x1,x2) & n_woman(x2) & a_young(s1) & Theme(s1,x1)) | exists e1 x1.(Actor(e1,x1) & v_leap(e1) & n_female(x1)) | 7bf89ef6-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3 x4.(to(x3,x4) & of(x1,x2) & n_woman(x2) & n_thing(x4) & n_jump(x1) & n_bench(x3) & from(x1,x3) & card_eq_1(x3) & a_young(s1) & a_topic(x1) & Theme(s1,x1)) | exists e1 x1.(v_leap(e1) & n_female(x1) & Actor(e1,x1)) |
||
A young woman jumps from one bench to another. | A girl is sitting on her couch. | 2 | -100 | There is no little girl, just a young woman. The woman can't be sitting on her couch because she's jumping. | exists s1 x1 x2 x3 x4.(a_topic(x1) & from(x1,x3) & to(x3,x4) & n_thing(x4) & n_bench(x3) & card_eq_1(x3) & n_jump(x1) & of(x1,x2) & n_woman(x2) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2.(on(e1,x2) & n_couch(x2) & of(x2,x1) & n_female(x1) & Actor(e1,x1) & v_sit(e1) & n_girl(x1)) | 7bf8a3b0-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3 x4.(to(x3,x4) & of(x1,x2) & n_woman(x2) & n_thing(x4) & n_jump(x1) & n_bench(x3) & from(x1,x3) & card_eq_1(x3) & a_young(s1) & a_topic(x1) & Theme(s1,x1)) | exists e1 x1 x2.(v_sit(e1) & on(e1,x2) & of(x2,x1) & n_girl(x1) & n_female(x1) & n_couch(x2) & Actor(e1,x1)) |
||
A young woman in sweatpants looks behind her while standing near the public toilets. | A young woman is about to use the bathroom. | 1 | -100 | By standing near to toilet does not mean that she wants to use bathroom. | exists e2 e1 s1 s2 x1 x2 x3.(n_toilet(x3) & a_public(s2) & Theme(s2,x3) & while(e1,e2) & near(e2,x3) & Actor(e2,x1) & v_stand(e2) & behind(e1,x1) & n_female(x1) & Actor(e1,x1) & v_look(e1) & in(x1,x2) & n_sweatpant(x2) & n_woman(x1) & a_young(s1) & Theme(s1,x1)) | exists p1 s1 s2 x1 x2.(n_bathroom(x2) & Topic(s2,p1) & Actor(s2,x1) & a_about(s2) & exists e1.(Theme(e1,x2) & Actor(e1,x1) & v_use(e1)) & n_woman(x1) & a_young(s1) & Theme(s1,x1)) | 7bf8a86a-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 x1 x2 x3.(while(e1,e2) & v_stand(e2) & v_look(e1) & near(e2,x3) & n_woman(x1) & n_toilet(x3) & n_sweatpant(x2) & n_female(x1) & in(x1,x2) & behind(e1,x1) & a_young(s1) & a_public(s2) & Theme(s2,x3) & Theme(s1,x1) & Actor(e2,x1) & Actor(e1,x1)) | exists p1 s1 s2 x1 x2.(n_woman(x1) & n_bathroom(x2) & exists e1.(v_use(e1) & Theme(e1,x2) & Actor(e1,x1)) & a_young(s1) & a_about(s2) & Topic(s2,p1) & Theme(s1,x1) & Actor(s2,x1)) |
||
A young woman in sweatpants looks behind her while standing near the public toilets. | A young woman in the kitchen. | 2 | -100 | Answer; Public toilets and kitchen cannot be in the same place. | exists e1 e2 s1 s2 x1 x2 x3.(n_toilet(x3) & a_public(s2) & Theme(s2,x3) & while(e1,e2) & near(e2,x3) & Actor(e2,x1) & v_stand(e2) & behind(e1,x1) & n_female(x1) & Actor(e1,x1) & v_look(e1) & in(x1,x2) & n_sweatpant(x2) & n_woman(x1) & a_young(s1) & Theme(s1,x1)) | exists s1 x1 x2.(n_kitchen(x2) & a_topic(x1) & in(x1,x2) & n_woman(x1) & a_young(s1) & Theme(s1,x1)) | 7bf8ad06-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 x1 x2 x3.(while(e1,e2) & v_stand(e2) & v_look(e1) & near(e2,x3) & n_woman(x1) & n_toilet(x3) & n_sweatpant(x2) & n_female(x1) & in(x1,x2) & behind(e1,x1) & a_young(s1) & a_public(s2) & Theme(s2,x3) & Theme(s1,x1) & Actor(e2,x1) & Actor(e1,x1)) | exists s1 x1 x2.(n_woman(x1) & n_kitchen(x2) & in(x1,x2) & a_young(s1) & a_topic(x1) & Theme(s1,x1)) |
||
A young woman in sweatpants looks behind her while standing near the public toilets. | A young woman standing in public toilets. | 0 | -100 | Young woman in sweatpants is a type of young woman. | exists e1 e2 s1 s2 x1 x2 x3.(n_toilet(x3) & a_public(s2) & Theme(s2,x3) & while(e1,e2) & near(e2,x3) & Actor(e2,x1) & v_stand(e2) & behind(e1,x1) & n_female(x1) & Actor(e1,x1) & v_look(e1) & in(x1,x2) & n_sweatpant(x2) & n_woman(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 s1 s2 x1 x2 x3.(a_topic(x1) & in(e1,x3) & n_toilet(x3) & a_public(s2) & Theme(s2,x3) & Actor(e1,x2) & v_stand(e1) & (x1 = x2) & n_woman(x1) & a_young(s1) & Theme(s1,x1)) | 7bf8b22e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 x1 x2 x3.(while(e1,e2) & v_stand(e2) & v_look(e1) & near(e2,x3) & n_woman(x1) & n_toilet(x3) & n_sweatpant(x2) & n_female(x1) & in(x1,x2) & behind(e1,x1) & a_young(s1) & a_public(s2) & Theme(s2,x3) & Theme(s1,x1) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 s1 s2 x1 x2 x3.(v_stand(e1) & n_woman(x1) & n_toilet(x3) & in(e1,x3) & a_young(s1) & a_topic(x1) & a_public(s2) & Theme(s2,x3) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2)) |
||
A man wearing a plaid shirt is holding a microphone while standing in a room. | A man is giving a speech to a group of co workers. | 1 | -100 | Not all men with microphones are giving a speech to co workers. | exists e1 e3 e2 s1 x1 x2 x3 x4 x5.(while(e2,e3) & in(e3,x5) & n_room(x5) & Actor(e3,x1) & v_stand(e3) & Theme(e2,x4) & Actor(e2,x1) & v_hold(e2) & n_microphone(x4) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_shirt(x3) & a_plaid(s1) & Theme(s1,x3) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2 x3 x4 x5.(to(e1,x3) & of(x3,x4) & n_worker(x4) & of(x4,x5) & n_co(x5) & n_group(x3) & Theme(e1,x2) & Actor(e1,x1) & v_give(e1) & n_speech(x2) & n_man(x1)) | 7bf8b7d8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 s1 x1 x2 x3 x4 x5.(while(e2,e3) & v_wear(e1) & v_stand(e3) & v_hold(e2) & n_shirt(x3) & n_room(x5) & n_microphone(x4) & n_man(x1) & in(e3,x5) & a_plaid(s1) & Theme(s1,x3) & Theme(e2,x4) & Theme(e1,x3) & Actor(e3,x1) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3 x4 x5.(v_give(e1) & to(e1,x3) & of(x4,x5) & of(x3,x4) & n_worker(x4) & n_speech(x2) & n_man(x1) & n_group(x3) & n_co(x5) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man wearing a plaid shirt is holding a microphone while standing in a room. | A man is holding a microphone in a room. | 0 | -100 | A man holding a microphone while standing in a room is definitely holding a microphone in a room. | exists e3 e1 e2 s1 x1 x2 x3 x4 x5.(while(e2,e3) & in(e3,x5) & n_room(x5) & Actor(e3,x1) & v_stand(e3) & Theme(e2,x4) & Actor(e2,x1) & v_hold(e2) & n_microphone(x4) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_shirt(x3) & a_plaid(s1) & Theme(s1,x3) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2 x3.(in(e1,x3) & n_room(x3) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_microphone(x2) & n_man(x1)) | 7bf8bce2-e4c8-11ec-9cdd-0242ac1c0002 | exists e3 e1 e2 s1 x1 x2 x3 x4 x5.(while(e2,e3) & v_wear(e1) & v_stand(e3) & v_hold(e2) & n_shirt(x3) & n_room(x5) & n_microphone(x4) & n_man(x1) & in(e3,x5) & a_plaid(s1) & Theme(s1,x3) & Theme(e2,x4) & Theme(e1,x3) & Actor(e3,x1) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3.(v_hold(e1) & n_room(x3) & n_microphone(x2) & n_man(x1) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man wearing a plaid shirt is holding a microphone while standing in a room. | A Woman is giving a speech to a room full of clowns. | 2 | -100 | A man is not a woman. | exists e1 e3 e2 s1 x1 x2 x3 x4 x5.(while(e2,e3) & in(e3,x5) & n_room(x5) & Actor(e3,x1) & v_stand(e3) & Theme(e2,x4) & Actor(e2,x1) & v_hold(e2) & n_microphone(x4) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_shirt(x3) & a_plaid(s1) & Theme(s1,x3) & (x1 = x2) & n_man(x1)) | exists e1 s1 x1 x2 x3 x4 x5.(to(e1,x3) & of(s1,x5) & n_clown(x5) & Theme(s1,x4) & a_full(s1) & (x3 = x4) & n_room(x3) & Theme(e1,x2) & Actor(e1,x1) & v_give(e1) & n_speech(x2) & ne_org_woman(x1)) | 7bf8c23c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 s1 x1 x2 x3 x4 x5.(while(e2,e3) & v_wear(e1) & v_stand(e3) & v_hold(e2) & n_shirt(x3) & n_room(x5) & n_microphone(x4) & n_man(x1) & in(e3,x5) & a_plaid(s1) & Theme(s1,x3) & Theme(e2,x4) & Theme(e1,x3) & Actor(e3,x1) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 s1 x1 x2 x3 x4 x5.(v_give(e1) & to(e1,x3) & of(s1,x5) & ne_org_woman(x1) & n_speech(x2) & n_room(x3) & n_clown(x5) & a_full(s1) & Theme(s1,x4) & Theme(e1,x2) & Actor(e1,x1) & (x3 = x4)) |
||
A man in a maroon hooded sweatshirt plays with his phone after finishing a meal and some beers at a restaurant. | man checks score of game on phone | 1 | -100 | not every man wear maroon. | exists e1 e2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(after(e1,e2) & at(e2,x9) & n_restaurant(x9) & Theme(e2,x6) & Actor(e2,x1) & v_finish(e2) & subset_of(x8,x6) & n_beer(x8) & subset_of(x7,x6) & n_meal(x7) & with(e1,x5) & n_phone(x5) & of(x5,x1) & n_male(x1) & Theme(e1,x3) & Actor(e1,x1) & v_hood(e1) & n_play(x3) & of(x3,x4) & n_sweatshirt(x4) & in(x1,x2) & n_maroon(x2) & n_man(x1)) | exists x1 x2 x3 x4 x5.(a_topic(x1) & on(x1,x5) & n_phone(x5) & of(x1,x4) & n_game(x4) & Time(x1,x3) & n_score(x3) & n_check(x1) & of(x1,x2) & n_man(x2)) | 7bf91778-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(e1,x5) & v_hood(e1) & v_finish(e2) & subset_of(x8,x6) & subset_of(x7,x6) & of(x5,x1) & of(x3,x4) & n_sweatshirt(x4) & n_restaurant(x9) & n_play(x3) & n_phone(x5) & n_meal(x7) & n_maroon(x2) & n_man(x1) & n_male(x1) & n_beer(x8) & in(x1,x2) & at(e2,x9) & after(e1,e2) & Theme(e2,x6) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x1)) | exists x1 x2 x3 x4 x5.(on(x1,x5) & of(x1,x4) & of(x1,x2) & n_score(x3) & n_phone(x5) & n_man(x2) & n_game(x4) & n_check(x1) & a_topic(x1) & Time(x1,x3)) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.