source
stringlengths
3
103
target
stringlengths
3
172
A mouse napped .
nap ( agent = mouse )
A rose was grown .
grow ( theme = rose )
The soap was eaten by a lawyer .
eat ( theme = * soap , agent = lawyer )
Caleb liked that the raisin was served to Emma .
like ( agent = Caleb , ccomp = serve ( theme = * raisin , recipient = Emma ) )
The coach ate the donut in a crate .
eat ( agent = * coach , theme = * donut ( nmod . in = crate ) )
A chicken smirked .
smirk ( agent = chicken )
The girl handed a cake on the stool to Liam .
hand ( agent = * girl , theme = cake ( nmod . on = * stool ) , recipient = Liam )
A duck was given the donut by a manager .
give ( recipient = duck , theme = * donut , agent = manager )
The watch was sent to Olivia .
send ( theme = * watch , recipient = Olivia )
The giraffe liked that James gave Lillian a donut on a table .
like ( agent = * giraffe , ccomp = give ( agent = James , recipient = Lillian , theme = donut ( nmod . on = table ) ) )
A mouse helped Emma .
help ( agent = mouse , theme = Emma )
Joseph dusted the cake .
dust ( agent = Joseph , theme = * cake )
Emily disintegrated .
disintegrate ( theme = Emily )
Liam gave a teacher the lollipop beside the bike .
give ( agent = Liam , recipient = teacher , theme = * lollipop ( nmod . beside = * bike ) )
The girl studied Emma .
study ( agent = * girl , theme = Emma )
Liam was passed a cake on a table .
pass ( recipient = Liam , theme = cake ( nmod . on = table ) )
Emma liked that the cake was loved .
like ( agent = Emma , ccomp = love ( theme = * cake ) )
The flag was thrown by Isabella .
throw ( theme = * flag , agent = Isabella )
Lucas was lended the cake .
lend ( recipient = Lucas , theme = * cake )
The drink was drawn by Logan .
draw ( theme = * drink , agent = Logan )
The drink was sent to Emma .
send ( theme = * drink , recipient = Emma )
Noah studied a drink in a house .
study ( agent = Noah , theme = drink ( nmod . in = house ) )
The raisin was eaten by Emma .
eat ( theme = * raisin , agent = Emma )
A girl was served the cake .
serve ( recipient = girl , theme = * cake )
The cat hoped that a leaf was floated by a girl .
hope ( agent = * cat , ccomp = float ( theme = leaf , agent = girl ) )
The nail was floated by a fly .
float ( theme = * nail , agent = fly )
James liked Emma .
like ( agent = James , theme = Emma )
A cat burned the balloon .
burn ( agent = cat , theme = * balloon )
A cake was promised to Liam by the monkey .
promise ( theme = cake , recipient = Liam , agent = * monkey )
Ava rolled the donut .
roll ( agent = Ava , theme = * donut )
Jayden awarded Emma the box beside the table .
award ( agent = Jayden , recipient = Emma , theme = * box ( nmod . beside = * table ) )
A girl rolled Emma .
roll ( agent = girl , theme = Emma )
A cake was grown by a chicken .
grow ( theme = cake , agent = chicken )
Alexander threw the cookie .
throw ( agent = Alexander , theme = * cookie )
The crayon was frozen .
freeze ( theme = * crayon )
A dog burned .
burn ( theme = dog )
A cookie was liked by Olivia .
like ( theme = cookie , agent = Olivia )
A balloon was drawn by Samuel .
draw ( theme = balloon , agent = Samuel )
A cake was painted by a passenger .
paint ( theme = cake , agent = passenger )
A girl gave the cake in a hole in the house to Emma .
give ( agent = girl , theme = * cake ( nmod . in = hole ( nmod . in = * house ) ) , recipient = Emma )
A cake was lended to Liam .
lend ( theme = cake , recipient = Liam )
A cake was helped by Lillian .
help ( theme = cake , agent = Lillian )
The baby noticed that the rose was liked by Henry .
notice ( agent = * baby , ccomp = like ( theme = * rose , agent = Henry ) )
A raisin was floated .
float ( theme = raisin )
A teacher was rented the rose on the stage by a child .
rent ( recipient = teacher , theme = * rose ( nmod . on = * stage ) , agent = child )
The glue was thrown .
throw ( theme = * glue )
Emma gave a girl the cake beside a box .
give ( agent = Emma , recipient = girl , theme = * cake ( nmod . beside = box ) )
The journalist tried to run .
try ( agent = * journalist , xcomp = run ( agent = * journalist ) )
The donut was forwarded to Sophia .
forward ( theme = * donut , recipient = Sophia )
A game was offered to Anthony by the girl .
offer ( theme = game , recipient = Anthony , agent = * girl )
The raisin was slid by the girl .
slide ( theme = * raisin , agent = * girl )
The boy cleaned .
clean ( agent = * boy )
William enjoyed to sleep .
enjoy ( agent = William , xcomp = sleep ( agent = William ) )
Elijah tolerated a biscuit on a rug .
tolerate ( agent = Elijah , theme = biscuit ( nmod . on = rug ) )
A dog respected that Emma rented the biscuit in a pot beside a nest to the boy .
respect ( agent = dog , ccomp = rent ( agent = Emma , theme = * biscuit ( nmod . in = pot ( nmod . beside = nest ) ) , recipient = * boy ) )
Ava gave a cake to the dog .
give ( agent = Ava , theme = cake , recipient = * dog )
The glue was frozen by Benjamin .
freeze ( theme = * glue , agent = Benjamin )
Daniel wanted to walk .
want ( agent = Daniel , xcomp = walk ( agent = Daniel ) )
Amelia planned to run .
plan ( agent = Amelia , xcomp = run ( agent = Amelia ) )
A bunny burned .
burn ( theme = bunny )
Ava was forwarded the cake on the stool .
forward ( recipient = Ava , theme = * cake ( nmod . on = * stool ) )
The penguin doubled a boy .
double ( agent = * penguin , theme = boy )
Emma was passed a cake by Mason .
pass ( recipient = Emma , theme = cake , agent = Mason )
A girl gave the fish the cake .
give ( agent = girl , recipient = * fish , theme = * cake )
A child froze the teacher beside a flower .
freeze ( agent = child , theme = * teacher ( nmod . beside = flower ) )
A boy shortened the crown .
shorten ( agent = boy , theme = * crown )
Charlotte was given a raisin .
give ( recipient = Charlotte , theme = raisin )
The penguin rolled Liam .
roll ( agent = * penguin , theme = Liam )
A toy was rolled .
roll ( theme = toy )
The dog was lended the cookie .
lend ( recipient = * dog , theme = * cookie )
The dog tried to walk .
try ( agent = * dog , xcomp = walk ( agent = * dog ) )
A cake was offered to a cat by Emma .
offer ( theme = cake , recipient = cat , agent = Emma )
A bowl was returned to the giraffe by William .
return ( theme = bowl , recipient = * giraffe , agent = William )
A book was eaten by a girl .
eat ( theme = book , agent = girl )
The lollipop was eaten by a chicken .
eat ( theme = * lollipop , agent = chicken )
Ava gave the cat a ball on a table .
give ( agent = Ava , recipient = * cat , theme = ball ( nmod . on = table ) )
A giraffe ate a cookie .
eat ( agent = giraffe , theme = cookie )
Luna meant to eat .
mean ( agent = Luna , xcomp = eat ( agent = Luna ) )
A dog rolled the cake on a chair .
roll ( agent = dog , theme = * cake ( nmod . on = chair ) )
The horse mailed Emma a liver beside the glass .
mail ( agent = * horse , recipient = Emma , theme = liver ( nmod . beside = * glass ) )
A dog believed that a girl passed the giraffe the basket beside a road in a wardrobe .
believe ( agent = dog , ccomp = pass ( agent = girl , recipient = * giraffe , theme = * basket ( nmod . beside = road ( nmod . in = wardrobe ) ) ) )
A professor sneezed .
sneeze ( agent = professor )
A princess slept .
sleep ( agent = princess )
William was lended a cake by Liam .
lend ( recipient = William , theme = cake , agent = Liam )
A boy was lended a cake beside a key by Isabella .
lend ( recipient = boy , theme = cake ( nmod . beside = key ) , agent = Isabella )
A boy noticed that a donut rolled .
notice ( agent = boy , ccomp = roll ( theme = donut ) )
William liked the cake .
like ( agent = William , theme = * cake )
A ball was known by the girl .
know ( theme = ball , agent = * girl )
The cake was known by Liam .
know ( theme = * cake , agent = Liam )
A cake was offered to the boy by Emma .
offer ( theme = cake , recipient = * boy , agent = Emma )
The drink was examined by Emma .
examine ( theme = * drink , agent = Emma )
Michael ate Emma .
eat ( agent = Michael , theme = Emma )
The sheep lended a cat the cake beside the road .
lend ( agent = * sheep , recipient = cat , theme = * cake ( nmod . beside = * road ) )
The box was heard by Noah .
hear ( theme = * box , agent = Noah )
Mason found a girl .
find ( agent = Mason , theme = girl )
Emma admired that a boy ate .
admire ( agent = Emma , ccomp = eat ( agent = boy ) )
A block was lended to Ava by Emma .
lend ( theme = block , recipient = Ava , agent = Emma )
A drink was liked by Liam .
like ( theme = drink , agent = Liam )
Isabella brought the toy to Olivia .
bring ( agent = Isabella , theme = * toy , recipient = Olivia )
A turkey liked that a cake was rolled by Noah .
like ( agent = turkey , ccomp = roll ( theme = cake , agent = Noah ) )