source
stringlengths 3
103
| target
stringlengths 3
172
|
---|---|
The girl was served a cloud .
|
serve ( recipient = * girl , theme = cloud )
|
The dog cooked Addison .
|
cook ( agent = * dog , theme = Addison )
|
The girl was given a cake by Michael .
|
give ( recipient = * girl , theme = cake , agent = Michael )
|
Emma nursed a cake .
|
nurse ( agent = Emma , theme = cake )
|
The cake was frozen by Ella .
|
freeze ( theme = * cake , agent = Ella )
|
Scarlett dreamed that a girl gave a newspaper on the surface to Emma .
|
dream ( agent = Scarlett , ccomp = give ( agent = girl , theme = newspaper ( nmod . on = * surface ) , recipient = Emma ) )
|
Olivia planned to sleep .
|
plan ( agent = Olivia , xcomp = sleep ( agent = Olivia ) )
|
Carter sneezed .
|
sneeze ( agent = Carter )
|
A ball was awarded to a boy by the girl .
|
award ( theme = ball , recipient = boy , agent = * girl )
|
The donut was investigated by the goose .
|
investigate ( theme = * donut , agent = * goose )
|
A priest painted .
|
paint ( agent = priest )
|
Olivia enjoyed to smirk .
|
enjoy ( agent = Olivia , xcomp = smirk ( agent = Olivia ) )
|
Stella slept .
|
sleep ( agent = Stella )
|
A girl cooked a donut on a hanger .
|
cook ( agent = girl , theme = donut ( nmod . on = hanger ) )
|
A manager painted the cup in the well .
|
paint ( agent = manager , theme = * cup ( nmod . in = * well ) )
|
The mandarin was rolled by the dog .
|
roll ( theme = * mandarin , agent = * dog )
|
Liam liked that Noah held the cake .
|
like ( agent = Liam , ccomp = hold ( agent = Noah , theme = * cake ) )
|
The cake was tolerated by a baby .
|
tolerate ( theme = * cake , agent = baby )
|
Evelyn liked a girl .
|
like ( agent = Evelyn , theme = girl )
|
Abigail awarded Henry the jacket on a stage .
|
award ( agent = Abigail , recipient = Henry , theme = * jacket ( nmod . on = stage ) )
|
Zoe cried .
|
cry ( agent = Zoe )
|
A plate was wired to Ava by the boy .
|
wire ( theme = plate , recipient = Ava , agent = * boy )
|
The donut was sold to the girl by the tourist .
|
sell ( theme = * donut , recipient = * girl , agent = * tourist )
|
The donut was eaten by Amelia .
|
eat ( theme = * donut , agent = Amelia )
|
A teacher craved to nap .
|
crave ( agent = teacher , xcomp = nap ( agent = teacher ) )
|
Emma gave the jacket beside the table to Theodore .
|
give ( agent = Emma , theme = * jacket ( nmod . beside = * table ) , recipient = Theodore )
|
The girl forwarded the melon in a house to Emma .
|
forward ( agent = * girl , theme = * melon ( nmod . in = house ) , recipient = Emma )
|
Emma cleaned a shell beside a car .
|
clean ( agent = Emma , theme = shell ( nmod . beside = car ) )
|
Emily painted a girl in a box .
|
paint ( agent = Emily , theme = girl ( nmod . in = box ) )
|
A cat liked that a raisin was mailed to a friend .
|
like ( agent = cat , ccomp = mail ( theme = raisin , recipient = friend ) )
|
The boy was sent a scarf by a baby .
|
send ( recipient = * boy , theme = scarf , agent = baby )
|
The plate was shortened by a girl .
|
shorten ( theme = * plate , agent = girl )
|
Layla smiled .
|
smile ( agent = Layla )
|
Ryan wanted to clean .
|
want ( agent = Ryan , xcomp = clean ( agent = Ryan ) )
|
A cake was posted to Emma .
|
post ( theme = cake , recipient = Emma )
|
The cake was nursed by a boy .
|
nurse ( theme = * cake , agent = boy )
|
A girl liked Isabella .
|
like ( agent = girl , theme = Isabella )
|
Henry preferred to run .
|
prefer ( agent = Henry , xcomp = run ( agent = Henry ) )
|
The fish cleaned the cake in a drawer .
|
clean ( agent = * fish , theme = * cake ( nmod . in = drawer ) )
|
The cake was eaten by Ethan .
|
eat ( theme = * cake , agent = Ethan )
|
A bean was eaten .
|
eat ( theme = bean )
|
A child admired that the drink was liked .
|
admire ( agent = child , ccomp = like ( theme = * drink ) )
|
The balloon was improved .
|
improve ( theme = * balloon )
|
The boy rolled a cake beside the table .
|
roll ( agent = * boy , theme = cake ( nmod . beside = * table ) )
|
The sailor was lended the cake by a child .
|
lend ( recipient = * sailor , theme = * cake , agent = child )
|
James preferred to read .
|
prefer ( agent = James , xcomp = read ( agent = James ) )
|
A girl was given a biscuit .
|
give ( recipient = girl , theme = biscuit )
|
Levi confessed that a chicken burned .
|
confess ( agent = Levi , ccomp = burn ( theme = chicken ) )
|
A girl liked a box beside the bed .
|
like ( agent = girl , theme = box ( nmod . beside = * bed ) )
|
Victoria slid the girl on a stool .
|
slide ( agent = Victoria , theme = * girl ( nmod . on = stool ) )
|
A sandwich was appreciated .
|
appreciate ( theme = sandwich )
|
The cookie was burned by the cat .
|
burn ( theme = * cookie , agent = * cat )
|
Liam liked a cookie .
|
like ( agent = Liam , theme = cookie )
|
Emma was lended the box beside the book .
|
lend ( recipient = Emma , theme = * box ( nmod . beside = * book ) )
|
The poet slept .
|
sleep ( agent = * poet )
|
William hoped that a baby loaned the cake beside a table to Emma .
|
hope ( agent = William , ccomp = loan ( agent = baby , theme = * cake ( nmod . beside = table ) , recipient = Emma ) )
|
A game rolled .
|
roll ( theme = game )
|
Emma was sent a cake on the bed by Sofia .
|
send ( recipient = Emma , theme = cake ( nmod . on = * bed ) , agent = Sofia )
|
A box was known by the visitor .
|
know ( theme = box , agent = * visitor )
|
A crystal was burned by Ava .
|
burn ( theme = crystal , agent = Ava )
|
Emma loved the girl in the room .
|
love ( agent = Emma , theme = * girl ( nmod . in = * room ) )
|
A donut was sold to Oliver .
|
sell ( theme = donut , recipient = Oliver )
|
A boy was brought the cake .
|
bring ( recipient = boy , theme = * cake )
|
A molecule burned .
|
burn ( theme = molecule )
|
The ball was inflated by the giraffe .
|
inflate ( theme = * ball , agent = * giraffe )
|
The monkey handed the giraffe a donut .
|
hand ( agent = * monkey , recipient = * giraffe , theme = donut )
|
James wished that Riley liked that a cake was helped by a turkey .
|
wish ( agent = James , ccomp = like ( agent = Riley , ccomp = help ( theme = cake , agent = turkey ) ) )
|
The box was called by the duck .
|
call ( theme = * box , agent = * duck )
|
Leah was given a cake on the ladder .
|
give ( recipient = Leah , theme = cake ( nmod . on = * ladder ) )
|
A balloon was rolled .
|
roll ( theme = balloon )
|
Noah was awarded a box by a girl .
|
award ( recipient = Noah , theme = box , agent = girl )
|
A girl smiled .
|
smile ( agent = girl )
|
The newspaper was given to Emma .
|
give ( theme = * newspaper , recipient = Emma )
|
The girl found the game in the house .
|
find ( agent = * girl , theme = * game ( nmod . in = * house ) )
|
The cake was cooked by a duck .
|
cook ( theme = * cake , agent = duck )
|
The drink was offered to the baby by the teacher .
|
offer ( theme = * drink , recipient = * baby , agent = * teacher )
|
A raisin was found .
|
find ( theme = raisin )
|
A girl sold Harper the book .
|
sell ( agent = girl , recipient = Harper , theme = * book )
|
The cake was floated by the girl .
|
float ( theme = * cake , agent = * girl )
|
Emma liked that William was wired the sandwich on the stool .
|
like ( agent = Emma , ccomp = wire ( recipient = William , theme = * sandwich ( nmod . on = * stool ) ) )
|
A cake was liked by the child .
|
like ( theme = cake , agent = * child )
|
A professor brought a box to Elijah .
|
bring ( agent = professor , theme = box , recipient = Elijah )
|
Avery shortened the duck .
|
shorten ( agent = Avery , theme = * duck )
|
A girl liked that the cake was liked .
|
like ( agent = girl , ccomp = like ( theme = * cake ) )
|
A strawberry was given to a girl by the dog .
|
give ( theme = strawberry , recipient = girl , agent = * dog )
|
Logan was offered a donut beside the table .
|
offer ( recipient = Logan , theme = donut ( nmod . beside = * table ) )
|
A box was sold to a girl by Emma .
|
sell ( theme = box , recipient = girl , agent = Emma )
|
William noticed .
|
notice ( agent = William )
|
The baby liked that the cake was found .
|
like ( agent = * baby , ccomp = find ( theme = * cake ) )
|
Grace was slipped the towel beside a table in a vehicle .
|
slip ( recipient = Grace , theme = * towel ( nmod . beside = table ( nmod . in = vehicle ) ) )
|
A girl liked a bat on a stage .
|
like ( agent = girl , theme = bat ( nmod . on = stage ) )
|
Emma ate a beer on the table .
|
eat ( agent = Emma , theme = beer ( nmod . on = * table ) )
|
The lion said that a box was passed to a girl .
|
say ( agent = * lion , ccomp = pass ( theme = box , recipient = girl ) )
|
The jigsaw was painted .
|
paint ( theme = * jigsaw )
|
A cake was admired by Liam .
|
admire ( theme = cake , agent = Liam )
|
A cookie was rolled by a dog .
|
roll ( theme = cookie , agent = dog )
|
The champion painted .
|
paint ( agent = * champion )
|
A girl was given a cake .
|
give ( recipient = girl , theme = cake )
|
A glue was sold to the creature .
|
sell ( theme = glue , recipient = * creature )
|
The producer confessed that Caleb froze .
|
confess ( agent = * producer , ccomp = freeze ( theme = Caleb ) )
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.