source
stringlengths
3
103
target
stringlengths
3
172
Noah forwarded a melon to a creature .
forward ( agent = Noah , theme = melon , recipient = creature )
A cake was mailed to a boy .
mail ( theme = cake , recipient = boy )
The lawyer rolled a strawberry beside the table .
roll ( agent = * lawyer , theme = strawberry ( nmod . beside = * table ) )
A cat gave the box to the child .
give ( agent = cat , theme = * box , recipient = * child )
Ava appreciated that Emma rented a mother a cake .
appreciate ( agent = Ava , ccomp = rent ( agent = Emma , recipient = mother , theme = cake ) )
Emma was awarded the cake by the patient .
award ( recipient = Emma , theme = * cake , agent = * patient )
Emma offered the cake in the room to the dog .
offer ( agent = Emma , theme = * cake ( nmod . in = * room ) , recipient = * dog )
Emma proved that Liam was lended a cake in a room .
prove ( agent = Emma , ccomp = lend ( recipient = Liam , theme = cake ( nmod . in = room ) ) )
Emma sold a raisin to the girl .
sell ( agent = Emma , theme = raisin , recipient = * girl )
Olivia gave a block beside the seat to a boy .
give ( agent = Olivia , theme = block ( nmod . beside = * seat ) , recipient = boy )
The cake was rolled by Oliver .
roll ( theme = * cake , agent = Oliver )
A cake was admired by Audrey .
admire ( theme = cake , agent = Audrey )
The donut was helped by William .
help ( theme = * donut , agent = William )
A girl poked the teacher beside the boat .
poke ( agent = girl , theme = * teacher ( nmod . beside = * boat ) )
A cat rolled Emma .
roll ( agent = cat , theme = Emma )
The biscuit floated .
float ( theme = * biscuit )
A melon was grown by the dog .
grow ( theme = melon , agent = * dog )
The resident ate a cookie on a bike .
eat ( agent = * resident , theme = cookie ( nmod . on = bike ) )
The lollipop was offered to a teacher by a duck .
offer ( theme = * lollipop , recipient = teacher , agent = duck )
The bowl was liked .
like ( theme = * bowl )
Liam was given a bat .
give ( recipient = Liam , theme = bat )
The yogurt was handed to a girl by Isabella .
hand ( theme = * yogurt , recipient = girl , agent = Isabella )
Liam lended a cat a fig .
lend ( agent = Liam , recipient = cat , theme = fig )
Emma forwarded a girl the cake beside the chair .
forward ( agent = Emma , recipient = girl , theme = * cake ( nmod . beside = * chair ) )
Olivia liked a bucket .
like ( agent = Olivia , theme = bucket )
The girl was sold the melon beside the key by Oliver .
sell ( recipient = * girl , theme = * melon ( nmod . beside = * key ) , agent = Oliver )
A cake was given to a girl by Emma .
give ( theme = cake , recipient = girl , agent = Emma )
The girl loved the box .
love ( agent = * girl , theme = * box )
Penelope lended a girl a banana on the box .
lend ( agent = Penelope , recipient = girl , theme = banana ( nmod . on = * box ) )
A beer was passed to Hazel .
pass ( theme = beer , recipient = Hazel )
A teacher cried .
cry ( agent = teacher )
The boy was offered the cake by the girl .
offer ( recipient = * boy , theme = * cake , agent = * girl )
The baby tossed the girl beside a car .
toss ( agent = * baby , theme = * girl ( nmod . beside = car ) )
A melon was reddened .
redden ( theme = melon )
Emma was given a sandwich by Thomas .
give ( recipient = Emma , theme = sandwich , agent = Thomas )
Noah was passed the cake by Olivia .
pass ( recipient = Noah , theme = * cake , agent = Olivia )
A donut was liked by Ethan .
like ( theme = donut , agent = Ethan )
The donut was found by Emma .
find ( theme = * donut , agent = Emma )
The girl reddened .
redden ( theme = * girl )
A boy appreciated the girl .
appreciate ( agent = boy , theme = * girl )
A boy gasped .
gasp ( agent = boy )
A pig enlarged a donut .
enlarge ( agent = pig , theme = donut )
Ethan sold the cat a cookie .
sell ( agent = Ethan , recipient = * cat , theme = cookie )
A cake was cooked by William .
cook ( theme = cake , agent = William )
The penguin wanted to smirk .
want ( agent = * penguin , xcomp = smirk ( agent = * penguin ) )
Mateo expected to talk .
expect ( agent = Mateo , xcomp = talk ( agent = Mateo ) )
The cake was rolled by the giraffe .
roll ( theme = * cake , agent = * giraffe )
Olivia gave a can in the bunker to a girl .
give ( agent = Olivia , theme = can ( nmod . in = * bunker ) , recipient = girl )
A girl wired the ball to a lawyer .
wire ( agent = girl , theme = * ball , recipient = lawyer )
A rose was lended to Liam by the monkey .
lend ( theme = rose , recipient = Liam , agent = * monkey )
A priest wanted to talk .
want ( agent = priest , xcomp = talk ( agent = priest ) )
A cake was given to the girl by Isabella .
give ( theme = cake , recipient = * girl , agent = Isabella )
Emma proved that the box was eaten .
prove ( agent = Emma , ccomp = eat ( theme = * box ) )
Jacob was given a box beside a house on the stage by Noah .
give ( recipient = Jacob , theme = box ( nmod . beside = house ( nmod . on = * stage ) ) , agent = Noah )
Joshua was lended the button .
lend ( recipient = Joshua , theme = * button )
The zebra smiled .
smile ( agent = * zebra )
Jayden called .
call ( agent = Jayden )
A hammer was drawn by a girl .
draw ( theme = hammer , agent = girl )
The dog was served the game beside the stage .
serve ( recipient = * dog , theme = * game ( nmod . beside = * stage ) )
A baby gave Mia a cake in the car .
give ( agent = baby , recipient = Mia , theme = cake ( nmod . in = * car ) )
The cake was posted to Lucas .
post ( theme = * cake , recipient = Lucas )
The cake was rolled by Wyatt .
roll ( theme = * cake , agent = Wyatt )
The dog broke a teacher on the crack .
break ( agent = * dog , theme = teacher ( nmod . on = * crack ) )
Liam wished that the sandwich was rolled .
wish ( agent = Liam , ccomp = roll ( theme = * sandwich ) )
The strawberry was burned by the girl .
burn ( theme = * strawberry , agent = * girl )
Savannah shortened the cake .
shorten ( agent = Savannah , theme = * cake )
The pancake was eaten .
eat ( theme = * pancake )
The girl supported that Eleanor helped the baby beside the book .
support ( agent = * girl , ccomp = help ( agent = Eleanor , theme = * baby ( nmod . beside = * book ) ) )
Emma lended the donut to a dog .
lend ( agent = Emma , theme = * donut , recipient = dog )
Liam preferred to nap .
prefer ( agent = Liam , xcomp = nap ( agent = Liam ) )
The bird intended to investigate .
intend ( agent = * bird , xcomp = investigate ( agent = * bird ) )
A cake improved .
improve ( theme = cake )
The plant was eaten by William .
eat ( theme = * plant , agent = William )
A radio was shortened by Penelope .
shorten ( theme = radio , agent = Penelope )
A coach attempted to walk .
attempt ( agent = coach , xcomp = walk ( agent = coach ) )
A cake was found by a boy .
find ( theme = cake , agent = boy )
A cake was poked by a boy .
poke ( theme = cake , agent = boy )
Emma was given a present on a bible by the boy .
give ( recipient = Emma , theme = present ( nmod . on = bible ) , agent = * boy )
A creature was given the cake beside a beast by Liam .
give ( recipient = creature , theme = * cake ( nmod . beside = beast ) , agent = Liam )
A muffin was found .
find ( theme = muffin )
A girl rolled the donut .
roll ( agent = girl , theme = * donut )
The pupil smiled .
smile ( agent = * pupil )
The donut was liked by Victoria .
like ( theme = * donut , agent = Victoria )
A donut was eaten by the creature .
eat ( theme = donut , agent = * creature )
A child wanted to run .
want ( agent = child , xcomp = run ( agent = child ) )
Emma tolerated that the dog slid .
tolerate ( agent = Emma , ccomp = slide ( theme = * dog ) )
A lollipop was touched .
touch ( theme = lollipop )
The donut was loaned to a girl by Emma .
loan ( theme = * donut , recipient = girl , agent = Emma )
A rose was frozen by Abigail .
freeze ( theme = rose , agent = Abigail )
The cake was given to Emma by Olivia .
give ( theme = * cake , recipient = Emma , agent = Olivia )
The patient passed the ball to Daniel .
pass ( agent = * patient , theme = * ball , recipient = Daniel )
Charlotte sent a donut beside the crystal to Oliver .
send ( agent = Charlotte , theme = donut ( nmod . beside = * crystal ) , recipient = Oliver )
A cat appreciated that a cake was broken .
appreciate ( agent = cat , ccomp = break ( theme = cake ) )
A cake was loaned to Emma by a giraffe .
loan ( theme = cake , recipient = Emma , agent = giraffe )
Isabella preferred to eat .
prefer ( agent = Isabella , xcomp = eat ( agent = Isabella ) )
Mason believed that Liam ate the cake .
believe ( agent = Mason , ccomp = eat ( agent = Liam , theme = * cake ) )
A donut was adored by the mouse .
adore ( theme = donut , agent = * mouse )
The donut was frozen by the tourist .
freeze ( theme = * donut , agent = * tourist )
The boy slid William .
slide ( agent = * boy , theme = William )
The watch was fed to the boy by Noah .
feed ( theme = * watch , recipient = * boy , agent = Noah )