source
stringlengths
3
103
target
stringlengths
3
172
A towel was lended to Mia by a boy .
lend ( theme = towel , recipient = Mia , agent = boy )
The cake was snapped by the dog .
snap ( theme = * cake , agent = * dog )
The biscuit was eaten by a girl .
eat ( theme = * biscuit , agent = girl )
Emma meant that a fish inflated a donut .
mean ( agent = Emma , ccomp = inflate ( agent = fish , theme = donut ) )
Olivia gave the donut to Ava .
give ( agent = Olivia , theme = * donut , recipient = Ava )
A bear cleaned .
clean ( agent = bear )
The raisin was painted by a baby .
paint ( theme = * raisin , agent = baby )
A zebra sold the girl the cake in the house .
sell ( agent = zebra , recipient = * girl , theme = * cake ( nmod . in = * house ) )
The cookie was cooked by Liam .
cook ( theme = * cookie , agent = Liam )
Emma liked a jigsaw .
like ( agent = Emma , theme = jigsaw )
A doll was offered to the boy .
offer ( theme = doll , recipient = * boy )
A bear wished that a butterfly crumpled Emma .
wish ( agent = bear , ccomp = crumple ( agent = butterfly , theme = Emma ) )
A girl lended the cake beside the bed to a dog .
lend ( agent = girl , theme = * cake ( nmod . beside = * bed ) , recipient = dog )
Bella held the donut .
hold ( agent = Bella , theme = * donut )
Joseph rolled a director .
roll ( agent = Joseph , theme = director )
The girl fed the dog the mandarin .
feed ( agent = * girl , recipient = * dog , theme = * mandarin )
A shoe was nursed .
nurse ( theme = shoe )
A prince liked the shell .
like ( agent = prince , theme = * shell )
The rose broke .
break ( theme = * rose )
The cake was brought to James by Gabriel .
bring ( theme = * cake , recipient = James , agent = Gabriel )
Ava observed .
observe ( agent = Ava )
Jaxon gave a cookie in the hole to a tenant .
give ( agent = Jaxon , theme = cookie ( nmod . in = * hole ) , recipient = tenant )
The teacher rolled the gumball on the box .
roll ( agent = * teacher , theme = * gumball ( nmod . on = * box ) )
The cake was posted to Emma .
post ( theme = * cake , recipient = Emma )
Liam was brought the donut beside the sculpture .
bring ( recipient = Liam , theme = * donut ( nmod . beside = * sculpture ) )
A cat forwarded a girl a cake .
forward ( agent = cat , recipient = girl , theme = cake )
The baby was forwarded a cookie on the table .
forward ( recipient = * baby , theme = cookie ( nmod . on = * table ) )
Isabella liked Lucas .
like ( agent = Isabella , theme = Lucas )
The cake was lended to Emma by the pig .
lend ( theme = * cake , recipient = Emma , agent = * pig )
The can was offered to the boy .
offer ( theme = * can , recipient = * boy )
Liam was fed the donut in the garden by Isabella .
feed ( recipient = Liam , theme = * donut ( nmod . in = * garden ) , agent = Isabella )
A balloon was adored by Emma .
adore ( theme = balloon , agent = Emma )
Wyatt liked that a girl was given a donut in a box by a producer .
like ( agent = Wyatt , ccomp = give ( recipient = girl , theme = donut ( nmod . in = box ) , agent = producer ) )
A cake was lended to Liam by John .
lend ( theme = cake , recipient = Liam , agent = John )
The box was loved .
love ( theme = * box )
Emma lended a raisin on the table to Olivia .
lend ( agent = Emma , theme = raisin ( nmod . on = * table ) , recipient = Olivia )
The girl gave a spoon to the puppy .
give ( agent = * girl , theme = spoon , recipient = * puppy )
The dealer was sold a rose by a bird .
sell ( recipient = * dealer , theme = rose , agent = bird )
A dog fed the professor the cake .
feed ( agent = dog , recipient = * professor , theme = * cake )
The cake was eaten by James .
eat ( theme = * cake , agent = James )
Violet loved a captain in a blender .
love ( agent = Violet , theme = captain ( nmod . in = blender ) )
Jacob cleaned .
clean ( agent = Jacob )
The yogurt was cooked by a boy .
cook ( theme = * yogurt , agent = boy )
Olivia liked that a dog rolled the bell in a van .
like ( agent = Olivia , ccomp = roll ( agent = dog , theme = * bell ( nmod . in = van ) ) )
The girl dreamed to walk .
dream ( agent = * girl , xcomp = walk ( agent = * girl ) )
Liam appreciated the cake .
appreciate ( agent = Liam , theme = * cake )
The cake was helped by a deer .
help ( theme = * cake , agent = deer )
Liam froze the cake in the room .
freeze ( agent = Liam , theme = * cake ( nmod . in = * room ) )
William imagined that the girl froze .
imagine ( agent = William , ccomp = freeze ( theme = * girl ) )
William inflated Skylar .
inflate ( agent = William , theme = Skylar )
A raisin was shortened by Ava .
shorten ( theme = raisin , agent = Ava )
Emily was given the cake .
give ( recipient = Emily , theme = * cake )
The girl painted Isabella .
paint ( agent = * girl , theme = Isabella )
The donut was returned to a boy .
return ( theme = * donut , recipient = boy )
A chalk was given to Emily .
give ( theme = chalk , recipient = Emily )
Audrey packed .
pack ( agent = Audrey )
The towel was rolled .
roll ( theme = * towel )
Emma gave the spokesman a cake .
give ( agent = Emma , recipient = * spokesman , theme = cake )
A donut was offered to a guard by Victoria .
offer ( theme = donut , recipient = guard , agent = Victoria )
A girl fed a cake in a saucepan to Liam .
feed ( agent = girl , theme = cake ( nmod . in = saucepan ) , recipient = Liam )
The boy needed to run .
need ( agent = * boy , xcomp = run ( agent = * boy ) )
The cake was mailed to Liam by Ava .
mail ( theme = * cake , recipient = Liam , agent = Ava )
Olivia rolled .
roll ( theme = Olivia )
Leah was given the ball .
give ( recipient = Leah , theme = * ball )
A cake was crumpled by James .
crumple ( theme = cake , agent = James )
A cookie was offered to Emma by Olivia .
offer ( theme = cookie , recipient = Emma , agent = Olivia )
The donut was fed to Ava .
feed ( theme = * donut , recipient = Ava )
Liam packed .
pack ( agent = Liam )
Emma liked a cookie beside the road .
like ( agent = Emma , theme = cookie ( nmod . beside = * road ) )
A melon was eaten by Liam .
eat ( theme = melon , agent = Liam )
Thomas was lended the box .
lend ( recipient = Thomas , theme = * box )
Emma liked the girl beside a car .
like ( agent = Emma , theme = * girl ( nmod . beside = car ) )
The bottle was loved .
love ( theme = * bottle )
The cake was loved by a prince .
love ( theme = * cake , agent = prince )
Emma thought that the cookie was rolled .
think ( agent = Emma , ccomp = roll ( theme = * cookie ) )
Olivia screamed .
scream ( agent = Olivia )
A donut was appreciated .
appreciate ( theme = donut )
A crayon was rolled .
roll ( theme = crayon )
Matthew liked that Ava confessed that Olivia slept .
like ( agent = Matthew , ccomp = confess ( agent = Ava , ccomp = sleep ( agent = Olivia ) ) )
A cat liked that the brush was rented to Mia .
like ( agent = cat , ccomp = rent ( theme = * brush , recipient = Mia ) )
The present was cleaned by the girl .
clean ( theme = * present , agent = * girl )
The cookie was slid by Emma .
slide ( theme = * cookie , agent = Emma )
A spoon was liked .
like ( theme = spoon )
A jigsaw was tossed by Emma .
toss ( theme = jigsaw , agent = Emma )
Zoey lended the girl a lollipop beside a bed on a table .
lend ( agent = Zoey , recipient = * girl , theme = lollipop ( nmod . beside = bed ( nmod . on = table ) ) )
The baby was lended the rose by Emma .
lend ( recipient = * baby , theme = * rose , agent = Emma )
Jackson rolled a girl .
roll ( agent = Jackson , theme = girl )
Harper offered the professor the pickle .
offer ( agent = Harper , recipient = * professor , theme = * pickle )
The horse loaned Olivia the ball beside a road .
loan ( agent = * horse , recipient = Olivia , theme = * ball ( nmod . beside = road ) )
A cake was loved by a frog .
love ( theme = cake , agent = frog )
A prisoner loved the box .
love ( agent = prisoner , theme = * box )
Ethan was passed a donut .
pass ( recipient = Ethan , theme = donut )
The girl froze a cookie .
freeze ( agent = * girl , theme = cookie )
Samuel smirked .
smirk ( agent = Samuel )
Ava lended Emma the cake on the table .
lend ( agent = Ava , recipient = Emma , theme = * cake ( nmod . on = * table ) )
The cake was given to a dog by a baby .
give ( theme = * cake , recipient = dog , agent = baby )
Scarlett touched a dog .
touch ( agent = Scarlett , theme = dog )
The student was offered the cake on the surface .
offer ( recipient = * student , theme = * cake ( nmod . on = * surface ) )
The soap was offered to the boy .
offer ( theme = * soap , recipient = * boy )
governor
governor