source
stringlengths 3
103
| target
stringlengths 3
172
|
---|---|
The dog passed Audrey a biscuit in the house .
|
pass ( agent = * dog , recipient = Audrey , theme = biscuit ( nmod . in = * house ) )
|
A donut was eaten by a baby .
|
eat ( theme = donut , agent = baby )
|
The hen burned a present .
|
burn ( agent = * hen , theme = present )
|
Joshua promised a crystal to the puppy .
|
promise ( agent = Joshua , theme = crystal , recipient = * puppy )
|
Riley noticed that Jacob drew Emma .
|
notice ( agent = Riley , ccomp = draw ( agent = Jacob , theme = Emma ) )
|
The girl observed a ball .
|
observe ( agent = * girl , theme = ball )
|
The donut was forwarded to a bunny .
|
forward ( theme = * donut , recipient = bunny )
|
The shoe was liked by the boy .
|
like ( theme = * shoe , agent = * boy )
|
A cat hoped that a cake was cooked by a girl .
|
hope ( agent = cat , ccomp = cook ( theme = cake , agent = girl ) )
|
The cookie was known by the child .
|
know ( theme = * cookie , agent = * child )
|
The cake decomposed .
|
decompose ( theme = * cake )
|
The cake was nursed by Olivia .
|
nurse ( theme = * cake , agent = Olivia )
|
Asher was rented a drink on the table .
|
rent ( recipient = Asher , theme = drink ( nmod . on = * table ) )
|
The lion liked that a cake was cleaned .
|
like ( agent = * lion , ccomp = clean ( theme = cake ) )
|
The girl was sold a cake by Emma .
|
sell ( recipient = * girl , theme = cake , agent = Emma )
|
Emma rented Isabella the cake .
|
rent ( agent = Emma , recipient = Isabella , theme = * cake )
|
Emma hoped that Elijah was fed a drink on a bed .
|
hope ( agent = Emma , ccomp = feed ( recipient = Elijah , theme = drink ( nmod . on = bed ) ) )
|
smirk
|
smirk
|
Noah gave the bunny the cake on the table .
|
give ( agent = Noah , recipient = * bunny , theme = * cake ( nmod . on = * table ) )
|
Emma loved the boy in a barrel .
|
love ( agent = Emma , theme = * boy ( nmod . in = barrel ) )
|
The girl rolled .
|
roll ( theme = * girl )
|
Emma drew a girl in a garden .
|
draw ( agent = Emma , theme = girl ( nmod . in = garden ) )
|
Charlotte liked that Skylar studied a lion beside a chair in the house .
|
like ( agent = Charlotte , ccomp = study ( agent = Skylar , theme = lion ( nmod . beside = chair ( nmod . in = * house ) ) ) )
|
A basket burned .
|
burn ( theme = basket )
|
A horse lended Olivia a potato in the bucket .
|
lend ( agent = horse , recipient = Olivia , theme = potato ( nmod . in = * bucket ) )
|
The cat liked that a girl hoped that the donut was shortened .
|
like ( agent = * cat , ccomp = hope ( agent = girl , ccomp = shorten ( theme = * donut ) ) )
|
A block was slid .
|
slide ( theme = block )
|
A cookie was fed to Emma by William .
|
feed ( theme = cookie , recipient = Emma , agent = William )
|
Emma liked that the girl appreciated that a teacher froze Zoey .
|
like ( agent = Emma , ccomp = appreciate ( agent = * girl , ccomp = freeze ( agent = teacher , theme = Zoey ) ) )
|
The biscuit was eaten by the boy .
|
eat ( theme = * biscuit , agent = * boy )
|
A monster helped a cup .
|
help ( agent = monster , theme = cup )
|
A bottle was returned to Oliver .
|
return ( theme = bottle , recipient = Oliver )
|
Abigail ate a balloon .
|
eat ( agent = Abigail , theme = balloon )
|
A hamburger was liked by Emma .
|
like ( theme = hamburger , agent = Emma )
|
A spokesman ate a cracker .
|
eat ( agent = spokesman , theme = cracker )
|
Liam decomposed .
|
decompose ( theme = Liam )
|
The passenger liked that the cake was given to the sailor by a child .
|
like ( agent = * passenger , ccomp = give ( theme = * cake , recipient = * sailor , agent = child ) )
|
A doll was rolled by Emma .
|
roll ( theme = doll , agent = Emma )
|
Olivia ate the pig .
|
eat ( agent = Olivia , theme = * pig )
|
Olivia gave a cookie to Ava .
|
give ( agent = Olivia , theme = cookie , recipient = Ava )
|
snap
|
snap
|
A box was split by Isabella .
|
split ( theme = box , agent = Isabella )
|
The boy was given the donut beside a stage by Emma .
|
give ( recipient = * boy , theme = * donut ( nmod . beside = stage ) , agent = Emma )
|
Mateo liked the box .
|
like ( agent = Mateo , theme = * box )
|
Liam ate the child on the chair .
|
eat ( agent = Liam , theme = * child ( nmod . on = * chair ) )
|
Ella wanted to sleep .
|
want ( agent = Ella , xcomp = sleep ( agent = Ella ) )
|
Emma noticed that the cookie crumpled .
|
notice ( agent = Emma , ccomp = crumple ( theme = * cookie ) )
|
Daniel was given the cake on the stage by Liam .
|
give ( recipient = Daniel , theme = * cake ( nmod . on = * stage ) , agent = Liam )
|
The bird liked that Noah was awarded a cake by Amelia .
|
like ( agent = * bird , ccomp = award ( recipient = Noah , theme = cake , agent = Amelia ) )
|
A pencil was frozen by the chicken .
|
freeze ( theme = pencil , agent = * chicken )
|
Elijah liked a girl in the house .
|
like ( agent = Elijah , theme = girl ( nmod . in = * house ) )
|
James fed a cookie on the desk to Emma .
|
feed ( agent = James , theme = cookie ( nmod . on = * desk ) , recipient = Emma )
|
Emma forwarded Jaxon a towel .
|
forward ( agent = Emma , recipient = Jaxon , theme = towel )
|
The cat gave the donut beside the tree to a girl .
|
give ( agent = * cat , theme = * donut ( nmod . beside = * tree ) , recipient = girl )
|
A friend wanted to dust .
|
want ( agent = friend , xcomp = dust ( agent = friend ) )
|
The muffin was respected by the girl .
|
respect ( theme = * muffin , agent = * girl )
|
Charlotte fed a flag on a sofa to a boy .
|
feed ( agent = Charlotte , theme = flag ( nmod . on = sofa ) , recipient = boy )
|
Olivia grew .
|
grow ( theme = Olivia )
|
Stella studied .
|
study ( agent = Stella )
|
The boy dreamed that the donut was rolled by Henry .
|
dream ( agent = * boy , ccomp = roll ( theme = * donut , agent = Henry ) )
|
A pretzel was eaten by the boy .
|
eat ( theme = pretzel , agent = * boy )
|
Lucas lended the cookie in a house to Amelia .
|
lend ( agent = Lucas , theme = * cookie ( nmod . in = house ) , recipient = Amelia )
|
A gumball was eaten by a baby .
|
eat ( theme = gumball , agent = baby )
|
A duck ate a girl in the can .
|
eat ( agent = duck , theme = girl ( nmod . in = * can ) )
|
A tourist believed that the raisin was worshipped by a boy .
|
believe ( agent = tourist , ccomp = worship ( theme = * raisin , agent = boy ) )
|
The ball was served to James by a deer .
|
serve ( theme = * ball , recipient = James , agent = deer )
|
Logan sold the purse to Olivia .
|
sell ( agent = Logan , theme = * purse , recipient = Olivia )
|
The balloon was burned by the boy .
|
burn ( theme = * balloon , agent = * boy )
|
A balloon was missed .
|
miss ( theme = balloon )
|
Lily said that the donut was liked .
|
say ( agent = Lily , ccomp = like ( theme = * donut ) )
|
The cat yearned to walk .
|
yearn ( agent = * cat , xcomp = walk ( agent = * cat ) )
|
The cake was cooked by Liam .
|
cook ( theme = * cake , agent = Liam )
|
Emma handed a cake beside the book to Liam .
|
hand ( agent = Emma , theme = cake ( nmod . beside = * book ) , recipient = Liam )
|
Emma liked that a donut froze .
|
like ( agent = Emma , ccomp = freeze ( theme = donut ) )
|
Daniel froze a rose beside a chair .
|
freeze ( agent = Daniel , theme = rose ( nmod . beside = chair ) )
|
A tourist packed a box .
|
pack ( agent = tourist , theme = box )
|
A box was given to Emma .
|
give ( theme = box , recipient = Emma )
|
The pretzel was reddened by Emma .
|
redden ( theme = * pretzel , agent = Emma )
|
A pen was sent to the girl by Leo .
|
send ( theme = pen , recipient = * girl , agent = Leo )
|
The girl ate the tourist on a tree .
|
eat ( agent = * girl , theme = * tourist ( nmod . on = tree ) )
|
Emma declared that Charlotte slept .
|
declare ( agent = Emma , ccomp = sleep ( agent = Charlotte ) )
|
The cake was helped by Liam .
|
help ( theme = * cake , agent = Liam )
|
The girl gave a chalk to a teacher .
|
give ( agent = * girl , theme = chalk , recipient = teacher )
|
A melon was rolled by the cat .
|
roll ( theme = melon , agent = * cat )
|
Emma confessed that Liam ate the girl .
|
confess ( agent = Emma , ccomp = eat ( agent = Liam , theme = * girl ) )
|
Stella burned .
|
burn ( theme = Stella )
|
The cake was found by Jacob .
|
find ( theme = * cake , agent = Jacob )
|
The king drew a boy on a chair .
|
draw ( agent = * king , theme = boy ( nmod . on = chair ) )
|
The block was changed by the girl .
|
change ( theme = * block , agent = * girl )
|
The child liked that Emma appreciated that the cake was rolled .
|
like ( agent = * child , ccomp = appreciate ( agent = Emma , ccomp = roll ( theme = * cake ) ) )
|
Liam stabbed Emma .
|
stab ( agent = Liam , theme = Emma )
|
A boy observed a donut beside a computer .
|
observe ( agent = boy , theme = donut ( nmod . beside = computer ) )
|
The book was forwarded to a child .
|
forward ( theme = * book , recipient = child )
|
The glue shortened .
|
shorten ( theme = * glue )
|
The cake was frozen .
|
freeze ( theme = * cake )
|
The chalk was rolled by Benjamin .
|
roll ( theme = * chalk , agent = Benjamin )
|
A cake was slid by Aiden .
|
slide ( theme = cake , agent = Aiden )
|
The cake was cooked by a girl .
|
cook ( theme = * cake , agent = girl )
|
Emma was wired the game in a vehicle by the doctor .
|
wire ( recipient = Emma , theme = * game ( nmod . in = vehicle ) , agent = * doctor )
|
The bird juggled .
|
juggle ( agent = * bird )
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.