source
stringlengths
3
103
target
stringlengths
3
172
The princess brought a donut on the stool to a girl .
bring ( agent = * princess , theme = donut ( nmod . on = * stool ) , recipient = girl )
The child wanted to run .
want ( agent = * child , xcomp = run ( agent = * child ) )
The chicken liked that the citizen collapsed Liam .
like ( agent = * chicken , ccomp = collapse ( agent = * citizen , theme = Liam ) )
A cake was slipped to a girl .
slip ( theme = cake , recipient = girl )
The sailor called a box .
call ( agent = * sailor , theme = box )
A balloon was liked .
like ( theme = balloon )
A strawberry was tossed .
toss ( theme = strawberry )
The baby rented the girl a donut on the chair .
rent ( agent = * baby , recipient = * girl , theme = donut ( nmod . on = * chair ) )
A writer painted the girl on the stage .
paint ( agent = writer , theme = * girl ( nmod . on = * stage ) )
Ellie knew .
know ( agent = Ellie )
Emma hunted the donut .
hunt ( agent = Emma , theme = * donut )
The cat disintegrated .
disintegrate ( theme = * cat )
Emily was sold the donut in the car by the boy .
sell ( recipient = Emily , theme = * donut ( nmod . in = * car ) , agent = * boy )
The donut was lended to a boy by Emma .
lend ( theme = * donut , recipient = boy , agent = Emma )
Isabella was offered the cake beside a bike by Emma .
offer ( recipient = Isabella , theme = * cake ( nmod . beside = bike ) , agent = Emma )
A cake was floated by Charlotte .
float ( theme = cake , agent = Charlotte )
The box was drawn by the boy .
draw ( theme = * box , agent = * boy )
William passed a jigsaw beside the bed to Emma .
pass ( agent = William , theme = jigsaw ( nmod . beside = * bed ) , recipient = Emma )
Emma examined Emily .
examine ( agent = Emma , theme = Emily )
A girl lended the jigsaw on the cookie to Isabella .
lend ( agent = girl , theme = * jigsaw ( nmod . on = * cookie ) , recipient = Isabella )
Jacob was handed a cake in the house .
hand ( recipient = Jacob , theme = cake ( nmod . in = * house ) )
The cake was lended to a governor .
lend ( theme = * cake , recipient = governor )
Olivia napped .
nap ( agent = Olivia )
The duck gave Jackson a hamburger .
give ( agent = * duck , recipient = Jackson , theme = hamburger )
Charlotte froze the raisin .
freeze ( agent = Charlotte , theme = * raisin )
The purse was rolled by Olivia .
roll ( theme = * purse , agent = Olivia )
The girl sold the towel to William .
sell ( agent = * girl , theme = * towel , recipient = William )
A girl was given the cookie .
give ( recipient = girl , theme = * cookie )
Liam was given the cake by Emma .
give ( recipient = Liam , theme = * cake , agent = Emma )
Emma lended a cake to Olivia .
lend ( agent = Emma , theme = cake , recipient = Olivia )
Olivia liked that the cake was drawn .
like ( agent = Olivia , ccomp = draw ( theme = * cake ) )
Ava expected to nap .
expect ( agent = Ava , xcomp = nap ( agent = Ava ) )
A cloud was noticed by a girl .
notice ( theme = cloud , agent = girl )
The professor gave Emma a sandwich .
give ( agent = * professor , recipient = Emma , theme = sandwich )
Liam liked the pencil beside a book .
like ( agent = Liam , theme = * pencil ( nmod . beside = book ) )
A donut was burned by Emma .
burn ( theme = donut , agent = Emma )
A bunny ate a boy beside a road .
eat ( agent = bunny , theme = boy ( nmod . beside = road ) )
A girl liked the cake on the rock .
like ( agent = girl , theme = * cake ( nmod . on = * rock ) )
The tourist liked that Olivia ate a cake in a room .
like ( agent = * tourist , ccomp = eat ( agent = Olivia , theme = cake ( nmod . in = room ) ) )
The turtle sold a donut in a house to the cat .
sell ( agent = * turtle , theme = donut ( nmod . in = house ) , recipient = * cat )
A ball was handed to William by Natalie .
hand ( theme = ball , recipient = William , agent = Natalie )
A girl drew a donut on a table .
draw ( agent = girl , theme = donut ( nmod . on = table ) )
A cat wished that the boy slipped a mandarin to a chicken .
wish ( agent = cat , ccomp = slip ( agent = * boy , theme = mandarin , recipient = chicken ) )
A cake was held by Liam .
hold ( theme = cake , agent = Liam )
The rose was loaned to Noah by Emma .
loan ( theme = * rose , recipient = Noah , agent = Emma )
Emma gave Elijah the bottle .
give ( agent = Emma , recipient = Elijah , theme = * bottle )
The box was admired by the girl .
admire ( theme = * box , agent = * girl )
A girl painted a chicken .
paint ( agent = girl , theme = chicken )
The cat rolled the cake .
roll ( agent = * cat , theme = * cake )
Owen gave Jaxon the present .
give ( agent = Owen , recipient = Jaxon , theme = * present )
A cookie was eaten by the professor .
eat ( theme = cookie , agent = * professor )
A needle was lended to Mia .
lend ( theme = needle , recipient = Mia )
A chair was painted .
paint ( theme = chair )
A girl liked that the box was packed by Emma .
like ( agent = girl , ccomp = pack ( theme = * box , agent = Emma ) )
A raisin was given to Stella .
give ( theme = raisin , recipient = Stella )
Olivia was promised the raisin on the table by Emma .
promise ( recipient = Olivia , theme = * raisin ( nmod . on = * table ) , agent = Emma )
The cake was cooked by James .
cook ( theme = * cake , agent = James )
A coin was rolled .
roll ( theme = coin )
The cake was loved by Noah .
love ( theme = * cake , agent = Noah )
The flower was eaten by the baby .
eat ( theme = * flower , agent = * baby )
A melon was helped by the girl .
help ( theme = melon , agent = * girl )
A girl gave the cake beside a book to a giraffe .
give ( agent = girl , theme = * cake ( nmod . beside = book ) , recipient = giraffe )
The cake was offered to a bear .
offer ( theme = * cake , recipient = bear )
The lawyer knew .
know ( agent = * lawyer )
A cake was rented to a girl by the frog .
rent ( theme = cake , recipient = girl , agent = * frog )
A cake was given to Liam by Emma .
give ( theme = cake , recipient = Liam , agent = Emma )
The donut was given to the horse by the cat .
give ( theme = * donut , recipient = * horse , agent = * cat )
The box was given to Julian .
give ( theme = * box , recipient = Julian )
Isabella tolerated a prince .
tolerate ( agent = Isabella , theme = prince )
A boy hated to run .
hate ( agent = boy , xcomp = run ( agent = boy ) )
The poet heard .
hear ( agent = * poet )
A teacher disintegrated the yogurt .
disintegrate ( agent = teacher , theme = * yogurt )
The girl was fed a brick by Lucas .
feed ( recipient = * girl , theme = brick , agent = Lucas )
The dog studied the citizen on the table .
study ( agent = * dog , theme = * citizen ( nmod . on = * table ) )
Christopher attempted to hunt .
attempt ( agent = Christopher , xcomp = hunt ( agent = Christopher ) )
The baby snapped .
snap ( theme = * baby )
A pony gave a ball to a girl .
give ( agent = pony , theme = ball , recipient = girl )
Ava helped Emma .
help ( agent = Ava , theme = Emma )
A boy heard a girl .
hear ( agent = boy , theme = girl )
A strawberry was liked by a mouse .
like ( theme = strawberry , agent = mouse )
Logan gave Owen the jacket .
give ( agent = Logan , recipient = Owen , theme = * jacket )
The child found the cat on the bench .
find ( agent = * child , theme = * cat ( nmod . on = * bench ) )
Emma ate the sweetcorn .
eat ( agent = Emma , theme = * sweetcorn )
The butterfly yearned to walk .
yearn ( agent = * butterfly , xcomp = walk ( agent = * butterfly ) )
The girl sold a bee the block in a garden .
sell ( agent = * girl , recipient = bee , theme = * block ( nmod . in = garden ) )
Noah gave the melon in a bush to a bee .
give ( agent = Noah , theme = * melon ( nmod . in = bush ) , recipient = bee )
A cake was eaten by Mila .
eat ( theme = cake , agent = Mila )
Olivia believed that a child was rented the cookie by Ava .
believe ( agent = Olivia , ccomp = rent ( recipient = child , theme = * cookie , agent = Ava ) )
Emma was returned a cake on a table .
return ( recipient = Emma , theme = cake ( nmod . on = table ) )
Olivia admired that Liam handed Ava the ball .
admire ( agent = Olivia , ccomp = hand ( agent = Liam , recipient = Ava , theme = * ball ) )
Liam hunted .
hunt ( agent = Liam )
The pizza froze .
freeze ( theme = * pizza )
The donut was painted by a baby .
paint ( theme = * donut , agent = baby )
A cookie was passed to Stella .
pass ( theme = cookie , recipient = Stella )
Ryan helped the producer in a house .
help ( agent = Ryan , theme = * producer ( nmod . in = house ) )
Emma loved Violet .
love ( agent = Emma , theme = Violet )
The banana was helped .
help ( theme = * banana )
A donut was given to Grayson by Harper .
give ( theme = donut , recipient = Grayson , agent = Harper )
A girl doubled Emma .
double ( agent = girl , theme = Emma )
The donut was offered to the butterfly by Emma .
offer ( theme = * donut , recipient = * butterfly , agent = Emma )