source
stringlengths
3
103
target
stringlengths
3
172
The girl painted the donut on the table .
paint ( agent = * girl , theme = * donut ( nmod . on = * table ) )
Elizabeth painted the scientist beside a stage .
paint ( agent = Elizabeth , theme = * scientist ( nmod . beside = stage ) )
A cake was shortened by Levi .
shorten ( theme = cake , agent = Levi )
The cat admired that a child was posted the brush on a chair .
admire ( agent = * cat , ccomp = post ( recipient = child , theme = * brush ( nmod . on = chair ) ) )
A boy rolled .
roll ( theme = boy )
A book was liked by William .
like ( theme = book , agent = William )
A girl liked Emma .
like ( agent = girl , theme = Emma )
The girl rolled a rose .
roll ( agent = * girl , theme = rose )
Emma lended the chicken the cake on a road .
lend ( agent = Emma , recipient = * chicken , theme = * cake ( nmod . on = road ) )
The girl wired a teacher the cake .
wire ( agent = * girl , recipient = teacher , theme = * cake )
The cake was sketched .
sketch ( theme = * cake )
Emma believed that the squirrel slept .
believe ( agent = Emma , ccomp = sleep ( agent = * squirrel ) )
Owen gave Emma a shoe .
give ( agent = Owen , recipient = Emma , theme = shoe )
Emma changed a girl beside the corpse .
change ( agent = Emma , theme = girl ( nmod . beside = * corpse ) )
The lollipop was poked by Emma .
poke ( theme = * lollipop , agent = Emma )
The lion mailed Emma the donut .
mail ( agent = * lion , recipient = Emma , theme = * donut )
The girl cooked a sandwich in the bottle .
cook ( agent = * girl , theme = sandwich ( nmod . in = * bottle ) )
The kitty juggled a cake in a bottle .
juggle ( agent = * kitty , theme = cake ( nmod . in = bottle ) )
A girl was sold the balloon .
sell ( recipient = girl , theme = * balloon )
A raisin was offered to a girl .
offer ( theme = raisin , recipient = girl )
A boy was passed a present .
pass ( recipient = boy , theme = present )
Olivia saw Liam .
see ( agent = Olivia , theme = Liam )
The jar was nursed .
nurse ( theme = * jar )
A dog was fed the cake by Emma .
feed ( recipient = dog , theme = * cake , agent = Emma )
A boy was given the cake beside the stage .
give ( recipient = boy , theme = * cake ( nmod . beside = * stage ) )
The pony ate the bowl .
eat ( agent = * pony , theme = * bowl )
A bottle was held by the citizen .
hold ( theme = bottle , agent = * citizen )
A shirt was given to a girl .
give ( theme = shirt , recipient = girl )
A monkey cleaned .
clean ( agent = monkey )
Liam was promised a pencil beside a table by Olivia .
promise ( recipient = Liam , theme = pencil ( nmod . beside = table ) , agent = Olivia )
The melon was eaten by a cat .
eat ( theme = * melon , agent = cat )
A cracker was rolled by Nathan .
roll ( theme = cracker , agent = Nathan )
Emma passed a box beside the tree to Ethan .
pass ( agent = Emma , theme = box ( nmod . beside = * tree ) , recipient = Ethan )
A box was eaten by the boy .
eat ( theme = box , agent = * boy )
Liam hoped that a girl ate Emma .
hope ( agent = Liam , ccomp = eat ( agent = girl , theme = Emma ) )
The plate was sent to the girl .
send ( theme = * plate , recipient = * girl )
Emma painted Harper .
paint ( agent = Emma , theme = Harper )
James cooked .
cook ( agent = James )
Liam liked that the cat split a dog in the glass .
like ( agent = Liam , ccomp = split ( agent = * cat , theme = dog ( nmod . in = * glass ) ) )
The child handed the deer a cake .
hand ( agent = * child , recipient = * deer , theme = cake )
The girl was mailed the chemical by Emma .
mail ( recipient = * girl , theme = * chemical , agent = Emma )
A donut was cooked by Skylar .
cook ( theme = donut , agent = Skylar )
A teacher wanted to nap .
want ( agent = teacher , xcomp = nap ( agent = teacher ) )
Emma proved that a duck crumpled the girl on the bible on the stage .
prove ( agent = Emma , ccomp = crumple ( agent = duck , theme = * girl ( nmod . on = * bible ( nmod . on = * stage ) ) ) )
The bean was helped .
help ( theme = * bean )
The cake was found by the cat .
find ( theme = * cake , agent = * cat )
Emma respected that a child liked Noah .
respect ( agent = Emma , ccomp = like ( agent = child , theme = Noah ) )
Emma hoped that the donut floated .
hope ( agent = Emma , ccomp = float ( theme = * donut ) )
The cake was poked by a king .
poke ( theme = * cake , agent = king )
A cake was given to the girl by Mia .
give ( theme = cake , recipient = * girl , agent = Mia )
The cake was snapped by the cow .
snap ( theme = * cake , agent = * cow )
The cake was awarded to Emma by Liam .
award ( theme = * cake , recipient = Emma , agent = Liam )
The rose was rolled by the boy .
roll ( theme = * rose , agent = * boy )
Lincoln lended Emma a drink .
lend ( agent = Lincoln , recipient = Emma , theme = drink )
A girl liked that a cake was grown by the baby .
like ( agent = girl , ccomp = grow ( theme = cake , agent = * baby ) )
Olivia lended a cookie in a cup to a champion .
lend ( agent = Olivia , theme = cookie ( nmod . in = cup ) , recipient = champion )
A jar was wired to a girl by the dog .
wire ( theme = jar , recipient = girl , agent = * dog )
The cake reddened .
redden ( theme = * cake )
Ryan smiled .
smile ( agent = Ryan )
Ethan ate the cookie in the package .
eat ( agent = Ethan , theme = * cookie ( nmod . in = * package ) )
Emma was passed a melon in a house by a boy .
pass ( recipient = Emma , theme = melon ( nmod . in = house ) , agent = boy )
The book was liked by a girl .
like ( theme = * book , agent = girl )
A bee liked that a cake was pierced .
like ( agent = bee , ccomp = pierce ( theme = cake ) )
The doll was lended to a boy .
lend ( theme = * doll , recipient = boy )
A child found the box .
find ( agent = child , theme = * box )
A pickle was shortened by a girl .
shorten ( theme = pickle , agent = girl )
The chief was wired the cake in the house by Emma .
wire ( recipient = * chief , theme = * cake ( nmod . in = * house ) , agent = Emma )
A producer liked that the donut was missed by a girl .
like ( agent = producer , ccomp = miss ( theme = * donut , agent = girl ) )
The rose was juggled by Isabella .
juggle ( theme = * rose , agent = Isabella )
The weapon was liked by the dog .
like ( theme = * weapon , agent = * dog )
The crocodile liked the child in the swamp .
like ( agent = * crocodile , theme = * child ( nmod . in = * swamp ) )
The cookie was offered to Emma by Liam .
offer ( theme = * cookie , recipient = Emma , agent = Liam )
A horse was promised a plant on a table by the scientist .
promise ( recipient = horse , theme = plant ( nmod . on = table ) , agent = * scientist )
A wine rolled .
roll ( theme = wine )
The donut was rented to Brooklyn .
rent ( theme = * donut , recipient = Brooklyn )
Lucas was rented the cake .
rent ( recipient = Lucas , theme = * cake )
A cake was called by the sailor .
call ( theme = cake , agent = * sailor )
The toothbrush was eaten by the butterfly .
eat ( theme = * toothbrush , agent = * butterfly )
Charlotte was sold the cake .
sell ( recipient = Charlotte , theme = * cake )
A cake was lended to a girl by the boy .
lend ( theme = cake , recipient = girl , agent = * boy )
The girl valued that the watch was grown by a guard .
value ( agent = * girl , ccomp = grow ( theme = * watch , agent = guard ) )
The pancake was appreciated by the creature .
appreciate ( theme = * pancake , agent = * creature )
A girl gave the cake in a house to Lucas .
give ( agent = girl , theme = * cake ( nmod . in = house ) , recipient = Lucas )
Charlotte was given the donut .
give ( recipient = Charlotte , theme = * donut )
The pencil was eaten by the girl .
eat ( theme = * pencil , agent = * girl )
The cookie was painted by a girl .
paint ( theme = * cookie , agent = girl )
The donut was rolled .
roll ( theme = * donut )
A bear fed a nail to a director .
feed ( agent = bear , theme = nail , recipient = director )
The cookie was eaten by a boy .
eat ( theme = * cookie , agent = boy )
The cake was crumpled .
crumple ( theme = * cake )
A baby cried .
cry ( agent = baby )
The bowl was reddened by Jacob .
redden ( theme = * bowl , agent = Jacob )
A boy planned to walk .
plan ( agent = boy , xcomp = walk ( agent = boy ) )
A clock was grown .
grow ( theme = clock )
The horse gave a ring to the boy .
give ( agent = * horse , theme = ring , recipient = * boy )
Levi liked Liam .
like ( agent = Levi , theme = Liam )
A cake was painted by the professor .
paint ( theme = cake , agent = * professor )
Emma supported that a girl yearned to hunt .
support ( agent = Emma , ccomp = yearn ( agent = girl , xcomp = hunt ( agent = girl ) ) )
The cake was given to the dog by Ryan .
give ( theme = * cake , recipient = * dog , agent = Ryan )
Alexander called the soap .
call ( agent = Alexander , theme = * soap )