source
stringlengths
3
103
target
stringlengths
3
172
A rose was given to the wolf .
give ( theme = rose , recipient = * wolf )
The balloon was sold to Charlotte by a child .
sell ( theme = * balloon , recipient = Charlotte , agent = child )
A duke gave Harper the donut .
give ( agent = duke , recipient = Harper , theme = * donut )
Joseph wanted to walk .
want ( agent = Joseph , xcomp = walk ( agent = Joseph ) )
The cup was eaten by a girl .
eat ( theme = * cup , agent = girl )
Liam meant that a box was brought to Dylan by a driver .
mean ( agent = Liam , ccomp = bring ( theme = box , recipient = Dylan , agent = driver ) )
The cookie was liked by Mason .
like ( theme = * cookie , agent = Mason )
Mila floated Liam .
float ( agent = Mila , theme = Liam )
Noah was handed the melon .
hand ( recipient = Noah , theme = * melon )
Bella painted a cake in a house .
paint ( agent = Bella , theme = cake ( nmod . in = house ) )
The rose was tossed by a girl .
toss ( theme = * rose , agent = girl )
A cake was lended to Liam by a fly .
lend ( theme = cake , recipient = Liam , agent = fly )
Ava liked that a coach preferred to hunt .
like ( agent = Ava , ccomp = prefer ( agent = coach , xcomp = hunt ( agent = coach ) ) )
The weapon was given to Mia by Amelia .
give ( theme = * weapon , recipient = Mia , agent = Amelia )
A donut was found by a cat .
find ( theme = donut , agent = cat )
Ava tried to walk .
try ( agent = Ava , xcomp = walk ( agent = Ava ) )
A rose was lended to the girl by Emma .
lend ( theme = rose , recipient = * girl , agent = Emma )
Mason noticed that Mia ate .
notice ( agent = Mason , ccomp = eat ( agent = Mia ) )
The cake was liked by a penguin .
like ( theme = * cake , agent = penguin )
Noah poked Ava .
poke ( agent = Noah , theme = Ava )
The cookie was seen .
see ( theme = * cookie )
Emma gave a cake in a cup to a girl .
give ( agent = Emma , theme = cake ( nmod . in = cup ) , recipient = girl )
A bear offered the rose to Emma .
offer ( agent = bear , theme = * rose , recipient = Emma )
Sophia loved the cake .
love ( agent = Sophia , theme = * cake )
Liam lended Harper a scarf .
lend ( agent = Liam , recipient = Harper , theme = scarf )
The cake was grown by Harper .
grow ( theme = * cake , agent = Harper )
William cooked Sebastian .
cook ( agent = William , theme = Sebastian )
Charlotte gave the boy the bowl .
give ( agent = Charlotte , recipient = * boy , theme = * bowl )
The cookie was given to Olivia by the dog .
give ( theme = * cookie , recipient = Olivia , agent = * dog )
The mouse ate Emma .
eat ( agent = * mouse , theme = Emma )
A crayon was painted .
paint ( theme = crayon )
A sandwich was decomposed .
decompose ( theme = sandwich )
The girl lended a pickle beside the table to the creature .
lend ( agent = * girl , theme = pickle ( nmod . beside = * table ) , recipient = * creature )
A baby liked that a mirror froze .
like ( agent = baby , ccomp = freeze ( theme = mirror ) )
Natalie liked the child in the house .
like ( agent = Natalie , theme = * child ( nmod . in = * house ) )
A donut was poked by Lily .
poke ( theme = donut , agent = Lily )
Emma dreamed to hunt .
dream ( agent = Emma , xcomp = hunt ( agent = Emma ) )
The wine was helped .
help ( theme = * wine )
Emma called .
call ( agent = Emma )
Liam was given a chemical .
give ( recipient = Liam , theme = chemical )
A girl gave a cake in the box to a boy .
give ( agent = girl , theme = cake ( nmod . in = * box ) , recipient = boy )
A duck painted Ava .
paint ( agent = duck , theme = Ava )
A dealer laughed .
laugh ( agent = dealer )
Benjamin was slipped the penny beside a corpse on a table .
slip ( recipient = Benjamin , theme = * penny ( nmod . beside = corpse ( nmod . on = table ) ) )
A cake was frozen by the captain .
freeze ( theme = cake , agent = * captain )
Ava proved that Emma tolerated that Hazel investigated the potato .
prove ( agent = Ava , ccomp = tolerate ( agent = Emma , ccomp = investigate ( agent = Hazel , theme = * potato ) ) )
Emma rolled a bottle .
roll ( agent = Emma , theme = bottle )
Emma brought the cat the donut .
bring ( agent = Emma , recipient = * cat , theme = * donut )
A customer was given the box beside a book by Abigail .
give ( recipient = customer , theme = * box ( nmod . beside = book ) , agent = Abigail )
A donut was rolled by Oliver .
roll ( theme = donut , agent = Oliver )
The tool was found by Elizabeth .
find ( theme = * tool , agent = Elizabeth )
Christopher was awarded the cookie beside a chair .
award ( recipient = Christopher , theme = * cookie ( nmod . beside = chair ) )
A horse proved that the box was rolled by Liam .
prove ( agent = horse , ccomp = roll ( theme = * box , agent = Liam ) )
Thomas gave a cake beside the stage to Elizabeth .
give ( agent = Thomas , theme = cake ( nmod . beside = * stage ) , recipient = Elizabeth )
Mila noticed that a scientist liked that Olivia rolled Sophia .
notice ( agent = Mila , ccomp = like ( agent = scientist , ccomp = roll ( agent = Olivia , theme = Sophia ) ) )
The cake was served to the baby by Ava .
serve ( theme = * cake , recipient = * baby , agent = Ava )
Noah hoped that Liam knew a girl .
hope ( agent = Noah , ccomp = know ( agent = Liam , theme = girl ) )
A molecule was liked by the child .
like ( theme = molecule , agent = * child )
The newspaper was grown .
grow ( theme = * newspaper )
The cake was adored by Liam .
adore ( theme = * cake , agent = Liam )
Noah was offered the donut beside the table by Elizabeth .
offer ( recipient = Noah , theme = * donut ( nmod . beside = * table ) , agent = Elizabeth )
Sophia ate .
eat ( agent = Sophia )
Isabella cleaned William .
clean ( agent = Isabella , theme = William )
A girl was loaned a box in the soup by Liam .
loan ( recipient = girl , theme = box ( nmod . in = * soup ) , agent = Liam )
Olivia cooked the cake .
cook ( agent = Olivia , theme = * cake )
A cracker was liked by the mother .
like ( theme = cracker , agent = * mother )
A cake was liked by the bear .
like ( theme = cake , agent = * bear )
A balloon was snapped by the girl .
snap ( theme = balloon , agent = * girl )
A banana was rolled by the girl .
roll ( theme = banana , agent = * girl )
Emma lended the liver to the girl .
lend ( agent = Emma , theme = * liver , recipient = * girl )
The donut was cleaned by a cat .
clean ( theme = * donut , agent = cat )
The cat found the girl .
find ( agent = * cat , theme = * girl )
A penguin lended a cookie beside the table to the chicken .
lend ( agent = penguin , theme = cookie ( nmod . beside = * table ) , recipient = * chicken )
The drink grew .
grow ( theme = * drink )
A prince noticed that the king fed Liam a rose .
notice ( agent = prince , ccomp = feed ( agent = * king , recipient = Liam , theme = rose ) )
Daniel found the donut on a road .
find ( agent = Daniel , theme = * donut ( nmod . on = road ) )
The flag was given to a mouse by Jackson .
give ( theme = * flag , recipient = mouse , agent = Jackson )
The cake was pierced .
pierce ( theme = * cake )
Claire crumpled .
crumple ( theme = Claire )
The donut was liked by a mouse .
like ( theme = * donut , agent = mouse )
Emma hoped that a cookie was given to the tenant .
hope ( agent = Emma , ccomp = give ( theme = cookie , recipient = * tenant ) )
Olivia liked that a rose was given to Emma by Liam .
like ( agent = Olivia , ccomp = give ( theme = rose , recipient = Emma , agent = Liam ) )
A boy ate the melon .
eat ( agent = boy , theme = * melon )
The cake was returned to Isabella by the scientist .
return ( theme = * cake , recipient = Isabella , agent = * scientist )
William noticed that the leaf was eaten .
notice ( agent = William , ccomp = eat ( theme = * leaf ) )
A frog talked .
talk ( agent = frog )
The key was investigated by the buyer .
investigate ( theme = * key , agent = * buyer )
A cat was handed a cake in the house .
hand ( recipient = cat , theme = cake ( nmod . in = * house ) )
Charlotte discovered the coach on a cushion .
discover ( agent = Charlotte , theme = * coach ( nmod . on = cushion ) )
A resident fed Andrew a cake .
feed ( agent = resident , recipient = Andrew , theme = cake )
Ava lended the rose on a stage to Elijah .
lend ( agent = Ava , theme = * rose ( nmod . on = stage ) , recipient = Elijah )
The balloon was eaten by Emma .
eat ( theme = * balloon , agent = Emma )
A butterfly admired that Emma loaned the cake in the car to the penguin .
admire ( agent = butterfly , ccomp = loan ( agent = Emma , theme = * cake ( nmod . in = * car ) , recipient = * penguin ) )
The girl wished to sneeze .
wish ( agent = * girl , xcomp = sneeze ( agent = * girl ) )
The cake was helped by the princess .
help ( theme = * cake , agent = * princess )
Grace was fed the cookie in the house by the girl .
feed ( recipient = Grace , theme = * cookie ( nmod . in = * house ) , agent = * girl )
A baby rolled Elijah .
roll ( agent = baby , theme = Elijah )
The cookie was packed .
pack ( theme = * cookie )
A cookie was burned by Liam .
burn ( theme = cookie , agent = Liam )
The cake was forwarded to Liam by the girl .
forward ( theme = * cake , recipient = Liam , agent = * girl )