source
stringlengths 3
103
| target
stringlengths 3
172
|
---|---|
Noah gave a doll on a stage to Matthew .
|
give ( agent = Noah , theme = doll ( nmod . on = stage ) , recipient = Matthew )
|
A cake was fed to Charlotte .
|
feed ( theme = cake , recipient = Charlotte )
|
A drink was heard .
|
hear ( theme = drink )
|
The chalk was eaten .
|
eat ( theme = * chalk )
|
The raisin was worshipped .
|
worship ( theme = * raisin )
|
Sofia wanted to cook .
|
want ( agent = Sofia , xcomp = cook ( agent = Sofia ) )
|
The passenger found the pizza .
|
find ( agent = * passenger , theme = * pizza )
|
James sold the girl a block .
|
sell ( agent = James , recipient = * girl , theme = block )
|
A tenant hoped that Emma sneezed .
|
hope ( agent = tenant , ccomp = sneeze ( agent = Emma ) )
|
The lamb drew the raisin beside the table .
|
draw ( agent = * lamb , theme = * raisin ( nmod . beside = * table ) )
|
A cookie was frozen .
|
freeze ( theme = cookie )
|
A key was lended to a dog .
|
lend ( theme = key , recipient = dog )
|
The monkey liked that a cake was liked by a girl .
|
like ( agent = * monkey , ccomp = like ( theme = cake , agent = girl ) )
|
Liam said that Emma burned .
|
say ( agent = Liam , ccomp = burn ( theme = Emma ) )
|
A pickle was loaned to Oliver by Christopher .
|
loan ( theme = pickle , recipient = Oliver , agent = Christopher )
|
A boy was lended the cake on the tiger .
|
lend ( recipient = boy , theme = * cake ( nmod . on = * tiger ) )
|
Ava adored a child .
|
adore ( agent = Ava , theme = child )
|
Emma rented Aubrey the molecule .
|
rent ( agent = Emma , recipient = Aubrey , theme = * molecule )
|
Emma hated to hunt .
|
hate ( agent = Emma , xcomp = hunt ( agent = Emma ) )
|
The sandwich was liked by a dog .
|
like ( theme = * sandwich , agent = dog )
|
A pumpkin was grown by the kitty .
|
grow ( theme = pumpkin , agent = * kitty )
|
Emma heard a cake beside the table .
|
hear ( agent = Emma , theme = cake ( nmod . beside = * table ) )
|
The deer threw the cake beside a stage .
|
throw ( agent = * deer , theme = * cake ( nmod . beside = stage ) )
|
A girl was lended the box beside a car .
|
lend ( recipient = girl , theme = * box ( nmod . beside = car ) )
|
The boy lended a dog a donut beside a table .
|
lend ( agent = * boy , recipient = dog , theme = donut ( nmod . beside = table ) )
|
The cake was found by Sophia .
|
find ( theme = * cake , agent = Sophia )
|
Zoe
|
Zoe
|
Ava ate a box .
|
eat ( agent = Ava , theme = box )
|
A boy drew a teacher .
|
draw ( agent = boy , theme = teacher )
|
Benjamin gave Liam a rose .
|
give ( agent = Benjamin , recipient = Liam , theme = rose )
|
The can was eaten .
|
eat ( theme = * can )
|
A chief was lended the box beside the bed by the girl .
|
lend ( recipient = chief , theme = * box ( nmod . beside = * bed ) , agent = * girl )
|
A girl was handed a cake .
|
hand ( recipient = girl , theme = cake )
|
Liam froze the moose .
|
freeze ( agent = Liam , theme = * moose )
|
The boy found a cookie .
|
find ( agent = * boy , theme = cookie )
|
The girl passed the cake in a house to Emma .
|
pass ( agent = * girl , theme = * cake ( nmod . in = house ) , recipient = Emma )
|
A toothbrush was eaten .
|
eat ( theme = toothbrush )
|
A pen was sold to the girl .
|
sell ( theme = pen , recipient = * girl )
|
The boy packed a cake on the bed .
|
pack ( agent = * boy , theme = cake ( nmod . on = * bed ) )
|
A poet loved the cake .
|
love ( agent = poet , theme = * cake )
|
Olivia hated to call .
|
hate ( agent = Olivia , xcomp = call ( agent = Olivia ) )
|
A cookie was broken .
|
break ( theme = cookie )
|
The boy slept .
|
sleep ( agent = * boy )
|
The lawyer was given a donut beside a table .
|
give ( recipient = * lawyer , theme = donut ( nmod . beside = table ) )
|
Grace jogged .
|
jog ( agent = Grace )
|
Liam rolled the girl .
|
roll ( agent = Liam , theme = * girl )
|
The jacket was called .
|
call ( theme = * jacket )
|
The present was called by Mia .
|
call ( theme = * present , agent = Mia )
|
The ring was tossed .
|
toss ( theme = * ring )
|
Emma gave a girl the box .
|
give ( agent = Emma , recipient = girl , theme = * box )
|
Liam valued a cake .
|
value ( agent = Liam , theme = cake )
|
Emma was given the cake by a prince .
|
give ( recipient = Emma , theme = * cake , agent = prince )
|
Gabriel sketched .
|
sketch ( agent = Gabriel )
|
Lillian found a girl in a house .
|
find ( agent = Lillian , theme = girl ( nmod . in = house ) )
|
Liam dreamed that a toy was shortened by Olivia .
|
dream ( agent = Liam , ccomp = shorten ( theme = toy , agent = Olivia ) )
|
A king sold Olivia a fig .
|
sell ( agent = king , recipient = Olivia , theme = fig )
|
A radio was liked by Emily .
|
like ( theme = radio , agent = Emily )
|
Natalie gave the molecule to the teacher .
|
give ( agent = Natalie , theme = * molecule , recipient = * teacher )
|
A rose was rolled by Emma .
|
roll ( theme = rose , agent = Emma )
|
Emma was given the shirt in the can by Emily .
|
give ( recipient = Emma , theme = * shirt ( nmod . in = * can ) , agent = Emily )
|
The dog longed to walk .
|
long ( agent = * dog , xcomp = walk ( agent = * dog ) )
|
The president enlarged a cake .
|
enlarge ( agent = * president , theme = cake )
|
The pancake was mailed to Mateo .
|
mail ( theme = * pancake , recipient = Mateo )
|
The purse was liked by a monster .
|
like ( theme = * purse , agent = monster )
|
Emma lended Liam the cake .
|
lend ( agent = Emma , recipient = Liam , theme = * cake )
|
A mouse was lended a sandwich .
|
lend ( recipient = mouse , theme = sandwich )
|
A cup was called by the dog .
|
call ( theme = cup , agent = * dog )
|
A cake was offered to Noah by the baby .
|
offer ( theme = cake , recipient = Noah , agent = * baby )
|
Aria rented Oliver a donut in the room .
|
rent ( agent = Aria , recipient = Oliver , theme = donut ( nmod . in = * room ) )
|
The banana snapped .
|
snap ( theme = * banana )
|
Emma poked the block on a bed .
|
poke ( agent = Emma , theme = * block ( nmod . on = bed ) )
|
The scientist floated .
|
float ( theme = * scientist )
|
The teacher floated the rose .
|
float ( agent = * teacher , theme = * rose )
|
Charlotte admired the girl beside a table .
|
admire ( agent = Charlotte , theme = * girl ( nmod . beside = table ) )
|
The cake was given to Liam by the lion .
|
give ( theme = * cake , recipient = Liam , agent = * lion )
|
Samuel passed the cake to Emma .
|
pass ( agent = Samuel , theme = * cake , recipient = Emma )
|
rose
|
rose
|
The poet ate .
|
eat ( agent = * poet )
|
Olivia floated a duck .
|
float ( agent = Olivia , theme = duck )
|
A box was grown by Emma .
|
grow ( theme = box , agent = Emma )
|
Emma gave the cake on the stage to Jack .
|
give ( agent = Emma , theme = * cake ( nmod . on = * stage ) , recipient = Jack )
|
A cake was tossed by Sophia .
|
toss ( theme = cake , agent = Sophia )
|
The cat hoped that a girl sketched .
|
hope ( agent = * cat , ccomp = sketch ( agent = girl ) )
|
A dog passed the cake to Ava .
|
pass ( agent = dog , theme = * cake , recipient = Ava )
|
A princess liked that Olivia forwarded the boy a melon .
|
like ( agent = princess , ccomp = forward ( agent = Olivia , recipient = * boy , theme = melon ) )
|
Olivia liked the cake .
|
like ( agent = Olivia , theme = * cake )
|
The lion loved to walk .
|
love ( agent = * lion , xcomp = walk ( agent = * lion ) )
|
The flower was eaten by a hero .
|
eat ( theme = * flower , agent = hero )
|
A raisin was brought to a boy by a puppy .
|
bring ( theme = raisin , recipient = boy , agent = puppy )
|
The knife was posted to Noah by James .
|
post ( theme = * knife , recipient = Noah , agent = James )
|
Liam liked that Olivia liked that Ava preferred to walk .
|
like ( agent = Liam , ccomp = like ( agent = Olivia , ccomp = prefer ( agent = Ava , xcomp = walk ( agent = Ava ) ) ) )
|
A soap was given to Oliver by Emma .
|
give ( theme = soap , recipient = Oliver , agent = Emma )
|
A rose was adored by Emma .
|
adore ( theme = rose , agent = Emma )
|
The can was awarded to Caleb .
|
award ( theme = * can , recipient = Caleb )
|
The producer shortened a boy .
|
shorten ( agent = * producer , theme = boy )
|
A box was burned by the frog .
|
burn ( theme = box , agent = * frog )
|
Emma liked that a donut was poked by a creature .
|
like ( agent = Emma , ccomp = poke ( theme = donut , agent = creature ) )
|
Emma rolled the donut on a table .
|
roll ( agent = Emma , theme = * donut ( nmod . on = table ) )
|
The girl liked that Luke wanted to sneeze .
|
like ( agent = * girl , ccomp = want ( agent = Luke , xcomp = sneeze ( agent = Luke ) ) )
|
The writer rolled a cake .
|
roll ( agent = * writer , theme = cake )
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.