source
stringlengths 3
103
| target
stringlengths 3
172
|
---|---|
A boy valued that Elijah gave John a cake .
|
value ( agent = boy , ccomp = give ( agent = Elijah , recipient = John , theme = cake ) )
|
A scarf was liked .
|
like ( theme = scarf )
|
Camila decomposed a cookie .
|
decompose ( agent = Camila , theme = cookie )
|
A girl was handed the cake .
|
hand ( recipient = girl , theme = * cake )
|
A cake was burned by Zoe .
|
burn ( theme = cake , agent = Zoe )
|
Ava liked that Liam nursed .
|
like ( agent = Ava , ccomp = nurse ( agent = Liam ) )
|
The donut was lended to the patient by Emma .
|
lend ( theme = * donut , recipient = * patient , agent = Emma )
|
Olivia held a duck beside a philosopher .
|
hold ( agent = Olivia , theme = duck ( nmod . beside = philosopher ) )
|
Emma ate a bear .
|
eat ( agent = Emma , theme = bear )
|
Emma stabbed a donut .
|
stab ( agent = Emma , theme = donut )
|
William was given the chalk on a bed .
|
give ( recipient = William , theme = * chalk ( nmod . on = bed ) )
|
Liam sold a cake beside a table to Olivia .
|
sell ( agent = Liam , theme = cake ( nmod . beside = table ) , recipient = Olivia )
|
The plate was crumpled .
|
crumple ( theme = * plate )
|
A baby doubled .
|
double ( theme = baby )
|
The cat liked that Emma preferred to walk .
|
like ( agent = * cat , ccomp = prefer ( agent = Emma , xcomp = walk ( agent = Emma ) ) )
|
The drink was eaten by the mouse .
|
eat ( theme = * drink , agent = * mouse )
|
A bunny liked to walk .
|
like ( agent = bunny , xcomp = walk ( agent = bunny ) )
|
Isabella liked that a cookie was burned by a girl .
|
like ( agent = Isabella , ccomp = burn ( theme = cookie , agent = girl ) )
|
Emma was given a cake in a room .
|
give ( recipient = Emma , theme = cake ( nmod . in = room ) )
|
A cat cleaned a bowl .
|
clean ( agent = cat , theme = bowl )
|
A yogurt was awarded to Leah by the boy .
|
award ( theme = yogurt , recipient = Leah , agent = * boy )
|
The bear was fed the block beside the table .
|
feed ( recipient = * bear , theme = * block ( nmod . beside = * table ) )
|
Mateo dreamed to walk .
|
dream ( agent = Mateo , xcomp = walk ( agent = Mateo ) )
|
A girl passed a cake beside the lemon to a cat .
|
pass ( agent = girl , theme = cake ( nmod . beside = * lemon ) , recipient = cat )
|
The penguin lended a cake to a teacher .
|
lend ( agent = * penguin , theme = cake , recipient = teacher )
|
A pig studied .
|
study ( agent = pig )
|
The girl believed that Emma was served the cookie .
|
believe ( agent = * girl , ccomp = serve ( recipient = Emma , theme = * cookie ) )
|
The cake was fed to Emma .
|
feed ( theme = * cake , recipient = Emma )
|
Emma snored .
|
snore ( agent = Emma )
|
A horse nursed the cake .
|
nurse ( agent = horse , theme = * cake )
|
Emma sold a cake on a seat to Elijah .
|
sell ( agent = Emma , theme = cake ( nmod . on = seat ) , recipient = Elijah )
|
The girl changed the cake on a table .
|
change ( agent = * girl , theme = * cake ( nmod . on = table ) )
|
A baby noticed that a teacher gave Olivia the cookie beside a table .
|
notice ( agent = baby , ccomp = give ( agent = teacher , recipient = Olivia , theme = * cookie ( nmod . beside = table ) ) )
|
The tool was rolled by a duke .
|
roll ( theme = * tool , agent = duke )
|
A girl decomposed the zebra .
|
decompose ( agent = girl , theme = * zebra )
|
A cookie was passed to the baby .
|
pass ( theme = cookie , recipient = * baby )
|
Elizabeth was given a bucket in the pot .
|
give ( recipient = Elizabeth , theme = bucket ( nmod . in = * pot ) )
|
The farmer gave a girl a cookie .
|
give ( agent = * farmer , recipient = girl , theme = cookie )
|
A girl was given a donut by Emma .
|
give ( recipient = girl , theme = donut , agent = Emma )
|
A girl froze the cookie .
|
freeze ( agent = girl , theme = * cookie )
|
Grace nursed Emma .
|
nurse ( agent = Grace , theme = Emma )
|
A cat was given the box .
|
give ( recipient = cat , theme = * box )
|
Isabella longed to jog .
|
long ( agent = Isabella , xcomp = jog ( agent = Isabella ) )
|
The girl rolled Madison .
|
roll ( agent = * girl , theme = Madison )
|
Charlotte intended to dance .
|
intend ( agent = Charlotte , xcomp = dance ( agent = Charlotte ) )
|
A customer was offered a brain on the stage in a house .
|
offer ( recipient = customer , theme = brain ( nmod . on = * stage ( nmod . in = house ) ) )
|
A puppy said that Liam scoffed .
|
say ( agent = puppy , ccomp = scoff ( agent = Liam ) )
|
The boy attempted to sneeze .
|
attempt ( agent = * boy , xcomp = sneeze ( agent = * boy ) )
|
The girl was fed the spoon on the hanger .
|
feed ( recipient = * girl , theme = * spoon ( nmod . on = * hanger ) )
|
Emma lended a donut to a boy .
|
lend ( agent = Emma , theme = donut , recipient = boy )
|
A girl ate a sandwich .
|
eat ( agent = girl , theme = sandwich )
|
A bat was sketched .
|
sketch ( theme = bat )
|
James ran .
|
run ( agent = James )
|
The girl was sold a cake by the boy .
|
sell ( recipient = * girl , theme = cake , agent = * boy )
|
Scarlett was forwarded the donut .
|
forward ( recipient = Scarlett , theme = * donut )
|
The drink was admired .
|
admire ( theme = * drink )
|
The guitar was frozen by a girl .
|
freeze ( theme = * guitar , agent = girl )
|
A cat hunted Emma .
|
hunt ( agent = cat , theme = Emma )
|
The cake was awarded to Benjamin .
|
award ( theme = * cake , recipient = Benjamin )
|
The duck helped the boy .
|
help ( agent = * duck , theme = * boy )
|
A customer cooked .
|
cook ( agent = customer )
|
Ava attempted to walk .
|
attempt ( agent = Ava , xcomp = walk ( agent = Ava ) )
|
The cat rolled .
|
roll ( theme = * cat )
|
A cake was passed to a baby by the girl .
|
pass ( theme = cake , recipient = baby , agent = * girl )
|
A drink was given to the girl by Emma .
|
give ( theme = drink , recipient = * girl , agent = Emma )
|
The cat adored a girl .
|
adore ( agent = * cat , theme = girl )
|
A cake was awarded to the zebra by the girl .
|
award ( theme = cake , recipient = * zebra , agent = * girl )
|
A cat preferred to run .
|
prefer ( agent = cat , xcomp = run ( agent = cat ) )
|
The crocodile valued that a girl snapped .
|
value ( agent = * crocodile , ccomp = snap ( theme = girl ) )
|
Emma hoped that Evelyn gave the cake in the car to Oliver .
|
hope ( agent = Emma , ccomp = give ( agent = Evelyn , theme = * cake ( nmod . in = * car ) , recipient = Oliver ) )
|
The girl gave a ball beside the bed to Emma .
|
give ( agent = * girl , theme = ball ( nmod . beside = * bed ) , recipient = Emma )
|
A girl was sold a cake by Emma .
|
sell ( recipient = girl , theme = cake , agent = Emma )
|
Noah was sold a tool in the room .
|
sell ( recipient = Noah , theme = tool ( nmod . in = * room ) )
|
A rose was crumpled .
|
crumple ( theme = rose )
|
Abigail froze Skylar .
|
freeze ( agent = Abigail , theme = Skylar )
|
Emma dusted a cat .
|
dust ( agent = Emma , theme = cat )
|
The needle was liked by a girl .
|
like ( theme = * needle , agent = girl )
|
A raisin was liked by Emma .
|
like ( theme = raisin , agent = Emma )
|
A queen liked a cookie .
|
like ( agent = queen , theme = cookie )
|
Michael liked James .
|
like ( agent = Michael , theme = James )
|
A melon was offered to the girl .
|
offer ( theme = melon , recipient = * girl )
|
Abigail was rented the cake .
|
rent ( recipient = Abigail , theme = * cake )
|
A director ate .
|
eat ( agent = director )
|
The rose was given to Liam by a chicken .
|
give ( theme = * rose , recipient = Liam , agent = chicken )
|
A researcher froze the penguin in the kennel .
|
freeze ( agent = researcher , theme = * penguin ( nmod . in = * kennel ) )
|
The guy wanted to walk .
|
want ( agent = * guy , xcomp = walk ( agent = * guy ) )
|
The wine was lended to Liam .
|
lend ( theme = * wine , recipient = Liam )
|
Emma was given a donut beside a baron by a girl .
|
give ( recipient = Emma , theme = donut ( nmod . beside = baron ) , agent = girl )
|
The girl was given a cake beside a chair .
|
give ( recipient = * girl , theme = cake ( nmod . beside = chair ) )
|
Ava liked that a cake was seen .
|
like ( agent = Ava , ccomp = see ( theme = cake ) )
|
A pillow burned .
|
burn ( theme = pillow )
|
A girl liked a cake .
|
like ( agent = girl , theme = cake )
|
Addison respected that a girl planned to eat .
|
respect ( agent = Addison , ccomp = plan ( agent = girl , xcomp = eat ( agent = girl ) ) )
|
The hero gave Noah a pencil .
|
give ( agent = * hero , recipient = Noah , theme = pencil )
|
Emma offered a donut to Emily .
|
offer ( agent = Emma , theme = donut , recipient = Emily )
|
The child liked that the rose was rolled by Ethan .
|
like ( agent = * child , ccomp = roll ( theme = * rose , agent = Ethan ) )
|
Liam believed that Camila gave a donut on the shelf to Emma .
|
believe ( agent = Liam , ccomp = give ( agent = Camila , theme = donut ( nmod . on = * shelf ) , recipient = Emma ) )
|
The cookie was disintegrated by a crocodile .
|
disintegrate ( theme = * cookie , agent = crocodile )
|
A cat rolled a donut in a garden .
|
roll ( agent = cat , theme = donut ( nmod . in = garden ) )
|
A cake was given to Emma by a writer .
|
give ( theme = cake , recipient = Emma , agent = writer )
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.