source
stringlengths
3
103
target
stringlengths
3
172
A box was decomposed .
decompose ( theme = box )
The monkey rented the donut on a paper to a girl .
rent ( agent = * monkey , theme = * donut ( nmod . on = paper ) , recipient = girl )
William ate a cake .
eat ( agent = William , theme = cake )
A cow liked the baby .
like ( agent = cow , theme = * baby )
The cake was sent to Amelia .
send ( theme = * cake , recipient = Amelia )
The monster rolled the cake .
roll ( agent = * monster , theme = * cake )
A cat ate a cake .
eat ( agent = cat , theme = cake )
A lion ate the donut in the bag .
eat ( agent = lion , theme = * donut ( nmod . in = * bag ) )
Emma was fed a donut by Noah .
feed ( recipient = Emma , theme = donut , agent = Noah )
A knife was frozen .
freeze ( theme = knife )
The farmer liked that the rose was eaten .
like ( agent = * farmer , ccomp = eat ( theme = * rose ) )
Harper discovered the girl .
discover ( agent = Harper , theme = * girl )
A frog gave the cake to Emma .
give ( agent = frog , theme = * cake , recipient = Emma )
Henry ate a chicken in a house .
eat ( agent = Henry , theme = chicken ( nmod . in = house ) )
Emma fed a cake in a crate to a girl .
feed ( agent = Emma , theme = cake ( nmod . in = crate ) , recipient = girl )
A girl liked that Charlotte wanted to walk .
like ( agent = girl , ccomp = want ( agent = Charlotte , xcomp = walk ( agent = Charlotte ) ) )
A cat froze Alexander .
freeze ( agent = cat , theme = Alexander )
A ball was shortened by a cat .
shorten ( theme = ball , agent = cat )
A girl gave the baby the cake beside a house .
give ( agent = girl , recipient = * baby , theme = * cake ( nmod . beside = house ) )
Noah rolled a cake .
roll ( agent = Noah , theme = cake )
A horse tried to walk .
try ( agent = horse , xcomp = walk ( agent = horse ) )
Noah lended Emma the plant in a vase .
lend ( agent = Noah , recipient = Emma , theme = * plant ( nmod . in = vase ) )
The ball was given to Stella .
give ( theme = * ball , recipient = Stella )
The drink was crumpled by a butterfly .
crumple ( theme = * drink , agent = butterfly )
Joshua longed to walk .
long ( agent = Joshua , xcomp = walk ( agent = Joshua ) )
The chicken expected to walk .
expect ( agent = * chicken , xcomp = walk ( agent = * chicken ) )
Emma said that a cake was nursed by the frog .
say ( agent = Emma , ccomp = nurse ( theme = cake , agent = * frog ) )
The biscuit was given to Emma by a cat .
give ( theme = * biscuit , recipient = Emma , agent = cat )
Emma offered a strawberry in a storage to a baby .
offer ( agent = Emma , theme = strawberry ( nmod . in = storage ) , recipient = baby )
James was lended a cake by the horse .
lend ( recipient = James , theme = cake , agent = * horse )
The yogurt was admired .
admire ( theme = * yogurt )
The cake was burned by James .
burn ( theme = * cake , agent = James )
A book was frozen .
freeze ( theme = book )
James was given the cake by a student .
give ( recipient = James , theme = * cake , agent = student )
Emma was handed a cookie by Jaxon .
hand ( recipient = Emma , theme = cookie , agent = Jaxon )
A cake was sent to a boy .
send ( theme = cake , recipient = boy )
The journalist napped .
nap ( agent = * journalist )
A biscuit broke .
break ( theme = biscuit )
A chalk was doubled .
double ( theme = chalk )
A baby slept .
sleep ( agent = baby )
The pencil was called by the dog .
call ( theme = * pencil , agent = * dog )
The zebra gave a girl a donut beside the chair .
give ( agent = * zebra , recipient = girl , theme = donut ( nmod . beside = * chair ) )
Olivia called a child on the stage .
call ( agent = Olivia , theme = child ( nmod . on = * stage ) )
The princess shortened the cake .
shorten ( agent = * princess , theme = * cake )
A sweetcorn was grown by Emma .
grow ( theme = sweetcorn , agent = Emma )
Liam dreamed that the boy rolled .
dream ( agent = Liam , ccomp = roll ( theme = * boy ) )
A girl loaned a boy the box on the table .
loan ( agent = girl , recipient = boy , theme = * box ( nmod . on = * table ) )
Liam mailed a duck the basket .
mail ( agent = Liam , recipient = duck , theme = * basket )
Noah liked that Ellie ate .
like ( agent = Noah , ccomp = eat ( agent = Ellie ) )
Jack was sold a rose beside the table by the horse .
sell ( recipient = Jack , theme = rose ( nmod . beside = * table ) , agent = * horse )
Liam gave Daniel the donut .
give ( agent = Liam , recipient = Daniel , theme = * donut )
A box was burned by the girl .
burn ( theme = box , agent = * girl )
Emma liked that a girl liked a rose .
like ( agent = Emma , ccomp = like ( agent = girl , theme = rose ) )
The bird missed a boy on a table .
miss ( agent = * bird , theme = boy ( nmod . on = table ) )
A cake was given to Liam by a lawyer .
give ( theme = cake , recipient = Liam , agent = lawyer )
The girl supported that a duke lended the cat the cake in a room beside the machine .
support ( agent = * girl , ccomp = lend ( agent = duke , recipient = * cat , theme = * cake ( nmod . in = room ( nmod . beside = * machine ) ) ) )
The girl reddened a brain beside the bed .
redden ( agent = * girl , theme = brain ( nmod . beside = * bed ) )
The purse was given to the human by Emma .
give ( theme = * purse , recipient = * human , agent = Emma )
A baby ate Ava .
eat ( agent = baby , theme = Ava )
Emma offered Noah a cake .
offer ( agent = Emma , recipient = Noah , theme = cake )
Aurora wished to sleep .
wish ( agent = Aurora , xcomp = sleep ( agent = Aurora ) )
Theodore confessed that Jacob slept .
confess ( agent = Theodore , ccomp = sleep ( agent = Jacob ) )
John ate the cake .
eat ( agent = John , theme = * cake )
A butterfly heard .
hear ( agent = butterfly )
The box was rolled by the girl .
roll ( theme = * box , agent = * girl )
A melon was rolled by Owen .
roll ( theme = melon , agent = Owen )
Emma helped Jackson .
help ( agent = Emma , theme = Jackson )
The raisin was lended to Liam .
lend ( theme = * raisin , recipient = Liam )
A girl thought that Zoey inflated Emma .
think ( agent = girl , ccomp = inflate ( agent = Zoey , theme = Emma ) )
The cake was rented to Noah by Lincoln .
rent ( theme = * cake , recipient = Noah , agent = Lincoln )
A girl gave the student the donut beside the rock on a table .
give ( agent = girl , recipient = * student , theme = * donut ( nmod . beside = * rock ( nmod . on = table ) ) )
The clock was eaten by the chief .
eat ( theme = * clock , agent = * chief )
A girl confessed that the donut was loved by Henry .
confess ( agent = girl , ccomp = love ( theme = * donut , agent = Henry ) )
The cake was given to Mia by Liam .
give ( theme = * cake , recipient = Mia , agent = Liam )
A cake was given to a chicken by the buyer .
give ( theme = cake , recipient = chicken , agent = * buyer )
Leo rolled a cat on a stage .
roll ( agent = Leo , theme = cat ( nmod . on = stage ) )
The strawberry was investigated by a student .
investigate ( theme = * strawberry , agent = student )
A ball was adored .
adore ( theme = ball )
A cake was found by the student .
find ( theme = cake , agent = * student )
The cake was given to Emma by Isabella .
give ( theme = * cake , recipient = Emma , agent = Isabella )
The girl gave the box to Liam .
give ( agent = * girl , theme = * box , recipient = Liam )
Liam was given the cake beside the table .
give ( recipient = Liam , theme = * cake ( nmod . beside = * table ) )
A hamburger was eaten by the driver .
eat ( theme = hamburger , agent = * driver )
A banana was offered to Emma by Mia .
offer ( theme = banana , recipient = Emma , agent = Mia )
A girl meant to read .
mean ( agent = girl , xcomp = read ( agent = girl ) )
The dog sold a lollipop to a girl .
sell ( agent = * dog , theme = lollipop , recipient = girl )
The mouse tried to call .
try ( agent = * mouse , xcomp = call ( agent = * mouse ) )
Liam froze a cake beside a table .
freeze ( agent = Liam , theme = cake ( nmod . beside = table ) )
A girl said that a rose was eaten .
say ( agent = girl , ccomp = eat ( theme = rose ) )
priest
priest
A cat gave the girl the bag beside the table .
give ( agent = cat , recipient = * girl , theme = * bag ( nmod . beside = * table ) )
Nathan sneezed .
sneeze ( agent = Nathan )
Lily was given the cake by a girl .
give ( recipient = Lily , theme = * cake , agent = girl )
Emma gave the duck the drink .
give ( agent = Emma , recipient = * duck , theme = * drink )
The donut was offered to Mila .
offer ( theme = * donut , recipient = Mila )
A goose rented Liam a donut .
rent ( agent = goose , recipient = Liam , theme = donut )
The cake was tolerated by the girl .
tolerate ( theme = * cake , agent = * girl )
Christopher offered a crystal to a girl .
offer ( agent = Christopher , theme = crystal , recipient = girl )
Liam liked a cake .
like ( agent = Liam , theme = cake )
A baby tolerated that a cake broke .
tolerate ( agent = baby , ccomp = break ( theme = cake ) )