source
stringlengths 3
103
| target
stringlengths 3
172
|
---|---|
A donut was eaten by the boy .
|
eat ( theme = donut , agent = * boy )
|
The drink was given to the frog by the scientist .
|
give ( theme = * drink , recipient = * frog , agent = * scientist )
|
Michael slept .
|
sleep ( agent = Michael )
|
Isabella believed that the girl awarded a cake to a child .
|
believe ( agent = Isabella , ccomp = award ( agent = * girl , theme = cake , recipient = child ) )
|
A boy was rented a block in the car .
|
rent ( recipient = boy , theme = block ( nmod . in = * car ) )
|
A box was helped .
|
help ( theme = box )
|
A rose was enlarged .
|
enlarge ( theme = rose )
|
The brick was awarded to the donkey .
|
award ( theme = * brick , recipient = * donkey )
|
Liam valued that the box inflated .
|
value ( agent = Liam , ccomp = inflate ( theme = * box ) )
|
A drink was given to the farmer .
|
give ( theme = drink , recipient = * farmer )
|
A tourist missed a girl in the room .
|
miss ( agent = tourist , theme = girl ( nmod . in = * room ) )
|
Olivia danced .
|
dance ( agent = Olivia )
|
The pumpkin was liked by Liam .
|
like ( theme = * pumpkin , agent = Liam )
|
A spoon was liked by the girl .
|
like ( theme = spoon , agent = * girl )
|
Emma attempted to sleep .
|
attempt ( agent = Emma , xcomp = sleep ( agent = Emma ) )
|
Emma liked that the cake was wired to the girl by Liam .
|
like ( agent = Emma , ccomp = wire ( theme = * cake , recipient = * girl , agent = Liam ) )
|
A cat liked the ball beside a bed beside a table .
|
like ( agent = cat , theme = * ball ( nmod . beside = bed ( nmod . beside = table ) ) )
|
A donut was sketched by a cat .
|
sketch ( theme = donut , agent = cat )
|
The student smiled .
|
smile ( agent = * student )
|
A girl froze the cat .
|
freeze ( agent = girl , theme = * cat )
|
Emma was handed the cake on the stage beside a vehicle .
|
hand ( recipient = Emma , theme = * cake ( nmod . on = * stage ( nmod . beside = vehicle ) ) )
|
The donut was doubled by Liam .
|
double ( theme = * donut , agent = Liam )
|
The cake was given to Hazel .
|
give ( theme = * cake , recipient = Hazel )
|
A doll was grown by the teacher .
|
grow ( theme = doll , agent = * teacher )
|
A boy stabbed the cake .
|
stab ( agent = boy , theme = * cake )
|
The raisin was given to Liam by a father .
|
give ( theme = * raisin , recipient = Liam , agent = father )
|
The lawyer was given a sweetcorn beside a stage by Emma .
|
give ( recipient = * lawyer , theme = sweetcorn ( nmod . beside = stage ) , agent = Emma )
|
The cookie was helped .
|
help ( theme = * cookie )
|
The girl tolerated that Emma grew a melon on a table .
|
tolerate ( agent = * girl , ccomp = grow ( agent = Emma , theme = melon ( nmod . on = table ) ) )
|
Isabella slid a boy .
|
slide ( agent = Isabella , theme = boy )
|
A donut was cooked .
|
cook ( theme = donut )
|
A queen liked that the goose liked that the friend ate Olivia .
|
like ( agent = queen , ccomp = like ( agent = * goose , ccomp = eat ( agent = * friend , theme = Olivia ) ) )
|
A bear was offered a cookie .
|
offer ( recipient = bear , theme = cookie )
|
Noah froze .
|
freeze ( theme = Noah )
|
William liked Liam .
|
like ( agent = William , theme = Liam )
|
The cake was passed to Isabella by the boy .
|
pass ( theme = * cake , recipient = Isabella , agent = * boy )
|
A fish froze .
|
freeze ( theme = fish )
|
The mouse was sold a cake on the stack by a girl .
|
sell ( recipient = * mouse , theme = cake ( nmod . on = * stack ) , agent = girl )
|
The bear lended the girl the crystal .
|
lend ( agent = * bear , recipient = * girl , theme = * crystal )
|
The pumpkin was sold to Harper .
|
sell ( theme = * pumpkin , recipient = Harper )
|
Luna said that Layla liked the box .
|
say ( agent = Luna , ccomp = like ( agent = Layla , theme = * box ) )
|
A girl was passed a cookie by Elizabeth .
|
pass ( recipient = girl , theme = cookie , agent = Elizabeth )
|
Isabella liked that the cake was hunted .
|
like ( agent = Isabella , ccomp = hunt ( theme = * cake ) )
|
A cake was given to the penguin .
|
give ( theme = cake , recipient = * penguin )
|
Emma gave the cake to the girl .
|
give ( agent = Emma , theme = * cake , recipient = * girl )
|
Emma was given the pickle on the bed by Noah .
|
give ( recipient = Emma , theme = * pickle ( nmod . on = * bed ) , agent = Noah )
|
Liam gave a cat a cookie on the desk .
|
give ( agent = Liam , recipient = cat , theme = cookie ( nmod . on = * desk ) )
|
The cake was rolled by the prisoner .
|
roll ( theme = * cake , agent = * prisoner )
|
The cake was shortened by Dylan .
|
shorten ( theme = * cake , agent = Dylan )
|
The hammer was helped by a cat .
|
help ( theme = * hammer , agent = cat )
|
The basket was rolled by Emma .
|
roll ( theme = * basket , agent = Emma )
|
The girl was slipped a cake by Charlotte .
|
slip ( recipient = * girl , theme = cake , agent = Charlotte )
|
The newspaper was slid by a boy .
|
slide ( theme = * newspaper , agent = boy )
|
The cake was given to the cow .
|
give ( theme = * cake , recipient = * cow )
|
The chicken liked that Emma offered a cake to William .
|
like ( agent = * chicken , ccomp = offer ( agent = Emma , theme = cake , recipient = William ) )
|
The girl awarded a cake to Jaxon .
|
award ( agent = * girl , theme = cake , recipient = Jaxon )
|
Emma wanted to talk .
|
want ( agent = Emma , xcomp = talk ( agent = Emma ) )
|
Emma snapped .
|
snap ( theme = Emma )
|
Noah was given a melon in the house .
|
give ( recipient = Noah , theme = melon ( nmod . in = * house ) )
|
Jack said that Olivia ate a spoon .
|
say ( agent = Jack , ccomp = eat ( agent = Olivia , theme = spoon ) )
|
The mouse decomposed the child .
|
decompose ( agent = * mouse , theme = * child )
|
Olivia gave the monkey a bat in the room .
|
give ( agent = Olivia , recipient = * monkey , theme = bat ( nmod . in = * room ) )
|
The chalk was slid .
|
slide ( theme = * chalk )
|
A girl was served a donut on the table in the house .
|
serve ( recipient = girl , theme = donut ( nmod . on = * table ( nmod . in = * house ) ) )
|
A girl liked that the hammer was liked .
|
like ( agent = girl , ccomp = like ( theme = * hammer ) )
|
A fruit was studied .
|
study ( theme = fruit )
|
Emma admired the cookie .
|
admire ( agent = Emma , theme = * cookie )
|
Emma drew a dog .
|
draw ( agent = Emma , theme = dog )
|
The cookie was rolled by a monster .
|
roll ( theme = * cookie , agent = monster )
|
Liam offered a donut to Emma .
|
offer ( agent = Liam , theme = donut , recipient = Emma )
|
The cloud was admired by the girl .
|
admire ( theme = * cloud , agent = * girl )
|
A cake was crumpled .
|
crumple ( theme = cake )
|
A girl liked that Savannah loaned the cake to a judge .
|
like ( agent = girl , ccomp = loan ( agent = Savannah , theme = * cake , recipient = judge ) )
|
A child gave the cake on a paper to Liam .
|
give ( agent = child , theme = * cake ( nmod . on = paper ) , recipient = Liam )
|
The bird liked that a cake was returned to the customer .
|
like ( agent = * bird , ccomp = return ( theme = cake , recipient = * customer ) )
|
Olivia hoped to nap .
|
hope ( agent = Olivia , xcomp = nap ( agent = Olivia ) )
|
A spoon was rolled by William .
|
roll ( theme = spoon , agent = William )
|
The child liked that a cake was liked .
|
like ( agent = * child , ccomp = like ( theme = cake ) )
|
The hammer was missed by Emma .
|
miss ( theme = * hammer , agent = Emma )
|
A rose was adored by the dog .
|
adore ( theme = rose , agent = * dog )
|
The boy liked Liam .
|
like ( agent = * boy , theme = Liam )
|
Emma gave Sebastian a rose .
|
give ( agent = Emma , recipient = Sebastian , theme = rose )
|
The cow liked to walk .
|
like ( agent = * cow , xcomp = walk ( agent = * cow ) )
|
Olivia smiled .
|
smile ( agent = Olivia )
|
Emma liked that Liam was sent the rose by Thomas .
|
like ( agent = Emma , ccomp = send ( recipient = Liam , theme = * rose , agent = Thomas ) )
|
The tiger wanted to walk .
|
want ( agent = * tiger , xcomp = walk ( agent = * tiger ) )
|
Avery liked a cake in a pyramid .
|
like ( agent = Avery , theme = cake ( nmod . in = pyramid ) )
|
The tool was rolled .
|
roll ( theme = * tool )
|
A baby liked that the cookie was found by Emma .
|
like ( agent = baby , ccomp = find ( theme = * cookie , agent = Emma ) )
|
Ethan ate .
|
eat ( agent = Ethan )
|
A cake was given to the girl by Emma .
|
give ( theme = cake , recipient = * girl , agent = Emma )
|
Jaxon was loaned the flower beside a cage .
|
loan ( recipient = Jaxon , theme = * flower ( nmod . beside = cage ) )
|
Liam was lended the cake by Bella .
|
lend ( recipient = Liam , theme = * cake , agent = Bella )
|
A muffin was eaten .
|
eat ( theme = muffin )
|
Lucas shortened a cake on the bed .
|
shorten ( agent = Lucas , theme = cake ( nmod . on = * bed ) )
|
A sandwich was rented to Emma .
|
rent ( theme = sandwich , recipient = Emma )
|
A hammer was handed to a cat .
|
hand ( theme = hammer , recipient = cat )
|
Charlotte liked a cake .
|
like ( agent = Charlotte , theme = cake )
|
A bee gave the boy the cookie beside the beast beside a stage .
|
give ( agent = bee , recipient = * boy , theme = * cookie ( nmod . beside = * beast ( nmod . beside = stage ) ) )
|
A rose was eaten by the girl .
|
eat ( theme = rose , agent = * girl )
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.