source
stringlengths 3
103
| target
stringlengths 3
172
|
---|---|
Isabella cooked .
|
cook ( agent = Isabella )
|
Bella painted .
|
paint ( agent = Bella )
|
A bunny wished that Chloe was lended the cookie beside a truck .
|
wish ( agent = bunny , ccomp = lend ( recipient = Chloe , theme = * cookie ( nmod . beside = truck ) ) )
|
The sandwich was poked .
|
poke ( theme = * sandwich )
|
The chicken ate a balloon on a dog .
|
eat ( agent = * chicken , theme = balloon ( nmod . on = dog ) )
|
Sophia brought a cake to a mouse .
|
bring ( agent = Sophia , theme = cake , recipient = mouse )
|
Emma was lended a donut by the girl .
|
lend ( recipient = Emma , theme = donut , agent = * girl )
|
A strawberry was loved .
|
love ( theme = strawberry )
|
Emma helped a monkey .
|
help ( agent = Emma , theme = monkey )
|
A girl threw a cake beside the house .
|
throw ( agent = girl , theme = cake ( nmod . beside = * house ) )
|
William rented the girl a cake .
|
rent ( agent = William , recipient = * girl , theme = cake )
|
The girl was awarded the donut in a fridge .
|
award ( recipient = * girl , theme = * donut ( nmod . in = fridge ) )
|
The monkey liked that the jar was found .
|
like ( agent = * monkey , ccomp = find ( theme = * jar ) )
|
The beer was rolled by James .
|
roll ( theme = * beer , agent = James )
|
A boy passed the raisin to Michael .
|
pass ( agent = boy , theme = * raisin , recipient = Michael )
|
Oliver said that the pencil was eaten .
|
say ( agent = Oliver , ccomp = eat ( theme = * pencil ) )
|
The balloon was given to a girl .
|
give ( theme = * balloon , recipient = girl )
|
laugh
|
laugh
|
A leaf improved .
|
improve ( theme = leaf )
|
A balloon was disintegrated by a horse .
|
disintegrate ( theme = balloon , agent = horse )
|
A cake was rented to the girl by Liam .
|
rent ( theme = cake , recipient = * girl , agent = Liam )
|
The chalk was eaten by Liam .
|
eat ( theme = * chalk , agent = Liam )
|
The dog noticed that a lion rolled .
|
notice ( agent = * dog , ccomp = roll ( theme = lion ) )
|
William was lended a cake in the house by Alexander .
|
lend ( recipient = William , theme = cake ( nmod . in = * house ) , agent = Alexander )
|
Emily gave a host the cake beside the table .
|
give ( agent = Emily , recipient = host , theme = * cake ( nmod . beside = * table ) )
|
A sailor was lended the cake on the stage in the storage by Noah .
|
lend ( recipient = sailor , theme = * cake ( nmod . on = * stage ( nmod . in = * storage ) ) , agent = Noah )
|
A bunny painted .
|
paint ( agent = bunny )
|
A cake was rolled by Olivia .
|
roll ( theme = cake , agent = Olivia )
|
Olivia dusted .
|
dust ( agent = Olivia )
|
A donut was observed by Emma .
|
observe ( theme = donut , agent = Emma )
|
The baby poked a resident .
|
poke ( agent = * baby , theme = resident )
|
The human screamed .
|
scream ( agent = * human )
|
Liam liked Emma .
|
like ( agent = Liam , theme = Emma )
|
A strawberry was found by a boy .
|
find ( theme = strawberry , agent = boy )
|
The cat sold a donut to Ava .
|
sell ( agent = * cat , theme = donut , recipient = Ava )
|
A soap reddened .
|
redden ( theme = soap )
|
A pizza was rolled by the consumer .
|
roll ( theme = pizza , agent = * consumer )
|
A fly danced .
|
dance ( agent = fly )
|
Sophia lended the clock to the fish .
|
lend ( agent = Sophia , theme = * clock , recipient = * fish )
|
The cat believed that a cookie was sketched .
|
believe ( agent = * cat , ccomp = sketch ( theme = cookie ) )
|
Liam was sold the wine by the bird .
|
sell ( recipient = Liam , theme = * wine , agent = * bird )
|
Emma heard the cat in a car .
|
hear ( agent = Emma , theme = * cat ( nmod . in = car ) )
|
Mia forwarded the sheep a box .
|
forward ( agent = Mia , recipient = * sheep , theme = box )
|
Emma gave the cake beside a road on the table to Liam .
|
give ( agent = Emma , theme = * cake ( nmod . beside = road ( nmod . on = * table ) ) , recipient = Liam )
|
The girl wished that Olivia liked the knife .
|
wish ( agent = * girl , ccomp = like ( agent = Olivia , theme = * knife ) )
|
A bunny liked that the donut was liked .
|
like ( agent = bunny , ccomp = like ( theme = * donut ) )
|
The girl gave Emma a cake .
|
give ( agent = * girl , recipient = Emma , theme = cake )
|
Charlotte grew .
|
grow ( theme = Charlotte )
|
The balloon was rolled .
|
roll ( theme = * balloon )
|
James admired that Olivia cleaned the donut .
|
admire ( agent = James , ccomp = clean ( agent = Olivia , theme = * donut ) )
|
A politician dusted a dog .
|
dust ( agent = politician , theme = dog )
|
The child was lended the towel .
|
lend ( recipient = * child , theme = * towel )
|
A glue was rolled .
|
roll ( theme = glue )
|
Emma liked that the cake was lended to the baby .
|
like ( agent = Emma , ccomp = lend ( theme = * cake , recipient = * baby ) )
|
The rose was dusted by Emma .
|
dust ( theme = * rose , agent = Emma )
|
A cow hoped that the girl was mailed the button .
|
hope ( agent = cow , ccomp = mail ( recipient = * girl , theme = * button ) )
|
A boy was given a book beside the table .
|
give ( recipient = boy , theme = book ( nmod . beside = * table ) )
|
A cake was handed to Liam .
|
hand ( theme = cake , recipient = Liam )
|
A donut was given to Olivia by a customer .
|
give ( theme = donut , recipient = Olivia , agent = customer )
|
Isabella juggled Liam .
|
juggle ( agent = Isabella , theme = Liam )
|
Emma liked that a girl offered the cake to John .
|
like ( agent = Emma , ccomp = offer ( agent = girl , theme = * cake , recipient = John ) )
|
Amelia itched to dance .
|
itch ( agent = Amelia , xcomp = dance ( agent = Amelia ) )
|
The teacher sold the donut to the girl .
|
sell ( agent = * teacher , theme = * donut , recipient = * girl )
|
A box was crumpled .
|
crumple ( theme = box )
|
A father forwarded a donut beside the table to a giraffe .
|
forward ( agent = father , theme = donut ( nmod . beside = * table ) , recipient = giraffe )
|
The baby forwarded the girl the box beside a surgeon .
|
forward ( agent = * baby , recipient = * girl , theme = * box ( nmod . beside = surgeon ) )
|
A girl needed to jog .
|
need ( agent = girl , xcomp = jog ( agent = girl ) )
|
A boy froze .
|
freeze ( theme = boy )
|
Luke liked that a cake was sold to Ethan by a chicken .
|
like ( agent = Luke , ccomp = sell ( theme = cake , recipient = Ethan , agent = chicken ) )
|
The box was awarded to Amelia by Logan .
|
award ( theme = * box , recipient = Amelia , agent = Logan )
|
Sebastian rented the cake on the stool to a girl .
|
rent ( agent = Sebastian , theme = * cake ( nmod . on = * stool ) , recipient = girl )
|
A glue was poked .
|
poke ( theme = glue )
|
Noah confessed that a girl tolerated that the servant gave the donut to Natalie .
|
confess ( agent = Noah , ccomp = tolerate ( agent = girl , ccomp = give ( agent = * servant , theme = * donut , recipient = Natalie ) ) )
|
The cracker was given to a lawyer by William .
|
give ( theme = * cracker , recipient = lawyer , agent = William )
|
Brooklyn lended the lion a melon beside a tree .
|
lend ( agent = Brooklyn , recipient = * lion , theme = melon ( nmod . beside = tree ) )
|
A bell was eaten .
|
eat ( theme = bell )
|
Avery gave a box to the squirrel .
|
give ( agent = Avery , theme = box , recipient = * squirrel )
|
Oliver meant that a dog was given a chemical in the house by James .
|
mean ( agent = Oliver , ccomp = give ( recipient = dog , theme = chemical ( nmod . in = * house ) , agent = James ) )
|
The professor ate Logan .
|
eat ( agent = * professor , theme = Logan )
|
A girl hoped that Noah preferred to run .
|
hope ( agent = girl , ccomp = prefer ( agent = Noah , xcomp = run ( agent = Noah ) ) )
|
Emma hunted the frog .
|
hunt ( agent = Emma , theme = * frog )
|
Matthew was sold the gumball beside a tree by Emma .
|
sell ( recipient = Matthew , theme = * gumball ( nmod . beside = tree ) , agent = Emma )
|
The cake was sold to the girl by a dog .
|
sell ( theme = * cake , recipient = * girl , agent = dog )
|
Emma stuttered .
|
stutter ( agent = Emma )
|
A cat snored .
|
snore ( agent = cat )
|
Logan was sold a muffin in the box by a boy .
|
sell ( recipient = Logan , theme = muffin ( nmod . in = * box ) , agent = boy )
|
Liam respected that Lillian heard .
|
respect ( agent = Liam , ccomp = hear ( agent = Lillian ) )
|
The mirror was drawn .
|
draw ( theme = * mirror )
|
The cat was passed the donut .
|
pass ( recipient = * cat , theme = * donut )
|
A donut was sketched .
|
sketch ( theme = donut )
|
Nora was served the cake .
|
serve ( recipient = Nora , theme = * cake )
|
The producer was awarded the ring by a pupil .
|
award ( recipient = * producer , theme = * ring , agent = pupil )
|
A pretzel was liked by Emma .
|
like ( theme = pretzel , agent = Emma )
|
Matthew liked that the donut rolled .
|
like ( agent = Matthew , ccomp = roll ( theme = * donut ) )
|
The donut was crumpled by Emma .
|
crumple ( theme = * donut , agent = Emma )
|
The can was investigated .
|
investigate ( theme = * can )
|
Avery disintegrated the chicken .
|
disintegrate ( agent = Avery , theme = * chicken )
|
Noah gave a raisin to Emma .
|
give ( agent = Noah , theme = raisin , recipient = Emma )
|
The boy laughed .
|
laugh ( agent = * boy )
|
The knife was doubled by the bird .
|
double ( theme = * knife , agent = * bird )
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.