source
stringlengths 3
103
| target
stringlengths 3
172
|
---|---|
Emma ate a cake on a stage .
|
eat ( agent = Emma , theme = cake ( nmod . on = stage ) )
|
The chalk was broken by Ava .
|
break ( theme = * chalk , agent = Ava )
|
The cake was called by Jackson .
|
call ( theme = * cake , agent = Jackson )
|
Olivia packed the cracker .
|
pack ( agent = Olivia , theme = * cracker )
|
Liam lended a lawyer a cake on a plate .
|
lend ( agent = Liam , recipient = lawyer , theme = cake ( nmod . on = plate ) )
|
Ava thought that a melon rolled .
|
think ( agent = Ava , ccomp = roll ( theme = melon ) )
|
Ella ate the cake .
|
eat ( agent = Ella , theme = * cake )
|
The cookie was rolled by a girl .
|
roll ( theme = * cookie , agent = girl )
|
Benjamin handed the pickle to Liam .
|
hand ( agent = Benjamin , theme = * pickle , recipient = Liam )
|
A drink was rolled by the cat .
|
roll ( theme = drink , agent = * cat )
|
The hammer was given to Noah by a girl .
|
give ( theme = * hammer , recipient = Noah , agent = girl )
|
Emma hoped that the basket was mailed to William by the child .
|
hope ( agent = Emma , ccomp = mail ( theme = * basket , recipient = William , agent = * child ) )
|
Benjamin found Emma .
|
find ( agent = Benjamin , theme = Emma )
|
The governor believed that a cat was given the donut by a teacher .
|
believe ( agent = * governor , ccomp = give ( recipient = cat , theme = * donut , agent = teacher ) )
|
Emma was mailed a cake .
|
mail ( recipient = Emma , theme = cake )
|
A boy grew .
|
grow ( theme = boy )
|
The rose was mailed to a tenant by Emma .
|
mail ( theme = * rose , recipient = tenant , agent = Emma )
|
The cake was investigated by the turkey .
|
investigate ( theme = * cake , agent = * turkey )
|
The cake was given to a boy by William .
|
give ( theme = * cake , recipient = boy , agent = William )
|
Harper sold a girl a melon .
|
sell ( agent = Harper , recipient = girl , theme = melon )
|
The cake was handed to the boy .
|
hand ( theme = * cake , recipient = * boy )
|
The rose was sold to a kid .
|
sell ( theme = * rose , recipient = kid )
|
The girl attempted to run .
|
attempt ( agent = * girl , xcomp = run ( agent = * girl ) )
|
A cake was loaned to Emma .
|
loan ( theme = cake , recipient = Emma )
|
The strawberry was examined .
|
examine ( theme = * strawberry )
|
A baby liked that a melon was rolled by Emma .
|
like ( agent = baby , ccomp = roll ( theme = melon , agent = Emma ) )
|
The horse gave a melon to a girl .
|
give ( agent = * horse , theme = melon , recipient = girl )
|
A lollipop was enlarged by the girl .
|
enlarge ( theme = lollipop , agent = * girl )
|
The drink was given to Emma by a guest .
|
give ( theme = * drink , recipient = Emma , agent = guest )
|
A girl called William .
|
call ( agent = girl , theme = William )
|
The weapon was floated by Emma .
|
float ( theme = * weapon , agent = Emma )
|
A bear liked that a donut was hunted .
|
like ( agent = bear , ccomp = hunt ( theme = donut ) )
|
The cake was slipped to Emma by Daniel .
|
slip ( theme = * cake , recipient = Emma , agent = Daniel )
|
A servant lended a consumer the donut in a car .
|
lend ( agent = servant , recipient = consumer , theme = * donut ( nmod . in = car ) )
|
Olivia was promised a cookie on a boat .
|
promise ( recipient = Olivia , theme = cookie ( nmod . on = boat ) )
|
A cookie was painted .
|
paint ( theme = cookie )
|
The girl cooked .
|
cook ( agent = * girl )
|
The manager liked that the child gasped .
|
like ( agent = * manager , ccomp = gasp ( agent = * child ) )
|
A button was worshipped by the baby .
|
worship ( theme = button , agent = * baby )
|
A pumpkin was rolled .
|
roll ( theme = pumpkin )
|
The radio was rolled by a mouse .
|
roll ( theme = * radio , agent = mouse )
|
A boy said that Noah rolled the radio beside a speaker .
|
say ( agent = boy , ccomp = roll ( agent = Noah , theme = * radio ( nmod . beside = speaker ) ) )
|
The pig changed a producer beside a table .
|
change ( agent = * pig , theme = producer ( nmod . beside = table ) )
|
A donut was lended to the cat .
|
lend ( theme = donut , recipient = * cat )
|
A hero cleaned a hat .
|
clean ( agent = hero , theme = hat )
|
Emma gave the donut to a teacher .
|
give ( agent = Emma , theme = * donut , recipient = teacher )
|
A cake was offered to Emma by the monkey .
|
offer ( theme = cake , recipient = Emma , agent = * monkey )
|
A cake was rolled by a customer .
|
roll ( theme = cake , agent = customer )
|
A professor noticed .
|
notice ( agent = professor )
|
A girl said that Elijah preferred to walk .
|
say ( agent = girl , ccomp = prefer ( agent = Elijah , xcomp = walk ( agent = Elijah ) ) )
|
A dog ate a ball .
|
eat ( agent = dog , theme = ball )
|
A girl reddened a boy .
|
redden ( agent = girl , theme = boy )
|
The cat said that Henry rolled the cookie beside a bottle .
|
say ( agent = * cat , ccomp = roll ( agent = Henry , theme = * cookie ( nmod . beside = bottle ) ) )
|
A girl packed Ava .
|
pack ( agent = girl , theme = Ava )
|
A citizen posted Liam a brick in a car on a table .
|
post ( agent = citizen , recipient = Liam , theme = brick ( nmod . in = car ( nmod . on = table ) ) )
|
A boy sent a girl a cookie .
|
send ( agent = boy , recipient = girl , theme = cookie )
|
Emma floated a coach .
|
float ( agent = Emma , theme = coach )
|
A banana was liked .
|
like ( theme = banana )
|
A donut was found by Ava .
|
find ( theme = donut , agent = Ava )
|
A donut was cleaned by the girl .
|
clean ( theme = donut , agent = * girl )
|
gasp
|
gasp
|
A sandwich was frozen by Ava .
|
freeze ( theme = sandwich , agent = Ava )
|
The cow was brought a box .
|
bring ( recipient = * cow , theme = box )
|
A cookie was passed to Lily by a hero .
|
pass ( theme = cookie , recipient = Lily , agent = hero )
|
A girl drew a newspaper .
|
draw ( agent = girl , theme = newspaper )
|
A bat was frozen .
|
freeze ( theme = bat )
|
William slept .
|
sleep ( agent = William )
|
Isabella tried to walk .
|
try ( agent = Isabella , xcomp = walk ( agent = Isabella ) )
|
Sophia rolled the donut in a bottle .
|
roll ( agent = Sophia , theme = * donut ( nmod . in = bottle ) )
|
A dog helped the cake in a house .
|
help ( agent = dog , theme = * cake ( nmod . in = house ) )
|
A girl sold a president the cake .
|
sell ( agent = girl , recipient = president , theme = * cake )
|
Emma handed a girl the drink .
|
hand ( agent = Emma , recipient = girl , theme = * drink )
|
The rose was snapped .
|
snap ( theme = * rose )
|
A sandwich was drawn by Liam .
|
draw ( theme = sandwich , agent = Liam )
|
The ball was painted .
|
paint ( theme = * ball )
|
A jar was decomposed by a dog .
|
decompose ( theme = jar , agent = dog )
|
A baby painted the goose .
|
paint ( agent = baby , theme = * goose )
|
The pizza was seen .
|
see ( theme = * pizza )
|
Grayson gave a girl a cake on the table .
|
give ( agent = Grayson , recipient = girl , theme = cake ( nmod . on = * table ) )
|
The donut was collapsed .
|
collapse ( theme = * donut )
|
A chalk burned .
|
burn ( theme = chalk )
|
The girl proved that Liam shortened .
|
prove ( agent = * girl , ccomp = shorten ( theme = Liam ) )
|
A chicken ate the raisin .
|
eat ( agent = chicken , theme = * raisin )
|
Christopher offered the cake to the boy .
|
offer ( agent = Christopher , theme = * cake , recipient = * boy )
|
The teacher passed the drink to a cat .
|
pass ( agent = * teacher , theme = * drink , recipient = cat )
|
A bat was rolled .
|
roll ( theme = bat )
|
The customer observed .
|
observe ( agent = * customer )
|
The baby hoped to walk .
|
hope ( agent = * baby , xcomp = walk ( agent = * baby ) )
|
Ava valued that Emma offered a melon to the goose .
|
value ( agent = Ava , ccomp = offer ( agent = Emma , theme = melon , recipient = * goose ) )
|
The box was liked .
|
like ( theme = * box )
|
Thomas smiled .
|
smile ( agent = Thomas )
|
The hamburger was shortened by Emma .
|
shorten ( theme = * hamburger , agent = Emma )
|
A cake was given to a boy .
|
give ( theme = cake , recipient = boy )
|
Sofia doubled a cake beside a duck .
|
double ( agent = Sofia , theme = cake ( nmod . beside = duck ) )
|
Elizabeth fed the boy the donut .
|
feed ( agent = Elizabeth , recipient = * boy , theme = * donut )
|
The doll was fed to Emma by William .
|
feed ( theme = * doll , recipient = Emma , agent = William )
|
The knife was liked by Emma .
|
like ( theme = * knife , agent = Emma )
|
A duck wanted to eat .
|
want ( agent = duck , xcomp = eat ( agent = duck ) )
|
A chalk was rolled by Luna .
|
roll ( theme = chalk , agent = Luna )
|
A liver was returned to the girl .
|
return ( theme = liver , recipient = * girl )
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.