source
stringlengths
3
103
target
stringlengths
3
172
James believed that a cake was given to the lion .
believe ( agent = James , ccomp = give ( theme = cake , recipient = * lion ) )
A donut was passed to Emma .
pass ( theme = donut , recipient = Emma )
A frog liked that the penny was slid by the boy .
like ( agent = frog , ccomp = slide ( theme = * penny , agent = * boy ) )
Sophia liked the chicken on a machine .
like ( agent = Sophia , theme = * chicken ( nmod . on = machine ) )
A plate was doubled .
double ( theme = plate )
A boy ate a cookie .
eat ( agent = boy , theme = cookie )
A girl fed a cake on a bed to a boy .
feed ( agent = girl , theme = cake ( nmod . on = bed ) , recipient = boy )
The dog collapsed a raisin in the bottle .
collapse ( agent = * dog , theme = raisin ( nmod . in = * bottle ) )
A boy ate a book in a cabinet .
eat ( agent = boy , theme = book ( nmod . in = cabinet ) )
A pumpkin was adored by a girl .
adore ( theme = pumpkin , agent = girl )
Natalie wanted to sneeze .
want ( agent = Natalie , xcomp = sneeze ( agent = Natalie ) )
Liam studied the cookie .
study ( agent = Liam , theme = * cookie )
A melon was posted to a dog .
post ( theme = melon , recipient = dog )
A pickle was frozen .
freeze ( theme = pickle )
A lion ate .
eat ( agent = lion )
A donkey admired the pencil beside a bed .
admire ( agent = donkey , theme = * pencil ( nmod . beside = bed ) )
The bat was cooked by a bee .
cook ( theme = * bat , agent = bee )
The cookie was lended to the boy .
lend ( theme = * cookie , recipient = * boy )
Oliver ate the jacket in a bag on a table .
eat ( agent = Oliver , theme = * jacket ( nmod . in = bag ( nmod . on = table ) ) )
A cookie was liked by Amelia .
like ( theme = cookie , agent = Amelia )
A cake was reddened by the girl .
redden ( theme = cake , agent = * girl )
A hamburger was sold to the duke by the hen .
sell ( theme = hamburger , recipient = * duke , agent = * hen )
A baby offered a donut to a boy .
offer ( agent = baby , theme = donut , recipient = boy )
Liam passed Emma the cake .
pass ( agent = Liam , recipient = Emma , theme = * cake )
The cat was given the cake in a glass .
give ( recipient = * cat , theme = * cake ( nmod . in = glass ) )
The cake was thrown by Ava .
throw ( theme = * cake , agent = Ava )
Emma tried to nap .
try ( agent = Emma , xcomp = nap ( agent = Emma ) )
Liam gave Noah a cake in a vessel .
give ( agent = Liam , recipient = Noah , theme = cake ( nmod . in = vessel ) )
Emma thought that Alexander painted .
think ( agent = Emma , ccomp = paint ( agent = Alexander ) )
The duck juggled a ball in a tent beside the table .
juggle ( agent = * duck , theme = ball ( nmod . in = tent ( nmod . beside = * table ) ) )
The block was crumpled .
crumple ( theme = * block )
Matthew awarded a beer beside the bed to Liam .
award ( agent = Matthew , theme = beer ( nmod . beside = * bed ) , recipient = Liam )
A cake was disintegrated by a boy .
disintegrate ( theme = cake , agent = boy )
The toy was thrown .
throw ( theme = * toy )
A drink was loaned to the buyer by Camila .
loan ( theme = drink , recipient = * buyer , agent = Camila )
A duck ate a cake in the vessel .
eat ( agent = duck , theme = cake ( nmod . in = * vessel ) )
The sheep ate .
eat ( agent = * sheep )
The cat offered the boy the donut .
offer ( agent = * cat , recipient = * boy , theme = * donut )
Noah was sold a cake in the hole by Gabriel .
sell ( recipient = Noah , theme = cake ( nmod . in = * hole ) , agent = Gabriel )
The monkey noticed .
notice ( agent = * monkey )
Hannah observed .
observe ( agent = Hannah )
A girl burned Emma .
burn ( agent = girl , theme = Emma )
A monster was fed a book .
feed ( recipient = monster , theme = book )
The nail was offered to Emma by a girl .
offer ( theme = * nail , recipient = Emma , agent = girl )
The girl declared that the boy wanted to investigate .
declare ( agent = * girl , ccomp = want ( agent = * boy , xcomp = investigate ( agent = * boy ) ) )
The doctor liked a donut .
like ( agent = * doctor , theme = donut )
The girl intended to talk .
intend ( agent = * girl , xcomp = talk ( agent = * girl ) )
The mouse rented the donut on the bed to a monster .
rent ( agent = * mouse , theme = * donut ( nmod . on = * bed ) , recipient = monster )
A chalk was rented to Emma by James .
rent ( theme = chalk , recipient = Emma , agent = James )
The monkey liked that a rose was doubled by Emma .
like ( agent = * monkey , ccomp = double ( theme = rose , agent = Emma ) )
The cat hoped that Emma lended the girl a guitar .
hope ( agent = * cat , ccomp = lend ( agent = Emma , recipient = * girl , theme = guitar ) )
Owen preferred to walk .
prefer ( agent = Owen , xcomp = walk ( agent = Owen ) )
Emma fed a girl a crayon .
feed ( agent = Emma , recipient = girl , theme = crayon )
worship
worship
Charlotte lended Emma a melon on a cake .
lend ( agent = Charlotte , recipient = Emma , theme = melon ( nmod . on = cake ) )
The teacher noticed that a ring was eaten .
notice ( agent = * teacher , ccomp = eat ( theme = ring ) )
A girl painted a cat in the refrigerator .
paint ( agent = girl , theme = cat ( nmod . in = * refrigerator ) )
A mother enjoyed to jog .
enjoy ( agent = mother , xcomp = jog ( agent = mother ) )
Mila burned a customer .
burn ( agent = Mila , theme = customer )
A cake was eaten by a hen .
eat ( theme = cake , agent = hen )
The girl liked a priest .
like ( agent = * girl , theme = priest )
enlarge
enlarge
Olivia helped the dog .
help ( agent = Olivia , theme = * dog )
The melon was valued by Caleb .
value ( theme = * melon , agent = Caleb )
A melon was lended to Camila by a dog .
lend ( theme = melon , recipient = Camila , agent = dog )
A cat was given a donut beside the table by the tiger .
give ( recipient = cat , theme = donut ( nmod . beside = * table ) , agent = * tiger )
The pumpkin was eaten .
eat ( theme = * pumpkin )
A radio was held by the monster .
hold ( theme = radio , agent = * monster )
Dylan was given a cake by Sofia .
give ( recipient = Dylan , theme = cake , agent = Sofia )
The box was called by a girl .
call ( theme = * box , agent = girl )
A mother lended a donut to Hazel .
lend ( agent = mother , theme = donut , recipient = Hazel )
The sailor threw a child on a stage .
throw ( agent = * sailor , theme = child ( nmod . on = stage ) )
Mila sold Lucas a game beside the stage .
sell ( agent = Mila , recipient = Lucas , theme = game ( nmod . beside = * stage ) )
The towel was wired to the girl by a boy .
wire ( theme = * towel , recipient = * girl , agent = boy )
Emily cooked .
cook ( agent = Emily )
Emma tolerated that a politician called .
tolerate ( agent = Emma , ccomp = call ( agent = politician ) )
Aiden wanted to hunt .
want ( agent = Aiden , xcomp = hunt ( agent = Aiden ) )
A rose was sold to Emma .
sell ( theme = rose , recipient = Emma )
The bell was called by a girl .
call ( theme = * bell , agent = girl )
The president was passed the cake by Liam .
pass ( recipient = * president , theme = * cake , agent = Liam )
The toy was poked .
poke ( theme = * toy )
Liam wanted to giggle .
want ( agent = Liam , xcomp = giggle ( agent = Liam ) )
The cookie was helped by the dog .
help ( theme = * cookie , agent = * dog )
A girl helped a boy in the garden .
help ( agent = girl , theme = boy ( nmod . in = * garden ) )
The ring was admired .
admire ( theme = * ring )
A cat gave a cookie to Isabella .
give ( agent = cat , theme = cookie , recipient = Isabella )
A teacher shortened the can .
shorten ( agent = teacher , theme = * can )
Liam liked that Sophia collapsed .
like ( agent = Liam , ccomp = collapse ( theme = Sophia ) )
A dog returned Isabella the pretzel .
return ( agent = dog , recipient = Isabella , theme = * pretzel )
Mia ate Emma .
eat ( agent = Mia , theme = Emma )
A knife was found .
find ( theme = knife )
Elizabeth disintegrated .
disintegrate ( theme = Elizabeth )
A producer froze the cookie beside a table .
freeze ( agent = producer , theme = * cookie ( nmod . beside = table ) )
Thomas appreciated the cookie in a bag .
appreciate ( agent = Thomas , theme = * cookie ( nmod . in = bag ) )
The plant was burned .
burn ( theme = * plant )
A baby froze Brooklyn .
freeze ( agent = baby , theme = Brooklyn )
The box was admired by the dog .
admire ( theme = * box , agent = * dog )
Layla froze .
freeze ( theme = Layla )
A cat was lended the cake .
lend ( recipient = cat , theme = * cake )
A cake was served to Emma by the girl .
serve ( theme = cake , recipient = Emma , agent = * girl )