source
stringlengths
3
103
target
stringlengths
3
172
Olivia lended the brick in a room to a turtle .
lend ( agent = Olivia , theme = * brick ( nmod . in = room ) , recipient = turtle )
The cookie was frozen by James .
freeze ( theme = * cookie , agent = James )
Liam passed Luke a donut .
pass ( agent = Liam , recipient = Luke , theme = donut )
Liam ate the mouse .
eat ( agent = Liam , theme = * mouse )
The balloon was helped .
help ( theme = * balloon )
The cat confessed that the cake was eaten by a girl .
confess ( agent = * cat , ccomp = eat ( theme = * cake , agent = girl ) )
Harper cried .
cry ( agent = Harper )
A cake was sent to a baby by a dog .
send ( theme = cake , recipient = baby , agent = dog )
The cake was discovered by Noah .
discover ( theme = * cake , agent = Noah )
John rolled the kid beside a computer .
roll ( agent = John , theme = * kid ( nmod . beside = computer ) )
A mandarin was eaten .
eat ( theme = mandarin )
Matthew awarded Leo the drink in the cabinet .
award ( agent = Matthew , recipient = Leo , theme = * drink ( nmod . in = * cabinet ) )
Noah drew a toy in a basin .
draw ( agent = Noah , theme = toy ( nmod . in = basin ) )
Liam crumpled the girl .
crumple ( agent = Liam , theme = * girl )
The citizen rolled a captain beside the machine .
roll ( agent = * citizen , theme = captain ( nmod . beside = * machine ) )
The brush was eaten by Harper .
eat ( theme = * brush , agent = Harper )
A human forwarded a strawberry beside the stage to Isabella .
forward ( agent = human , theme = strawberry ( nmod . beside = * stage ) , recipient = Isabella )
The flower was drawn .
draw ( theme = * flower )
The strawberry was admired by the girl .
admire ( theme = * strawberry , agent = * girl )
Olivia grew a cake .
grow ( agent = Olivia , theme = cake )
The girl liked that the donut was pierced .
like ( agent = * girl , ccomp = pierce ( theme = * donut ) )
Liam wished to sleep .
wish ( agent = Liam , xcomp = sleep ( agent = Liam ) )
The chicken was sold the rose in the car by Emma .
sell ( recipient = * chicken , theme = * rose ( nmod . in = * car ) , agent = Emma )
A cake was broken by Olivia .
break ( theme = cake , agent = Olivia )
A chalk was passed to Brooklyn by the girl .
pass ( theme = chalk , recipient = Brooklyn , agent = * girl )
The cake was cooked .
cook ( theme = * cake )
A girl liked that a sandwich was inflated .
like ( agent = girl , ccomp = inflate ( theme = sandwich ) )
The customer split a cake beside a cup .
split ( agent = * customer , theme = cake ( nmod . beside = cup ) )
Joshua was lended the rose by Emma .
lend ( recipient = Joshua , theme = * rose , agent = Emma )
The girl was sold a cake in the house by a boy .
sell ( recipient = * girl , theme = cake ( nmod . in = * house ) , agent = boy )
A girl hoped that Benjamin rolled the melon .
hope ( agent = girl , ccomp = roll ( agent = Benjamin , theme = * melon ) )
The girl lended the cake in a storage to Mason .
lend ( agent = * girl , theme = * cake ( nmod . in = storage ) , recipient = Mason )
Oliver painted a horse .
paint ( agent = Oliver , theme = horse )
William gave Anthony the cake .
give ( agent = William , recipient = Anthony , theme = * cake )
The hamburger burned .
burn ( theme = * hamburger )
A researcher ate the strawberry on a stage .
eat ( agent = researcher , theme = * strawberry ( nmod . on = stage ) )
Emma rolled the cake in a fridge on the table .
roll ( agent = Emma , theme = * cake ( nmod . in = fridge ( nmod . on = * table ) ) )
William wanted to eat .
want ( agent = William , xcomp = eat ( agent = William ) )
The girl floated .
float ( theme = * girl )
The girl noticed that Emma was passed the cookie beside a book .
notice ( agent = * girl , ccomp = pass ( recipient = Emma , theme = * cookie ( nmod . beside = book ) ) )
The baby gave Emma the donut beside a giant on the computer .
give ( agent = * baby , recipient = Emma , theme = * donut ( nmod . beside = giant ( nmod . on = * computer ) ) )
The balloon was forwarded to a child by a girl .
forward ( theme = * balloon , recipient = child , agent = girl )
A baby proved that the doctor hoped that the donut was wired to a teacher .
prove ( agent = baby , ccomp = hope ( agent = * doctor , ccomp = wire ( theme = * donut , recipient = teacher ) ) )
Liam believed that Noah ate .
believe ( agent = Liam , ccomp = eat ( agent = Noah ) )
The chalk was cooked by Ava .
cook ( theme = * chalk , agent = Ava )
Liam was given the cookie .
give ( recipient = Liam , theme = * cookie )
The lion was offered a cake on a tree .
offer ( recipient = * lion , theme = cake ( nmod . on = tree ) )
Liam said that a box was passed to the baby by Michael .
say ( agent = Liam , ccomp = pass ( theme = box , recipient = * baby , agent = Michael ) )
Liam liked Wyatt .
like ( agent = Liam , theme = Wyatt )
A raisin was respected .
respect ( theme = raisin )
Henry rolled the donut beside the table .
roll ( agent = Henry , theme = * donut ( nmod . beside = * table ) )
The citizen dusted .
dust ( agent = * citizen )
Liam was wired a cake .
wire ( recipient = Liam , theme = cake )
The girl ate a tiger in a room .
eat ( agent = * girl , theme = tiger ( nmod . in = room ) )
The priest liked the chalk beside the bed .
like ( agent = * priest , theme = * chalk ( nmod . beside = * bed ) )
A girl noticed that a seed was respected by a frog .
notice ( agent = girl , ccomp = respect ( theme = seed , agent = frog ) )
Liam liked that a melon was painted by the turtle .
like ( agent = Liam , ccomp = paint ( theme = melon , agent = * turtle ) )
A biscuit was found .
find ( theme = biscuit )
The scientist observed the donut in a house .
observe ( agent = * scientist , theme = * donut ( nmod . in = house ) )
The donut was frozen by Amelia .
freeze ( theme = * donut , agent = Amelia )
The chicken painted .
paint ( agent = * chicken )
A drink was slid by Emma .
slide ( theme = drink , agent = Emma )
The potato was liked by Emma .
like ( theme = * potato , agent = Emma )
The donut was painted by the turkey .
paint ( theme = * donut , agent = * turkey )
A toothbrush was helped .
help ( theme = toothbrush )
A boy was rented the cake by a fish .
rent ( recipient = boy , theme = * cake , agent = fish )
A box was thrown .
throw ( theme = box )
A child believed that the frog liked that a drink was known .
believe ( agent = child , ccomp = like ( agent = * frog , ccomp = know ( theme = drink ) ) )
Emma was given the cake by Olivia .
give ( recipient = Emma , theme = * cake , agent = Olivia )
The monkey fed the girl a cake in a taxi .
feed ( agent = * monkey , recipient = * girl , theme = cake ( nmod . in = taxi ) )
Emma was served the cake by a teacher .
serve ( recipient = Emma , theme = * cake , agent = teacher )
The cake was given to Ethan by Elijah .
give ( theme = * cake , recipient = Ethan , agent = Elijah )
The girl gave Liam the donut on the speaker .
give ( agent = * girl , recipient = Liam , theme = * donut ( nmod . on = * speaker ) )
Emma was promised a rose beside a table by Noah .
promise ( recipient = Emma , theme = rose ( nmod . beside = table ) , agent = Noah )
Liam respected Emma .
respect ( agent = Liam , theme = Emma )
The rose was cleaned by the dog .
clean ( theme = * rose , agent = * dog )
Harper appreciated a girl in a room .
appreciate ( agent = Harper , theme = girl ( nmod . in = room ) )
The block was rolled .
roll ( theme = * block )
A fish helped the boy .
help ( agent = fish , theme = * boy )
A donkey hoped that Olivia ate .
hope ( agent = donkey , ccomp = eat ( agent = Olivia ) )
A game was helped by a moose .
help ( theme = game , agent = moose )
A boy declared that Sofia drew a donut .
declare ( agent = boy , ccomp = draw ( agent = Sofia , theme = donut ) )
A block was eaten .
eat ( theme = block )
A cookie was dusted by Liam .
dust ( theme = cookie , agent = Liam )
Emma liked a cat beside a table .
like ( agent = Emma , theme = cat ( nmod . beside = table ) )
The donut was given to a girl .
give ( theme = * donut , recipient = girl )
The donut was burned by a bunny .
burn ( theme = * donut , agent = bunny )
The cookie was given to a turtle .
give ( theme = * cookie , recipient = turtle )
A beer rolled .
roll ( theme = beer )
A strawberry was painted by a penguin .
paint ( theme = strawberry , agent = penguin )
Abigail ate Olivia .
eat ( agent = Abigail , theme = Olivia )
Jackson juggled a cake beside the broker .
juggle ( agent = Jackson , theme = cake ( nmod . beside = * broker ) )
A donut was liked by the chicken .
like ( theme = donut , agent = * chicken )
The cat noticed that Camila was lended a game .
notice ( agent = * cat , ccomp = lend ( recipient = Camila , theme = game ) )
A cake was dusted by Olivia .
dust ( theme = cake , agent = Olivia )
William dusted James .
dust ( agent = William , theme = James )
The cookie was liked by Elizabeth .
like ( theme = * cookie , agent = Elizabeth )
Thomas was sold the cookie in a house .
sell ( recipient = Thomas , theme = * cookie ( nmod . in = house ) )
A glue was rented to Liam by Emma .
rent ( theme = glue , recipient = Liam , agent = Emma )
Ava was lended a mirror beside a stage .
lend ( recipient = Ava , theme = mirror ( nmod . beside = stage ) )