source
stringlengths
3
103
target
stringlengths
3
172
A sandwich was grown .
grow ( theme = sandwich )
Avery gave Noah the cracker .
give ( agent = Avery , recipient = Noah , theme = * cracker )
Oliver froze a director .
freeze ( agent = Oliver , theme = director )
James loved Emma .
love ( agent = James , theme = Emma )
Liam helped a teacher on a carpet in the room .
help ( agent = Liam , theme = teacher ( nmod . on = carpet ( nmod . in = * room ) ) )
Amelia liked that William liked Jackson .
like ( agent = Amelia , ccomp = like ( agent = William , theme = Jackson ) )
A dog was passed a ball in the house .
pass ( recipient = dog , theme = ball ( nmod . in = * house ) )
A cake was adored by the boy .
adore ( theme = cake , agent = * boy )
The cup was tolerated by the boy .
tolerate ( theme = * cup , agent = * boy )
The monster wanted to walk .
want ( agent = * monster , xcomp = walk ( agent = * monster ) )
A game was liked by William .
like ( theme = game , agent = William )
Skylar was given a cake beside a tree .
give ( recipient = Skylar , theme = cake ( nmod . beside = tree ) )
A dog was given a cake .
give ( recipient = dog , theme = cake )
Owen ate .
eat ( agent = Owen )
A bird slept .
sleep ( agent = bird )
Noah preferred to run .
prefer ( agent = Noah , xcomp = run ( agent = Noah ) )
The girl knew the pen .
know ( agent = * girl , theme = * pen )
throw
throw
A coin was frozen by Emma .
freeze ( theme = coin , agent = Emma )
A donut was liked by Elijah .
like ( theme = donut , agent = Elijah )
Mia craved to walk .
crave ( agent = Mia , xcomp = walk ( agent = Mia ) )
The rose was liked .
like ( theme = * rose )
Ella nursed the cake .
nurse ( agent = Ella , theme = * cake )
Olivia forwarded Emma a cake .
forward ( agent = Olivia , recipient = Emma , theme = cake )
Ava believed that a shell was respected .
believe ( agent = Ava , ccomp = respect ( theme = shell ) )
A box was promised to Matthew .
promise ( theme = box , recipient = Matthew )
A girl tried to walk .
try ( agent = girl , xcomp = walk ( agent = girl ) )
Liam said that a potato was found by a girl .
say ( agent = Liam , ccomp = find ( theme = potato , agent = girl ) )
Madison lended a plate on the table to Michael .
lend ( agent = Madison , theme = plate ( nmod . on = * table ) , recipient = Michael )
A butterfly was lended the shoe by a child .
lend ( recipient = butterfly , theme = * shoe , agent = child )
The priest was posted a balloon .
post ( recipient = * priest , theme = balloon )
James drew a boy beside a table .
draw ( agent = James , theme = boy ( nmod . beside = table ) )
A dog improved the cake .
improve ( agent = dog , theme = * cake )
Emma lended the pancake beside the whale to Liam .
lend ( agent = Emma , theme = * pancake ( nmod . beside = * whale ) , recipient = Liam )
A pizza was broken by the girl .
break ( theme = pizza , agent = * girl )
A girl reddened .
redden ( theme = girl )
Olivia packed .
pack ( agent = Olivia )
Emma inflated a shirt beside a cat .
inflate ( agent = Emma , theme = shirt ( nmod . beside = cat ) )
A cookie was rented to the girl .
rent ( theme = cookie , recipient = * girl )
The butterfly needed to cook .
need ( agent = * butterfly , xcomp = cook ( agent = * butterfly ) )
The cake was given to Elizabeth .
give ( theme = * cake , recipient = Elizabeth )
Elijah fed a donut on a stage to Aria .
feed ( agent = Elijah , theme = donut ( nmod . on = stage ) , recipient = Aria )
Zoey froze a shirt .
freeze ( agent = Zoey , theme = shirt )
Benjamin hoped to eat .
hope ( agent = Benjamin , xcomp = eat ( agent = Benjamin ) )
A boy painted .
paint ( agent = boy )
Skylar shortened Emma .
shorten ( agent = Skylar , theme = Emma )
A patient was sent the cookie by a boy .
send ( recipient = patient , theme = * cookie , agent = boy )
William respected the cake on a stage .
respect ( agent = William , theme = * cake ( nmod . on = stage ) )
A donut was offered to Charlotte by the girl .
offer ( theme = donut , recipient = Charlotte , agent = * girl )
A mandarin was posted to James .
post ( theme = mandarin , recipient = James )
The girl gave the giraffe the cake on the rock .
give ( agent = * girl , recipient = * giraffe , theme = * cake ( nmod . on = * rock ) )
A cake was offered to Emma by a mouse .
offer ( theme = cake , recipient = Emma , agent = mouse )
The cake was returned to Aiden .
return ( theme = * cake , recipient = Aiden )
The customer enlarged .
enlarge ( theme = * customer )
A boy rolled the balloon beside the basket .
roll ( agent = boy , theme = * balloon ( nmod . beside = * basket ) )
Emma missed the girl in a glass .
miss ( agent = Emma , theme = * girl ( nmod . in = glass ) )
A rose was snapped by a girl .
snap ( theme = rose , agent = girl )
Mateo dusted a boy .
dust ( agent = Mateo , theme = boy )
Jackson drew the cake .
draw ( agent = Jackson , theme = * cake )
Olivia said that the rose rolled .
say ( agent = Olivia , ccomp = roll ( theme = * rose ) )
A sandwich was helped .
help ( theme = sandwich )
A crayon was heard .
hear ( theme = crayon )
The girl drew a pen .
draw ( agent = * girl , theme = pen )
The cake was liked by the girl .
like ( theme = * cake , agent = * girl )
The drink was tolerated by a frog .
tolerate ( theme = * drink , agent = frog )
The boy sent the cake on the cupboard to a wolf .
send ( agent = * boy , theme = * cake ( nmod . on = * cupboard ) , recipient = wolf )
William heard the box beside the table .
hear ( agent = William , theme = * box ( nmod . beside = * table ) )
Olivia was mailed a cake .
mail ( recipient = Olivia , theme = cake )
A box was mailed to Olivia .
mail ( theme = box , recipient = Olivia )
William liked Mila .
like ( agent = William , theme = Mila )
The boy wanted to investigate .
want ( agent = * boy , xcomp = investigate ( agent = * boy ) )
Oliver rented the ball beside a table to the girl .
rent ( agent = Oliver , theme = * ball ( nmod . beside = table ) , recipient = * girl )
The child helped the muffin .
help ( agent = * child , theme = * muffin )
The boy wanted to sketch .
want ( agent = * boy , xcomp = sketch ( agent = * boy ) )
A bottle was eaten by Liam .
eat ( theme = bottle , agent = Liam )
bottle
bottle
Emma sold a mouse the crayon .
sell ( agent = Emma , recipient = mouse , theme = * crayon )
A boy awarded the rose on the glacier to the girl .
award ( agent = boy , theme = * rose ( nmod . on = * glacier ) , recipient = * girl )
A tiger ate the donut in the garden .
eat ( agent = tiger , theme = * donut ( nmod . in = * garden ) )
A dog tolerated that a girl liked that a strawberry was painted .
tolerate ( agent = dog , ccomp = like ( agent = girl , ccomp = paint ( theme = strawberry ) ) )
Emma was given the cake in the house .
give ( recipient = Emma , theme = * cake ( nmod . in = * house ) )
A box was eaten by Noah .
eat ( theme = box , agent = Noah )
The cake was helped by the girl .
help ( theme = * cake , agent = * girl )
A bear respected that Noah liked that the cake was drawn by a girl .
respect ( agent = bear , ccomp = like ( agent = Noah , ccomp = draw ( theme = * cake , agent = girl ) ) )
A pencil was dusted .
dust ( theme = pencil )
The dog liked that the cake was helped .
like ( agent = * dog , ccomp = help ( theme = * cake ) )
A cake was given to a patient .
give ( theme = cake , recipient = patient )
Noah packed a book on a stage .
pack ( agent = Noah , theme = book ( nmod . on = stage ) )
A boy gave the cat a cake .
give ( agent = boy , recipient = * cat , theme = cake )
Emma wired a rose beside the seat to a girl .
wire ( agent = Emma , theme = rose ( nmod . beside = * seat ) , recipient = girl )
cookie
cookie
Natalie rented the girl the cake on a table .
rent ( agent = Natalie , recipient = * girl , theme = * cake ( nmod . on = table ) )
Olivia was given the drink .
give ( recipient = Olivia , theme = * drink )
A cat burned .
burn ( theme = cat )
A dog liked the seed .
like ( agent = dog , theme = * seed )
A biscuit was eaten by the boy .
eat ( theme = biscuit , agent = * boy )
A cracker was given to Emma .
give ( theme = cracker , recipient = Emma )
Liam wired Emma a cookie on a road .
wire ( agent = Liam , recipient = Emma , theme = cookie ( nmod . on = road ) )
The girl slid the kitty on a stack .
slide ( agent = * girl , theme = * kitty ( nmod . on = stack ) )
Emma tried to eat .
try ( agent = Emma , xcomp = eat ( agent = Emma ) )