source
stringlengths
3
103
target
stringlengths
3
172
The girl liked the queen .
like ( agent = * girl , theme = * queen )
William frowned .
frown ( agent = William )
A spoon was served to Liam by a girl .
serve ( theme = spoon , recipient = Liam , agent = girl )
A goose ate Elizabeth .
eat ( agent = goose , theme = Elizabeth )
A sweetcorn was investigated by the girl .
investigate ( theme = sweetcorn , agent = * girl )
The cake was called .
call ( theme = * cake )
Noah liked a cake on a paper .
like ( agent = Noah , theme = cake ( nmod . on = paper ) )
The girl brought a cake beside a table to a dog .
bring ( agent = * girl , theme = cake ( nmod . beside = table ) , recipient = dog )
Andrew attempted to nap .
attempt ( agent = Andrew , xcomp = nap ( agent = Andrew ) )
The lion stuttered .
stutter ( agent = * lion )
A girl was offered the cake by Jacob .
offer ( recipient = girl , theme = * cake , agent = Jacob )
Emma passed a bird a rose in the sink .
pass ( agent = Emma , recipient = bird , theme = rose ( nmod . in = * sink ) )
The zebra admired a donut .
admire ( agent = * zebra , theme = donut )
Emma mailed a girl the knife beside the stage .
mail ( agent = Emma , recipient = girl , theme = * knife ( nmod . beside = * stage ) )
Liam was sold the hamburger in a cot by a girl .
sell ( recipient = Liam , theme = * hamburger ( nmod . in = cot ) , agent = girl )
Noah liked Liam .
like ( agent = Noah , theme = Liam )
A jacket was thrown .
throw ( theme = jacket )
Aubrey split the raisin .
split ( agent = Aubrey , theme = * raisin )
Liam found a cat .
find ( agent = Liam , theme = cat )
The baby ate the cloud in the car .
eat ( agent = * baby , theme = * cloud ( nmod . in = * car ) )
A cake changed .
change ( theme = cake )
A writer was returned a rose on the table .
return ( recipient = writer , theme = rose ( nmod . on = * table ) )
A cake was eaten by the mouse .
eat ( theme = cake , agent = * mouse )
A banana was drawn by Ava .
draw ( theme = banana , agent = Ava )
The cloud was hunted .
hunt ( theme = * cloud )
Emma offered Liam the cake on a stool .
offer ( agent = Emma , recipient = Liam , theme = * cake ( nmod . on = stool ) )
Liam noticed that the donut was lended to Evelyn .
notice ( agent = Liam , ccomp = lend ( theme = * donut , recipient = Evelyn ) )
A boy passed Liam a melon in the sack .
pass ( agent = boy , recipient = Liam , theme = melon ( nmod . in = * sack ) )
Harper noticed that the girl snoozed .
notice ( agent = Harper , ccomp = snooze ( agent = * girl ) )
Amelia talked .
talk ( agent = Amelia )
The hen wanted to walk .
want ( agent = * hen , xcomp = walk ( agent = * hen ) )
A button was promised to the teacher .
promise ( theme = button , recipient = * teacher )
A father liked that the bucket was liked .
like ( agent = father , ccomp = like ( theme = * bucket ) )
A box was given to the girl by Jackson .
give ( theme = box , recipient = * girl , agent = Jackson )
A doll improved .
improve ( theme = doll )
A cat froze .
freeze ( theme = cat )
Ellie danced .
dance ( agent = Ellie )
Emma liked to jog .
like ( agent = Emma , xcomp = jog ( agent = Emma ) )
A girl helped the cake in the car .
help ( agent = girl , theme = * cake ( nmod . in = * car ) )
The creature wanted to walk .
want ( agent = * creature , xcomp = walk ( agent = * creature ) )
Emma shortened the balloon in the house .
shorten ( agent = Emma , theme = * balloon ( nmod . in = * house ) )
Natalie liked that the potato rolled .
like ( agent = Natalie , ccomp = roll ( theme = * potato ) )
The hero needed to sneeze .
need ( agent = * hero , xcomp = sneeze ( agent = * hero ) )
The fly froze a plate .
freeze ( agent = * fly , theme = plate )
Emma cooked a prisoner .
cook ( agent = Emma , theme = prisoner )
Emma tolerated Olivia .
tolerate ( agent = Emma , theme = Olivia )
A boy liked that a cake was improved by Emma .
like ( agent = boy , ccomp = improve ( theme = cake , agent = Emma ) )
The mouse offered a girl the liver .
offer ( agent = * mouse , recipient = girl , theme = * liver )
A cake was sold to Olivia .
sell ( theme = cake , recipient = Olivia )
A cake was given to a girl by Liam .
give ( theme = cake , recipient = girl , agent = Liam )
Ava mailed Emma a donut in a haystack in the bag .
mail ( agent = Ava , recipient = Emma , theme = donut ( nmod . in = haystack ( nmod . in = * bag ) ) )
Victoria was sent the cracker in a house .
send ( recipient = Victoria , theme = * cracker ( nmod . in = house ) )
Abigail said that William wished to walk .
say ( agent = Abigail , ccomp = wish ( agent = William , xcomp = walk ( agent = William ) ) )
Mila needed to talk .
need ( agent = Mila , xcomp = talk ( agent = Mila ) )
The strawberry was rolled by Emma .
roll ( theme = * strawberry , agent = Emma )
Harper gave the cake on the table to the driver .
give ( agent = Harper , theme = * cake ( nmod . on = * table ) , recipient = * driver )
A boy was given a sandwich by William .
give ( recipient = boy , theme = sandwich , agent = William )
Emma preferred to sneeze .
prefer ( agent = Emma , xcomp = sneeze ( agent = Emma ) )
Harper hated to talk .
hate ( agent = Harper , xcomp = talk ( agent = Harper ) )
William doubled a girl .
double ( agent = William , theme = girl )
Liam was rented a cup by William .
rent ( recipient = Liam , theme = cup , agent = William )
Liam was offered the bat .
offer ( recipient = Liam , theme = * bat )
A mandarin was sold to the mother by a teacher .
sell ( theme = mandarin , recipient = * mother , agent = teacher )
The human was forwarded the hammer by the girl .
forward ( recipient = * human , theme = * hammer , agent = * girl )
A present was rolled .
roll ( theme = present )
The donut was cleaned by the child .
clean ( theme = * donut , agent = * child )
Sofia ate Logan .
eat ( agent = Sofia , theme = Logan )
Noah shortened .
shorten ( theme = Noah )
The journalist rolled .
roll ( theme = * journalist )
Olivia reddened the boy .
redden ( agent = Olivia , theme = * boy )
The donut was eaten by a girl .
eat ( theme = * donut , agent = girl )
The cat sold the chalk beside the road to a girl .
sell ( agent = * cat , theme = * chalk ( nmod . beside = * road ) , recipient = girl )
The baby threw a cake in a room .
throw ( agent = * baby , theme = cake ( nmod . in = room ) )
A box was painted by the boy .
paint ( theme = box , agent = * boy )
A girl dusted Mia .
dust ( agent = girl , theme = Mia )
A cake was awarded to the child .
award ( theme = cake , recipient = * child )
The book was helped .
help ( theme = * book )
A girl rolled a book on the tree .
roll ( agent = girl , theme = book ( nmod . on = * tree ) )
The girl was given the cookie by William .
give ( recipient = * girl , theme = * cookie , agent = William )
Chloe
Chloe
A jigsaw was frozen by Oliver .
freeze ( theme = jigsaw , agent = Oliver )
A cake was slipped to Emma by Charlotte .
slip ( theme = cake , recipient = Emma , agent = Charlotte )
Christopher offered the penguin a cake .
offer ( agent = Christopher , recipient = * penguin , theme = cake )
A cat ate the cake on a stage .
eat ( agent = cat , theme = * cake ( nmod . on = stage ) )
A donut was painted by Olivia .
paint ( theme = donut , agent = Olivia )
A donut was lended to Ava by Liam .
lend ( theme = donut , recipient = Ava , agent = Liam )
The donut was given to a customer .
give ( theme = * donut , recipient = customer )
The soldier said that a strawberry was liked .
say ( agent = * soldier , ccomp = like ( theme = strawberry ) )
Emma was forwarded the cookie .
forward ( recipient = Emma , theme = * cookie )
A strawberry was helped .
help ( theme = strawberry )
The professor ate a rose .
eat ( agent = * professor , theme = rose )
The toy was given to Olivia .
give ( theme = * toy , recipient = Olivia )
Liam gave the donut beside a glass to Jacob .
give ( agent = Liam , theme = * donut ( nmod . beside = glass ) , recipient = Jacob )
A frog ate .
eat ( agent = frog )
The chicken fed the box in a pot to the cat .
feed ( agent = * chicken , theme = * box ( nmod . in = pot ) , recipient = * cat )
A strawberry was noticed .
notice ( theme = strawberry )
The girl liked a dealer beside the table .
like ( agent = * girl , theme = dealer ( nmod . beside = * table ) )
Liam slipped the melon to Evelyn .
slip ( agent = Liam , theme = * melon , recipient = Evelyn )
Liam was lended a rose in a garden by Abigail .
lend ( recipient = Liam , theme = rose ( nmod . in = garden ) , agent = Abigail )
A dealer was returned the bat .
return ( recipient = dealer , theme = * bat )