source
stringlengths
3
103
target
stringlengths
3
172
The baby liked that the girl nursed .
like ( agent = * baby , ccomp = nurse ( agent = * girl ) )
James found the cake beside the car on the table .
find ( agent = James , theme = * cake ( nmod . beside = * car ( nmod . on = * table ) ) )
Emma loaned a cake to a student .
loan ( agent = Emma , theme = cake , recipient = student )
Liam offered Mia a cookie .
offer ( agent = Liam , recipient = Mia , theme = cookie )
The dog valued that the captain grew the girl on the table .
value ( agent = * dog , ccomp = grow ( agent = * captain , theme = * girl ( nmod . on = * table ) ) )
A queen ran .
run ( agent = queen )
Mason tolerated that a cake was shortened by the lion .
tolerate ( agent = Mason , ccomp = shorten ( theme = cake , agent = * lion ) )
A mouse lended a rose on the stage to Liam .
lend ( agent = mouse , theme = rose ( nmod . on = * stage ) , recipient = Liam )
The girl examined the rose .
examine ( agent = * girl , theme = * rose )
The radio was given to a girl .
give ( theme = * radio , recipient = girl )
A doll was lended to Emma .
lend ( theme = doll , recipient = Emma )
Emma enjoyed to jog .
enjoy ( agent = Emma , xcomp = jog ( agent = Emma ) )
A purse was thrown by Michael .
throw ( theme = purse , agent = Michael )
A cookie was given to a boy .
give ( theme = cookie , recipient = boy )
A girl appreciated that the donut was touched by Mason .
appreciate ( agent = girl , ccomp = touch ( theme = * donut , agent = Mason ) )
Wyatt awarded the cake to Sophia .
award ( agent = Wyatt , theme = * cake , recipient = Sophia )
A boy loved a frog in the house .
love ( agent = boy , theme = frog ( nmod . in = * house ) )
The sandwich was drawn by Benjamin .
draw ( theme = * sandwich , agent = Benjamin )
Noah lended the cake in a storage to a baby .
lend ( agent = Noah , theme = * cake ( nmod . in = storage ) , recipient = baby )
A cake was given to the girl .
give ( theme = cake , recipient = * girl )
A friend offered Sophia a rose .
offer ( agent = friend , recipient = Sophia , theme = rose )
A book was forwarded to Emma by the frog .
forward ( theme = book , recipient = Emma , agent = * frog )
Mila saw William .
see ( agent = Mila , theme = William )
A ball was helped .
help ( theme = ball )
Emma liked a donut on a box .
like ( agent = Emma , theme = donut ( nmod . on = box ) )
The lion confessed that a cookie was disintegrated by the boy .
confess ( agent = * lion , ccomp = disintegrate ( theme = cookie , agent = * boy ) )
A boy offered a cake to Ava .
offer ( agent = boy , theme = cake , recipient = Ava )
The chalk collapsed .
collapse ( theme = * chalk )
A cup was given to Leah .
give ( theme = cup , recipient = Leah )
Isabella sneezed .
sneeze ( agent = Isabella )
A cake was grown by Levi .
grow ( theme = cake , agent = Levi )
The cookie was called .
call ( theme = * cookie )
The girl helped Asher .
help ( agent = * girl , theme = Asher )
Amelia gave a cake to William .
give ( agent = Amelia , theme = cake , recipient = William )
The cake was collapsed by Isabella .
collapse ( theme = * cake , agent = Isabella )
The mouse wanted to jog .
want ( agent = * mouse , xcomp = jog ( agent = * mouse ) )
A pony valued the pillow in the house .
value ( agent = pony , theme = * pillow ( nmod . in = * house ) )
A sandwich was posted to a bird by Emma .
post ( theme = sandwich , recipient = bird , agent = Emma )
A dog awarded a box beside a table to Emma .
award ( agent = dog , theme = box ( nmod . beside = table ) , recipient = Emma )
The human sold a cake on a stage beside the road to Ellie .
sell ( agent = * human , theme = cake ( nmod . on = stage ( nmod . beside = * road ) ) , recipient = Ellie )
The liver was liked .
like ( theme = * liver )
A melon was lended to Olivia by a girl .
lend ( theme = melon , recipient = Olivia , agent = girl )
Michael noticed .
notice ( agent = Michael )
The baby awarded the molecule to a cat .
award ( agent = * baby , theme = * molecule , recipient = cat )
A lion gave Emma the pillow in the basin beside the box .
give ( agent = lion , recipient = Emma , theme = * pillow ( nmod . in = * basin ( nmod . beside = * box ) ) )
The giraffe ate the boy .
eat ( agent = * giraffe , theme = * boy )
Emma gave Ava a ball in the wardrobe .
give ( agent = Emma , recipient = Ava , theme = ball ( nmod . in = * wardrobe ) )
Liam offered a brush on a table to Grace .
offer ( agent = Liam , theme = brush ( nmod . on = table ) , recipient = Grace )
The girl snored .
snore ( agent = * girl )
The cake was given to the teacher by Emma .
give ( theme = * cake , recipient = * teacher , agent = Emma )
The monkey intended to smirk .
intend ( agent = * monkey , xcomp = smirk ( agent = * monkey ) )
A cake was lended to Liam by Emma .
lend ( theme = cake , recipient = Liam , agent = Emma )
Samuel mailed Emma a cake beside a crystal .
mail ( agent = Samuel , recipient = Emma , theme = cake ( nmod . beside = crystal ) )
Sophia offered the shoe beside a genius to Anthony .
offer ( agent = Sophia , theme = * shoe ( nmod . beside = genius ) , recipient = Anthony )
Liam handed the child the cookie on the truck .
hand ( agent = Liam , recipient = * child , theme = * cookie ( nmod . on = * truck ) )
A crown was posted to a dog .
post ( theme = crown , recipient = dog )
A donut was passed to Olivia .
pass ( theme = donut , recipient = Olivia )
The drink was given to Thomas by Isabella .
give ( theme = * drink , recipient = Thomas , agent = Isabella )
A box was sold to a girl by the bird .
sell ( theme = box , recipient = girl , agent = * bird )
A pancake was promised to the girl .
promise ( theme = pancake , recipient = * girl )
Ava froze the boy .
freeze ( agent = Ava , theme = * boy )
William froze a box in a room .
freeze ( agent = William , theme = box ( nmod . in = room ) )
A cat was given the cookie beside a sword .
give ( recipient = cat , theme = * cookie ( nmod . beside = sword ) )
The girl ate the rose .
eat ( agent = * girl , theme = * rose )
The banana was drawn by a girl .
draw ( theme = * banana , agent = girl )
A girl was loaned the box .
loan ( recipient = girl , theme = * box )
The donut was rolled by Leo .
roll ( theme = * donut , agent = Leo )
Olivia gave the cake in a kennel to the boy .
give ( agent = Olivia , theme = * cake ( nmod . in = kennel ) , recipient = * boy )
Olivia was fed a glue on the bed by Lily .
feed ( recipient = Olivia , theme = glue ( nmod . on = * bed ) , agent = Lily )
Liam served the boy the ring in the storage .
serve ( agent = Liam , recipient = * boy , theme = * ring ( nmod . in = * storage ) )
The spoon was liked .
like ( theme = * spoon )
The soap was missed .
miss ( theme = * soap )
A banana floated .
float ( theme = banana )
A crayon was given to a cat by the girl .
give ( theme = crayon , recipient = cat , agent = * girl )
A rose was forwarded to the teacher by Mia .
forward ( theme = rose , recipient = * teacher , agent = Mia )
The frog froze .
freeze ( theme = * frog )
The cookie was served to Sophia by Emma .
serve ( theme = * cookie , recipient = Sophia , agent = Emma )
The girl froze a cake beside a book .
freeze ( agent = * girl , theme = cake ( nmod . beside = book ) )
Emma lended Samuel a plate .
lend ( agent = Emma , recipient = Samuel , theme = plate )
Ella gave a duck the wine on a road .
give ( agent = Ella , recipient = duck , theme = * wine ( nmod . on = road ) )
The boy wished to nap .
wish ( agent = * boy , xcomp = nap ( agent = * boy ) )
The cake was sold to Emma by a dog .
sell ( theme = * cake , recipient = Emma , agent = dog )
The box was respected by John .
respect ( theme = * box , agent = John )
The donut was investigated .
investigate ( theme = * donut )
The teacher was lended a banana beside a machine by Emma .
lend ( recipient = * teacher , theme = banana ( nmod . beside = machine ) , agent = Emma )
Emma reddened the donut .
redden ( agent = Emma , theme = * donut )
The pretzel was lended to Luna .
lend ( theme = * pretzel , recipient = Luna )
A block was served to a girl .
serve ( theme = block , recipient = girl )
Zoey helped a flag in the house .
help ( agent = Zoey , theme = flag ( nmod . in = * house ) )
The button was fed to Ava .
feed ( theme = * button , recipient = Ava )
A captain gave Mila a melon .
give ( agent = captain , recipient = Mila , theme = melon )
A rose was cooked by the butterfly .
cook ( theme = rose , agent = * butterfly )
The cat sold the muffin on the stool to Emma .
sell ( agent = * cat , theme = * muffin ( nmod . on = * stool ) , recipient = Emma )
Olivia confessed that a boy rolled Emma .
confess ( agent = Olivia , ccomp = roll ( agent = boy , theme = Emma ) )
A cookie was helped by a girl .
help ( theme = cookie , agent = girl )
Liam sold a cake to Jacob .
sell ( agent = Liam , theme = cake , recipient = Jacob )
The melon was eaten by a tiger .
eat ( theme = * melon , agent = tiger )
A girl was awarded a ball by Elijah .
award ( recipient = girl , theme = ball , agent = Elijah )
Emma helped the melon .
help ( agent = Emma , theme = * melon )
Isabella ran .
run ( agent = Isabella )