source
stringlengths
3
103
target
stringlengths
3
172
A cat observed .
observe ( agent = cat )
Amelia shortened a girl in a house .
shorten ( agent = Amelia , theme = girl ( nmod . in = house ) )
A cat nursed the cake .
nurse ( agent = cat , theme = * cake )
A duck liked that a boy gave a girl a shirt beside a stage .
like ( agent = duck , ccomp = give ( agent = boy , recipient = girl , theme = shirt ( nmod . beside = stage ) ) )
A cookie was doubled by Benjamin .
double ( theme = cookie , agent = Benjamin )
The girl gave the fish a cake .
give ( agent = * girl , recipient = * fish , theme = cake )
The prince snapped .
snap ( theme = * prince )
The girl changed the cake .
change ( agent = * girl , theme = * cake )
Julian wanted to talk .
want ( agent = Julian , xcomp = talk ( agent = Julian ) )
A patient ate Olivia .
eat ( agent = patient , theme = Olivia )
The cake was sold to a frog by Emma .
sell ( theme = * cake , recipient = frog , agent = Emma )
The boy liked that the girl slept .
like ( agent = * boy , ccomp = sleep ( agent = * girl ) )
Olivia craved to dance .
crave ( agent = Olivia , xcomp = dance ( agent = Olivia ) )
Emma proved that the cat knew a plant in a house .
prove ( agent = Emma , ccomp = know ( agent = * cat , theme = plant ( nmod . in = house ) ) )
The pretzel was eaten .
eat ( theme = * pretzel )
The cookie was lended to a guest by the frog .
lend ( theme = * cookie , recipient = guest , agent = * frog )
The tourist declared that the boy found the cake beside a stage .
declare ( agent = * tourist , ccomp = find ( agent = * boy , theme = * cake ( nmod . beside = stage ) ) )
The cake was given to Emma by a boy .
give ( theme = * cake , recipient = Emma , agent = boy )
A girl was served a donut .
serve ( recipient = girl , theme = donut )
Liam declared that a cake was frozen .
declare ( agent = Liam , ccomp = freeze ( theme = cake ) )
The giraffe juggled a girl beside the stage .
juggle ( agent = * giraffe , theme = girl ( nmod . beside = * stage ) )
A girl disintegrated a cake in the fishbowl .
disintegrate ( agent = girl , theme = cake ( nmod . in = * fishbowl ) )
The consumer lended a girl the box on the table .
lend ( agent = * consumer , recipient = girl , theme = * box ( nmod . on = * table ) )
The baby sent the girl the soap .
send ( agent = * baby , recipient = * girl , theme = * soap )
A baby was sold a cake .
sell ( recipient = baby , theme = cake )
The cake was seen .
see ( theme = * cake )
Emma intended to talk .
intend ( agent = Emma , xcomp = talk ( agent = Emma ) )
The cake was given to Sebastian by Penelope .
give ( theme = * cake , recipient = Sebastian , agent = Penelope )
A writer slept .
sleep ( agent = writer )
A strawberry was sketched by a fish .
sketch ( theme = strawberry , agent = fish )
Emma promised the girl a sandwich .
promise ( agent = Emma , recipient = * girl , theme = sandwich )
A cake was passed to Olivia by Charlotte .
pass ( theme = cake , recipient = Olivia , agent = Charlotte )
Jayden ate a bird in a glass .
eat ( agent = Jayden , theme = bird ( nmod . in = glass ) )
Jacob needed to walk .
need ( agent = Jacob , xcomp = walk ( agent = Jacob ) )
Noah gave a box beside the sculpture to a landlord .
give ( agent = Noah , theme = box ( nmod . beside = * sculpture ) , recipient = landlord )
A girl tossed the cake in the dumpster .
toss ( agent = girl , theme = * cake ( nmod . in = * dumpster ) )
The box was offered to William .
offer ( theme = * box , recipient = William )
The resident gave the crayon to Thomas .
give ( agent = * resident , theme = * crayon , recipient = Thomas )
The pancake grew .
grow ( theme = * pancake )
A raisin was eaten by Emma .
eat ( theme = raisin , agent = Emma )
Emma was awarded a ball on the box .
award ( recipient = Emma , theme = ball ( nmod . on = * box ) )
Oliver meant that the teacher laughed .
mean ( agent = Oliver , ccomp = laugh ( agent = * teacher ) )
A girl loved Emma .
love ( agent = girl , theme = Emma )
Amelia painted .
paint ( agent = Amelia )
The leaf was rolled .
roll ( theme = * leaf )
The monkey stabbed a drink in the storage .
stab ( agent = * monkey , theme = drink ( nmod . in = * storage ) )
The cake was broken by a pupil .
break ( theme = * cake , agent = pupil )
Emma liked Ella .
like ( agent = Emma , theme = Ella )
The boy said that a drink was missed .
say ( agent = * boy , ccomp = miss ( theme = drink ) )
A cat sketched .
sketch ( agent = cat )
A guy sent a girl a melon .
send ( agent = guy , recipient = girl , theme = melon )
A box broke .
break ( theme = box )
Sofia thought that a pancake rolled .
think ( agent = Sofia , ccomp = roll ( theme = pancake ) )
The cake was poked by a child .
poke ( theme = * cake , agent = child )
William liked that the strawberry was broken .
like ( agent = William , ccomp = break ( theme = * strawberry ) )
A yogurt was lended to the pupil .
lend ( theme = yogurt , recipient = * pupil )
The rose was passed to a girl .
pass ( theme = * rose , recipient = girl )
Ava hunted .
hunt ( agent = Ava )
The baby wired the cake beside the stage to the lion .
wire ( agent = * baby , theme = * cake ( nmod . beside = * stage ) , recipient = * lion )
Noah ate the drink on the computer beside a chair .
eat ( agent = Noah , theme = * drink ( nmod . on = * computer ( nmod . beside = chair ) ) )
The cat worshipped Aiden .
worship ( agent = * cat , theme = Aiden )
The cake was offered to Julian by Isabella .
offer ( theme = * cake , recipient = Julian , agent = Isabella )
A girl ate a cake beside a table .
eat ( agent = girl , theme = cake ( nmod . beside = table ) )
The tourist respected that Emma rolled the girl .
respect ( agent = * tourist , ccomp = roll ( agent = Emma , theme = * girl ) )
Logan drew .
draw ( agent = Logan )
The box was sent to Emma by the girl .
send ( theme = * box , recipient = Emma , agent = * girl )
Emma proved that the dog liked that the cake was given to Liam .
prove ( agent = Emma , ccomp = like ( agent = * dog , ccomp = give ( theme = * cake , recipient = Liam ) ) )
A book was rolled by Noah .
roll ( theme = book , agent = Noah )
The girl needed to sleep .
need ( agent = * girl , xcomp = sleep ( agent = * girl ) )
The girl fed the lion the drink beside the table .
feed ( agent = * girl , recipient = * lion , theme = * drink ( nmod . beside = * table ) )
The boy liked to sketch .
like ( agent = * boy , xcomp = sketch ( agent = * boy ) )
Mason lended Olivia a cake .
lend ( agent = Mason , recipient = Olivia , theme = cake )
Emma sent a donut in the tower to Christopher .
send ( agent = Emma , theme = donut ( nmod . in = * tower ) , recipient = Christopher )
Oliver intended to giggle .
intend ( agent = Oliver , xcomp = giggle ( agent = Oliver ) )
A drink was dusted .
dust ( theme = drink )
The donut was liked by a bee .
like ( theme = * donut , agent = bee )
A donut was drawn by the friend .
draw ( theme = donut , agent = * friend )
The cake was tossed .
toss ( theme = * cake )
A cake was eaten by Audrey .
eat ( theme = cake , agent = Audrey )
The pizza was dusted by William .
dust ( theme = * pizza , agent = William )
The book was changed .
change ( theme = * book )
A basket shortened .
shorten ( theme = basket )
The tenant slept .
sleep ( agent = * tenant )
Isabella wanted to eat .
want ( agent = Isabella , xcomp = eat ( agent = Isabella ) )
The box was liked by Liam .
like ( theme = * box , agent = Liam )
A customer studied the girl .
study ( agent = customer , theme = * girl )
A needle was heard .
hear ( theme = needle )
A cake was observed by the guy .
observe ( theme = cake , agent = * guy )
The queen dusted the cat .
dust ( agent = * queen , theme = * cat )
A baby was lended the cracker .
lend ( recipient = baby , theme = * cracker )
Noah tolerated that the child loved to walk .
tolerate ( agent = Noah , ccomp = love ( agent = * child , xcomp = walk ( agent = * child ) ) )
Emily returned the cake to the boy .
return ( agent = Emily , theme = * cake , recipient = * boy )
A donut was posted to a girl by the champion .
post ( theme = donut , recipient = girl , agent = * champion )
The cat rolled a sandwich beside the pillar .
roll ( agent = * cat , theme = sandwich ( nmod . beside = * pillar ) )
A biscuit was respected .
respect ( theme = biscuit )
A cake was admired by Levi .
admire ( theme = cake , agent = Levi )
The dog split the cake .
split ( agent = * dog , theme = * cake )
A block was given to the girl by a bee .
give ( theme = block , recipient = * girl , agent = bee )
A cake was given to Violet by a baby .
give ( theme = cake , recipient = Violet , agent = baby )
A donut was given to Aubrey .
give ( theme = donut , recipient = Aubrey )