source
stringlengths 3
103
| target
stringlengths 3
172
|
---|---|
A box was slid by Isabella .
|
slide ( theme = box , agent = Isabella )
|
The chalk was helped by Noah .
|
help ( theme = * chalk , agent = Noah )
|
The boy sold a cake to Olivia .
|
sell ( agent = * boy , theme = cake , recipient = Olivia )
|
A chair was rolled by the girl .
|
roll ( theme = chair , agent = * girl )
|
A director juggled a ring in the house .
|
juggle ( agent = director , theme = ring ( nmod . in = * house ) )
|
Joseph slept .
|
sleep ( agent = Joseph )
|
A pillow was shortened .
|
shorten ( theme = pillow )
|
The donut was posted to a girl .
|
post ( theme = * donut , recipient = girl )
|
Logan was sold a melon beside a bed by Sophia .
|
sell ( recipient = Logan , theme = melon ( nmod . beside = bed ) , agent = Sophia )
|
A cake was rolled by the spokesman .
|
roll ( theme = cake , agent = * spokesman )
|
A girl was sent a cake beside the book by Aubrey .
|
send ( recipient = girl , theme = cake ( nmod . beside = * book ) , agent = Aubrey )
|
The boy noticed that Victoria served Noah the cookie beside the machine .
|
notice ( agent = * boy , ccomp = serve ( agent = Victoria , recipient = Noah , theme = * cookie ( nmod . beside = * machine ) ) )
|
Emma yearned to hunt .
|
yearn ( agent = Emma , xcomp = hunt ( agent = Emma ) )
|
The crocodile rolled the baby on the table .
|
roll ( agent = * crocodile , theme = * baby ( nmod . on = * table ) )
|
Anthony drew .
|
draw ( agent = Anthony )
|
A cake was doubled by Charlotte .
|
double ( theme = cake , agent = Charlotte )
|
Sophia ate the cake .
|
eat ( agent = Sophia , theme = * cake )
|
A goose handed the cake to the horse .
|
hand ( agent = goose , theme = * cake , recipient = * horse )
|
The brain was returned to Violet by Nora .
|
return ( theme = * brain , recipient = Violet , agent = Nora )
|
A hen gasped .
|
gasp ( agent = hen )
|
The girl returned a cookie to Emma .
|
return ( agent = * girl , theme = cookie , recipient = Emma )
|
A cat was fed a radio .
|
feed ( recipient = cat , theme = radio )
|
Emma drew the cake in the house .
|
draw ( agent = Emma , theme = * cake ( nmod . in = * house ) )
|
A melon was improved .
|
improve ( theme = melon )
|
Emily wanted to walk .
|
want ( agent = Emily , xcomp = walk ( agent = Emily ) )
|
The writer grew .
|
grow ( theme = * writer )
|
Benjamin sketched .
|
sketch ( agent = Benjamin )
|
The donut was decomposed .
|
decompose ( theme = * donut )
|
A sandwich was given to a boy by a baby .
|
give ( theme = sandwich , recipient = boy , agent = baby )
|
The donut was frozen by the teacher .
|
freeze ( theme = * donut , agent = * teacher )
|
Olivia liked that a deer liked that the donut was burned by Liam .
|
like ( agent = Olivia , ccomp = like ( agent = deer , ccomp = burn ( theme = * donut , agent = Liam ) ) )
|
The cookie was painted by Liam .
|
paint ( theme = * cookie , agent = Liam )
|
The box was rented to Isabella by Emma .
|
rent ( theme = * box , recipient = Isabella , agent = Emma )
|
A cake was collapsed .
|
collapse ( theme = cake )
|
Lucas nursed .
|
nurse ( agent = Lucas )
|
Emma froze a pupil .
|
freeze ( agent = Emma , theme = pupil )
|
A balloon was helped by Emma .
|
help ( theme = balloon , agent = Emma )
|
The puppy saw .
|
see ( agent = * puppy )
|
The teacher heard .
|
hear ( agent = * teacher )
|
A cake inflated .
|
inflate ( theme = cake )
|
A horse slept .
|
sleep ( agent = horse )
|
A girl hoped that a donut was appreciated by Mason .
|
hope ( agent = girl , ccomp = appreciate ( theme = donut , agent = Mason ) )
|
A beer was liked .
|
like ( theme = beer )
|
Matthew liked Emma .
|
like ( agent = Matthew , theme = Emma )
|
Charlotte posted a cake to Liam .
|
post ( agent = Charlotte , theme = cake , recipient = Liam )
|
The shell was broken by Emma .
|
break ( theme = * shell , agent = Emma )
|
The cake was found by a bird .
|
find ( theme = * cake , agent = bird )
|
The girl rented Natalie a melon .
|
rent ( agent = * girl , recipient = Natalie , theme = melon )
|
Noah was promised the banana by Emma .
|
promise ( recipient = Noah , theme = * banana , agent = Emma )
|
Amelia painted a frog beside a flower .
|
paint ( agent = Amelia , theme = frog ( nmod . beside = flower ) )
|
Noah saw .
|
see ( agent = Noah )
|
Liam said that Emma liked a dog .
|
say ( agent = Liam , ccomp = like ( agent = Emma , theme = dog ) )
|
The crayon was burned by Liam .
|
burn ( theme = * crayon , agent = Liam )
|
The cake was eaten by a pupil .
|
eat ( theme = * cake , agent = pupil )
|
Jacob tried to nap .
|
try ( agent = Jacob , xcomp = nap ( agent = Jacob ) )
|
Emma rented the girl a beer .
|
rent ( agent = Emma , recipient = * girl , theme = beer )
|
A donut was offered to Mateo by the hero .
|
offer ( theme = donut , recipient = Mateo , agent = * hero )
|
A cat liked that the donut rolled .
|
like ( agent = cat , ccomp = roll ( theme = * donut ) )
|
The ball was investigated by a girl .
|
investigate ( theme = * ball , agent = girl )
|
A watch was drawn by the baby .
|
draw ( theme = watch , agent = * baby )
|
Evelyn pierced the donut .
|
pierce ( agent = Evelyn , theme = * donut )
|
The seed was fed to Jack by Lincoln .
|
feed ( theme = * seed , recipient = Jack , agent = Lincoln )
|
A professor helped the melon .
|
help ( agent = professor , theme = * melon )
|
Avery rolled .
|
roll ( theme = Avery )
|
The tool broke .
|
break ( theme = * tool )
|
Isabella improved the cat .
|
improve ( agent = Isabella , theme = * cat )
|
redden
|
redden
|
A boy liked that Olivia disintegrated a dog .
|
like ( agent = boy , ccomp = disintegrate ( agent = Olivia , theme = dog ) )
|
A baby was lended the donut .
|
lend ( recipient = baby , theme = * donut )
|
The girl fed Emma a donut .
|
feed ( agent = * girl , recipient = Emma , theme = donut )
|
A box was given to Michael .
|
give ( theme = box , recipient = Michael )
|
David liked that a girl was given the cookie by the boy .
|
like ( agent = David , ccomp = give ( recipient = girl , theme = * cookie , agent = * boy ) )
|
Emma enlarged a girl .
|
enlarge ( agent = Emma , theme = girl )
|
A glue was hunted .
|
hunt ( theme = glue )
|
The frog offered a cake on the table to Emma .
|
offer ( agent = * frog , theme = cake ( nmod . on = * table ) , recipient = Emma )
|
The cracker was disintegrated by the boy .
|
disintegrate ( theme = * cracker , agent = * boy )
|
The cake was awarded to Emma by William .
|
award ( theme = * cake , recipient = Emma , agent = William )
|
Liam liked that the box was liked .
|
like ( agent = Liam , ccomp = like ( theme = * box ) )
|
A rose was rolled by a girl .
|
roll ( theme = rose , agent = girl )
|
The cake was helped by a monster .
|
help ( theme = * cake , agent = monster )
|
A girl liked that a cookie was given to Emma .
|
like ( agent = girl , ccomp = give ( theme = cookie , recipient = Emma ) )
|
A chalk was frozen by the boy .
|
freeze ( theme = chalk , agent = * boy )
|
A mouse yearned to walk .
|
yearn ( agent = mouse , xcomp = walk ( agent = mouse ) )
|
A flower was rolled by the girl .
|
roll ( theme = flower , agent = * girl )
|
A boy ate Ryan .
|
eat ( agent = boy , theme = Ryan )
|
The block was given to the teacher by the butterfly .
|
give ( theme = * block , recipient = * teacher , agent = * butterfly )
|
A cake was returned to Sophia .
|
return ( theme = cake , recipient = Sophia )
|
Liam valued that a teacher gave the cake to the goose .
|
value ( agent = Liam , ccomp = give ( agent = teacher , theme = * cake , recipient = * goose ) )
|
Olivia was given the yogurt on the bench .
|
give ( recipient = Olivia , theme = * yogurt ( nmod . on = * bench ) )
|
A girl rolled a boy in a house .
|
roll ( agent = girl , theme = boy ( nmod . in = house ) )
|
The bell was rolled by the boy .
|
roll ( theme = * bell , agent = * boy )
|
Julian painted .
|
paint ( agent = Julian )
|
The raisin was forwarded to the bee .
|
forward ( theme = * raisin , recipient = * bee )
|
A cake was cooked by the researcher .
|
cook ( theme = cake , agent = * researcher )
|
The boy wanted to sleep .
|
want ( agent = * boy , xcomp = sleep ( agent = * boy ) )
|
The zebra was passed a box .
|
pass ( recipient = * zebra , theme = box )
|
Emma hated to read .
|
hate ( agent = Emma , xcomp = read ( agent = Emma ) )
|
A ball was juggled by Evelyn .
|
juggle ( theme = ball , agent = Evelyn )
|
Elijah gave Oliver a raisin .
|
give ( agent = Elijah , recipient = Oliver , theme = raisin )
|
The girl split .
|
split ( theme = * girl )
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.