source
stringlengths
3
103
target
stringlengths
3
172
The cat wanted to walk .
want ( agent = * cat , xcomp = walk ( agent = * cat ) )
The beer was known .
know ( theme = * beer )
The cookie was appreciated by Emma .
appreciate ( theme = * cookie , agent = Emma )
The lion said that a cake was offered to a soldier by a girl .
say ( agent = * lion , ccomp = offer ( theme = cake , recipient = soldier , agent = girl ) )
Ethan rolled the boy on a stage .
roll ( agent = Ethan , theme = * boy ( nmod . on = stage ) )
The cake was known by a teacher .
know ( theme = * cake , agent = teacher )
Noah gave a cake beside a table to the boy .
give ( agent = Noah , theme = cake ( nmod . beside = table ) , recipient = * boy )
Ethan believed that Charlotte wished to run .
believe ( agent = Ethan , ccomp = wish ( agent = Charlotte , xcomp = run ( agent = Charlotte ) ) )
A bell was painted by a producer .
paint ( theme = bell , agent = producer )
The donut was brought to Liam .
bring ( theme = * donut , recipient = Liam )
Lily drew .
draw ( agent = Lily )
The giraffe ate .
eat ( agent = * giraffe )
The girl shortened Emma .
shorten ( agent = * girl , theme = Emma )
A mandarin was given to Layla by the frog .
give ( theme = mandarin , recipient = Layla , agent = * frog )
A cat noticed .
notice ( agent = cat )
Skylar gave Stella the box .
give ( agent = Skylar , recipient = Stella , theme = * box )
The gumball was touched .
touch ( theme = * gumball )
The teacher said that Matthew was fed the donut by Noah .
say ( agent = * teacher , ccomp = feed ( recipient = Matthew , theme = * donut , agent = Noah ) )
A cake was shortened .
shorten ( theme = cake )
The writer liked the bear .
like ( agent = * writer , theme = * bear )
The mouse painted a cake .
paint ( agent = * mouse , theme = cake )
The towel was observed by the girl .
observe ( theme = * towel , agent = * girl )
A boy lended a cake beside the bed to Emma .
lend ( agent = boy , theme = cake ( nmod . beside = * bed ) , recipient = Emma )
Olivia floated a cake .
float ( agent = Olivia , theme = cake )
A baby slipped the clock on a table to Ava .
slip ( agent = baby , theme = * clock ( nmod . on = table ) , recipient = Ava )
Liam juggled the girl .
juggle ( agent = Liam , theme = * girl )
A monkey handed Emma the donut .
hand ( agent = monkey , recipient = Emma , theme = * donut )
The girl tried to talk .
try ( agent = * girl , xcomp = talk ( agent = * girl ) )
Violet
Violet
Emma brought a balloon to Ella .
bring ( agent = Emma , theme = balloon , recipient = Ella )
Emma liked Liam .
like ( agent = Emma , theme = Liam )
William snored .
snore ( agent = William )
A boy gave the baby the raisin .
give ( agent = boy , recipient = * baby , theme = * raisin )
A girl froze the cake in a bin .
freeze ( agent = girl , theme = * cake ( nmod . in = bin ) )
The cake was posted to the boy by the bunny .
post ( theme = * cake , recipient = * boy , agent = * bunny )
The mandarin froze .
freeze ( theme = * mandarin )
The boy stabbed the melon in a garden .
stab ( agent = * boy , theme = * melon ( nmod . in = garden ) )
A crystal was rented to the mouse by Alexander .
rent ( theme = crystal , recipient = * mouse , agent = Alexander )
The cake was given to a lion .
give ( theme = * cake , recipient = lion )
The politician enlarged Emma .
enlarge ( agent = * politician , theme = Emma )
A girl was given a cake in a china .
give ( recipient = girl , theme = cake ( nmod . in = china ) )
The sailor handed a penny in the fishbowl to the girl .
hand ( agent = * sailor , theme = penny ( nmod . in = * fishbowl ) , recipient = * girl )
Oliver called a cake beside a table beside a machine .
call ( agent = Oliver , theme = cake ( nmod . beside = table ( nmod . beside = machine ) ) )
A cookie was found by the dog .
find ( theme = cookie , agent = * dog )
The cake was loved by the boy .
love ( theme = * cake , agent = * boy )
The rose was given to Ava .
give ( theme = * rose , recipient = Ava )
The sandwich was found .
find ( theme = * sandwich )
Emma awarded a girl the balloon .
award ( agent = Emma , recipient = girl , theme = * balloon )
A cloud was lended to the girl .
lend ( theme = cloud , recipient = * girl )
flower
flower
The cake was frozen by the child .
freeze ( theme = * cake , agent = * child )
The raisin was given to Oliver .
give ( theme = * raisin , recipient = Oliver )
The bat was given to the girl by the princess .
give ( theme = * bat , recipient = * girl , agent = * princess )
The box was offered to the president by Victoria .
offer ( theme = * box , recipient = * president , agent = Victoria )
A cat gave the muffin to Liam .
give ( agent = cat , theme = * muffin , recipient = Liam )
Emma cooked the donut .
cook ( agent = Emma , theme = * donut )
The patient drew .
draw ( agent = * patient )
The child froze .
freeze ( theme = * child )
The pig liked the zebra .
like ( agent = * pig , theme = * zebra )
The patient examined .
examine ( agent = * patient )
The cookie was loaned to Mila .
loan ( theme = * cookie , recipient = Mila )
A cake was floated by Violet .
float ( theme = cake , agent = Violet )
A boy was sold the ball in the room by a girl .
sell ( recipient = boy , theme = * ball ( nmod . in = * room ) , agent = girl )
The teacher loved the watch on the stage .
love ( agent = * teacher , theme = * watch ( nmod . on = * stage ) )
The block was lended to a teacher by the dog .
lend ( theme = * block , recipient = teacher , agent = * dog )
A cake was given to the bee by Noah .
give ( theme = cake , recipient = * bee , agent = Noah )
Emma liked the girl in a house .
like ( agent = Emma , theme = * girl ( nmod . in = house ) )
The boy froze a patient on the stage .
freeze ( agent = * boy , theme = patient ( nmod . on = * stage ) )
A princess liked that the girl painted .
like ( agent = princess , ccomp = paint ( agent = * girl ) )
Olivia grew Benjamin .
grow ( agent = Olivia , theme = Benjamin )
A sandwich was adored by Emma .
adore ( theme = sandwich , agent = Emma )
A cat needed to clean .
need ( agent = cat , xcomp = clean ( agent = cat ) )
A crown was poked by the child .
poke ( theme = crown , agent = * child )
A crayon was liked by a fly .
like ( theme = crayon , agent = fly )
A game was collapsed by the baby .
collapse ( theme = game , agent = * baby )
The chicken was sold a ball on the bed .
sell ( recipient = * chicken , theme = ball ( nmod . on = * bed ) )
The tool was offered to the girl .
offer ( theme = * tool , recipient = * girl )
Emma painted the girl .
paint ( agent = Emma , theme = * girl )
Emma said that Liam liked that a boy tried to sleep .
say ( agent = Emma , ccomp = like ( agent = Liam , ccomp = try ( agent = boy , xcomp = sleep ( agent = boy ) ) ) )
Scarlett painted .
paint ( agent = Scarlett )
Olivia ate a monkey in the bottle .
eat ( agent = Olivia , theme = monkey ( nmod . in = * bottle ) )
The frog froze the cake on the table .
freeze ( agent = * frog , theme = * cake ( nmod . on = * table ) )
The chair was lended to a bunny by Olivia .
lend ( theme = * chair , recipient = bunny , agent = Olivia )
A cake was fed to William .
feed ( theme = cake , recipient = William )
director
director
Olivia said that Emma sketched .
say ( agent = Olivia , ccomp = sketch ( agent = Emma ) )
Ava decomposed a girl .
decompose ( agent = Ava , theme = girl )
William gave a hamburger beside the poster to a professor .
give ( agent = William , theme = hamburger ( nmod . beside = * poster ) , recipient = professor )
The donut was lended to Abigail .
lend ( theme = * donut , recipient = Abigail )
The customer liked that Liam rolled .
like ( agent = * customer , ccomp = roll ( theme = Liam ) )
Sophia smiled .
smile ( agent = Sophia )
A beer was liked by Avery .
like ( theme = beer , agent = Avery )
Evelyn awarded a drink to Noah .
award ( agent = Evelyn , theme = drink , recipient = Noah )
Emma burned a cake beside the lemon .
burn ( agent = Emma , theme = cake ( nmod . beside = * lemon ) )
The cake was passed to the resident .
pass ( theme = * cake , recipient = * resident )
Wyatt helped the doll beside a table .
help ( agent = Wyatt , theme = * doll ( nmod . beside = table ) )
A girl gave Liam the cake .
give ( agent = girl , recipient = Liam , theme = * cake )
A girl gave Olivia a cake .
give ( agent = girl , recipient = Olivia , theme = cake )
Mason gave the box in the vehicle to the crocodile .
give ( agent = Mason , theme = * box ( nmod . in = * vehicle ) , recipient = * crocodile )
The boy slipped the cake on the table to Sophia .
slip ( agent = * boy , theme = * cake ( nmod . on = * table ) , recipient = Sophia )