source
stringlengths
3
103
target
stringlengths
3
172
Lucas saw the girl .
see ( agent = Lucas , theme = * girl )
The boy doubled a cake .
double ( agent = * boy , theme = cake )
A strawberry was given to Noah .
give ( theme = strawberry , recipient = Noah )
A fruit was helped by the girl .
help ( theme = fruit , agent = * girl )
The boy intended to run .
intend ( agent = * boy , xcomp = run ( agent = * boy ) )
A needle was crumpled .
crumple ( theme = needle )
Isabella confessed that a cake was painted by Grace .
confess ( agent = Isabella , ccomp = paint ( theme = cake , agent = Grace ) )
Lincoln admired that a cake froze .
admire ( agent = Lincoln , ccomp = freeze ( theme = cake ) )
The raisin was admired by the cat .
admire ( theme = * raisin , agent = * cat )
Mia adored the mother on a pad .
adore ( agent = Mia , theme = * mother ( nmod . on = pad ) )
The glue was liked .
like ( theme = * glue )
A lion smiled .
smile ( agent = lion )
The cake was forwarded to Amelia by Alexander .
forward ( theme = * cake , recipient = Amelia , agent = Alexander )
The princess was given a present on the stage .
give ( recipient = * princess , theme = present ( nmod . on = * stage ) )
Penelope painted .
paint ( agent = Penelope )
Evelyn helped the cake .
help ( agent = Evelyn , theme = * cake )
The child liked that the box was found by the girl .
like ( agent = * child , ccomp = find ( theme = * box , agent = * girl ) )
A donut was posted to Liam by Charlotte .
post ( theme = donut , recipient = Liam , agent = Charlotte )
Harper froze .
freeze ( theme = Harper )
The banana was liked by Emma .
like ( theme = * banana , agent = Emma )
The cake was shortened by the girl .
shorten ( theme = * cake , agent = * girl )
Emma tolerated Ella .
tolerate ( agent = Emma , theme = Ella )
Ava liked that a cookie was painted by Olivia .
like ( agent = Ava , ccomp = paint ( theme = cookie , agent = Olivia ) )
The gumball was liked by the child .
like ( theme = * gumball , agent = * child )
Andrew cleaned .
clean ( agent = Andrew )
A girl passed the cookie beside the table to Evelyn .
pass ( agent = girl , theme = * cookie ( nmod . beside = * table ) , recipient = Evelyn )
The duke examined a cake .
examine ( agent = * duke , theme = cake )
paint
paint
Noah gave Emma a plate .
give ( agent = Noah , recipient = Emma , theme = plate )
The pickle was given to Luke by a chicken .
give ( theme = * pickle , recipient = Luke , agent = chicken )
A boy liked the cake .
like ( agent = boy , theme = * cake )
The jacket was inflated .
inflate ( theme = * jacket )
A girl preferred to sleep .
prefer ( agent = girl , xcomp = sleep ( agent = girl ) )
The baby liked the box .
like ( agent = * baby , theme = * box )
A girl appreciated the brush .
appreciate ( agent = girl , theme = * brush )
The boy hoped that a girl juggled .
hope ( agent = * boy , ccomp = juggle ( agent = girl ) )
The chicken forwarded a key in a house to Claire .
forward ( agent = * chicken , theme = key ( nmod . in = house ) , recipient = Claire )
The prince was fed a cake .
feed ( recipient = * prince , theme = cake )
Isabella changed the cake beside the chair .
change ( agent = Isabella , theme = * cake ( nmod . beside = * chair ) )
Emma was given the cake beside the sailor .
give ( recipient = Emma , theme = * cake ( nmod . beside = * sailor ) )
Noah was given a cake beside a toy .
give ( recipient = Noah , theme = cake ( nmod . beside = toy ) )
The boy fed a dog the mirror beside the log .
feed ( agent = * boy , recipient = dog , theme = * mirror ( nmod . beside = * log ) )
The boy ate a key .
eat ( agent = * boy , theme = key )
The cup was heard by the girl .
hear ( theme = * cup , agent = * girl )
The boy fed Noah the bucket in the cup .
feed ( agent = * boy , recipient = Noah , theme = * bucket ( nmod . in = * cup ) )
A girl sold a cookie beside a cabinet to a cat .
sell ( agent = girl , theme = cookie ( nmod . beside = cabinet ) , recipient = cat )
A cake was drawn by the baby .
draw ( theme = cake , agent = * baby )
A chicken froze Alexander .
freeze ( agent = chicken , theme = Alexander )
The donut was given to the dog by Emma .
give ( theme = * donut , recipient = * dog , agent = Emma )
A buyer decomposed .
decompose ( theme = buyer )
Ava lended a boy the box on a chair .
lend ( agent = Ava , recipient = boy , theme = * box ( nmod . on = chair ) )
The girl lended Emma a cookie on the stage .
lend ( agent = * girl , recipient = Emma , theme = cookie ( nmod . on = * stage ) )
Emma fed a girl the ball .
feed ( agent = Emma , recipient = girl , theme = * ball )
The cake was poked by Emma .
poke ( theme = * cake , agent = Emma )
A cake was found by the boy .
find ( theme = cake , agent = * boy )
Emma split Wyatt .
split ( agent = Emma , theme = Wyatt )
Liam doubled the girl on a keyboard .
double ( agent = Liam , theme = * girl ( nmod . on = keyboard ) )
The bear smiled .
smile ( agent = * bear )
The cat pierced a baby in the room .
pierce ( agent = * cat , theme = baby ( nmod . in = * room ) )
The cookie was sold to Liam by a boy .
sell ( theme = * cookie , recipient = Liam , agent = boy )
Mia rolled .
roll ( theme = Mia )
The girl gave the cake to the baby .
give ( agent = * girl , theme = * cake , recipient = * baby )
The jacket was split by Emma .
split ( theme = * jacket , agent = Emma )
The cookie was frozen by a cat .
freeze ( theme = * cookie , agent = cat )
The cat was loaned a chemical in a bag by Emma .
loan ( recipient = * cat , theme = chemical ( nmod . in = bag ) , agent = Emma )
A donut was poked .
poke ( theme = donut )
A watch was helped by the moose .
help ( theme = watch , agent = * moose )
A block was noticed .
notice ( theme = block )
A plate was hunted .
hunt ( theme = plate )
Sophia helped a doctor .
help ( agent = Sophia , theme = doctor )
The brain was rolled by a girl .
roll ( theme = * brain , agent = girl )
Emma lended a cake beside the table to Ava .
lend ( agent = Emma , theme = cake ( nmod . beside = * table ) , recipient = Ava )
A girl called the professor in the car .
call ( agent = girl , theme = * professor ( nmod . in = * car ) )
The goose gave Benjamin the cake .
give ( agent = * goose , recipient = Benjamin , theme = * cake )
A box was broken .
break ( theme = box )
A plate was helped .
help ( theme = plate )
A deer ate the politician .
eat ( agent = deer , theme = * politician )
A baby was given a cookie on a blanket by Luna .
give ( recipient = baby , theme = cookie ( nmod . on = blanket ) , agent = Luna )
Penelope reddened .
redden ( theme = Penelope )
Emma posted a bag to the cat .
post ( agent = Emma , theme = bag , recipient = * cat )
The cake was tolerated by the monster .
tolerate ( theme = * cake , agent = * monster )
A raisin was lended to William by a customer .
lend ( theme = raisin , recipient = William , agent = customer )
The seed was shortened by Lucas .
shorten ( theme = * seed , agent = Lucas )
The teacher ate the bean on the stage .
eat ( agent = * teacher , theme = * bean ( nmod . on = * stage ) )
A crayon was decomposed .
decompose ( theme = crayon )
Penelope handed Emma the donut on a stool .
hand ( agent = Penelope , recipient = Emma , theme = * donut ( nmod . on = stool ) )
The cat juggled a giraffe .
juggle ( agent = * cat , theme = giraffe )
A crayon was shortened by the girl .
shorten ( theme = crayon , agent = * girl )
The girl meant to sleep .
mean ( agent = * girl , xcomp = sleep ( agent = * girl ) )
The ball was eaten .
eat ( theme = * ball )
The boy helped the box .
help ( agent = * boy , theme = * box )
A cake was poked by a girl .
poke ( theme = cake , agent = girl )
Bella smirked .
smirk ( agent = Bella )
A cake was noticed by a boy .
notice ( theme = cake , agent = boy )
The hamburger was observed .
observe ( theme = * hamburger )
A drink was passed to a cat .
pass ( theme = drink , recipient = cat )
The mirror was disintegrated by a soldier .
disintegrate ( theme = * mirror , agent = soldier )
A sweetcorn was shortened by a girl .
shorten ( theme = sweetcorn , agent = girl )
A hamburger was frozen by a cat .
freeze ( theme = hamburger , agent = cat )
A shoe was mailed to the dog .
mail ( theme = shoe , recipient = * dog )