source
stringlengths 3
103
| target
stringlengths 3
172
|
---|---|
The guitar was liked .
|
like ( theme = * guitar )
|
The boy gave the mandarin to Emma .
|
give ( agent = * boy , theme = * mandarin , recipient = Emma )
|
Emma meant that a girl was given a cake on the desk .
|
mean ( agent = Emma , ccomp = give ( recipient = girl , theme = cake ( nmod . on = * desk ) ) )
|
The mouse liked that Liam shortened a girl .
|
like ( agent = * mouse , ccomp = shorten ( agent = Liam , theme = girl ) )
|
Liam liked that the teacher craved to sleep .
|
like ( agent = Liam , ccomp = crave ( agent = * teacher , xcomp = sleep ( agent = * teacher ) ) )
|
Liam promised Emma the donut .
|
promise ( agent = Liam , recipient = Emma , theme = * donut )
|
Isabella enlarged the captain in the garden .
|
enlarge ( agent = Isabella , theme = * captain ( nmod . in = * garden ) )
|
A girl ate a shoe on a pedestal .
|
eat ( agent = girl , theme = shoe ( nmod . on = pedestal ) )
|
Abigail gave William a needle .
|
give ( agent = Abigail , recipient = William , theme = needle )
|
Michael forwarded the cake on the bed to the boy .
|
forward ( agent = Michael , theme = * cake ( nmod . on = * bed ) , recipient = * boy )
|
The strawberry was hunted by a girl .
|
hunt ( theme = * strawberry , agent = girl )
|
A lion liked a cake beside a speaker .
|
like ( agent = lion , theme = cake ( nmod . beside = speaker ) )
|
The rose was drawn by Emma .
|
draw ( theme = * rose , agent = Emma )
|
The cloud decomposed .
|
decompose ( theme = * cloud )
|
Aurora heard .
|
hear ( agent = Aurora )
|
Lucas lended the box on a chessboard beside the genius to Noah .
|
lend ( agent = Lucas , theme = * box ( nmod . on = chessboard ( nmod . beside = * genius ) ) , recipient = Noah )
|
Liam was lended the cookie .
|
lend ( recipient = Liam , theme = * cookie )
|
A customer gave the donut beside the bed to a girl .
|
give ( agent = customer , theme = * donut ( nmod . beside = * bed ) , recipient = girl )
|
A chalk was eaten .
|
eat ( theme = chalk )
|
Emma smiled .
|
smile ( agent = Emma )
|
Liam painted the block .
|
paint ( agent = Liam , theme = * block )
|
The pancake was rolled by Harper .
|
roll ( theme = * pancake , agent = Harper )
|
The coach proved that the drink was fed to the boy by a girl .
|
prove ( agent = * coach , ccomp = feed ( theme = * drink , recipient = * boy , agent = girl ) )
|
The cake was loved by Aria .
|
love ( theme = * cake , agent = Aria )
|
The box was promised to Emma by a farmer .
|
promise ( theme = * box , recipient = Emma , agent = farmer )
|
The guest rolled .
|
roll ( theme = * guest )
|
The lion rolled the wine .
|
roll ( agent = * lion , theme = * wine )
|
Emma respected that a sandwich was given to Sofia .
|
respect ( agent = Emma , ccomp = give ( theme = sandwich , recipient = Sofia ) )
|
The cake was given to Elizabeth by Liam .
|
give ( theme = * cake , recipient = Elizabeth , agent = Liam )
|
The brain was forwarded to Emma by Caleb .
|
forward ( theme = * brain , recipient = Emma , agent = Caleb )
|
A princess snapped Liam .
|
snap ( agent = princess , theme = Liam )
|
A towel was drawn .
|
draw ( theme = towel )
|
Emma was rented the glue in a car .
|
rent ( recipient = Emma , theme = * glue ( nmod . in = car ) )
|
Emma rolled the giraffe beside the table .
|
roll ( agent = Emma , theme = * giraffe ( nmod . beside = * table ) )
|
A boy lended the sandwich to the girl .
|
lend ( agent = boy , theme = * sandwich , recipient = * girl )
|
A girl gave Emma the balloon in a bin in a house .
|
give ( agent = girl , recipient = Emma , theme = * balloon ( nmod . in = bin ( nmod . in = house ) ) )
|
A pig rolled .
|
roll ( theme = pig )
|
A cat was given the box on the table by the girl .
|
give ( recipient = cat , theme = * box ( nmod . on = * table ) , agent = * girl )
|
The girl poked Savannah .
|
poke ( agent = * girl , theme = Savannah )
|
The boy ate the horse .
|
eat ( agent = * boy , theme = * horse )
|
Olivia appreciated that the monkey napped .
|
appreciate ( agent = Olivia , ccomp = nap ( agent = * monkey ) )
|
A hero liked a girl in a house .
|
like ( agent = hero , theme = girl ( nmod . in = house ) )
|
A girl was given a watch .
|
give ( recipient = girl , theme = watch )
|
The cat ate a brush beside a stage .
|
eat ( agent = * cat , theme = brush ( nmod . beside = stage ) )
|
Lucas fed the cake to Michael .
|
feed ( agent = Lucas , theme = * cake , recipient = Michael )
|
The boy confessed that Mateo slept .
|
confess ( agent = * boy , ccomp = sleep ( agent = Mateo ) )
|
A box was sold to Emma by the dog .
|
sell ( theme = box , recipient = Emma , agent = * dog )
|
Matthew needed to run .
|
need ( agent = Matthew , xcomp = run ( agent = Matthew ) )
|
A nail was fed to Dylan .
|
feed ( theme = nail , recipient = Dylan )
|
John found a cake in a china beside the bed .
|
find ( agent = John , theme = cake ( nmod . in = china ( nmod . beside = * bed ) ) )
|
A chicken sent the girl a cake beside a basket .
|
send ( agent = chicken , recipient = * girl , theme = cake ( nmod . beside = basket ) )
|
Evelyn wanted to walk .
|
want ( agent = Evelyn , xcomp = walk ( agent = Evelyn ) )
|
Mateo slid the bottle on a blanket .
|
slide ( agent = Mateo , theme = * bottle ( nmod . on = blanket ) )
|
Ava gave Liam the cookie .
|
give ( agent = Ava , recipient = Liam , theme = * cookie )
|
Sofia gave a girl the box .
|
give ( agent = Sofia , recipient = girl , theme = * box )
|
Julian said that Liam was fed a shoe .
|
say ( agent = Julian , ccomp = feed ( recipient = Liam , theme = shoe ) )
|
The cat loaned Harper a box on a ball .
|
loan ( agent = * cat , recipient = Harper , theme = box ( nmod . on = ball ) )
|
A chemical was shortened by Ava .
|
shorten ( theme = chemical , agent = Ava )
|
A basket froze .
|
freeze ( theme = basket )
|
Noah craved to sneeze .
|
crave ( agent = Noah , xcomp = sneeze ( agent = Noah ) )
|
A cookie was missed by Emily .
|
miss ( theme = cookie , agent = Emily )
|
The dog drew Emma .
|
draw ( agent = * dog , theme = Emma )
|
A teacher dusted .
|
dust ( agent = teacher )
|
A child attempted to call .
|
attempt ( agent = child , xcomp = call ( agent = child ) )
|
The child lended a muffin to the boy .
|
lend ( agent = * child , theme = muffin , recipient = * boy )
|
The strawberry was frozen by Liam .
|
freeze ( theme = * strawberry , agent = Liam )
|
Liam liked that Sofia was rented a glue by the girl .
|
like ( agent = Liam , ccomp = rent ( recipient = Sofia , theme = glue , agent = * girl ) )
|
Sofia gave Charlotte the biscuit beside a table .
|
give ( agent = Sofia , recipient = Charlotte , theme = * biscuit ( nmod . beside = table ) )
|
Emma was lended a cake on a table by the student .
|
lend ( recipient = Emma , theme = cake ( nmod . on = table ) , agent = * student )
|
The rose was fed to Emma by the kitty .
|
feed ( theme = * rose , recipient = Emma , agent = * kitty )
|
The girl noticed that the teacher drew .
|
notice ( agent = * girl , ccomp = draw ( agent = * teacher ) )
|
A girl hoped that the muffin was given to William .
|
hope ( agent = girl , ccomp = give ( theme = * muffin , recipient = William ) )
|
Oliver rolled the ball .
|
roll ( agent = Oliver , theme = * ball )
|
Abigail laughed .
|
laugh ( agent = Abigail )
|
The bucket was given to a girl by William .
|
give ( theme = * bucket , recipient = girl , agent = William )
|
Benjamin touched the girl .
|
touch ( agent = Benjamin , theme = * girl )
|
The chicken reddened the cake .
|
redden ( agent = * chicken , theme = * cake )
|
Emma rolled the penny on the table .
|
roll ( agent = Emma , theme = * penny ( nmod . on = * table ) )
|
Jackson gave the cake to a servant .
|
give ( agent = Jackson , theme = * cake , recipient = servant )
|
A flower was given to a boy .
|
give ( theme = flower , recipient = boy )
|
A boy shortened the teacher in the house .
|
shorten ( agent = boy , theme = * teacher ( nmod . in = * house ) )
|
Mason gave a cake to a girl .
|
give ( agent = Mason , theme = cake , recipient = girl )
|
Emma liked a pillow .
|
like ( agent = Emma , theme = pillow )
|
The girl was fed a rose .
|
feed ( recipient = * girl , theme = rose )
|
A cake was found by James .
|
find ( theme = cake , agent = James )
|
The chair was pierced by Benjamin .
|
pierce ( theme = * chair , agent = Benjamin )
|
prisoner
|
prisoner
|
Ava collapsed the boy in the room .
|
collapse ( agent = Ava , theme = * boy ( nmod . in = * room ) )
|
A girl loved to walk .
|
love ( agent = girl , xcomp = walk ( agent = girl ) )
|
A balloon was helped by the champion .
|
help ( theme = balloon , agent = * champion )
|
Emma rolled a visitor .
|
roll ( agent = Emma , theme = visitor )
|
The toy was juggled .
|
juggle ( theme = * toy )
|
A student adored Leah .
|
adore ( agent = student , theme = Leah )
|
Emma sketched a jacket .
|
sketch ( agent = Emma , theme = jacket )
|
A cake was juggled by a child .
|
juggle ( theme = cake , agent = child )
|
The sandwich was liked by the baby .
|
like ( theme = * sandwich , agent = * baby )
|
The scarf was cooked by Emma .
|
cook ( theme = * scarf , agent = Emma )
|
The toy was lended to a girl by a frog .
|
lend ( theme = * toy , recipient = girl , agent = frog )
|
The mouse smiled .
|
smile ( agent = * mouse )
|
A girl was given the drink in a car .
|
give ( recipient = girl , theme = * drink ( nmod . in = car ) )
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.