source
stringlengths 3
103
| target
stringlengths 3
172
|
---|---|
The cake was served to Ethan .
|
serve ( theme = * cake , recipient = Ethan )
|
David ate the cake .
|
eat ( agent = David , theme = * cake )
|
Emma gave the cookie to Sophia .
|
give ( agent = Emma , theme = * cookie , recipient = Sophia )
|
A girl yearned to walk .
|
yearn ( agent = girl , xcomp = walk ( agent = girl ) )
|
A dog froze the frog beside the sphere .
|
freeze ( agent = dog , theme = * frog ( nmod . beside = * sphere ) )
|
Liam packed the cake .
|
pack ( agent = Liam , theme = * cake )
|
The driver admired that Emma gave the donut on the table to a mouse .
|
admire ( agent = * driver , ccomp = give ( agent = Emma , theme = * donut ( nmod . on = * table ) , recipient = mouse ) )
|
A student hoped that the pillow was packed .
|
hope ( agent = student , ccomp = pack ( theme = * pillow ) )
|
The brush was collapsed by Ava .
|
collapse ( theme = * brush , agent = Ava )
|
The cookie was liked by the girl .
|
like ( theme = * cookie , agent = * girl )
|
A cake was returned to Sophia by William .
|
return ( theme = cake , recipient = Sophia , agent = William )
|
A donut improved .
|
improve ( theme = donut )
|
A girl called the cake in the house .
|
call ( agent = girl , theme = * cake ( nmod . in = * house ) )
|
A boy painted Daniel .
|
paint ( agent = boy , theme = Daniel )
|
The friend gave a dog a cookie in a package .
|
give ( agent = * friend , recipient = dog , theme = cookie ( nmod . in = package ) )
|
A child liked that the puppy respected a cake .
|
like ( agent = child , ccomp = respect ( agent = * puppy , theme = cake ) )
|
Christopher danced .
|
dance ( agent = Christopher )
|
A strawberry was helped by a girl .
|
help ( theme = strawberry , agent = girl )
|
The cat was given the game beside a poster .
|
give ( recipient = * cat , theme = * game ( nmod . beside = poster ) )
|
Emma noticed that a donut was given to a bunny by the duck .
|
notice ( agent = Emma , ccomp = give ( theme = donut , recipient = bunny , agent = * duck ) )
|
A radio was poked .
|
poke ( theme = radio )
|
A girl poked the donut on the table .
|
poke ( agent = girl , theme = * donut ( nmod . on = * table ) )
|
A cake was rolled by a moose .
|
roll ( theme = cake , agent = moose )
|
The girl cleaned a balloon beside a cabinet .
|
clean ( agent = * girl , theme = balloon ( nmod . beside = cabinet ) )
|
The cake was slid by Nathan .
|
slide ( theme = * cake , agent = Nathan )
|
The rose was eaten by the visitor .
|
eat ( theme = * rose , agent = * visitor )
|
Emma was sent the bat on a table beside a road .
|
send ( recipient = Emma , theme = * bat ( nmod . on = table ( nmod . beside = road ) ) )
|
Ellie liked that a frog shortened the cake .
|
like ( agent = Ellie , ccomp = shorten ( agent = frog , theme = * cake ) )
|
The sandwich was helped by the chicken .
|
help ( theme = * sandwich , agent = * chicken )
|
Emma ate the cake in the drawer on a tree .
|
eat ( agent = Emma , theme = * cake ( nmod . in = * drawer ( nmod . on = tree ) ) )
|
The monster pierced a cake in a house .
|
pierce ( agent = * monster , theme = cake ( nmod . in = house ) )
|
The box was given to Riley .
|
give ( theme = * box , recipient = Riley )
|
Ava expected that the cookie was reddened by the boy .
|
expect ( agent = Ava , ccomp = redden ( theme = * cookie , agent = * boy ) )
|
A box was forwarded to the baby by Emma .
|
forward ( theme = box , recipient = * baby , agent = Emma )
|
Aubrey froze .
|
freeze ( theme = Aubrey )
|
The baby gave a raisin in a house to the donkey .
|
give ( agent = * baby , theme = raisin ( nmod . in = house ) , recipient = * donkey )
|
Liam crumpled Madison .
|
crumple ( agent = Liam , theme = Madison )
|
A crocodile cleaned .
|
clean ( agent = crocodile )
|
The strawberry was liked by Jaxon .
|
like ( theme = * strawberry , agent = Jaxon )
|
Olivia offered a raisin to the bird .
|
offer ( agent = Olivia , theme = raisin , recipient = * bird )
|
The girl froze a cake .
|
freeze ( agent = * girl , theme = cake )
|
A girl was sent the donut beside the road .
|
send ( recipient = girl , theme = * donut ( nmod . beside = * road ) )
|
The baby tolerated that the pillow was given to the monkey by Mia .
|
tolerate ( agent = * baby , ccomp = give ( theme = * pillow , recipient = * monkey , agent = Mia ) )
|
A cake was loaned to the moose by Liam .
|
loan ( theme = cake , recipient = * moose , agent = Liam )
|
Liam painted .
|
paint ( agent = Liam )
|
A girl was lended a donut in the car .
|
lend ( recipient = girl , theme = donut ( nmod . in = * car ) )
|
The donut was offered to Emma by Liam .
|
offer ( theme = * donut , recipient = Emma , agent = Liam )
|
A cake was adored by the girl .
|
adore ( theme = cake , agent = * girl )
|
The cake was given to a spokesman .
|
give ( theme = * cake , recipient = spokesman )
|
Olivia was slipped a donut .
|
slip ( recipient = Olivia , theme = donut )
|
A mouse lended the driver the pen on the sofa .
|
lend ( agent = mouse , recipient = * driver , theme = * pen ( nmod . on = * sofa ) )
|
A baby observed .
|
observe ( agent = baby )
|
A cow was sold the cake .
|
sell ( recipient = cow , theme = * cake )
|
Emma liked Natalie .
|
like ( agent = Emma , theme = Natalie )
|
toothbrush
|
toothbrush
|
The sandwich was eaten by a boy .
|
eat ( theme = * sandwich , agent = boy )
|
Emma was lended a brush on a stage .
|
lend ( recipient = Emma , theme = brush ( nmod . on = stage ) )
|
A captain handed the plate to Emma .
|
hand ( agent = captain , theme = * plate , recipient = Emma )
|
A rose was rolled by a bunny .
|
roll ( theme = rose , agent = bunny )
|
A glue doubled .
|
double ( theme = glue )
|
The king hoped to walk .
|
hope ( agent = * king , xcomp = walk ( agent = * king ) )
|
A cookie was cooked by Emma .
|
cook ( theme = cookie , agent = Emma )
|
James liked Liam .
|
like ( agent = James , theme = Liam )
|
The friend liked the donut .
|
like ( agent = * friend , theme = * donut )
|
A sandwich was slid .
|
slide ( theme = sandwich )
|
The girl liked that a bucket was decomposed by the boy .
|
like ( agent = * girl , ccomp = decompose ( theme = bucket , agent = * boy ) )
|
A cake was sold to a chicken .
|
sell ( theme = cake , recipient = chicken )
|
know
|
know
|
The donut was sent to Liam .
|
send ( theme = * donut , recipient = Liam )
|
The wine was hunted by Avery .
|
hunt ( theme = * wine , agent = Avery )
|
Michael cleaned the cake in a vehicle .
|
clean ( agent = Michael , theme = * cake ( nmod . in = vehicle ) )
|
The shell was slipped to a girl .
|
slip ( theme = * shell , recipient = girl )
|
The cake was passed to Liam by the baby .
|
pass ( theme = * cake , recipient = Liam , agent = * baby )
|
The girl collapsed the cake .
|
collapse ( agent = * girl , theme = * cake )
|
A strawberry was rolled by the lawyer .
|
roll ( theme = strawberry , agent = * lawyer )
|
A donut was burned .
|
burn ( theme = donut )
|
The bat was frozen .
|
freeze ( theme = * bat )
|
Emma threw the donut beside a book in a house .
|
throw ( agent = Emma , theme = * donut ( nmod . beside = book ( nmod . in = house ) ) )
|
Evelyn slept .
|
sleep ( agent = Evelyn )
|
Liam lended a cake on the chair to a boy .
|
lend ( agent = Liam , theme = cake ( nmod . on = * chair ) , recipient = boy )
|
The glue was rolled by a monster .
|
roll ( theme = * glue , agent = monster )
|
A goose gave William the drink .
|
give ( agent = goose , recipient = William , theme = * drink )
|
A baby juggled .
|
juggle ( agent = baby )
|
Ava passed a glue beside a cage to the girl .
|
pass ( agent = Ava , theme = glue ( nmod . beside = cage ) , recipient = * girl )
|
The boy liked a cake .
|
like ( agent = * boy , theme = cake )
|
A girl valued a puppy on a stool .
|
value ( agent = girl , theme = puppy ( nmod . on = stool ) )
|
The cat hoped that Emma noticed a boy in the car .
|
hope ( agent = * cat , ccomp = notice ( agent = Emma , theme = boy ( nmod . in = * car ) ) )
|
Emma gave the sweetcorn beside the machine to a girl .
|
give ( agent = Emma , theme = * sweetcorn ( nmod . beside = * machine ) , recipient = girl )
|
A cat confessed that Emma slept .
|
confess ( agent = cat , ccomp = sleep ( agent = Emma ) )
|
A box was lended to a child by John .
|
lend ( theme = box , recipient = child , agent = John )
|
Liam believed that the girl inflated the donut .
|
believe ( agent = Liam , ccomp = inflate ( agent = * girl , theme = * donut ) )
|
A girl was awarded the donut beside a stage .
|
award ( recipient = girl , theme = * donut ( nmod . beside = stage ) )
|
The king gave the box beside a bed to Oliver .
|
give ( agent = * king , theme = * box ( nmod . beside = bed ) , recipient = Oliver )
|
The horse rolled Oliver .
|
roll ( agent = * horse , theme = Oliver )
|
The cake was fed to Theodore by William .
|
feed ( theme = * cake , recipient = Theodore , agent = William )
|
Noah was lended a cake in a hole .
|
lend ( recipient = Noah , theme = cake ( nmod . in = hole ) )
|
A yogurt was liked by Mason .
|
like ( theme = yogurt , agent = Mason )
|
Emma appreciated the girl .
|
appreciate ( agent = Emma , theme = * girl )
|
Liam screamed .
|
scream ( agent = Liam )
|
A donut was sold to the girl .
|
sell ( theme = donut , recipient = * girl )
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.