source
stringlengths
3
103
target
stringlengths
3
172
A cake was rolled by a child .
roll ( theme = cake , agent = child )
A giraffe was lended the cake in a room .
lend ( recipient = giraffe , theme = * cake ( nmod . in = room ) )
Ava gave Oliver the donut .
give ( agent = Ava , recipient = Oliver , theme = * donut )
A girl gave Jacob the donut on a speaker .
give ( agent = girl , recipient = Jacob , theme = * donut ( nmod . on = speaker ) )
Sophia returned Lucas the cake .
return ( agent = Sophia , recipient = Lucas , theme = * cake )
Olivia helped a game on a tiger .
help ( agent = Olivia , theme = game ( nmod . on = tiger ) )
A kitty painted the spokesman .
paint ( agent = kitty , theme = * spokesman )
Mia juggled Emma .
juggle ( agent = Mia , theme = Emma )
The raisin was forwarded to Aiden by Daniel .
forward ( theme = * raisin , recipient = Aiden , agent = Daniel )
The boy was rented a cake beside a chair by the frog .
rent ( recipient = * boy , theme = cake ( nmod . beside = chair ) , agent = * frog )
Noah gave a cookie in the blender in the corner to the duke .
give ( agent = Noah , theme = cookie ( nmod . in = * blender ( nmod . in = * corner ) ) , recipient = * duke )
The pencil was liked .
like ( theme = * pencil )
The dog gave a donut on a table to the professor .
give ( agent = * dog , theme = donut ( nmod . on = table ) , recipient = * professor )
Emma was given a donut in the house by the girl .
give ( recipient = Emma , theme = donut ( nmod . in = * house ) , agent = * girl )
Nora ate the girl in a house .
eat ( agent = Nora , theme = * girl ( nmod . in = house ) )
A drink was found .
find ( theme = drink )
A girl liked that the cookie froze .
like ( agent = girl , ccomp = freeze ( theme = * cookie ) )
The cake was offered to a teacher by a girl .
offer ( theme = * cake , recipient = teacher , agent = girl )
The leaf was given to the fly by the boy .
give ( theme = * leaf , recipient = * fly , agent = * boy )
A cake was liked by Joshua .
like ( theme = cake , agent = Joshua )
A purse was thrown .
throw ( theme = purse )
A girl lended Liam a toothbrush .
lend ( agent = girl , recipient = Liam , theme = toothbrush )
Emma tolerated the director .
tolerate ( agent = Emma , theme = * director )
A bunny liked that Samuel ate .
like ( agent = bunny , ccomp = eat ( agent = Samuel ) )
Emma loaned the cake to a cat .
loan ( agent = Emma , theme = * cake , recipient = cat )
Oliver was given a cookie on the stage by the girl .
give ( recipient = Oliver , theme = cookie ( nmod . on = * stage ) , agent = * girl )
A potato was frozen .
freeze ( theme = potato )
A girl sold a pickle beside the table to Emma .
sell ( agent = girl , theme = pickle ( nmod . beside = * table ) , recipient = Emma )
A guard served a dog a donut .
serve ( agent = guard , recipient = dog , theme = donut )
The sandwich was loved by Emma .
love ( theme = * sandwich , agent = Emma )
A hammer was given to Emma .
give ( theme = hammer , recipient = Emma )
A doll was worshipped by the servant .
worship ( theme = doll , agent = * servant )
Emma liked a cake on a bed .
like ( agent = Emma , theme = cake ( nmod . on = bed ) )
The balloon was served to a girl .
serve ( theme = * balloon , recipient = girl )
A horse burned Isabella .
burn ( agent = horse , theme = Isabella )
A cake was handed to Noah by Isabella .
hand ( theme = cake , recipient = Noah , agent = Isabella )
A balloon was lended to the driver .
lend ( theme = balloon , recipient = * driver )
The chicken liked that Harper helped a molecule .
like ( agent = * chicken , ccomp = help ( agent = Harper , theme = molecule ) )
The girl found Sophia .
find ( agent = * girl , theme = Sophia )
A cookie was cooked by the dog .
cook ( theme = cookie , agent = * dog )
John liked that Emma disintegrated a consumer .
like ( agent = John , ccomp = disintegrate ( agent = Emma , theme = consumer ) )
A rose was shortened .
shorten ( theme = rose )
A hero liked the girl .
like ( agent = hero , theme = * girl )
A turkey adored the baby in a house .
adore ( agent = turkey , theme = * baby ( nmod . in = house ) )
Audrey helped a princess .
help ( agent = Audrey , theme = princess )
A donut was found .
find ( theme = donut )
The boy was sold the pen in a parcel .
sell ( recipient = * boy , theme = * pen ( nmod . in = parcel ) )
A girl gave Noah the cookie beside the stage .
give ( agent = girl , recipient = Noah , theme = * cookie ( nmod . beside = * stage ) )
A cookie was held by Alexander .
hold ( theme = cookie , agent = Alexander )
The donut was cleaned by the giraffe .
clean ( theme = * donut , agent = * giraffe )
A penny was rolled .
roll ( theme = penny )
The cat gave Wyatt a cake .
give ( agent = * cat , recipient = Wyatt , theme = cake )
The brush was eaten .
eat ( theme = * brush )
William painted Charlotte .
paint ( agent = William , theme = Charlotte )
Noah wanted to read .
want ( agent = Noah , xcomp = read ( agent = Noah ) )
The soap was tossed .
toss ( theme = * soap )
A cat smiled .
smile ( agent = cat )
A cookie was posted to the boy by Ava .
post ( theme = cookie , recipient = * boy , agent = Ava )
The pretzel was found .
find ( theme = * pretzel )
A mother was given a cookie on a desk by a cat .
give ( recipient = mother , theme = cookie ( nmod . on = desk ) , agent = cat )
A governor collapsed a girl .
collapse ( agent = governor , theme = girl )
Chloe liked the boy .
like ( agent = Chloe , theme = * boy )
The girl froze a cake in a cup on a speaker .
freeze ( agent = * girl , theme = cake ( nmod . in = cup ( nmod . on = speaker ) ) )
The girl sold the cake in the room in a house to Layla .
sell ( agent = * girl , theme = * cake ( nmod . in = * room ( nmod . in = house ) ) , recipient = Layla )
Lucas reddened .
redden ( theme = Lucas )
The mirror was promised to Emma .
promise ( theme = * mirror , recipient = Emma )
Emma was given the melon in the can .
give ( recipient = Emma , theme = * melon ( nmod . in = * can ) )
A cake was brought to Owen .
bring ( theme = cake , recipient = Owen )
A cake was awarded to a boy by Emma .
award ( theme = cake , recipient = boy , agent = Emma )
Olivia lended Natalie the can in the house .
lend ( agent = Olivia , recipient = Natalie , theme = * can ( nmod . in = * house ) )
The frog cleaned .
clean ( agent = * frog )
A cake was cooked by the dog .
cook ( theme = cake , agent = * dog )
The balloon was given to Ethan .
give ( theme = * balloon , recipient = Ethan )
William liked that a potato was given to Lucas .
like ( agent = William , ccomp = give ( theme = potato , recipient = Lucas ) )
A strawberry was painted .
paint ( theme = strawberry )
A boy was given a cake by Emma .
give ( recipient = boy , theme = cake , agent = Emma )
Olivia was given a sandwich by the girl .
give ( recipient = Olivia , theme = sandwich , agent = * girl )
Noah drew the glue .
draw ( agent = Noah , theme = * glue )
A drink was handed to a horse by the cat .
hand ( theme = drink , recipient = horse , agent = * cat )
A hero expected to sleep .
expect ( agent = hero , xcomp = sleep ( agent = hero ) )
Emma cleaned Liam .
clean ( agent = Emma , theme = Liam )
Lillian helped a donut in the shoebox .
help ( agent = Lillian , theme = donut ( nmod . in = * shoebox ) )
A child liked the lollipop beside the bed .
like ( agent = child , theme = * lollipop ( nmod . beside = * bed ) )
Emma liked a cake beside a bucket on the surface .
like ( agent = Emma , theme = cake ( nmod . beside = bucket ( nmod . on = * surface ) ) )
A lawyer was given the cookie by a dog .
give ( recipient = lawyer , theme = * cookie , agent = dog )
A hamburger was given to William by the girl .
give ( theme = hamburger , recipient = William , agent = * girl )
Emma brought the plate to a girl .
bring ( agent = Emma , theme = * plate , recipient = girl )
A book was painted .
paint ( theme = book )
The donut was eaten by the teacher .
eat ( theme = * donut , agent = * teacher )
The servant dusted .
dust ( agent = * servant )
Emma was handed the cake .
hand ( recipient = Emma , theme = * cake )
A lion drew .
draw ( agent = lion )
A book was appreciated by Liam .
appreciate ( theme = book , agent = Liam )
Olivia ate a brain in a cup .
eat ( agent = Olivia , theme = brain ( nmod . in = cup ) )
Leah offered the donut in a garden to Emma .
offer ( agent = Leah , theme = * donut ( nmod . in = garden ) , recipient = Emma )
The zebra froze .
freeze ( theme = * zebra )
The cake was awarded to Carter by Emma .
award ( theme = * cake , recipient = Carter , agent = Emma )
A lawyer tried to talk .
try ( agent = lawyer , xcomp = talk ( agent = lawyer ) )
A boy handed a bat in the garden to Emma .
hand ( agent = boy , theme = bat ( nmod . in = * garden ) , recipient = Emma )
The teacher forwarded a boy a banana on a cat .
forward ( agent = * teacher , recipient = boy , theme = banana ( nmod . on = cat ) )