uid stringlengths 15 19 | premise stringlengths 12 294 | hypothesis stringlengths 7 232 | label int64 0 2 | hyp_amr stringlengths 10 1.85k | hyp_linearized_amr stringlengths 10 679 |
|---|---|---|---|---|---|
3170122039.jpg#1r1n | Two women riding their bicycles along a dirt road. | Two women riding their bikes next to each other outside. | 0 | (z0 / ride-01
:ARG0 (z1 / woman
:quant 2)
:ARG1 (z2 / bike
:poss z1)
:location (z3 / next-to
:op1 z1
:location (z4 / outside))) | ( z0 ride :ARG0 ( z1 woman :quant 2 ) :ARG1 ( z2 bike :poss z1 ) :location ( z3 next-to :op z1 :location ( z4 outside ) ) ) |
3170122039.jpg#2r1n | Two people riding their bicycles down a dirt road. | The bikers are riding in the country. | 1 | (z0 / ride-01
:ARG0 (z1 / bike)
:location (z2 / country)) | ( z0 ride :ARG0 ( z1 bike ) :location ( z2 country ) ) |
3170122039.jpg#2r1e | Two people riding their bicycles down a dirt road. | The people are riding bikes outdoors. | 0 | (z0 / ride-01
:ARG0 (z1 / person)
:ARG1 (z2 / bike)
:location (z3 / outdoors)) | ( z0 ride :ARG0 ( z1 person ) :ARG1 ( z2 bike ) :location ( z3 outdoors ) ) |
3170122039.jpg#2r1c | Two people riding their bicycles down a dirt road. | The bikers are riding stationary bikes in a gym. | 2 | (z0 / ride-01
:ARG0 (z1 / person
:ARG0-of (z2 / bike-01))
:ARG1 (z3 / bike
:mod (z4 / stationary))
:location (z5 / gym)) | ( z0 ride :ARG0 ( z1 person :ARG0-of ( z2 bike ) ) :ARG1 ( z3 bike :mod ( z4 stationary ) ) :location ( z5 gym ) ) |
292198220.jpg#4r1e | A blond girl holds a small plastic doll. | The girl is playing with a doll. | 0 | (z0 / play-01
:ARG0 (z1 / girl)
:ARG1 (z2 / doll)) | ( z0 play :ARG0 ( z1 girl ) :ARG1 ( z2 doll ) ) |
292198220.jpg#4r1c | A blond girl holds a small plastic doll. | The girl is playing with matchbox cars. | 2 | (z0 / play-01
:ARG0 (z1 / girl)
:ARG1 (z2 / car
:mod (z3 / matchbox))) | ( z0 play :ARG0 ( z1 girl ) :ARG1 ( z2 car :mod ( z3 matchbox ) ) ) |
292198220.jpg#4r1n | A blond girl holds a small plastic doll. | The girl is holding a Barbie doll. | 1 | (z0 / hold-01
:ARG0 (z1 / girl)
:ARG1 (z2 / doll
:mod (z3 / product
:name (z4 / name
:op1 "Barbie")))) | ( z0 hold :ARG0 ( z1 girl ) :ARG1 ( z2 doll :mod ( z3 product :name ( z4 name :op "Barbie" ) ) ) ) |
292198220.jpg#0r1c | A little girl with blond-hair is outside playing with a small doll. | A little girl burns ants outside. | 2 | (z0 / burn-01
:ARG0 (z1 / girl
:mod (z2 / little))
:ARG1 (z3 / ant)
:location (z4 / outside)) | ( z0 burn :ARG0 ( z1 girl :mod ( z2 little ) ) :ARG1 ( z3 ant ) :location ( z4 outside ) ) |
292198220.jpg#1r1c | A little girl in a pink shirt is looking at a toy doll. | A young girl is looking at a hula hoop. | 2 | (z0 / look-01
:ARG0 (z1 / girl
:mod (z2 / young))
:ARG1 (z3 / hula-hop)) | ( z0 look :ARG0 ( z1 girl :mod ( z2 young ) ) :ARG1 ( z3 hula-hop ) ) |
292198220.jpg#1r1e | A little girl in a pink shirt is looking at a toy doll. | A young female is looking at a doll. | 0 | (z0 / look-01
:ARG0 (z1 / female
:mod (z2 / young))
:ARG1 (z3 / doll)) | ( z0 look :ARG0 ( z1 female :mod ( z2 young ) ) :ARG1 ( z3 doll ) ) |
292198220.jpg#3r1n | Girl in pink sweater, playing with a doll. | a girl playing with her birthday present | 1 | (z0 / play-01
:ARG0 (z1 / girl)
:ARG1 (z2 / present
:mod (z3 / birthday)
:poss z1)) | ( z0 play :ARG0 ( z1 girl ) :ARG1 ( z2 present :mod ( z3 birthday ) :poss z1 ) ) |
292198220.jpg#3r1e | Girl in pink sweater, playing with a doll. | a girl inside | 0 | (z0 / girl
:location (z1 / inside)) | ( z0 girl :location ( z1 inside ) ) |
292198220.jpg#3r1c | Girl in pink sweater, playing with a doll. | a boy running | 2 | (z0 / run-02
:ARG0 (z1 / boy)) | ( z0 run :ARG0 ( z1 boy ) ) |
463978865.jpg#3r1e | A white man with dreadlocks walks down the sidewalk. | A man is walking at the side of a road. | 0 | (z0 / walk-01
:ARG0 (z1 / man)
:location (z2 / side
:part-of (z3 / road))) | ( z0 walk :ARG0 ( z1 man ) :location ( z2 side :part-of ( z3 road ) ) ) |
463978865.jpg#3r1c | A white man with dreadlocks walks down the sidewalk. | The man is bald. | 2 | (z0 / bald
:domain (z1 / man)) | ( z0 bald :domain ( z1 man ) ) |
463978865.jpg#3r1n | A white man with dreadlocks walks down the sidewalk. | A man is walking with a guitar. | 2 | (z0 / walk-01
:ARG0 (z1 / man
:ARG0-of (z2 / have-03
:ARG1 (z3 / guitar)))) | ( z0 walk :ARG0 ( z1 man :ARG0-of ( z2 have :ARG1 ( z3 guitar ) ) ) ) |
463978865.jpg#2r1n | Two boys are on the sidewalk as cars pass by on the road. | boys near the a street with cars going by | 0 | (z0 / boy
:ARG1-of (z1 / near-02
:ARG2 (z2 / street
:location-of (z3 / car
:ARG1-of (z4 / go-01
:path (z5 / by)))))) | ( z0 boy :ARG1-of ( z1 near :ARG2 ( z2 street :location-of ( z3 car :ARG1-of ( z4 go :path ( z5 by ) ) ) ) ) ) |
463978865.jpg#2r1e | Two boys are on the sidewalk as cars pass by on the road. | two boys watching traffic from the sidewalk | 0 | (z0 / watch-01
:ARG0 (z1 / boy
:quant 2)
:ARG1 (z2 / traffic)
:source (z3 / sidewalk)) | ( z0 watch :ARG0 ( z1 boy :quant 2 ) :ARG1 ( z2 traffic ) :source ( z3 sidewalk ) ) |
463978865.jpg#2r1c | Two boys are on the sidewalk as cars pass by on the road. | two girls are riding in a car | 2 | (z0 / ride-01
:ARG0 (z1 / girl
:quant 2)
:ARG1 (z2 / car)) | ( z0 ride :ARG0 ( z1 girl :quant 2 ) :ARG1 ( z2 car ) ) |
463978865.jpg#1r1n | A man sitting on the left near a man walking along the side of a street with colorful buildings. | A tall human sitting | 1 | (z0 / sit-01
:ARG1 (z1 / human)
:mod (z2 / tall)) | ( z0 sit :ARG1 ( z1 human ) :mod ( z2 tall ) ) |
463978865.jpg#1r1e | A man sitting on the left near a man walking along the side of a street with colorful buildings. | A human sitting | 0 | (z0 / sit-01
:ARG1 (z1 / human)) | ( z0 sit :ARG1 ( z1 human ) ) |
3376741717.jpg#1r1n | Cleaning the auditorium from the aftermath of a concert. | Workers are picking up beer cans that have been strewn about. | 2 | (z0 / pick-up-04
:ARG0 (z1 / person
:ARG0-of (z2 / work-01))
:ARG1 (z3 / can
:mod (z4 / beer)
:ARG1-of (z5 / strew-01
:ARG2 (z6 / about)))) | ( z0 pick-up :ARG0 ( z1 person :ARG0-of ( z2 work ) ) :ARG1 ( z3 can :mod ( z4 beer ) :ARG1-of ( z5 strew :ARG2 ( z6 about ) ) ) ) |
3376741717.jpg#1r1e | Cleaning the auditorium from the aftermath of a concert. | There is stuff strewn about after a concert. | 0 | (z0 / strew-01
:ARG1 (z1 / stuff)
:time (z2 / after
:op1 (z3 / concert))) | ( z0 strew :ARG1 ( z1 stuff ) :time ( z2 after :op ( z3 concert ) ) ) |
3376741717.jpg#1r1c | Cleaning the auditorium from the aftermath of a concert. | People are waiting for the rock band to start. | 2 | (z0 / wait-01
:ARG1 (z1 / person)
:ARG2 (z2 / start-01
:ARG1 (z3 / band
:mod (z4 / rock)))) | ( z0 wait :ARG1 ( z1 person ) :ARG2 ( z2 start :ARG1 ( z3 band :mod ( z4 rock ) ) ) ) |
3549614763.jpg#1r1n | There are two girls sitting at a table reading menus while the waiter stands at the table. | Two girls read a deli menu while the waiter waits on their table. | 0 | (z0 / read-01
:ARG0 (z1 / girl
:quant 2)
:ARG1 (z2 / menu
:mod (z3 / deli))
:time (z4 / wait-01
:ARG1 (z5 / waiter)
:ARG2 (z6 / table
:poss z1))) | ( z0 read :ARG0 ( z1 girl :quant 2 ) :ARG1 ( z2 menu :mod ( z3 deli ) ) :time ( z4 wait :ARG1 ( z5 waiter ) :ARG2 ( z6 table :poss z1 ) ) ) |
81125088.jpg#1r1c | A kid wearing a red outfit and sandals in the bed of a dirty pickup truck. | A man driving a race car | 2 | (z0 / drive-01
:ARG0 (z1 / man)
:ARG1 (z2 / car
:mod (z3 / race))) | ( z0 drive :ARG0 ( z1 man ) :ARG1 ( z2 car :mod ( z3 race ) ) ) |
2952320230.jpg#2r1n | The tennis player dressed in white swings the racket. | The tennis player practiced swinging the racket. | 1 | (z0 / practice-01
:ARG0 (z1 / person
:ARG0-of (z2 / play-01
:ARG1 (z3 / tennis)))
:ARG1 (z4 / swing-02
:ARG0 z1
:ARG1 (z5 / racket))) | ( z0 practice :ARG0 ( z1 person :ARG0-of ( z2 play :ARG1 ( z3 tennis ) ) ) :ARG1 ( z4 swing :ARG0 z1 :ARG1 ( z5 racket ) ) ) |
2952320230.jpg#2r1c | The tennis player dressed in white swings the racket. | The tennis player in blue swung the racket. | 2 | (z0 / swing-02
:ARG0 (z1 / person
:ARG0-of (z2 / play-01
:ARG1 (z3 / tennis))
:mod (z4 / blue))
:ARG1 (z5 / racket)) | ( z0 swing :ARG0 ( z1 person :ARG0-of ( z2 play :ARG1 ( z3 tennis ) ) :mod ( z4 blue ) ) :ARG1 ( z5 racket ) ) |
4899635195.jpg#1r1e | Two young Asian women standing by a metal gate. | There are two woman in this picture. | 0 | (z0 / be-located-at-91
:ARG1 (z1 / woman
:quant 2)
:ARG2 (z2 / picture
:mod (z3 / this))) | ( z0 be-located-at :ARG1 ( z1 woman :quant 2 ) :ARG2 ( z2 picture :mod ( z3 this ) ) ) |
4899635195.jpg#1r1n | Two young Asian women standing by a metal gate. | The woman are waiting for the bus to go to work. | 1 | (z0 / wait-01
:ARG1 (z1 / woman)
:ARG2 (z2 / bus)
:purpose (z3 / go-02
:ARG0 z1
:ARG4 (z4 / work-01
:ARG0 z1))) | ( z0 wait :ARG1 ( z1 woman ) :ARG2 ( z2 bus ) :purpose ( z3 go :ARG0 z1 :ARG4 ( z4 work :ARG0 z1 ) ) ) |
4899635195.jpg#1r1c | Two young Asian women standing by a metal gate. | The woman are sitting at their desks at work. | 2 | (z0 / sit-01
:ARG1 (z1 / woman)
:ARG2 (z2 / desk
:poss (z3 / they))
:location (z4 / work-01)) | ( z0 sit :ARG1 ( z1 woman ) :ARG2 ( z2 desk :poss ( z3 they ) ) :location ( z4 work ) ) |
4899635195.jpg#0r1c | Two young women pose next to a fence in a street. | There is a parade going down the street. | 2 | (z0 / parade-02
:ARG1-of (z1 / go-01
:path (z2 / down
:op1 (z3 / street)))) | ( z0 parade :ARG1-of ( z1 go :path ( z2 down :op ( z3 street ) ) ) ) |
4899635195.jpg#0r1e | Two young women pose next to a fence in a street. | Two women stand in the street. | 0 | (z0 / stand-01
:ARG1 (z1 / woman
:quant 2)
:ARG2 (z2 / street)) | ( z0 stand :ARG1 ( z1 woman :quant 2 ) :ARG2 ( z2 street ) ) |
62057380.jpg#3r1n | Two young women run down the sidewalk at night. | Two sad women run down the sidewalk at night. | 1 | (z0 / run-02
:ARG0 (z1 / woman
:quant 2
:ARG1-of (z2 / sad-02))
:ARG1 (z3 / sidewalk)
:direction (z4 / down)
:time (z5 / date-entity
:dayperiod (z6 / night))) | ( z0 run :ARG0 ( z1 woman :quant 2 :ARG1-of ( z2 sad ) ) :ARG1 ( z3 sidewalk ) :direction ( z4 down ) :time ( z5 date-entity :dxyperiod ( z6 night ) ) ) |
62057380.jpg#2r1e | A man and a woman walking, he is cool she is funny. | A man and woman are walking | 0 | (z0 / walk-01
:ARG0 (z1 / and
:op1 (z2 / man)
:op2 (z3 / woman))) | ( z0 walk :ARG0 ( z1 and :op ( z2 man ) :op ( z3 woman ) ) ) |
62057380.jpg#2r1n | A man and a woman walking, he is cool she is funny. | Two people are together | 1 | (z0 / together
:domain (z1 / person
:quant 2)) | ( z0 together :domain ( z1 person :quant 2 ) ) |
62057380.jpg#2r1c | A man and a woman walking, he is cool she is funny. | A group of people are dancing. | 2 | (z0 / dance-01
:ARG0 (z1 / group
:consist-of (z2 / person))) | ( z0 dance :ARG0 ( z1 group :cxnsistof ( z2 person ) ) ) |
62057380.jpg#1r1e | Two young adults walking in a street towards bright lights. | People are walking | 0 | (z0 / walk-01
:ARG0 (z1 / person)) | ( z0 walk :ARG0 ( z1 person ) ) |
62057380.jpg#1r1n | Two young adults walking in a street towards bright lights. | The people are afraid | 2 | (z0 / fear-01
:ARG0 (z1 / person)) | ( z0 fear :ARG0 ( z1 person ) ) |
2682194299.jpg#2r1n | A tri-colored dog is jumping over obstacles. | The dog is in a race | 1 | (z0 / race-02
:ARG0 (z1 / dog)) | ( z0 race :ARG0 ( z1 dog ) ) |
2682194299.jpg#2r1e | A tri-colored dog is jumping over obstacles. | The dog is excercising | 0 | (z0 / exercise-02
:ARG0 (z1 / dog)) | ( z0 exercise :ARG0 ( z1 dog ) ) |
2682194299.jpg#2r1c | A tri-colored dog is jumping over obstacles. | The dog is laying down | 2 | (z0 / lay-01
:ARG1 (z1 / dog)
:ARG2 (z2 / down)) | ( z0 lay :ARG1 ( z1 dog ) :ARG2 ( z2 down ) ) |
2682194299.jpg#3r1c | A small dog jumping some hurdles. | The dog is sleeping. | 2 | (z0 / sleep-01
:ARG0 (z1 / dog)) | ( z0 sleep :ARG0 ( z1 dog ) ) |
2682194299.jpg#3r1n | A small dog jumping some hurdles. | A small puppy is happy doing hurdles. | 1 | (z0 / happy-01
:ARG0 (z1 / hurdle)
:ARG1 (z2 / puppy
:mod (z3 / small))) | ( z0 happy :ARG0 ( z1 hurdle ) :ARG1 ( z2 puppy :mod ( z3 small ) ) ) |
2682194299.jpg#0r1c | A black and white dog is running down some white steps. | A brown dog is running in the park. | 2 | (z0 / run-02
:ARG0 (z1 / dog
:mod (z2 / brown))
:location (z3 / park)) | ( z0 run :ARG0 ( z1 dog :mod ( z2 brown ) ) :location ( z3 park ) ) |
2682194299.jpg#0r1n | A black and white dog is running down some white steps. | A black and white dog is running down white steps to fetch a ball. | 1 | (z0 / run-02
:ARG0 (z1 / dog
:ARG1-of (z2 / black-04)
:ARG1-of (z3 / white-03))
:ARG1 (z4 / down
:op1 (z5 / step
:ARG1-of (z6 / white-03)))
:purpose (z7 / fetch-01
:ARG0 z1
:ARG1 (z8 / ball))) | ( z0 run :ARG0 ( z1 dog :ARG1-of ( z2 black ) :ARG1-of ( z3 white ) ) :ARG1 ( z4 down :op ( z5 step :ARG1-of ( z6 white ) ) ) :purpose ( z7 fetch :ARG0 z1 :ARG1 ( z8 ball ) ) ) |
2822418176.jpg#0r1e | A man with noise-cancelling headphones in a black t-shirt is using a chainsaw to sculpt a bird out of a tree stump. | THere is a man making a bird out of a tree stump. | 0 | (z0 / man
:ARG0-of (z1 / make-01
:ARG1 (z2 / bird)
:ARG2 (z3 / stump
:part-of (z4 / tree)))
:domain (z5 / that)) | ( z0 man :ARG0-of ( z1 make :ARG1 ( z2 bird ) :ARG2 ( z3 stump :part-of ( z4 tree ) ) ) :domain ( z5 that ) ) |
2822418176.jpg#0r1n | A man with noise-cancelling headphones in a black t-shirt is using a chainsaw to sculpt a bird out of a tree stump. | The man making the bird is a professional. | 0 | (z0 / professional
:ARG0-of (z1 / make-18
:ARG1 (z2 / bird))) | ( z0 professional :ARG0-of ( z1 make :ARG1 ( z2 bird ) ) ) |
2822418176.jpg#0r1c | A man with noise-cancelling headphones in a black t-shirt is using a chainsaw to sculpt a bird out of a tree stump. | A woman with noise-cancelling headphones in a black t-shirt is using a chainsaw to sculpt a bird out of a tree stump. | 2 | (z0 / use-01
:ARG0 (z1 / woman
:ARG0-of (z2 / have-03
:ARG1 (z3 / headset
:ARG0-of (z4 / cancel-01
:ARG1 (z5 / noise))))
:ARG0-of (z6 / wear-01
:ARG1 (z7 / t-shirt
:ARG1-of (z8... | ( z0 use :ARG0 ( z1 woman :ARG0-of ( z2 have :ARG1 ( z3 headset :ARG0-of ( z4 cancel :ARG1 ( z5 noise ) ) ) ) :ARG0-of ( z6 wear :ARG1 ( z7 t-shirt :ARG1-of ( z8 black ) ) ) ) :ARG1 ( z9 chainsaw ) :ARG2 ( z10 sculpt :ARG0 z1 :ARG1 ( z11 bird ) :ARG2 ( z12 stump :part-of ( z13 tree ) ) ) ) |
4828433053.jpg#4r1n | A dog wearing a blue vest. | The dog wears a blue vest to keep warm. | 1 | (z0 / wear-01
:ARG0 (z1 / dog)
:ARG1 (z2 / vest
:mod (z3 / blue))
:purpose (z4 / keep-02
:ARG0 z1
:ARG1 (z5 / warm-01
:ARG1 z1))) | ( z0 wear :ARG0 ( z1 dog ) :ARG1 ( z2 vest :mod ( z3 blue ) ) :purpose ( z4 keep :ARG0 z1 :ARG1 ( z5 warm :ARG1 z1 ) ) ) |
4828433053.jpg#4r1c | A dog wearing a blue vest. | The cat wore a blue vest. | 2 | (z0 / wear-01
:ARG0 (z1 / cat)
:ARG1 (z2 / vest
:mod (z3 / blue))) | ( z0 wear :ARG0 ( z1 cat ) :ARG1 ( z2 vest :mod ( z3 blue ) ) ) |
393043864.jpg#3r1e | A picture of a fruit and vegetable store. | There is a picture. | 0 | (z0 / picture) | ( z0 picture ) |
393043864.jpg#3r1c | A picture of a fruit and vegetable store. | The picture is of a jewelry store. | 2 | (z0 / picture-01
:ARG1 (z1 / store
:mod (z2 / jewelry))) | ( z0 picture :ARG1 ( z1 store :mod ( z2 jewelry ) ) ) |
393043864.jpg#3r1n | A picture of a fruit and vegetable store. | The picture is old. | 1 | (z0 / old
:domain (z1 / picture)) | ( z0 old :domain ( z1 picture ) ) |
1235455146.jpg#2r1n | Two women, a man and a small child picnic on a busy beach. | There is a couple on a beach. | 1 | (z0 / couple
:location (z1 / beach)) | ( z0 couple :location ( z1 beach ) ) |
1235455146.jpg#2r1c | Two women, a man and a small child picnic on a busy beach. | There are no people on a beach. | 2 | (z0 / be-located-at-91
:polarity -
:ARG1 (z1 / person)
:ARG2 (z2 / beach)) | ( z0 be-located-at :polarity - :ARG1 ( z1 person ) :ARG2 ( z2 beach ) ) |
1235455146.jpg#2r1e | Two women, a man and a small child picnic on a busy beach. | There are a lot of people on a beach. | 0 | (z0 / be-located-at-91
:ARG1 (z1 / person
:quant (z2 / lot))
:ARG2 (z3 / beach)) | ( z0 be-located-at :ARG1 ( z1 person :quant ( z2 lot ) ) :ARG2 ( z3 beach ) ) |
1235455146.jpg#3r1n | A group of people are sitting on the beach with a cooler. | The group of people sitting are from France | 1 | (z0 / sit-01
:ARG1 (z1 / group
:consist-of (z2 / person)
:source (z3 / country
:name (z4 / name
:op1 "France")))) | ( z0 sit :ARG1 ( z1 group :cxnsistof ( z2 person ) :source ( z3 country :name ( z4 name :op "France" ) ) ) ) |
1235455146.jpg#3r1c | A group of people are sitting on the beach with a cooler. | The group of people are climbing mount everest | 2 | (z0 / climb-01
:ARG0 (z1 / group
:consist-of (z2 / person))
:ARG1 (z3 / mountain
:name (z4 / name
:op1 "Everest"))) | ( z0 climb :ARG0 ( z1 group :cxnsistof ( z2 person ) ) :ARG1 ( z3 mountain :name ( z4 name :op "Everest" ) ) ) |
1235455146.jpg#0r1e | An asian family is picnicking at the beach while others play in the water. | There is an asian family. | 0 | (z0 / family
:mod (z1 / continent
:name (z2 / name
:op1 "Asia"))) | ( z0 family :mod ( z1 continent :name ( z2 name :op "Asia" ) ) ) |
1235455146.jpg#0r1n | An asian family is picnicking at the beach while others play in the water. | The family is partying. | 1 | (z0 / party-01
:ARG0 (z1 / family)) | ( z0 party :ARG0 ( z1 family ) ) |
1235455146.jpg#0r1c | An asian family is picnicking at the beach while others play in the water. | The family is dead. | 2 | (z0 / die-01
:ARG1 (z1 / family)) | ( z0 die :ARG1 ( z1 family ) ) |
1235455146.jpg#1r1e | A family sits at the beach while swimmers can be seen in the background. | The weather at the beach is warm and sunny. | 0 | (z0 / weather
:location (z1 / beach)
:ARG1-of (z2 / warm-07)
:mod (z3 / sunny)) | ( z0 weather :location ( z1 beach ) :ARG1-of ( z2 warm ) :mod ( z3 sunny ) ) |
1235455146.jpg#1r1c | A family sits at the beach while swimmers can be seen in the background. | A family sits in a field with footballers in the background. | 2 | (z0 / sit-01
:ARG1 (z1 / family)
:ARG2 (z2 / field)
:accompanier (z3 / person
:ARG0-of (z4 / have-org-role-91
:ARG2 (z5 / footballer))
:location (z6 / background))) | ( z0 sit :ARG1 ( z1 family ) :ARG2 ( z2 field ) :accompanier ( z3 person :ARG0-of ( z4 have-org-role :ARG2 ( z5 footballer ) ) :location ( z6 background ) ) ) |
1235455146.jpg#1r1n | A family sits at the beach while swimmers can be seen in the background. | The family is having a picnic on the beach. | 1 | (z0 / picnic-01
:ARG0 (z1 / family)
:location (z2 / beach)) | ( z0 picnic :ARG0 ( z1 family ) :location ( z2 beach ) ) |
1235455146.jpg#4r2c | family sits on beach with a blue cooler. | A man is running along a beach. | 2 | (z0 / run-02
:ARG0 (z1 / man)
:path (z2 / along
:op1 (z3 / beach))) | ( z0 run :ARG0 ( z1 man ) :path ( z2 along :op ( z3 beach ) ) ) |
1235455146.jpg#4r2n | family sits on beach with a blue cooler. | A family visits a beach during Spring Break. | 1 | (z0 / visit-01
:ARG0 (z1 / family)
:ARG1 (z2 / beach)
:time (z3 / break-out
:ARG2 (z4 / date-entity
:season (z5 / spring)))) | ( z0 visit :ARG0 ( z1 family ) :ARG1 ( z2 beach ) :time ( z3 break-out :ARG2 ( z4 date-entity :season ( z5 spring ) ) ) ) |
1235455146.jpg#4r4c | family sits on beach with a blue cooler. | The family brought a sofa to sit. | 2 | (z0 / bring-01
:ARG0 (z1 / family)
:ARG1 (z2 / sofa
:ARG2-of (z3 / sit-01))) | ( z0 bring :ARG0 ( z1 family ) :ARG1 ( z2 sofa :ARG2-of ( z3 sit ) ) ) |
1235455146.jpg#4r3n | family sits on beach with a blue cooler. | A family shares their lunch at the beach. | 0 | (z0 / share-01
:ARG0 (z1 / family)
:ARG1 (z2 / lunch
:poss z1)
:location (z3 / beach)) | ( z0 share :ARG0 ( z1 family ) :ARG1 ( z2 lunch :poss z1 ) :location ( z3 beach ) ) |
1235455146.jpg#4r1e | family sits on beach with a blue cooler. | The family has some food or drink with them. | 0 | (z0 / have-03
:ARG0 (z1 / family)
:ARG1 (z2 / or
:op1 (z3 / food
:quant (z4 / some))
:op2 (z5 / drink
:quant z4))
:accompanier z1) | ( z0 have :ARG0 ( z1 family ) :ARG1 ( z2 or :op ( z3 food :quant ( z4 some ) ) :op ( z5 drink :quant z4 ) ) :accompanier z1 ) |
1235455146.jpg#4r4n | family sits on beach with a blue cooler. | There are beers in the cooler. | 1 | (z0 / be-located-at-91
:ARG1 (z1 / beer)
:ARG2 (z2 / cooler)) | ( z0 be-located-at :ARG1 ( z1 beer ) :ARG2 ( z2 cooler ) ) |
1235455146.jpg#4r3c | family sits on beach with a blue cooler. | A family is wrestling at a movie theater. | 2 | (z0 / wrestle-01
:ARG0 (z1 / family)
:location (z2 / theater
:mod (z3 / movie))) | ( z0 wrestle :ARG0 ( z1 family ) :location ( z2 theater :mod ( z3 movie ) ) ) |
1235455146.jpg#4r3e | family sits on beach with a blue cooler. | There is a family outside at the beach. | 0 | (z0 / be-located-at-91
:ARG1 (z1 / family)
:ARG2 (z2 / outside
:op1 (z3 / beach))) | ( z0 be-located-at :ARG1 ( z1 family ) :ARG2 ( z2 outside :op ( z3 beach ) ) ) |
1235455146.jpg#4r4e | family sits on beach with a blue cooler. | There is water nearby. | 0 | (z0 / water
:location (z1 / nearby)) | ( z0 water :location ( z1 nearby ) ) |
1235455146.jpg#4r5n | family sits on beach with a blue cooler. | A family sits on the beach, celebrating a birthday. | 1 | (z0 / sit-01
:ARG1 (z1 / family
:ARG0-of (z2 / celebrate-02
:ARG1 (z3 / birthday)))
:ARG2 (z4 / beach)) | ( z0 sit :ARG1 ( z1 family :ARG0-of ( z2 celebrate :ARG1 ( z3 birthday ) ) ) :ARG2 ( z4 beach ) ) |
1235455146.jpg#4r5c | family sits on beach with a blue cooler. | A family swims in the pool. | 2 | (z0 / swim-01
:ARG0 (z1 / family)
:location (z2 / pool)) | ( z0 swim :ARG0 ( z1 family ) :location ( z2 pool ) ) |
1235455146.jpg#4r1c | family sits on beach with a blue cooler. | The cooler is red. | 2 | (z0 / red-02
:ARG1 (z1 / thing
:ARG0-of (z2 / cool-01))) | ( z0 red :ARG1 ( z1 thing :ARG0-of ( z2 cool ) ) ) |
1235455146.jpg#4r5e | family sits on beach with a blue cooler. | A family sits beside the ocean. | 0 | (z0 / sit-01
:ARG1 (z1 / family)
:ARG2 (z2 / beside
:op1 (z3 / ocean))) | ( z0 sit :ARG1 ( z1 family ) :ARG2 ( z2 beside :op ( z3 ocean ) ) ) |
1235455146.jpg#4r1n | family sits on beach with a blue cooler. | The family are drinking fruit juice. | 1 | (z0 / drink-01
:ARG0 (z1 / family)
:ARG1 (z2 / juice
:source (z3 / fruit))) | ( z0 drink :ARG0 ( z1 family ) :ARG1 ( z2 juice :source ( z3 fruit ) ) ) |
4320494335.jpg#1r1e | These two parents are enjoying time out of their house with their new baby boy. | The people are outdoors | 0 | (z0 / person
:location (z1 / outdoors)) | ( z0 person :location ( z1 outdoors ) ) |
4320494335.jpg#1r1c | These two parents are enjoying time out of their house with their new baby boy. | The family is watching a moview | 2 | (z0 / watch-01
:ARG0 (z1 / family)
:ARG1 (z2 / movie)) | ( z0 watch :ARG0 ( z1 family ) :ARG1 ( z2 movie ) ) |
4320494335.jpg#1r1n | These two parents are enjoying time out of their house with their new baby boy. | The family is taking a stroll at the local park | 1 | (z0 / stroll-01
:ARG0 (z1 / family)
:ARG1 (z2 / park
:ARG1-of (z3 / local-02))) | ( z0 stroll :ARG0 ( z1 family ) :ARG1 ( z2 park :ARG1-of ( z3 local ) ) ) |
688926797.jpg#3r1c | A girl in a blue dress is standing with her hand on her hip. | A boy in a blue dress is standing with her hand on her hip. | 2 | (z0 / stand-01
:ARG1 (z1 / boy
:ARG0-of (z2 / wear-01
:ARG1 (z3 / dress
:mod (z4 / blue))))
:manner (z5 / be-located-at-91
:ARG1 (z6 / hand
:part-of (z7 / she))
:ARG2 (z8 / hip
:part-of z7))) | ( z0 stand :ARG1 ( z1 boy :ARG0-of ( z2 wear :ARG1 ( z3 dress :mod ( z4 blue ) ) ) ) :manner ( z5 be-located-at :ARG1 ( z6 hand :part-of ( z7 she ) ) :ARG2 ( z8 hip :part-of z7 ) ) ) |
688926797.jpg#0r1n | A woman showing her pretty blue dress and new hairdo, with a man standing behind her. | A woman is showing off to the man behind her. | 1 | (z0 / show-off-03
:ARG0 (z1 / woman)
:ARG2 (z2 / man
:location (z3 / behind
:op1 z1))) | ( z0 show-off :ARG0 ( z1 woman ) :ARG2 ( z2 man :location ( z3 behind :op z1 ) ) ) |
688926797.jpg#0r1c | A woman showing her pretty blue dress and new hairdo, with a man standing behind her. | A woman is looking at a dress in a dressing room. | 2 | (z0 / look-01
:ARG0 (z1 / woman)
:ARG1 (z2 / dress)
:location (z3 / room
:mod (z4 / dress-01))) | ( z0 look :ARG0 ( z1 woman ) :ARG1 ( z2 dress ) :location ( z3 room :mod ( z4 dress ) ) ) |
688926797.jpg#0r1e | A woman showing her pretty blue dress and new hairdo, with a man standing behind her. | A woman poses in a blue dress. | 0 | (z0 / pose-01
:ARG0 (z1 / woman)
:manner (z2 / wear-01
:ARG0 z1
:ARG1 (z3 / dress
:mod (z4 / blue)))) | ( z0 pose :ARG0 ( z1 woman ) :manner ( z2 wear :ARG0 z1 :ARG1 ( z3 dress :mod ( z4 blue ) ) ) ) |
688926797.jpg#4r1n | A woman in a blue dress standing. | A woman is standing outside. | 1 | (z0 / stand-01
:ARG1 (z1 / woman)
:ARG2 (z2 / outside)) | ( z0 stand :ARG1 ( z1 woman ) :ARG2 ( z2 outside ) ) |
688926797.jpg#4r1e | A woman in a blue dress standing. | A woman is on her feet. | 0 | (z0 / woman
:location (z1 / foot
:part-of z0)) | ( z0 woman :location ( z1 foot :part-of z0 ) ) |
688926797.jpg#4r1c | A woman in a blue dress standing. | A woman is sitting. | 2 | (z0 / sit-01
:ARG1 (z1 / woman)) | ( z0 sit :ARG1 ( z1 woman ) ) |
6839984356.jpg#1r1c | An Asian youth sitting on a wall with a skateboard on his lap. | An Asian youth is doing a skateboard trick. | 2 | (z0 / trick-01
:ARG0 (z1 / youth
:mod (z2 / continent
:name (z3 / name
:op1 "Asia")))
:instrument (z4 / skateboard)) | ( z0 trick :ARG0 ( z1 youth :mod ( z2 continent :name ( z3 name :op "Asia" ) ) ) :instrument ( z4 skateboard ) ) |
6839984356.jpg#1r1e | An Asian youth sitting on a wall with a skateboard on his lap. | An Asian person is holding a skateboard. | 0 | (z0 / hold-01
:ARG0 (z1 / person
:mod (z2 / continent
:name (z3 / name
:op1 "Asia")))
:ARG1 (z4 / skateboard)) | ( z0 hold :ARG0 ( z1 person :mod ( z2 continent :name ( z3 name :op "Asia" ) ) ) :ARG1 ( z4 skateboard ) ) |
6839984356.jpg#1r1n | An Asian youth sitting on a wall with a skateboard on his lap. | An Asian person is resting after a skateboard trip | 1 | (z0 / rest-01
:ARG1 (z1 / person
:mod (z2 / continent
:name (z3 / name
:op1 "Asia")))
:time (z4 / after
:op1 (z5 / trip-03
:ARG0 z1
:ARG1 (z6 / skateboard)))) | ( z0 rest :ARG1 ( z1 person :mod ( z2 continent :name ( z3 name :op "Asia" ) ) ) :time ( z4 after :op ( z5 trip :ARG0 z1 :ARG1 ( z6 skateboard ) ) ) ) |
6839984356.jpg#3r1e | A young Asian man sits with his skateboard on his lap. | a young asian is sitting. | 0 | (z0 / sit-01
:ARG1 (z1 / person
:mod (z2 / continent
:name (z3 / name
:op1 "Asia"))
:mod (z4 / young))) | ( z0 sit :ARG1 ( z1 person :mod ( z2 continent :name ( z3 name :op "Asia" ) ) :mod ( z4 young ) ) ) |
6839984356.jpg#3r1n | A young Asian man sits with his skateboard on his lap. | A young asian hurt himself skateboarding. | 1 | (z0 / hurt-01
:ARG0 (z1 / person
:mod (z2 / continent
:name (z3 / name
:op1 "Asia"))
:mod (z4 / young))
:ARG1 z1
:manner (z5 / skateboard-01
:ARG0 z1)) | ( z0 hurt :ARG0 ( z1 person :mod ( z2 continent :name ( z3 name :op "Asia" ) ) :mod ( z4 young ) ) :ARG1 z1 :manner ( z5 skateboard :ARG0 z1 ) ) |
6839984356.jpg#2r1n | A youth wearing yellow sits on a wall holding a skateboard | The boy is 16 | 1 | (z0 / thing
:age (z1 / temporal-quantity
:quant 16
:unit (z2 / year))
:domain (z3 / boy)) | ( z0 thing :age ( z1 temporal-quantity :quant 16 :unit ( z2 year ) ) :domain ( z3 boy ) ) |
6839984356.jpg#2r1c | A youth wearing yellow sits on a wall holding a skateboard | The man is 92 | 2 | (z0 / man
:age (z1 / temporal-quantity
:quant 92
:unit (z2 / year))) | ( z0 man :age ( z1 temporal-quantity :quant 92 :unit ( z2 year ) ) ) |
6839984356.jpg#2r1e | A youth wearing yellow sits on a wall holding a skateboard | The person is young | 0 | (z0 / young
:domain (z1 / person)) | ( z0 young :domain ( z1 person ) ) |
6839984356.jpg#4r1c | The boy with the skateboard is taking a break. | The boy is riding in the car. | 2 | (z0 / ride-01
:ARG0 (z1 / boy)
:ARG1 (z2 / car)) | ( z0 ride :ARG0 ( z1 boy ) :ARG1 ( z2 car ) ) |
6839984356.jpg#4r1n | The boy with the skateboard is taking a break. | The boy wears a helmet. | 2 | (z0 / wear-01
:ARG0 (z1 / boy)
:ARG1 (z2 / helmet)) | ( z0 wear :ARG0 ( z1 boy ) :ARG1 ( z2 helmet ) ) |
6839984356.jpg#4r1e | The boy with the skateboard is taking a break. | A boy with a skateboard rests. | 0 | (z0 / rest-01
:ARG0 (z1 / boy
:ARG0-of (z2 / have-03
:ARG1 (z3 / skateboard)))) | ( z0 rest :ARG0 ( z1 boy :ARG0-of ( z2 have :ARG1 ( z3 skateboard ) ) ) ) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.