source
stringlengths
3
103
target
stringlengths
3
172
A raisin was crumpled by the chicken .
crumple ( theme = raisin , agent = * chicken )
Noah lended the pencil on the stage to the girl .
lend ( agent = Noah , theme = * pencil ( nmod . on = * stage ) , recipient = * girl )
A strawberry was liked by Emma .
like ( theme = strawberry , agent = Emma )
A cake was improved by Hannah .
improve ( theme = cake , agent = Hannah )
Zoey sent a girl the biscuit beside the table .
send ( agent = Zoey , recipient = girl , theme = * biscuit ( nmod . beside = * table ) )
Liam loaned the dog the sandwich beside a stage .
loan ( agent = Liam , recipient = * dog , theme = * sandwich ( nmod . beside = stage ) )
Emma poked the girl in the cabinet .
poke ( agent = Emma , theme = * girl ( nmod . in = * cabinet ) )
The dog laughed .
laugh ( agent = * dog )
Benjamin returned the bat beside a baron in a house to a boy .
return ( agent = Benjamin , theme = * bat ( nmod . beside = baron ( nmod . in = house ) ) , recipient = boy )
A horse ate .
eat ( agent = horse )
The girl ate the cookie .
eat ( agent = * girl , theme = * cookie )
The newspaper was given to Liam .
give ( theme = * newspaper , recipient = Liam )
William liked that the child packed .
like ( agent = William , ccomp = pack ( agent = * child ) )
A cat cleaned .
clean ( agent = cat )
The cake was brought to a girl .
bring ( theme = * cake , recipient = girl )
The puppy was given a cake on a stage by Harper .
give ( recipient = * puppy , theme = cake ( nmod . on = stage ) , agent = Harper )
A cookie was frozen by the horse .
freeze ( theme = cookie , agent = * horse )
The princess ate Emma .
eat ( agent = * princess , theme = Emma )
The drink was eaten .
eat ( theme = * drink )
A seed was helped .
help ( theme = seed )
A spoon was frozen by the girl .
freeze ( theme = spoon , agent = * girl )
A giraffe broke the cake beside the stage .
break ( agent = giraffe , theme = * cake ( nmod . beside = * stage ) )
A child supported that a cookie was found .
support ( agent = child , ccomp = find ( theme = cookie ) )
Emma was given a pickle in the box .
give ( recipient = Emma , theme = pickle ( nmod . in = * box ) )
Avery cleaned the donut .
clean ( agent = Avery , theme = * donut )
A butterfly admired Emma .
admire ( agent = butterfly , theme = Emma )
The princess wanted to run .
want ( agent = * princess , xcomp = run ( agent = * princess ) )
A cookie was lended to Ava .
lend ( theme = cookie , recipient = Ava )
Benjamin nursed Emma .
nurse ( agent = Benjamin , theme = Emma )
Olivia rolled the girl .
roll ( agent = Olivia , theme = * girl )
A boy floated a melon .
float ( agent = boy , theme = melon )
A horse said that James loved the pupil beside the box .
say ( agent = horse , ccomp = love ( agent = James , theme = * pupil ( nmod . beside = * box ) ) )
Emma wished to read .
wish ( agent = Emma , xcomp = read ( agent = Emma ) )
The melon was dusted by Emma .
dust ( theme = * melon , agent = Emma )
Nora served the pillow to a girl .
serve ( agent = Nora , theme = * pillow , recipient = girl )
A horse disintegrated .
disintegrate ( theme = horse )
The block was enlarged .
enlarge ( theme = * block )
Emma tried to run .
try ( agent = Emma , xcomp = run ( agent = Emma ) )
The bat was rolled by the bear .
roll ( theme = * bat , agent = * bear )
A cookie was decomposed by the girl .
decompose ( theme = cookie , agent = * girl )
A turkey decomposed a donkey on the yacht .
decompose ( agent = turkey , theme = donkey ( nmod . on = * yacht ) )
A book was lended to the boy by the baby .
lend ( theme = book , recipient = * boy , agent = * baby )
The chalk was held .
hold ( theme = * chalk )
The girl was given the box .
give ( recipient = * girl , theme = * box )
The girl hoped to cook .
hope ( agent = * girl , xcomp = cook ( agent = * girl ) )
A girl gave the cake beside a house to the visitor .
give ( agent = girl , theme = * cake ( nmod . beside = house ) , recipient = * visitor )
A squirrel rolled the cookie on the stage .
roll ( agent = squirrel , theme = * cookie ( nmod . on = * stage ) )
A donut was cooked by Elijah .
cook ( theme = donut , agent = Elijah )
A rose was broken by the dog .
break ( theme = rose , agent = * dog )
Emma handed William a cake .
hand ( agent = Emma , recipient = William , theme = cake )
A donut was fed to Olivia by William .
feed ( theme = donut , recipient = Olivia , agent = William )
The boy liked the teacher in the house .
like ( agent = * boy , theme = * teacher ( nmod . in = * house ) )
Emma was promised a raisin in a house .
promise ( recipient = Emma , theme = raisin ( nmod . in = house ) )
Penelope gasped .
gasp ( agent = Penelope )
Emma was given a raisin .
give ( recipient = Emma , theme = raisin )
The chicken handed a cat the donut .
hand ( agent = * chicken , recipient = cat , theme = * donut )
A girl was lended a cake by the baby .
lend ( recipient = girl , theme = cake , agent = * baby )
A cake was tossed by Noah .
toss ( theme = cake , agent = Noah )
Emma served the cookie on a log to Jaxon .
serve ( agent = Emma , theme = * cookie ( nmod . on = log ) , recipient = Jaxon )
A cake was thrown by Liam .
throw ( theme = cake , agent = Liam )
The block was liked by the girl .
like ( theme = * block , agent = * girl )
The cake was given to Daniel .
give ( theme = * cake , recipient = Daniel )
A cake was forwarded to William by the girl .
forward ( theme = cake , recipient = William , agent = * girl )
A cake was frozen by the monkey .
freeze ( theme = cake , agent = * monkey )
A hat was painted .
paint ( theme = hat )
A teacher rolled a yogurt beside the table .
roll ( agent = teacher , theme = yogurt ( nmod . beside = * table ) )
Mia floated .
float ( theme = Mia )
Liam tried to run .
try ( agent = Liam , xcomp = run ( agent = Liam ) )
Skylar craved to sneeze .
crave ( agent = Skylar , xcomp = sneeze ( agent = Skylar ) )
A boy imagined that Emma called Lucas .
imagine ( agent = boy , ccomp = call ( agent = Emma , theme = Lucas ) )
The girl helped the boy .
help ( agent = * girl , theme = * boy )
A teacher offered the bat to Emma .
offer ( agent = teacher , theme = * bat , recipient = Emma )
The mirror was lended to Jackson by Elijah .
lend ( theme = * mirror , recipient = Jackson , agent = Elijah )
Liam wanted to run .
want ( agent = Liam , xcomp = run ( agent = Liam ) )
The can was touched .
touch ( theme = * can )
The baby thought that the cake was sketched by a dog .
think ( agent = * baby , ccomp = sketch ( theme = * cake , agent = dog ) )
A dog was rented the raisin in a house .
rent ( recipient = dog , theme = * raisin ( nmod . in = house ) )
A tool was floated .
float ( theme = tool )
A lion gave the girl a drink .
give ( agent = lion , recipient = * girl , theme = drink )
Jaxon hunted Andrew .
hunt ( agent = Jaxon , theme = Andrew )
A dog handed the girl the cake .
hand ( agent = dog , recipient = * girl , theme = * cake )
A cat liked a cake .
like ( agent = cat , theme = cake )
Olivia liked the present in the car .
like ( agent = Olivia , theme = * present ( nmod . in = * car ) )
The clock was painted .
paint ( theme = * clock )
Benjamin wanted to sleep .
want ( agent = Benjamin , xcomp = sleep ( agent = Benjamin ) )
Liam knew the rose beside the table .
know ( agent = Liam , theme = * rose ( nmod . beside = * table ) )
Liam rolled a bottle .
roll ( agent = Liam , theme = bottle )
A shirt was eaten .
eat ( theme = shirt )
A donut was eaten by a mouse .
eat ( theme = donut , agent = mouse )
The chalk was fed to a girl by Emma .
feed ( theme = * chalk , recipient = girl , agent = Emma )
A cake was lended to Noah by the giraffe .
lend ( theme = cake , recipient = Noah , agent = * giraffe )
A cloud was inflated .
inflate ( theme = cloud )
Emma was sold the donut on a table .
sell ( recipient = Emma , theme = * donut ( nmod . on = table ) )
A cookie was cleaned by a fly .
clean ( theme = cookie , agent = fly )
A dog studied .
study ( agent = dog )
Mason was passed a drink on a table by a president .
pass ( recipient = Mason , theme = drink ( nmod . on = table ) , agent = president )
Emma was given the rose .
give ( recipient = Emma , theme = * rose )
Emma painted a watch .
paint ( agent = Emma , theme = watch )
A potato was grown .
grow ( theme = potato )
Sophia was given the cake on a chair by Ella .
give ( recipient = Sophia , theme = * cake ( nmod . on = chair ) , agent = Ella )