source
stringlengths 3
103
| target
stringlengths 3
172
|
---|---|
Mason hoped that the cake was held .
|
hope ( agent = Mason , ccomp = hold ( theme = * cake ) )
|
Emma gave the doll to the boy .
|
give ( agent = Emma , theme = * doll , recipient = * boy )
|
Emma pierced the cake in the tent .
|
pierce ( agent = Emma , theme = * cake ( nmod . in = * tent ) )
|
Olivia believed that a donut was drawn by a girl .
|
believe ( agent = Olivia , ccomp = draw ( theme = donut , agent = girl ) )
|
A toothbrush was awarded to Emma .
|
award ( theme = toothbrush , recipient = Emma )
|
A cake was broken by the girl .
|
break ( theme = cake , agent = * girl )
|
The cookie collapsed .
|
collapse ( theme = * cookie )
|
Emma posted a girl a raisin beside a table .
|
post ( agent = Emma , recipient = girl , theme = raisin ( nmod . beside = table ) )
|
A girl sent a basket on the mound on a stage to Liam .
|
send ( agent = girl , theme = basket ( nmod . on = * mound ( nmod . on = stage ) ) , recipient = Liam )
|
The drink was handed to William by Ava .
|
hand ( theme = * drink , recipient = William , agent = Ava )
|
A boy gave the pizza to a cat .
|
give ( agent = boy , theme = * pizza , recipient = cat )
|
Sophia was given the pretzel by a director .
|
give ( recipient = Sophia , theme = * pretzel , agent = director )
|
A cat said that a donut was rolled by Olivia .
|
say ( agent = cat , ccomp = roll ( theme = donut , agent = Olivia ) )
|
A rose was broken by Noah .
|
break ( theme = rose , agent = Noah )
|
A girl rolled the rose on a stool .
|
roll ( agent = girl , theme = * rose ( nmod . on = stool ) )
|
A bird gave a pumpkin to a girl .
|
give ( agent = bird , theme = pumpkin , recipient = girl )
|
The human wanted to sneeze .
|
want ( agent = * human , xcomp = sneeze ( agent = * human ) )
|
The box was found by Emma .
|
find ( theme = * box , agent = Emma )
|
A cat was lended a melon by a girl .
|
lend ( recipient = cat , theme = melon , agent = girl )
|
Noah sold a cake beside the bed to a turkey .
|
sell ( agent = Noah , theme = cake ( nmod . beside = * bed ) , recipient = turkey )
|
The cake was eaten by the tiger .
|
eat ( theme = * cake , agent = * tiger )
|
A strawberry was rolled by the teacher .
|
roll ( theme = strawberry , agent = * teacher )
|
The cake was cooked by Harper .
|
cook ( theme = * cake , agent = Harper )
|
The lion was given the cake .
|
give ( recipient = * lion , theme = * cake )
|
The girl gave the cookie on a tray to Sophia .
|
give ( agent = * girl , theme = * cookie ( nmod . on = tray ) , recipient = Sophia )
|
A girl was posted a cake by Liam .
|
post ( recipient = girl , theme = cake , agent = Liam )
|
Evelyn stuttered .
|
stutter ( agent = Evelyn )
|
A cat hoped that the kid helped the crayon .
|
hope ( agent = cat , ccomp = help ( agent = * kid , theme = * crayon ) )
|
A donkey offered a leaf on the bed to the girl .
|
offer ( agent = donkey , theme = leaf ( nmod . on = * bed ) , recipient = * girl )
|
The giraffe was lended the donut beside the table .
|
lend ( recipient = * giraffe , theme = * donut ( nmod . beside = * table ) )
|
Liam hoped that the potato was lended to Emma by a baby .
|
hope ( agent = Liam , ccomp = lend ( theme = * potato , recipient = Emma , agent = baby ) )
|
The flower was eaten .
|
eat ( theme = * flower )
|
Emma painted a box on a stage .
|
paint ( agent = Emma , theme = box ( nmod . on = stage ) )
|
The donut was liked by Liam .
|
like ( theme = * donut , agent = Liam )
|
The frog was passed a cake by Avery .
|
pass ( recipient = * frog , theme = cake , agent = Avery )
|
David poked the drink .
|
poke ( agent = David , theme = * drink )
|
A dog gave the box in a room to the host .
|
give ( agent = dog , theme = * box ( nmod . in = room ) , recipient = * host )
|
The girl sold the cake in a barrel to a teacher .
|
sell ( agent = * girl , theme = * cake ( nmod . in = barrel ) , recipient = teacher )
|
Emma meant to walk .
|
mean ( agent = Emma , xcomp = walk ( agent = Emma ) )
|
The pancake was frozen by a girl .
|
freeze ( theme = * pancake , agent = girl )
|
Michael believed that a pretzel was painted .
|
believe ( agent = Michael , ccomp = paint ( theme = pretzel ) )
|
The shell was painted .
|
paint ( theme = * shell )
|
The ball was passed to Liam .
|
pass ( theme = * ball , recipient = Liam )
|
Sophia gave the cake to Noah .
|
give ( agent = Sophia , theme = * cake , recipient = Noah )
|
The girl supported that a donut was eaten by a coach .
|
support ( agent = * girl , ccomp = eat ( theme = donut , agent = coach ) )
|
The fish was given the cake beside the glass by a bear .
|
give ( recipient = * fish , theme = * cake ( nmod . beside = * glass ) , agent = bear )
|
The crayon froze .
|
freeze ( theme = * crayon )
|
A girl drew .
|
draw ( agent = girl )
|
A girl improved a donut .
|
improve ( agent = girl , theme = donut )
|
The hammer was cleaned .
|
clean ( theme = * hammer )
|
Emma lended the girl the cake .
|
lend ( agent = Emma , recipient = * girl , theme = * cake )
|
The cat respected that Olivia hoped that a cake was broken by Liam .
|
respect ( agent = * cat , ccomp = hope ( agent = Olivia , ccomp = break ( theme = cake , agent = Liam ) ) )
|
Emma respected that a monkey needed to walk .
|
respect ( agent = Emma , ccomp = need ( agent = monkey , xcomp = walk ( agent = monkey ) ) )
|
A muffin was rolled by a consumer .
|
roll ( theme = muffin , agent = consumer )
|
A monkey broke Liam .
|
break ( agent = monkey , theme = Liam )
|
A cake was wired to Noah by a girl .
|
wire ( theme = cake , recipient = Noah , agent = girl )
|
The hammer changed .
|
change ( theme = * hammer )
|
A raisin was eaten by a wolf .
|
eat ( theme = raisin , agent = wolf )
|
Noah expected to walk .
|
expect ( agent = Noah , xcomp = walk ( agent = Noah ) )
|
William was offered a cake by a mouse .
|
offer ( recipient = William , theme = cake , agent = mouse )
|
The donut was sold to Liam .
|
sell ( theme = * donut , recipient = Liam )
|
A girl was lended the box .
|
lend ( recipient = girl , theme = * box )
|
A boy ate the block .
|
eat ( agent = boy , theme = * block )
|
Evelyn cooked .
|
cook ( agent = Evelyn )
|
Avery offered a hero the cake in the tin .
|
offer ( agent = Avery , recipient = hero , theme = * cake ( nmod . in = * tin ) )
|
A donut was given to William by the child .
|
give ( theme = donut , recipient = William , agent = * child )
|
The cookie was stabbed .
|
stab ( theme = * cookie )
|
A teacher was lended the cookie by a girl .
|
lend ( recipient = teacher , theme = * cookie , agent = girl )
|
A girl liked that the seed was rolled by the child .
|
like ( agent = girl , ccomp = roll ( theme = * seed , agent = * child ) )
|
Olivia loved the weapon .
|
love ( agent = Olivia , theme = * weapon )
|
Ryan discovered a liver .
|
discover ( agent = Ryan , theme = liver )
|
Caleb sold a cookie beside the table to Isabella .
|
sell ( agent = Caleb , theme = cookie ( nmod . beside = * table ) , recipient = Isabella )
|
Emma gave a cake to a baby .
|
give ( agent = Emma , theme = cake , recipient = baby )
|
The boy painted the raisin .
|
paint ( agent = * boy , theme = * raisin )
|
The toothbrush was eaten .
|
eat ( theme = * toothbrush )
|
Emma was posted a pretzel on the table .
|
post ( recipient = Emma , theme = pretzel ( nmod . on = * table ) )
|
Emma found Sophia .
|
find ( agent = Emma , theme = Sophia )
|
Liam collapsed a cake .
|
collapse ( agent = Liam , theme = cake )
|
The boy intended to walk .
|
intend ( agent = * boy , xcomp = walk ( agent = * boy ) )
|
A pupil liked that the rose was slipped to Emma by the girl .
|
like ( agent = pupil , ccomp = slip ( theme = * rose , recipient = Emma , agent = * girl ) )
|
Aria valued that a melon was rolled .
|
value ( agent = Aria , ccomp = roll ( theme = melon ) )
|
Hannah painted .
|
paint ( agent = Hannah )
|
A girl ate a cake beside a book .
|
eat ( agent = girl , theme = cake ( nmod . beside = book ) )
|
The father rolled .
|
roll ( theme = * father )
|
The sandwich was sold to Luna by Emma .
|
sell ( theme = * sandwich , recipient = Luna , agent = Emma )
|
The captain sneezed .
|
sneeze ( agent = * captain )
|
Emma liked a monster beside a bag .
|
like ( agent = Emma , theme = monster ( nmod . beside = bag ) )
|
A block was promised to the girl by the hero .
|
promise ( theme = block , recipient = * girl , agent = * hero )
|
Mia was given a ring on the stage .
|
give ( recipient = Mia , theme = ring ( nmod . on = * stage ) )
|
Jayden screamed .
|
scream ( agent = Jayden )
|
James was passed a cake beside a bench .
|
pass ( recipient = James , theme = cake ( nmod . beside = bench ) )
|
A girl appreciated that the sandwich rolled .
|
appreciate ( agent = girl , ccomp = roll ( theme = * sandwich ) )
|
A girl ate the boy beside the table .
|
eat ( agent = girl , theme = * boy ( nmod . beside = * table ) )
|
The girl observed the bat in the vehicle .
|
observe ( agent = * girl , theme = * bat ( nmod . in = * vehicle ) )
|
Noah ate a girl .
|
eat ( agent = Noah , theme = girl )
|
A girl gave the cake on a desk to Jaxon .
|
give ( agent = girl , theme = * cake ( nmod . on = desk ) , recipient = Jaxon )
|
A clock was liked .
|
like ( theme = clock )
|
A rose was cooked by Victoria .
|
cook ( theme = rose , agent = Victoria )
|
A cat scoffed .
|
scoff ( agent = cat )
|
Emma froze a donut .
|
freeze ( agent = Emma , theme = donut )
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.