source
stringlengths
3
103
target
stringlengths
3
172
A teacher found the poet on a tiger .
find ( agent = teacher , theme = * poet ( nmod . on = tiger ) )
Liam liked that Emma dusted the block .
like ( agent = Liam , ccomp = dust ( agent = Emma , theme = * block ) )
The sailor was given a cookie in a house by Liam .
give ( recipient = * sailor , theme = cookie ( nmod . in = house ) , agent = Liam )
Emma hoped that Amelia slipped the chalk to Liam .
hope ( agent = Emma , ccomp = slip ( agent = Amelia , theme = * chalk , recipient = Liam ) )
Emma doubled William .
double ( agent = Emma , theme = William )
The chair was frozen by Emma .
freeze ( theme = * chair , agent = Emma )
The strawberry was given to Ethan .
give ( theme = * strawberry , recipient = Ethan )
A girl floated a fly .
float ( agent = girl , theme = fly )
A boy dreamed that Stella threw the cookie .
dream ( agent = boy , ccomp = throw ( agent = Stella , theme = * cookie ) )
The dog liked the knife on the truck .
like ( agent = * dog , theme = * knife ( nmod . on = * truck ) )
A cake was passed to a coach by the crocodile .
pass ( theme = cake , recipient = coach , agent = * crocodile )
Noah hoped that the cake was slid by Emma .
hope ( agent = Noah , ccomp = slide ( theme = * cake , agent = Emma ) )
Lucas yearned to smirk .
yearn ( agent = Lucas , xcomp = smirk ( agent = Lucas ) )
Wyatt liked to giggle .
like ( agent = Wyatt , xcomp = giggle ( agent = Wyatt ) )
Liam awarded the shell to Emma .
award ( agent = Liam , theme = * shell , recipient = Emma )
The rose was fed to Liam by Wyatt .
feed ( theme = * rose , recipient = Liam , agent = Wyatt )
A cake was served to a girl .
serve ( theme = cake , recipient = girl )
A dog rented a cat a muffin .
rent ( agent = dog , recipient = cat , theme = muffin )
The bird served Audrey a donut beside the table .
serve ( agent = * bird , recipient = Audrey , theme = donut ( nmod . beside = * table ) )
Emma awarded the donut on the counter to Harper .
award ( agent = Emma , theme = * donut ( nmod . on = * counter ) , recipient = Harper )
A balloon was shortened by the mouse .
shorten ( theme = balloon , agent = * mouse )
A donut was fed to the boy .
feed ( theme = donut , recipient = * boy )
The cat posted a girl the ball .
post ( agent = * cat , recipient = girl , theme = * ball )
A crocodile slept .
sleep ( agent = crocodile )
The brush changed .
change ( theme = * brush )
The girl ate the block .
eat ( agent = * girl , theme = * block )
The child said that Mila was given the cake on the bed by Liam .
say ( agent = * child , ccomp = give ( recipient = Mila , theme = * cake ( nmod . on = * bed ) , agent = Liam ) )
The cookie was snapped by a girl .
snap ( theme = * cookie , agent = girl )
A spoon was promised to Avery .
promise ( theme = spoon , recipient = Avery )
Charlotte floated a donut in a microwave .
float ( agent = Charlotte , theme = donut ( nmod . in = microwave ) )
Noah drew a boy .
draw ( agent = Noah , theme = boy )
The pupil wanted to walk .
want ( agent = * pupil , xcomp = walk ( agent = * pupil ) )
The coin was admired .
admire ( theme = * coin )
The donut shortened .
shorten ( theme = * donut )
A leaf was wired to a girl .
wire ( theme = leaf , recipient = girl )
The rose was collapsed by the chicken .
collapse ( theme = * rose , agent = * chicken )
Emma rolled the cake beside a table .
roll ( agent = Emma , theme = * cake ( nmod . beside = table ) )
A moose preferred to walk .
prefer ( agent = moose , xcomp = walk ( agent = moose ) )
A tiger offered the sandwich to a boy .
offer ( agent = tiger , theme = * sandwich , recipient = boy )
The lion brought the cow a cake .
bring ( agent = * lion , recipient = * cow , theme = cake )
Emma liked a girl .
like ( agent = Emma , theme = girl )
The beer was grown by the girl .
grow ( theme = * beer , agent = * girl )
A donut was sold to Logan by a girl .
sell ( theme = donut , recipient = Logan , agent = girl )
A mother improved .
improve ( theme = mother )
The shell was given to Sophia .
give ( theme = * shell , recipient = Sophia )
Jacob tried to walk .
try ( agent = Jacob , xcomp = walk ( agent = Jacob ) )
The girl gave a baby a shoe in a cup .
give ( agent = * girl , recipient = baby , theme = shoe ( nmod . in = cup ) )
The cat declared that the donut was lended to David .
declare ( agent = * cat , ccomp = lend ( theme = * donut , recipient = David ) )
Mia was sold the cake .
sell ( recipient = Mia , theme = * cake )
A box was decomposed by the turkey .
decompose ( theme = box , agent = * turkey )
A cake was tolerated .
tolerate ( theme = cake )
A child was offered the strawberry by Ava .
offer ( recipient = child , theme = * strawberry , agent = Ava )
Liam valued a pizza on a cloth .
value ( agent = Liam , theme = pizza ( nmod . on = cloth ) )
A girl itched to sneeze .
itch ( agent = girl , xcomp = sneeze ( agent = girl ) )
The cake was found by Ava .
find ( theme = * cake , agent = Ava )
The pretzel was sold to the mouse .
sell ( theme = * pretzel , recipient = * mouse )
A box was forwarded to a dog by Emma .
forward ( theme = box , recipient = dog , agent = Emma )
The box was frozen .
freeze ( theme = * box )
The plate was burned .
burn ( theme = * plate )
The duck disintegrated .
disintegrate ( theme = * duck )
A donut was tolerated by Noah .
tolerate ( theme = donut , agent = Noah )
The cake was crumpled by the horse .
crumple ( theme = * cake , agent = * horse )
The cookie was packed by Sophia .
pack ( theme = * cookie , agent = Sophia )
The cake collapsed .
collapse ( theme = * cake )
The biscuit was liked by the frog .
like ( theme = * biscuit , agent = * frog )
A guy studied .
study ( agent = guy )
A girl burned a rose beside a table on the pedestal .
burn ( agent = girl , theme = rose ( nmod . beside = table ( nmod . on = * pedestal ) ) )
Emma rolled the pizza beside the table .
roll ( agent = Emma , theme = * pizza ( nmod . beside = * table ) )
Emma believed that a cake was eaten by Liam .
believe ( agent = Emma , ccomp = eat ( theme = cake , agent = Liam ) )
The book was sold to the girl .
sell ( theme = * book , recipient = * girl )
A cake was snapped by a bear .
snap ( theme = cake , agent = bear )
The boy was fed the melon beside the bed .
feed ( recipient = * boy , theme = * melon ( nmod . beside = * bed ) )
A teacher liked that Elizabeth painted the guitar .
like ( agent = teacher , ccomp = paint ( agent = Elizabeth , theme = * guitar ) )
The cake was given to Luna by the cat .
give ( theme = * cake , recipient = Luna , agent = * cat )
A donut was helped by a girl .
help ( theme = donut , agent = girl )
A rose was liked by the mother .
like ( theme = rose , agent = * mother )
The box was seen .
see ( theme = * box )
A cake was given to Luke .
give ( theme = cake , recipient = Luke )
Emma liked that a cake was eaten .
like ( agent = Emma , ccomp = eat ( theme = cake ) )
The game was liked by the monster .
like ( theme = * game , agent = * monster )
Noah liked a cake on a stage beside the chair .
like ( agent = Noah , theme = cake ( nmod . on = stage ( nmod . beside = * chair ) ) )
The drink was awarded to Emma .
award ( theme = * drink , recipient = Emma )
The cookie was examined .
examine ( theme = * cookie )
The girl ate Olivia .
eat ( agent = * girl , theme = Olivia )
A monkey forwarded a clock beside a table to Aurora .
forward ( agent = monkey , theme = clock ( nmod . beside = table ) , recipient = Aurora )
A cookie was held by a girl .
hold ( theme = cookie , agent = girl )
The cake was painted by Stella .
paint ( theme = * cake , agent = Stella )
The donut was given to Riley by Alexander .
give ( theme = * donut , recipient = Riley , agent = Alexander )
A ball was collapsed .
collapse ( theme = ball )
A rose was offered to Emma by Olivia .
offer ( theme = rose , recipient = Emma , agent = Olivia )
A girl hoped that a cake froze .
hope ( agent = girl , ccomp = freeze ( theme = cake ) )
The girl respected the boy .
respect ( agent = * girl , theme = * boy )
A sweetcorn was changed by Emma .
change ( theme = sweetcorn , agent = Emma )
The boy was lended the cake by Liam .
lend ( recipient = * boy , theme = * cake , agent = Liam )
A cat was mailed a towel on a stool .
mail ( recipient = cat , theme = towel ( nmod . on = stool ) )
A yogurt collapsed .
collapse ( theme = yogurt )
Noah dusted a girl beside the table .
dust ( agent = Noah , theme = girl ( nmod . beside = * table ) )
A donut was frozen .
freeze ( theme = donut )
The box was brought to a prince .
bring ( theme = * box , recipient = prince )
The boy rolled a rose .
roll ( agent = * boy , theme = rose )