source
stringlengths
3
103
target
stringlengths
3
172
A deer cleaned a cake in a car .
clean ( agent = deer , theme = cake ( nmod . in = car ) )
The prince was passed the box by the president .
pass ( recipient = * prince , theme = * box , agent = * president )
Liam passed the box in the room to Gabriel .
pass ( agent = Liam , theme = * box ( nmod . in = * room ) , recipient = Gabriel )
Olivia was lended the cookie .
lend ( recipient = Olivia , theme = * cookie )
A frog declared that the girl giggled .
declare ( agent = frog , ccomp = giggle ( agent = * girl ) )
A boy appreciated that the cookie was rolled by a donkey .
appreciate ( agent = boy , ccomp = roll ( theme = * cookie , agent = donkey ) )
A girl was given a cake on the sock in a car .
give ( recipient = girl , theme = cake ( nmod . on = * sock ( nmod . in = car ) ) )
A knife was passed to the girl .
pass ( theme = knife , recipient = * girl )
The journalist gave Ava a donut .
give ( agent = * journalist , recipient = Ava , theme = donut )
The hammer was drawn .
draw ( theme = * hammer )
A watch was eaten .
eat ( theme = watch )
A rose was found by a boy .
find ( theme = rose , agent = boy )
A baby was given a donut on the bed on a chair by the girl .
give ( recipient = baby , theme = donut ( nmod . on = * bed ( nmod . on = chair ) ) , agent = * girl )
A boy nursed Ethan .
nurse ( agent = boy , theme = Ethan )
Carter was sold a cake on the bag .
sell ( recipient = Carter , theme = cake ( nmod . on = * bag ) )
A cake was liked by a tourist .
like ( theme = cake , agent = tourist )
Olivia ate the mouse .
eat ( agent = Olivia , theme = * mouse )
A girl rolled a lion .
roll ( agent = girl , theme = lion )
The girl enlarged the dog .
enlarge ( agent = * girl , theme = * dog )
The bat was seen .
see ( theme = * bat )
Ethan was given the cake on a road by the girl .
give ( recipient = Ethan , theme = * cake ( nmod . on = road ) , agent = * girl )
A girl lended Olivia the donut .
lend ( agent = girl , recipient = Olivia , theme = * donut )
The box was helped by a monkey .
help ( theme = * box , agent = monkey )
The boy was given a cake on the table .
give ( recipient = * boy , theme = cake ( nmod . on = * table ) )
The deer wanted to nap .
want ( agent = * deer , xcomp = nap ( agent = * deer ) )
The girl gave Emma a shoe .
give ( agent = * girl , recipient = Emma , theme = shoe )
A boy hoped that a cake was liked by Olivia .
hope ( agent = boy , ccomp = like ( theme = cake , agent = Olivia ) )
The lawyer hoped that the bear expected to clean .
hope ( agent = * lawyer , ccomp = expect ( agent = * bear , xcomp = clean ( agent = * bear ) ) )
Harper gave the cake to the king .
give ( agent = Harper , theme = * cake , recipient = * king )
James was given the cake beside the wolf by a girl .
give ( recipient = James , theme = * cake ( nmod . beside = * wolf ) , agent = girl )
Scarlett sketched .
sketch ( agent = Scarlett )
A prisoner rolled the donut in a room .
roll ( agent = prisoner , theme = * donut ( nmod . in = room ) )
A ball was eaten by the girl .
eat ( theme = ball , agent = * girl )
A boy liked a citizen on a table .
like ( agent = boy , theme = citizen ( nmod . on = table ) )
Liam liked that Sebastian ate .
like ( agent = Liam , ccomp = eat ( agent = Sebastian ) )
The box was painted by a lamb .
paint ( theme = * box , agent = lamb )
A cat was sent a lollipop on the throne by Emma .
send ( recipient = cat , theme = lollipop ( nmod . on = * throne ) , agent = Emma )
A baby sent a wine on a sheet to Liam .
send ( agent = baby , theme = wine ( nmod . on = sheet ) , recipient = Liam )
A box was frozen .
freeze ( theme = box )
Emma liked that the bunny hoped that Noah ate the plate in a pyramid .
like ( agent = Emma , ccomp = hope ( agent = * bunny , ccomp = eat ( agent = Noah , theme = * plate ( nmod . in = pyramid ) ) ) )
Isabella cleaned the rose on a table .
clean ( agent = Isabella , theme = * rose ( nmod . on = table ) )
Liam found the rose .
find ( agent = Liam , theme = * rose )
A boy drew the frog in the cup .
draw ( agent = boy , theme = * frog ( nmod . in = * cup ) )
The donut was brought to Emma by Jacob .
bring ( theme = * donut , recipient = Emma , agent = Jacob )
A cake was fed to Emily .
feed ( theme = cake , recipient = Emily )
The game was awarded to Emma by the mouse .
award ( theme = * game , recipient = Emma , agent = * mouse )
The bee sold Emma the purse .
sell ( agent = * bee , recipient = Emma , theme = * purse )
The teacher examined .
examine ( agent = * teacher )
A mandarin was lended to Emma .
lend ( theme = mandarin , recipient = Emma )
A weapon was collapsed by the bird .
collapse ( theme = weapon , agent = * bird )
The balloon was frozen .
freeze ( theme = * balloon )
A block was liked .
like ( theme = block )
A girl forwarded a box on the paper to William .
forward ( agent = girl , theme = box ( nmod . on = * paper ) , recipient = William )
The cake was liked by the frog .
like ( theme = * cake , agent = * frog )
Michael passed a cat a cookie in the house .
pass ( agent = Michael , recipient = cat , theme = cookie ( nmod . in = * house ) )
Ava was returned the cake by Emma .
return ( recipient = Ava , theme = * cake , agent = Emma )
Scarlett was lended the donut by Liam .
lend ( recipient = Scarlett , theme = * donut , agent = Liam )
The cookie was burned .
burn ( theme = * cookie )
The girl attempted to walk .
attempt ( agent = * girl , xcomp = walk ( agent = * girl ) )
The cat liked Emma .
like ( agent = * cat , theme = Emma )
Wyatt noticed .
notice ( agent = Wyatt )
Ava ate the key on the cake .
eat ( agent = Ava , theme = * key ( nmod . on = * cake ) )
The rose was fed to the lawyer by the turtle .
feed ( theme = * rose , recipient = * lawyer , agent = * turtle )
bee
bee
The patient ate .
eat ( agent = * patient )
Noah expected that Liam sneezed .
expect ( agent = Noah , ccomp = sneeze ( agent = Liam ) )
A cake was lended to the landlord .
lend ( theme = cake , recipient = * landlord )
The frog valued a pizza .
value ( agent = * frog , theme = pizza )
The lion fed the cake in the room to a bunny .
feed ( agent = * lion , theme = * cake ( nmod . in = * room ) , recipient = bunny )
The girl found the guy .
find ( agent = * girl , theme = * guy )
Isabella liked that the hamburger was handed to Emma .
like ( agent = Isabella , ccomp = hand ( theme = * hamburger , recipient = Emma ) )
The girl passed Olivia the cake on the table beside the vehicle .
pass ( agent = * girl , recipient = Olivia , theme = * cake ( nmod . on = * table ( nmod . beside = * vehicle ) ) )
Isabella lended the donut to Liam .
lend ( agent = Isabella , theme = * donut , recipient = Liam )
The cookie was given to a sailor by Gabriel .
give ( theme = * cookie , recipient = sailor , agent = Gabriel )
The lamb liked that Mason rolled the strawberry .
like ( agent = * lamb , ccomp = roll ( agent = Mason , theme = * strawberry ) )
A bucket was known by Liam .
know ( theme = bucket , agent = Liam )
Alexander yearned to talk .
yearn ( agent = Alexander , xcomp = talk ( agent = Alexander ) )
A child liked that Emma broke .
like ( agent = child , ccomp = break ( theme = Emma ) )
Ellie shortened a cake .
shorten ( agent = Ellie , theme = cake )
Liam liked that the cake was found by a girl .
like ( agent = Liam , ccomp = find ( theme = * cake , agent = girl ) )
Charlotte expected that Emma liked that the patient lended a box on a table to Nora .
expect ( agent = Charlotte , ccomp = like ( agent = Emma , ccomp = lend ( agent = * patient , theme = box ( nmod . on = table ) , recipient = Nora ) ) )
The hero dusted a donut .
dust ( agent = * hero , theme = donut )
Victoria ate Emma .
eat ( agent = Victoria , theme = Emma )
The brush was stabbed .
stab ( theme = * brush )
The girl froze the cake .
freeze ( agent = * girl , theme = * cake )
The cat returned a watch to the baby .
return ( agent = * cat , theme = watch , recipient = * baby )
Ava returned Emma the fruit beside a tree .
return ( agent = Ava , recipient = Emma , theme = * fruit ( nmod . beside = tree ) )
The cake was nursed by Noah .
nurse ( theme = * cake , agent = Noah )
The monkey was lended a cake .
lend ( recipient = * monkey , theme = cake )
The frog was offered a beer on the table .
offer ( recipient = * frog , theme = beer ( nmod . on = * table ) )
The cake was liked by Liam .
like ( theme = * cake , agent = Liam )
A flag was frozen .
freeze ( theme = flag )
The sandwich was eaten .
eat ( theme = * sandwich )
The cat broke .
break ( theme = * cat )
The cake was lended to the cat by the lion .
lend ( theme = * cake , recipient = * cat , agent = * lion )
A cat burned Emma .
burn ( agent = cat , theme = Emma )
The girl was given a box on a table by the child .
give ( recipient = * girl , theme = box ( nmod . on = table ) , agent = * child )
A mother ate the cake .
eat ( agent = mother , theme = * cake )
The potato was floated by William .
float ( theme = * potato , agent = William )
The boy liked that a donut was worshipped .
like ( agent = * boy , ccomp = worship ( theme = donut ) )