source
stringlengths
3
103
target
stringlengths
3
172
The passenger expected to sneeze .
expect ( agent = * passenger , xcomp = sneeze ( agent = * passenger ) )
Ava gave the flower to William .
give ( agent = Ava , theme = * flower , recipient = William )
Lillian ate a boy beside a table .
eat ( agent = Lillian , theme = boy ( nmod . beside = table ) )
The brick was heard .
hear ( theme = * brick )
Emma offered a box to Jackson .
offer ( agent = Emma , theme = box , recipient = Jackson )
Audrey sent a donut on the seat to Emma .
send ( agent = Audrey , theme = donut ( nmod . on = * seat ) , recipient = Emma )
Ava was lended a crayon .
lend ( recipient = Ava , theme = crayon )
A donut was liked by a guard .
like ( theme = donut , agent = guard )
The coin was given to a girl by Liam .
give ( theme = * coin , recipient = girl , agent = Liam )
Elizabeth investigated a boy on the yacht .
investigate ( agent = Elizabeth , theme = boy ( nmod . on = * yacht ) )
Alexander was passed the cake by the kid .
pass ( recipient = Alexander , theme = * cake , agent = * kid )
Olivia wanted to eat .
want ( agent = Olivia , xcomp = eat ( agent = Olivia ) )
The zebra wanted to walk .
want ( agent = * zebra , xcomp = walk ( agent = * zebra ) )
The girl was served a raisin beside the baron .
serve ( recipient = * girl , theme = raisin ( nmod . beside = * baron ) )
Benjamin split .
split ( theme = Benjamin )
A boy needed to cook .
need ( agent = boy , xcomp = cook ( agent = boy ) )
Emma shortened the cake .
shorten ( agent = Emma , theme = * cake )
Wyatt fed the donut to Emma .
feed ( agent = Wyatt , theme = * donut , recipient = Emma )
Riley liked the dog beside the bottle .
like ( agent = Riley , theme = * dog ( nmod . beside = * bottle ) )
The yogurt was found .
find ( theme = * yogurt )
A muffin was tossed .
toss ( theme = muffin )
Emma needed to sketch .
need ( agent = Emma , xcomp = sketch ( agent = Emma ) )
Noah discovered a cake in the room .
discover ( agent = Noah , theme = cake ( nmod . in = * room ) )
A block was given to a girl by Liam .
give ( theme = block , recipient = girl , agent = Liam )
A purse was painted .
paint ( theme = purse )
The strawberry was discovered .
discover ( theme = * strawberry )
Emma loaned a pumpkin in a room to a lawyer .
loan ( agent = Emma , theme = pumpkin ( nmod . in = room ) , recipient = lawyer )
Emma reddened a strawberry beside a table .
redden ( agent = Emma , theme = strawberry ( nmod . beside = table ) )
William liked that the donut rolled .
like ( agent = William , ccomp = roll ( theme = * donut ) )
Alexander hoped that the goose gave the buyer a bag .
hope ( agent = Alexander , ccomp = give ( agent = * goose , recipient = * buyer , theme = bag ) )
A shoe burned .
burn ( theme = shoe )
A cat was rented a pickle .
rent ( recipient = cat , theme = pickle )
The girl found the cake in the house .
find ( agent = * girl , theme = * cake ( nmod . in = * house ) )
A donut was lended to Logan .
lend ( theme = donut , recipient = Logan )
Emma was sent a plate on a boulder by Harper .
send ( recipient = Emma , theme = plate ( nmod . on = boulder ) , agent = Harper )
The bag was frozen by a giraffe .
freeze ( theme = * bag , agent = giraffe )
A cake was rolled by Addison .
roll ( theme = cake , agent = Addison )
The donut was helped by Olivia .
help ( theme = * donut , agent = Olivia )
A penguin walked .
walk ( agent = penguin )
Emma lended Amelia a pizza in a glass .
lend ( agent = Emma , recipient = Amelia , theme = pizza ( nmod . in = glass ) )
A cookie was liked by Carter .
like ( theme = cookie , agent = Carter )
Harper rolled .
roll ( theme = Harper )
A box was called .
call ( theme = box )
A raisin was sold to a baby by a boy .
sell ( theme = raisin , recipient = baby , agent = boy )
The mandarin was doubled .
double ( theme = * mandarin )
A girl gave a drink in the haystack to a dog .
give ( agent = girl , theme = drink ( nmod . in = * haystack ) , recipient = dog )
A cat dreamed that a guitar was given to the lawyer .
dream ( agent = cat , ccomp = give ( theme = guitar , recipient = * lawyer ) )
Olivia lended Grayson a cake on the road .
lend ( agent = Olivia , recipient = Grayson , theme = cake ( nmod . on = * road ) )
A cake was admired by a duck .
admire ( theme = cake , agent = duck )
adore
adore
Sophia hoped that the bird respected that David froze .
hope ( agent = Sophia , ccomp = respect ( agent = * bird , ccomp = freeze ( theme = David ) ) )
A girl helped a donut .
help ( agent = girl , theme = donut )
A girl liked that Wyatt was given a donut .
like ( agent = girl , ccomp = give ( recipient = Wyatt , theme = donut ) )
The cat stuttered .
stutter ( agent = * cat )
The cake was sketched by Elijah .
sketch ( theme = * cake , agent = Elijah )
The toothbrush was promised to Emma .
promise ( theme = * toothbrush , recipient = Emma )
The bat was fed to Benjamin .
feed ( theme = * bat , recipient = Benjamin )
The girl shipped a cookie in a container to Scarlett .
ship ( agent = * girl , theme = cookie ( nmod . in = container ) , recipient = Scarlett )
The brush was lended to a girl .
lend ( theme = * brush , recipient = girl )
Oliver gave a bean to a chicken .
give ( agent = Oliver , theme = bean , recipient = chicken )
A cake was seen by Liam .
see ( theme = cake , agent = Liam )
A prisoner liked that Emma wanted to dust .
like ( agent = prisoner , ccomp = want ( agent = Emma , xcomp = dust ( agent = Emma ) ) )
The toy was admired .
admire ( theme = * toy )
A cat preferred to sleep .
prefer ( agent = cat , xcomp = sleep ( agent = cat ) )
A sandwich was thrown by Lucas .
throw ( theme = sandwich , agent = Lucas )
The girl thought that William changed Emma .
think ( agent = * girl , ccomp = change ( agent = William , theme = Emma ) )
The cake was respected by the duck .
respect ( theme = * cake , agent = * duck )
The teacher lended a donut to Grace .
lend ( agent = * teacher , theme = donut , recipient = Grace )
The boy froze a baby .
freeze ( agent = * boy , theme = baby )
A rose was poked .
poke ( theme = rose )
Sophia was lended a shirt beside the table by Emma .
lend ( recipient = Sophia , theme = shirt ( nmod . beside = * table ) , agent = Emma )
A boy wanted to giggle .
want ( agent = boy , xcomp = giggle ( agent = boy ) )
A raisin was burned by Charlotte .
burn ( theme = raisin , agent = Charlotte )
A boy gave William a weapon beside a table .
give ( agent = boy , recipient = William , theme = weapon ( nmod . beside = table ) )
The baby liked that the frog walked .
like ( agent = * baby , ccomp = walk ( agent = * frog ) )
Mila drew .
draw ( agent = Mila )
Mason broke a girl beside the chair .
break ( agent = Mason , theme = girl ( nmod . beside = * chair ) )
A donut was sketched by the girl .
sketch ( theme = donut , agent = * girl )
A frog called .
call ( agent = frog )
A child helped the girl on a bible .
help ( agent = child , theme = * girl ( nmod . on = bible ) )
A frog painted .
paint ( agent = frog )
A donut was lended to a girl by Olivia .
lend ( theme = donut , recipient = girl , agent = Olivia )
Joshua was lended the crayon on a bed by the frog .
lend ( recipient = Joshua , theme = * crayon ( nmod . on = bed ) , agent = * frog )
A girl helped a cake .
help ( agent = girl , theme = cake )
A girl slipped the cake beside the road to Emma .
slip ( agent = girl , theme = * cake ( nmod . beside = * road ) , recipient = Emma )
Emma broke a monkey .
break ( agent = Emma , theme = monkey )
A cookie was given to Hazel by Matthew .
give ( theme = cookie , recipient = Hazel , agent = Matthew )
A pickle was known by Emma .
know ( theme = pickle , agent = Emma )
Hannah giggled .
giggle ( agent = Hannah )
Ava knew Emma .
know ( agent = Ava , theme = Emma )
Emma liked that Liam rolled a newspaper .
like ( agent = Emma , ccomp = roll ( agent = Liam , theme = newspaper ) )
The boy hoped that a monster liked the toy .
hope ( agent = * boy , ccomp = like ( agent = monster , theme = * toy ) )
Emily intended to run .
intend ( agent = Emily , xcomp = run ( agent = Emily ) )
The lion offered a donut on the bed to Charlotte .
offer ( agent = * lion , theme = donut ( nmod . on = * bed ) , recipient = Charlotte )
The turkey liked that Mason painted the student on a stage .
like ( agent = * turkey , ccomp = paint ( agent = Mason , theme = * student ( nmod . on = stage ) ) )
The toy was posted to a bunny by Emma .
post ( theme = * toy , recipient = bunny , agent = Emma )
Olivia tolerated Elijah .
tolerate ( agent = Olivia , theme = Elijah )
A dog preferred to dance .
prefer ( agent = dog , xcomp = dance ( agent = dog ) )
The dog was given a cake by Emma .
give ( recipient = * dog , theme = cake , agent = Emma )
A girl gave Carter the balloon .
give ( agent = girl , recipient = Carter , theme = * balloon )