source
stringlengths 3
103
| target
stringlengths 3
172
|
---|---|
The brick was rolled .
|
roll ( theme = * brick )
|
The journalist cleaned .
|
clean ( agent = * journalist )
|
A fish danced .
|
dance ( agent = fish )
|
A frog was lended a box .
|
lend ( recipient = frog , theme = box )
|
The cake was sold to Daniel by Zoey .
|
sell ( theme = * cake , recipient = Daniel , agent = Zoey )
|
William wished that a teacher called a block .
|
wish ( agent = William , ccomp = call ( agent = teacher , theme = block ) )
|
A cup was cleaned by Mia .
|
clean ( theme = cup , agent = Mia )
|
The bean was liked by Theodore .
|
like ( theme = * bean , agent = Theodore )
|
A tiger served a donut to Elijah .
|
serve ( agent = tiger , theme = donut , recipient = Elijah )
|
Lucas longed to sleep .
|
long ( agent = Lucas , xcomp = sleep ( agent = Lucas ) )
|
A strawberry was frozen by Harper .
|
freeze ( theme = strawberry , agent = Harper )
|
The lollipop was hunted .
|
hunt ( theme = * lollipop )
|
Hazel hoped that a cake was brought to James by the patient .
|
hope ( agent = Hazel , ccomp = bring ( theme = cake , recipient = James , agent = * patient ) )
|
The girl liked the donut in a puddle .
|
like ( agent = * girl , theme = * donut ( nmod . in = puddle ) )
|
Emma liked a boy on a log .
|
like ( agent = Emma , theme = boy ( nmod . on = log ) )
|
The cake was burned by a creature .
|
burn ( theme = * cake , agent = creature )
|
A girl sold a radio to Samuel .
|
sell ( agent = girl , theme = radio , recipient = Samuel )
|
The donut was eaten by Emily .
|
eat ( theme = * donut , agent = Emily )
|
A dog noticed a glue .
|
notice ( agent = dog , theme = glue )
|
A chalk was liked .
|
like ( theme = chalk )
|
The cat ate the ball .
|
eat ( agent = * cat , theme = * ball )
|
Mila fed a cat a muffin on a stage .
|
feed ( agent = Mila , recipient = cat , theme = muffin ( nmod . on = stage ) )
|
A cake was lended to a boy by Isabella .
|
lend ( theme = cake , recipient = boy , agent = Isabella )
|
A baby rolled a girl in the house beside a table .
|
roll ( agent = baby , theme = girl ( nmod . in = * house ( nmod . beside = table ) ) )
|
Sophia lended Grace a scarf in a cup .
|
lend ( agent = Sophia , recipient = Grace , theme = scarf ( nmod . in = cup ) )
|
A boy ate a donut in a house .
|
eat ( agent = boy , theme = donut ( nmod . in = house ) )
|
Liam wanted to eat .
|
want ( agent = Liam , xcomp = eat ( agent = Liam ) )
|
The ball was rolled by Emma .
|
roll ( theme = * ball , agent = Emma )
|
The boy wished that a box was given to a bunny .
|
wish ( agent = * boy , ccomp = give ( theme = box , recipient = bunny ) )
|
Emma wanted to sneeze .
|
want ( agent = Emma , xcomp = sneeze ( agent = Emma ) )
|
The cat mailed the donut to a dog .
|
mail ( agent = * cat , theme = * donut , recipient = dog )
|
Liam preferred to hunt .
|
prefer ( agent = Liam , xcomp = hunt ( agent = Liam ) )
|
Aubrey wanted to investigate .
|
want ( agent = Aubrey , xcomp = investigate ( agent = Aubrey ) )
|
Emma believed that Isabella noticed that the cake was given to Noah by a girl .
|
believe ( agent = Emma , ccomp = notice ( agent = Isabella , ccomp = give ( theme = * cake , recipient = Noah , agent = girl ) ) )
|
The cake was loved by a cat .
|
love ( theme = * cake , agent = cat )
|
A box was given to a child .
|
give ( theme = box , recipient = child )
|
James wanted to run .
|
want ( agent = James , xcomp = run ( agent = James ) )
|
The box was sold to Emma by a girl .
|
sell ( theme = * box , recipient = Emma , agent = girl )
|
The lollipop rolled .
|
roll ( theme = * lollipop )
|
The boy expected to sneeze .
|
expect ( agent = * boy , xcomp = sneeze ( agent = * boy ) )
|
The boy ate a champion in the house .
|
eat ( agent = * boy , theme = champion ( nmod . in = * house ) )
|
The girl lended a boy a cake .
|
lend ( agent = * girl , recipient = boy , theme = cake )
|
The crayon rolled .
|
roll ( theme = * crayon )
|
The boy was given a melon .
|
give ( recipient = * boy , theme = melon )
|
A donut was eaten by Leah .
|
eat ( theme = donut , agent = Leah )
|
The baby rolled a cake on the bed .
|
roll ( agent = * baby , theme = cake ( nmod . on = * bed ) )
|
Olivia said that the cake was loved by Emma .
|
say ( agent = Olivia , ccomp = love ( theme = * cake , agent = Emma ) )
|
A dog yearned to hunt .
|
yearn ( agent = dog , xcomp = hunt ( agent = dog ) )
|
Liam expected to sleep .
|
expect ( agent = Liam , xcomp = sleep ( agent = Liam ) )
|
The biscuit was painted by the prince .
|
paint ( theme = * biscuit , agent = * prince )
|
Liam saw .
|
see ( agent = Liam )
|
Ava packed a girl .
|
pack ( agent = Ava , theme = girl )
|
Emma drew the chicken beside a table .
|
draw ( agent = Emma , theme = * chicken ( nmod . beside = table ) )
|
Emma knew .
|
know ( agent = Emma )
|
A cake was passed to a chicken by Emma .
|
pass ( theme = cake , recipient = chicken , agent = Emma )
|
Liam liked the boy .
|
like ( agent = Liam , theme = * boy )
|
The girl helped the gumball in a house .
|
help ( agent = * girl , theme = * gumball ( nmod . in = house ) )
|
A hat was frozen by Ava .
|
freeze ( theme = hat , agent = Ava )
|
The clock was rolled by Emma .
|
roll ( theme = * clock , agent = Emma )
|
The crayon was rolled by Liam .
|
roll ( theme = * crayon , agent = Liam )
|
A penny was returned to the zebra by Emma .
|
return ( theme = penny , recipient = * zebra , agent = Emma )
|
The cookie was loved by a butterfly .
|
love ( theme = * cookie , agent = butterfly )
|
Emma reddened the cookie beside the table .
|
redden ( agent = Emma , theme = * cookie ( nmod . beside = * table ) )
|
The cat was lended the rose .
|
lend ( recipient = * cat , theme = * rose )
|
A balloon was eaten by Emma .
|
eat ( theme = balloon , agent = Emma )
|
Claire brought a donut on a cat to a frog .
|
bring ( agent = Claire , theme = donut ( nmod . on = cat ) , recipient = frog )
|
The pizza was frozen .
|
freeze ( theme = * pizza )
|
The cat rented the cake to a monkey .
|
rent ( agent = * cat , theme = * cake , recipient = monkey )
|
Emma found the fruit .
|
find ( agent = Emma , theme = * fruit )
|
A cake was thrown .
|
throw ( theme = cake )
|
Liam preferred to paint .
|
prefer ( agent = Liam , xcomp = paint ( agent = Liam ) )
|
Ryan itched to read .
|
itch ( agent = Ryan , xcomp = read ( agent = Ryan ) )
|
The director painted a girl beside the table .
|
paint ( agent = * director , theme = girl ( nmod . beside = * table ) )
|
Emma helped the cookie on the road .
|
help ( agent = Emma , theme = * cookie ( nmod . on = * road ) )
|
The melon was served to Emma .
|
serve ( theme = * melon , recipient = Emma )
|
Liam liked that a girl cried .
|
like ( agent = Liam , ccomp = cry ( agent = girl ) )
|
A dog painted a cake on a stage .
|
paint ( agent = dog , theme = cake ( nmod . on = stage ) )
|
A girl planned to walk .
|
plan ( agent = girl , xcomp = walk ( agent = girl ) )
|
A watch was hunted by William .
|
hunt ( theme = watch , agent = William )
|
James shortened the dog .
|
shorten ( agent = James , theme = * dog )
|
A bucket was rolled by the teacher .
|
roll ( theme = bucket , agent = * teacher )
|
The box was frozen by the baby .
|
freeze ( theme = * box , agent = * baby )
|
Emma dusted the donut on the corpse .
|
dust ( agent = Emma , theme = * donut ( nmod . on = * corpse ) )
|
A beer was admired by a girl .
|
admire ( theme = beer , agent = girl )
|
A girl was given a cake beside the trainee .
|
give ( recipient = girl , theme = cake ( nmod . beside = * trainee ) )
|
Emma cleaned .
|
clean ( agent = Emma )
|
A cookie was floated by William .
|
float ( theme = cookie , agent = William )
|
A cake was rented to the girl by Emma .
|
rent ( theme = cake , recipient = * girl , agent = Emma )
|
A boy sent the cake in a house to a frog .
|
send ( agent = boy , theme = * cake ( nmod . in = house ) , recipient = frog )
|
A box was admired .
|
admire ( theme = box )
|
Olivia hoped that Noah rolled a cake .
|
hope ( agent = Olivia , ccomp = roll ( agent = Noah , theme = cake ) )
|
The radio was given to Savannah by Abigail .
|
give ( theme = * radio , recipient = Savannah , agent = Abigail )
|
The bottle was drawn .
|
draw ( theme = * bottle )
|
The goose needed to smirk .
|
need ( agent = * goose , xcomp = smirk ( agent = * goose ) )
|
The boy gave Emma a donut .
|
give ( agent = * boy , recipient = Emma , theme = donut )
|
chalk
|
chalk
|
A crayon was loved .
|
love ( theme = crayon )
|
The cake was returned to the baby by the boy .
|
return ( theme = * cake , recipient = * baby , agent = * boy )
|
The girl rolled the journalist in the room .
|
roll ( agent = * girl , theme = * journalist ( nmod . in = * room ) )
|
A cake was split by a cat .
|
split ( theme = cake , agent = cat )
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.