source
stringlengths 3
103
| target
stringlengths 3
172
|
---|---|
Matthew rolled .
|
roll ( theme = Matthew )
|
improve
|
improve
|
A watch was rolled by Emma .
|
roll ( theme = watch , agent = Emma )
|
Emma was awarded a cake by the child .
|
award ( recipient = Emma , theme = cake , agent = * child )
|
A squirrel napped .
|
nap ( agent = squirrel )
|
The girl cleaned a teacher beside the table .
|
clean ( agent = * girl , theme = teacher ( nmod . beside = * table ) )
|
The cake snapped .
|
snap ( theme = * cake )
|
The girl gave the cookie on a stage to Charlotte .
|
give ( agent = * girl , theme = * cookie ( nmod . on = stage ) , recipient = Charlotte )
|
The jigsaw was eaten .
|
eat ( theme = * jigsaw )
|
A monkey sold Emma the cake .
|
sell ( agent = monkey , recipient = Emma , theme = * cake )
|
A bear ate the can beside a desk .
|
eat ( agent = bear , theme = * can ( nmod . beside = desk ) )
|
Liam helped a ring in the room .
|
help ( agent = Liam , theme = ring ( nmod . in = * room ) )
|
The cake was eaten by the dog .
|
eat ( theme = * cake , agent = * dog )
|
The girl ate the cup on a glacier on the bed .
|
eat ( agent = * girl , theme = * cup ( nmod . on = glacier ( nmod . on = * bed ) ) )
|
A glue was given to Madison by a girl .
|
give ( theme = glue , recipient = Madison , agent = girl )
|
Benjamin meant to dance .
|
mean ( agent = Benjamin , xcomp = dance ( agent = Benjamin ) )
|
Victoria supported that the box was adored by Emma .
|
support ( agent = Victoria , ccomp = adore ( theme = * box , agent = Emma ) )
|
A cookie was rolled by a boy .
|
roll ( theme = cookie , agent = boy )
|
A wolf forwarded the pickle to Sophia .
|
forward ( agent = wolf , theme = * pickle , recipient = Sophia )
|
Emma liked that the drink was rolled .
|
like ( agent = Emma , ccomp = roll ( theme = * drink ) )
|
Charlotte expected that Emma crumpled the gumball beside a table .
|
expect ( agent = Charlotte , ccomp = crumple ( agent = Emma , theme = * gumball ( nmod . beside = table ) ) )
|
Emma was forwarded the cake by the dog .
|
forward ( recipient = Emma , theme = * cake , agent = * dog )
|
A cake was rolled by Ava .
|
roll ( theme = cake , agent = Ava )
|
The frog studied .
|
study ( agent = * frog )
|
A judge burned a rose .
|
burn ( agent = judge , theme = rose )
|
A dog cooked a ring on the stage .
|
cook ( agent = dog , theme = ring ( nmod . on = * stage ) )
|
A girl lended the bat in the box to a bear .
|
lend ( agent = girl , theme = * bat ( nmod . in = * box ) , recipient = bear )
|
The block was passed to the teacher .
|
pass ( theme = * block , recipient = * teacher )
|
The cat floated Jackson .
|
float ( agent = * cat , theme = Jackson )
|
A girl rolled the lion in a puddle .
|
roll ( agent = girl , theme = * lion ( nmod . in = puddle ) )
|
Nora liked that a bird ate a frog in a box .
|
like ( agent = Nora , ccomp = eat ( agent = bird , theme = frog ( nmod . in = box ) ) )
|
A girl was sent a donut in the car by a guard .
|
send ( recipient = girl , theme = donut ( nmod . in = * car ) , agent = guard )
|
Liam missed a cat .
|
miss ( agent = Liam , theme = cat )
|
A bird giggled .
|
giggle ( agent = bird )
|
Emma liked the gumball .
|
like ( agent = Emma , theme = * gumball )
|
A game was doubled .
|
double ( theme = game )
|
A girl liked that Lucas sold Leo a cake in the house .
|
like ( agent = girl , ccomp = sell ( agent = Lucas , recipient = Leo , theme = cake ( nmod . in = * house ) ) )
|
Matthew hoped that Olivia ate .
|
hope ( agent = Matthew , ccomp = eat ( agent = Olivia ) )
|
A penguin mailed a girl a cake on the bed .
|
mail ( agent = penguin , recipient = girl , theme = cake ( nmod . on = * bed ) )
|
Emma liked the hamburger in a room on the table .
|
like ( agent = Emma , theme = * hamburger ( nmod . in = room ( nmod . on = * table ) ) )
|
The towel was given to the boy .
|
give ( theme = * towel , recipient = * boy )
|
The bat was brought to the cat .
|
bring ( theme = * bat , recipient = * cat )
|
Emma awarded a cat the hamburger .
|
award ( agent = Emma , recipient = cat , theme = * hamburger )
|
Emma expected that the shoe was known .
|
expect ( agent = Emma , ccomp = know ( theme = * shoe ) )
|
Emma knew the girl .
|
know ( agent = Emma , theme = * girl )
|
Emma was posted a box by a mother .
|
post ( recipient = Emma , theme = box , agent = mother )
|
A girl hoped that a cake was discovered .
|
hope ( agent = girl , ccomp = discover ( theme = cake ) )
|
The buyer liked that a girl gave a boy a cake .
|
like ( agent = * buyer , ccomp = give ( agent = girl , recipient = boy , theme = cake ) )
|
The child rolled the tool .
|
roll ( agent = * child , theme = * tool )
|
A rose was improved by a mouse .
|
improve ( theme = rose , agent = mouse )
|
Sebastian ate .
|
eat ( agent = Sebastian )
|
A guest painted .
|
paint ( agent = guest )
|
A melon was tossed by Emma .
|
toss ( theme = melon , agent = Emma )
|
The princess was passed the bat beside a toy by Liam .
|
pass ( recipient = * princess , theme = * bat ( nmod . beside = toy ) , agent = Liam )
|
The key was dusted by Carter .
|
dust ( theme = * key , agent = Carter )
|
Ella wished to call .
|
wish ( agent = Ella , xcomp = call ( agent = Ella ) )
|
The ball was given to a cow .
|
give ( theme = * ball , recipient = cow )
|
A fruit rolled .
|
roll ( theme = fruit )
|
The cookie was fed to a driver .
|
feed ( theme = * cookie , recipient = driver )
|
William talked .
|
talk ( agent = William )
|
The strawberry was seen .
|
see ( theme = * strawberry )
|
Liam noticed that a donut disintegrated .
|
notice ( agent = Liam , ccomp = disintegrate ( theme = donut ) )
|
queen
|
queen
|
The mandarin was liked .
|
like ( theme = * mandarin )
|
The cat passed a girl a cake .
|
pass ( agent = * cat , recipient = girl , theme = cake )
|
The girl liked that the yogurt was rolled .
|
like ( agent = * girl , ccomp = roll ( theme = * yogurt ) )
|
The rose was admired .
|
admire ( theme = * rose )
|
The boy liked that a mother longed to sneeze .
|
like ( agent = * boy , ccomp = long ( agent = mother , xcomp = sneeze ( agent = mother ) ) )
|
The girl liked to walk .
|
like ( agent = * girl , xcomp = walk ( agent = * girl ) )
|
The girl was offered a donut .
|
offer ( recipient = * girl , theme = donut )
|
Benjamin loved to read .
|
love ( agent = Benjamin , xcomp = read ( agent = Benjamin ) )
|
The child packed .
|
pack ( agent = * child )
|
The donut was painted by Emma .
|
paint ( theme = * donut , agent = Emma )
|
pack
|
pack
|
A jar was given to the girl .
|
give ( theme = jar , recipient = * girl )
|
The crocodile admired a boy beside the chair .
|
admire ( agent = * crocodile , theme = boy ( nmod . beside = * chair ) )
|
Ava gave Liam a rose .
|
give ( agent = Ava , recipient = Liam , theme = rose )
|
James called a box .
|
call ( agent = James , theme = box )
|
The cat needed to dust .
|
need ( agent = * cat , xcomp = dust ( agent = * cat ) )
|
Noah was lended the cake on a tripod .
|
lend ( recipient = Noah , theme = * cake ( nmod . on = tripod ) )
|
A box was rolled by a girl .
|
roll ( theme = box , agent = girl )
|
The horse burned the chalk .
|
burn ( agent = * horse , theme = * chalk )
|
Ava brought Jackson a donut .
|
bring ( agent = Ava , recipient = Jackson , theme = donut )
|
Logan liked that a cake was lended to a dog by Sophia .
|
like ( agent = Logan , ccomp = lend ( theme = cake , recipient = dog , agent = Sophia ) )
|
Benjamin said that a cake reddened .
|
say ( agent = Benjamin , ccomp = redden ( theme = cake ) )
|
A melon was painted by the giraffe .
|
paint ( theme = melon , agent = * giraffe )
|
A mother rented the chicken a cake .
|
rent ( agent = mother , recipient = * chicken , theme = cake )
|
Emma liked that the cookie was missed by James .
|
like ( agent = Emma , ccomp = miss ( theme = * cookie , agent = James ) )
|
A coach was lended a pizza by a pupil .
|
lend ( recipient = coach , theme = pizza , agent = pupil )
|
Olivia tolerated the rose .
|
tolerate ( agent = Olivia , theme = * rose )
|
A frog ate the cookie .
|
eat ( agent = frog , theme = * cookie )
|
The princess dusted the cake .
|
dust ( agent = * princess , theme = * cake )
|
A teacher poked a child on the bed .
|
poke ( agent = teacher , theme = child ( nmod . on = * bed ) )
|
The cake was given to the friend by the girl .
|
give ( theme = * cake , recipient = * friend , agent = * girl )
|
A fish was promised a cake by Noah .
|
promise ( recipient = fish , theme = cake , agent = Noah )
|
The judge cooked .
|
cook ( agent = * judge )
|
The girl ate a lion .
|
eat ( agent = * girl , theme = lion )
|
The dog lended a sandwich to Emma .
|
lend ( agent = * dog , theme = sandwich , recipient = Emma )
|
A donut was served to a boy .
|
serve ( theme = donut , recipient = boy )
|
A cake was given to Liam by Sofia .
|
give ( theme = cake , recipient = Liam , agent = Sofia )
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.