source
stringlengths 3
103
| target
stringlengths 3
172
|
---|---|
The donut was rolled by a baby .
|
roll ( theme = * donut , agent = baby )
|
The clock was eaten by a girl .
|
eat ( theme = * clock , agent = girl )
|
A cat wanted to nap .
|
want ( agent = cat , xcomp = nap ( agent = cat ) )
|
A horse offered the bat on a stool beside a stage to a boy .
|
offer ( agent = horse , theme = * bat ( nmod . on = stool ( nmod . beside = stage ) ) , recipient = boy )
|
Emma shortened Joshua .
|
shorten ( agent = Emma , theme = Joshua )
|
A cat believed that a donut was rolled .
|
believe ( agent = cat , ccomp = roll ( theme = donut ) )
|
A cat rolled .
|
roll ( theme = cat )
|
The cake was eaten by the fish .
|
eat ( theme = * cake , agent = * fish )
|
Gabriel was posted a cookie on a stool on the table by Emma .
|
post ( recipient = Gabriel , theme = cookie ( nmod . on = stool ( nmod . on = * table ) ) , agent = Emma )
|
Liam painted Chloe .
|
paint ( agent = Liam , theme = Chloe )
|
A cake was inflated .
|
inflate ( theme = cake )
|
A cake was awarded to a cat by the bear .
|
award ( theme = cake , recipient = cat , agent = * bear )
|
A cookie was worshipped by the zebra .
|
worship ( theme = cookie , agent = * zebra )
|
The boy valued that the rose was forwarded to the queen by the cat .
|
value ( agent = * boy , ccomp = forward ( theme = * rose , recipient = * queen , agent = * cat ) )
|
snooze
|
snooze
|
A rose was eaten by Emma .
|
eat ( theme = rose , agent = Emma )
|
A father rolled .
|
roll ( theme = father )
|
A cake was held .
|
hold ( theme = cake )
|
The girl proved that a rose was liked .
|
prove ( agent = * girl , ccomp = like ( theme = rose ) )
|
The cake was reddened by the dog .
|
redden ( theme = * cake , agent = * dog )
|
A baby was returned the cake .
|
return ( recipient = baby , theme = * cake )
|
The rose was given to Emma .
|
give ( theme = * rose , recipient = Emma )
|
The donut was liked by Emma .
|
like ( theme = * donut , agent = Emma )
|
The pretzel was given to a girl by the cat .
|
give ( theme = * pretzel , recipient = girl , agent = * cat )
|
Ava said that Emma painted .
|
say ( agent = Ava , ccomp = paint ( agent = Emma ) )
|
A dog preferred to nap .
|
prefer ( agent = dog , xcomp = nap ( agent = dog ) )
|
The boy preferred to dust .
|
prefer ( agent = * boy , xcomp = dust ( agent = * boy ) )
|
The king was rented the strawberry .
|
rent ( recipient = * king , theme = * strawberry )
|
A cat attempted to walk .
|
attempt ( agent = cat , xcomp = walk ( agent = cat ) )
|
Emma forwarded the donkey the cracker beside a bed beside a cylinder .
|
forward ( agent = Emma , recipient = * donkey , theme = * cracker ( nmod . beside = bed ( nmod . beside = cylinder ) ) )
|
The turtle observed a knife on the bed .
|
observe ( agent = * turtle , theme = knife ( nmod . on = * bed ) )
|
A kitty wanted to walk .
|
want ( agent = kitty , xcomp = walk ( agent = kitty ) )
|
A girl gave Layla a pancake .
|
give ( agent = girl , recipient = Layla , theme = pancake )
|
The brush was burned .
|
burn ( theme = * brush )
|
A basket was liked .
|
like ( theme = basket )
|
The dog was given a donut .
|
give ( recipient = * dog , theme = donut )
|
A professor liked a girl .
|
like ( agent = professor , theme = girl )
|
Camila gave Ava the knife .
|
give ( agent = Camila , recipient = Ava , theme = * knife )
|
A cake was eaten by James .
|
eat ( theme = cake , agent = James )
|
The donut was changed by the boy .
|
change ( theme = * donut , agent = * boy )
|
Emma proved that a hamburger was given to the creature by Jayden .
|
prove ( agent = Emma , ccomp = give ( theme = hamburger , recipient = * creature , agent = Jayden ) )
|
A monster hoped that the drink was burned .
|
hope ( agent = monster , ccomp = burn ( theme = * drink ) )
|
Olivia supported that Liam lended a cookie to Charlotte .
|
support ( agent = Olivia , ccomp = lend ( agent = Liam , theme = cookie , recipient = Charlotte ) )
|
A mandarin was rolled .
|
roll ( theme = mandarin )
|
The boy called a girl .
|
call ( agent = * boy , theme = girl )
|
Noah rented the donut to James .
|
rent ( agent = Noah , theme = * donut , recipient = James )
|
Emma was brought a rose on a stage on a tabletop .
|
bring ( recipient = Emma , theme = rose ( nmod . on = stage ( nmod . on = tabletop ) ) )
|
A boy was given a cake on the stage beside a bed by Emma .
|
give ( recipient = boy , theme = cake ( nmod . on = * stage ( nmod . beside = bed ) ) , agent = Emma )
|
The cookie was eaten by a bear .
|
eat ( theme = * cookie , agent = bear )
|
The cake was awarded to Liam by Ella .
|
award ( theme = * cake , recipient = Liam , agent = Ella )
|
A cat hoped that a pony drew .
|
hope ( agent = cat , ccomp = draw ( agent = pony ) )
|
A pancake was drawn by the girl .
|
draw ( theme = pancake , agent = * girl )
|
The girl gave Isabella a cookie .
|
give ( agent = * girl , recipient = Isabella , theme = cookie )
|
A bear froze a cookie on a table .
|
freeze ( agent = bear , theme = cookie ( nmod . on = table ) )
|
The box was eaten by Isabella .
|
eat ( theme = * box , agent = Isabella )
|
The ball was given to Emily by Henry .
|
give ( theme = * ball , recipient = Emily , agent = Henry )
|
The bat was given to the cat .
|
give ( theme = * bat , recipient = * cat )
|
The girl tolerated that a giraffe broke .
|
tolerate ( agent = * girl , ccomp = break ( theme = giraffe ) )
|
The horse liked the cake beside the wolf .
|
like ( agent = * horse , theme = * cake ( nmod . beside = * wolf ) )
|
Noah attempted to paint .
|
attempt ( agent = Noah , xcomp = paint ( agent = Noah ) )
|
Emma ate a ring .
|
eat ( agent = Emma , theme = ring )
|
Emma was loaned a bat on the table by the girl .
|
loan ( recipient = Emma , theme = bat ( nmod . on = * table ) , agent = * girl )
|
Isabella liked that a boy painted .
|
like ( agent = Isabella , ccomp = paint ( agent = boy ) )
|
The muffin froze .
|
freeze ( theme = * muffin )
|
A shell was eaten by the president .
|
eat ( theme = shell , agent = * president )
|
A donut was sent to the girl by Michael .
|
send ( theme = donut , recipient = * girl , agent = Michael )
|
A guy noticed that the donut was rolled .
|
notice ( agent = guy , ccomp = roll ( theme = * donut ) )
|
The donut was brought to Evelyn by Joshua .
|
bring ( theme = * donut , recipient = Evelyn , agent = Joshua )
|
A sandwich was dusted by Liam .
|
dust ( theme = sandwich , agent = Liam )
|
A governor ate .
|
eat ( agent = governor )
|
The deer was posted a cake beside the road .
|
post ( recipient = * deer , theme = cake ( nmod . beside = * road ) )
|
A cake was sold to the priest .
|
sell ( theme = cake , recipient = * priest )
|
A king slipped the cake to a friend .
|
slip ( agent = king , theme = * cake , recipient = friend )
|
Liam changed the cake on a chair on the table .
|
change ( agent = Liam , theme = * cake ( nmod . on = chair ( nmod . on = * table ) ) )
|
The game was liked by the soldier .
|
like ( theme = * game , agent = * soldier )
|
The bell was packed by Emma .
|
pack ( theme = * bell , agent = Emma )
|
Emma shortened a judge in a house .
|
shorten ( agent = Emma , theme = judge ( nmod . in = house ) )
|
The girl frowned .
|
frown ( agent = * girl )
|
Owen poked a girl .
|
poke ( agent = Owen , theme = girl )
|
The newspaper was observed by Noah .
|
observe ( theme = * newspaper , agent = Noah )
|
Ryan broke a ball .
|
break ( agent = Ryan , theme = ball )
|
A cat pierced the girl .
|
pierce ( agent = cat , theme = * girl )
|
The cake was tolerated .
|
tolerate ( theme = * cake )
|
A boy studied the donut .
|
study ( agent = boy , theme = * donut )
|
A bottle was given to Liam by the girl .
|
give ( theme = bottle , recipient = Liam , agent = * girl )
|
A girl cleaned the needle .
|
clean ( agent = girl , theme = * needle )
|
A brush was eaten by Olivia .
|
eat ( theme = brush , agent = Olivia )
|
Emma longed to walk .
|
long ( agent = Emma , xcomp = walk ( agent = Emma ) )
|
Elizabeth noticed the cake .
|
notice ( agent = Elizabeth , theme = * cake )
|
Emma was forwarded the toothbrush on the tree .
|
forward ( recipient = Emma , theme = * toothbrush ( nmod . on = * tree ) )
|
A donut was sketched by Isabella .
|
sketch ( theme = donut , agent = Isabella )
|
The donut was given to the boy by Emma .
|
give ( theme = * donut , recipient = * boy , agent = Emma )
|
A brush was liked by a girl .
|
like ( theme = brush , agent = girl )
|
Emma liked to clean .
|
like ( agent = Emma , xcomp = clean ( agent = Emma ) )
|
The manager slid the shirt .
|
slide ( agent = * manager , theme = * shirt )
|
The book was floated by Emma .
|
float ( theme = * book , agent = Emma )
|
Emma was given a mandarin beside the computer .
|
give ( recipient = Emma , theme = mandarin ( nmod . beside = * computer ) )
|
The girl tolerated that the prisoner was offered the cookie in a room .
|
tolerate ( agent = * girl , ccomp = offer ( recipient = * prisoner , theme = * cookie ( nmod . in = room ) ) )
|
A box was sent to Isabella .
|
send ( theme = box , recipient = Isabella )
|
The girl gave the crystal in a stadium to Amelia .
|
give ( agent = * girl , theme = * crystal ( nmod . in = stadium ) , recipient = Amelia )
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.