source
stringlengths 3
103
| target
stringlengths 3
172
|
---|---|
The chalk was liked by Amelia .
|
like ( theme = * chalk , agent = Amelia )
|
The donut was collapsed by a girl .
|
collapse ( theme = * donut , agent = girl )
|
The tiger ate .
|
eat ( agent = * tiger )
|
The sweetcorn was frozen .
|
freeze ( theme = * sweetcorn )
|
Mia wanted to run .
|
want ( agent = Mia , xcomp = run ( agent = Mia ) )
|
The child rolled the donut .
|
roll ( agent = * child , theme = * donut )
|
Claire passed the boy a book .
|
pass ( agent = Claire , recipient = * boy , theme = book )
|
A cookie was burned by Emma .
|
burn ( theme = cookie , agent = Emma )
|
A goose lended a ring to the dog .
|
lend ( agent = goose , theme = ring , recipient = * dog )
|
A girl hoped that a cookie was handed to Noah .
|
hope ( agent = girl , ccomp = hand ( theme = cookie , recipient = Noah ) )
|
The tourist slept .
|
sleep ( agent = * tourist )
|
The donut was nursed by the frog .
|
nurse ( theme = * donut , agent = * frog )
|
The hat was rolled by William .
|
roll ( theme = * hat , agent = William )
|
The potato was found by Emma .
|
find ( theme = * potato , agent = Emma )
|
The bird was fed the donut by Scarlett .
|
feed ( recipient = * bird , theme = * donut , agent = Scarlett )
|
A zebra tossed a boy in a drawer .
|
toss ( agent = zebra , theme = boy ( nmod . in = drawer ) )
|
Liam expected that the frog gave the chalk on the table to a cat .
|
expect ( agent = Liam , ccomp = give ( agent = * frog , theme = * chalk ( nmod . on = * table ) , recipient = cat ) )
|
A girl ate the dog in a bag .
|
eat ( agent = girl , theme = * dog ( nmod . in = bag ) )
|
Olivia was brought the box on the desk in the bag .
|
bring ( recipient = Olivia , theme = * box ( nmod . on = * desk ( nmod . in = * bag ) ) )
|
The cake was liked by Ava .
|
like ( theme = * cake , agent = Ava )
|
The cake was handed to the pony .
|
hand ( theme = * cake , recipient = * pony )
|
Emma lended a melon to a girl .
|
lend ( agent = Emma , theme = melon , recipient = girl )
|
A banana was tossed by a girl .
|
toss ( theme = banana , agent = girl )
|
William cleaned the cake beside the stage .
|
clean ( agent = William , theme = * cake ( nmod . beside = * stage ) )
|
A glue was collapsed by Lily .
|
collapse ( theme = glue , agent = Lily )
|
A baby was served a cake on the tree by Elijah .
|
serve ( recipient = baby , theme = cake ( nmod . on = * tree ) , agent = Elijah )
|
A bunny ate the cake .
|
eat ( agent = bunny , theme = * cake )
|
A teacher was offered a can beside the tree by a duck .
|
offer ( recipient = teacher , theme = can ( nmod . beside = * tree ) , agent = duck )
|
A cookie was liked by Natalie .
|
like ( theme = cookie , agent = Natalie )
|
The penny was given to Noah .
|
give ( theme = * penny , recipient = Noah )
|
A hammer was grown by the pig .
|
grow ( theme = hammer , agent = * pig )
|
The drink was inflated by Emma .
|
inflate ( theme = * drink , agent = Emma )
|
A girl gave the sheep a cake .
|
give ( agent = girl , recipient = * sheep , theme = cake )
|
A penny burned .
|
burn ( theme = penny )
|
Emma liked that a girl liked that the cat was rented a cake on a chair on the computer by Michael .
|
like ( agent = Emma , ccomp = like ( agent = girl , ccomp = rent ( recipient = * cat , theme = cake ( nmod . on = chair ( nmod . on = * computer ) ) , agent = Michael ) ) )
|
The glue was given to a boy by the girl .
|
give ( theme = * glue , recipient = boy , agent = * girl )
|
A boy drew .
|
draw ( agent = boy )
|
The jar shortened .
|
shorten ( theme = * jar )
|
A cake was lended to Elizabeth by Isaac .
|
lend ( theme = cake , recipient = Elizabeth , agent = Isaac )
|
The raisin was eaten by a duck .
|
eat ( theme = * raisin , agent = duck )
|
The bear sketched the frog .
|
sketch ( agent = * bear , theme = * frog )
|
Emma was given the soap beside a table by Charlotte .
|
give ( recipient = Emma , theme = * soap ( nmod . beside = table ) , agent = Charlotte )
|
Noah froze the cake .
|
freeze ( agent = Noah , theme = * cake )
|
A cow observed the cake .
|
observe ( agent = cow , theme = * cake )
|
Ella awarded the bottle in the pit to Matthew .
|
award ( agent = Ella , theme = * bottle ( nmod . in = * pit ) , recipient = Matthew )
|
The game was given to Ava .
|
give ( theme = * game , recipient = Ava )
|
The girl gave a boy the cake beside a boat .
|
give ( agent = * girl , recipient = boy , theme = * cake ( nmod . beside = boat ) )
|
The cake was split by the boy .
|
split ( theme = * cake , agent = * boy )
|
The girl ate Victoria .
|
eat ( agent = * girl , theme = Victoria )
|
A governor thought that the boy appreciated Olivia .
|
think ( agent = governor , ccomp = appreciate ( agent = * boy , theme = Olivia ) )
|
The chicken was sold the donut in the house by Emma .
|
sell ( recipient = * chicken , theme = * donut ( nmod . in = * house ) , agent = Emma )
|
Sophia crumpled .
|
crumple ( theme = Sophia )
|
The cat napped .
|
nap ( agent = * cat )
|
The girl gave Alexander the cookie .
|
give ( agent = * girl , recipient = Alexander , theme = * cookie )
|
Samuel valued the game .
|
value ( agent = Samuel , theme = * game )
|
The button was mailed to the frog .
|
mail ( theme = * button , recipient = * frog )
|
A boy believed that a frog liked that the child returned a girl a needle beside the clock .
|
believe ( agent = boy , ccomp = like ( agent = frog , ccomp = return ( agent = * child , recipient = girl , theme = needle ( nmod . beside = * clock ) ) ) )
|
A donut was liked by Noah .
|
like ( theme = donut , agent = Noah )
|
Liam was offered a donut in a house by the girl .
|
offer ( recipient = Liam , theme = donut ( nmod . in = house ) , agent = * girl )
|
A rose was liked by a creature .
|
like ( theme = rose , agent = creature )
|
A purse was floated by the scientist .
|
float ( theme = purse , agent = * scientist )
|
The dog was slipped the gumball by Emma .
|
slip ( recipient = * dog , theme = * gumball , agent = Emma )
|
A teacher imagined that Julian lended the lollipop to Emma .
|
imagine ( agent = teacher , ccomp = lend ( agent = Julian , theme = * lollipop , recipient = Emma ) )
|
The muffin was rolled .
|
roll ( theme = * muffin )
|
The donut was shortened by Olivia .
|
shorten ( theme = * donut , agent = Olivia )
|
A banana was pierced .
|
pierce ( theme = banana )
|
The cookie was given to William .
|
give ( theme = * cookie , recipient = William )
|
The cat painted the box .
|
paint ( agent = * cat , theme = * box )
|
The melon was poked by Isabella .
|
poke ( theme = * melon , agent = Isabella )
|
A box was liked by Noah .
|
like ( theme = box , agent = Noah )
|
The champion burned a lion .
|
burn ( agent = * champion , theme = lion )
|
The crayon was found by a girl .
|
find ( theme = * crayon , agent = girl )
|
Liam ate a strawberry beside a vehicle .
|
eat ( agent = Liam , theme = strawberry ( nmod . beside = vehicle ) )
|
A raisin was burned .
|
burn ( theme = raisin )
|
The boy rolled the dog .
|
roll ( agent = * boy , theme = * dog )
|
The block was eaten .
|
eat ( theme = * block )
|
Emma liked that the cake was burned .
|
like ( agent = Emma , ccomp = burn ( theme = * cake ) )
|
The girl decomposed a cake .
|
decompose ( agent = * girl , theme = cake )
|
Noah froze the drink .
|
freeze ( agent = Noah , theme = * drink )
|
The lollipop was offered to the fish .
|
offer ( theme = * lollipop , recipient = * fish )
|
A raisin changed .
|
change ( theme = raisin )
|
The mother liked the donut on a table .
|
like ( agent = * mother , theme = * donut ( nmod . on = table ) )
|
A doctor gave a tool in the house to a puppy .
|
give ( agent = doctor , theme = tool ( nmod . in = * house ) , recipient = puppy )
|
The rose was frozen by Benjamin .
|
freeze ( theme = * rose , agent = Benjamin )
|
The donut was liked by Oliver .
|
like ( theme = * donut , agent = Oliver )
|
Ava liked Emma .
|
like ( agent = Ava , theme = Emma )
|
The queen confessed that a girl ate a cake in the house .
|
confess ( agent = * queen , ccomp = eat ( agent = girl , theme = cake ( nmod . in = * house ) ) )
|
A donut was pierced .
|
pierce ( theme = donut )
|
Emma slipped a sailor the cake in the house .
|
slip ( agent = Emma , recipient = sailor , theme = * cake ( nmod . in = * house ) )
|
The donut was found by Noah .
|
find ( theme = * donut , agent = Noah )
|
The sailor rolled the girl .
|
roll ( agent = * sailor , theme = * girl )
|
Noah supported that a bird loved the girl in a room .
|
support ( agent = Noah , ccomp = love ( agent = bird , theme = * girl ( nmod . in = room ) ) )
|
The cake was returned to Emma by a coach .
|
return ( theme = * cake , recipient = Emma , agent = coach )
|
A hero froze a sweetcorn .
|
freeze ( agent = hero , theme = sweetcorn )
|
Isabella liked that a cat gave Jaxon a biscuit on the bowl .
|
like ( agent = Isabella , ccomp = give ( agent = cat , recipient = Jaxon , theme = biscuit ( nmod . on = * bowl ) ) )
|
Liam rolled a melon .
|
roll ( agent = Liam , theme = melon )
|
A chicken floated the cake beside the table .
|
float ( agent = chicken , theme = * cake ( nmod . beside = * table ) )
|
The crocodile wanted to sketch .
|
want ( agent = * crocodile , xcomp = sketch ( agent = * crocodile ) )
|
The girl was promised a pen beside a seat by Liam .
|
promise ( recipient = * girl , theme = pen ( nmod . beside = seat ) , agent = Liam )
|
Penelope expected to walk .
|
expect ( agent = Penelope , xcomp = walk ( agent = Penelope ) )
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.