source
stringlengths
3
103
target
stringlengths
3
172
Victoria passed a cake on the table to the child .
pass ( agent = Victoria , theme = cake ( nmod . on = * table ) , recipient = * child )
Emma gave the cake in the room to a cat .
give ( agent = Emma , theme = * cake ( nmod . in = * room ) , recipient = cat )
The boy was given a cookie .
give ( recipient = * boy , theme = cookie )
Liam returned a flag in a tent to Emma .
return ( agent = Liam , theme = flag ( nmod . in = tent ) , recipient = Emma )
The dog split the cake on a table .
split ( agent = * dog , theme = * cake ( nmod . on = table ) )
A dog lended the cake to the tenant .
lend ( agent = dog , theme = * cake , recipient = * tenant )
A cookie was sold to the dog by a monkey .
sell ( theme = cookie , recipient = * dog , agent = monkey )
The frog lended a cake to a girl .
lend ( agent = * frog , theme = cake , recipient = girl )
A book disintegrated .
disintegrate ( theme = book )
Noah was given the rose beside the barrel .
give ( recipient = Noah , theme = * rose ( nmod . beside = * barrel ) )
brick
brick
The chicken gave James a cake on the table .
give ( agent = * chicken , recipient = James , theme = cake ( nmod . on = * table ) )
Emma froze the donut .
freeze ( agent = Emma , theme = * donut )
The cake was eaten by a frog .
eat ( theme = * cake , agent = frog )
A book was respected .
respect ( theme = book )
The cake was liked by Michael .
like ( theme = * cake , agent = Michael )
The girl admired Emma .
admire ( agent = * girl , theme = Emma )
A cake was rented to William by a girl .
rent ( theme = cake , recipient = William , agent = girl )
Noah said that a giraffe disintegrated .
say ( agent = Noah , ccomp = disintegrate ( theme = giraffe ) )
A customer was sent the box in a cup by William .
send ( recipient = customer , theme = * box ( nmod . in = cup ) , agent = William )
The bag was rolled .
roll ( theme = * bag )
The pumpkin was eaten by Olivia .
eat ( theme = * pumpkin , agent = Olivia )
Charlotte cried .
cry ( agent = Charlotte )
A boy gave the balloon to Amelia .
give ( agent = boy , theme = * balloon , recipient = Amelia )
A cat changed a cake in the house .
change ( agent = cat , theme = cake ( nmod . in = * house ) )
A donut was posted to Liam by Aubrey .
post ( theme = donut , recipient = Liam , agent = Aubrey )
A jar was sold to Liam by Benjamin .
sell ( theme = jar , recipient = Liam , agent = Benjamin )
A pickle was given to Olivia .
give ( theme = pickle , recipient = Olivia )
Olivia knew .
know ( agent = Olivia )
The boy handed Oliver a donut in a palace in a house .
hand ( agent = * boy , recipient = Oliver , theme = donut ( nmod . in = palace ( nmod . in = house ) ) )
Oliver painted .
paint ( agent = Oliver )
A baby rolled the girl in a house .
roll ( agent = baby , theme = * girl ( nmod . in = house ) )
The boy doubled Liam .
double ( agent = * boy , theme = Liam )
Jacob rolled .
roll ( theme = Jacob )
Isabella reddened the professor beside the whale .
redden ( agent = Isabella , theme = * professor ( nmod . beside = * whale ) )
A girl decomposed a monkey in the house .
decompose ( agent = girl , theme = monkey ( nmod . in = * house ) )
Liam loaned a cake in a box to a girl .
loan ( agent = Liam , theme = cake ( nmod . in = box ) , recipient = girl )
Samuel painted a boy in the house .
paint ( agent = Samuel , theme = boy ( nmod . in = * house ) )
The girl respected the donut beside a table .
respect ( agent = * girl , theme = * donut ( nmod . beside = table ) )
The girl enjoyed to nap .
enjoy ( agent = * girl , xcomp = nap ( agent = * girl ) )
Olivia drew the melon in a house .
draw ( agent = Olivia , theme = * melon ( nmod . in = house ) )
A mother hoped that a girl was given a knife .
hope ( agent = mother , ccomp = give ( recipient = girl , theme = knife ) )
The girl grew the rose .
grow ( agent = * girl , theme = * rose )
The cat gave a cake to the dog .
give ( agent = * cat , theme = cake , recipient = * dog )
The cracker was sold to Logan .
sell ( theme = * cracker , recipient = Logan )
The boy lended the cake to Emma .
lend ( agent = * boy , theme = * cake , recipient = Emma )
A chicken froze .
freeze ( theme = chicken )
Emma gave the donut to a boy .
give ( agent = Emma , theme = * donut , recipient = boy )
Olivia rolled the donut .
roll ( agent = Olivia , theme = * donut )
A baby walked .
walk ( agent = baby )
A jigsaw was lended to a manager .
lend ( theme = jigsaw , recipient = manager )
A game was known by Layla .
know ( theme = game , agent = Layla )
Oliver shortened .
shorten ( theme = Oliver )
A boy ate a cake in the house .
eat ( agent = boy , theme = cake ( nmod . in = * house ) )
Emma drew a cake beside the machine .
draw ( agent = Emma , theme = cake ( nmod . beside = * machine ) )
The girl dusted the rose .
dust ( agent = * girl , theme = * rose )
Sebastian was offered the cake by Liam .
offer ( recipient = Sebastian , theme = * cake , agent = Liam )
Olivia proved that a cake was given to Ava .
prove ( agent = Olivia , ccomp = give ( theme = cake , recipient = Ava ) )
A box disintegrated .
disintegrate ( theme = box )
A balloon was liked by the girl .
like ( theme = balloon , agent = * girl )
The sailor smiled .
smile ( agent = * sailor )
A cake was sold to William .
sell ( theme = cake , recipient = William )
Claire ran .
run ( agent = Claire )
Emma ate William .
eat ( agent = Emma , theme = William )
The girl grew .
grow ( theme = * girl )
Ethan floated a girl in a house .
float ( agent = Ethan , theme = girl ( nmod . in = house ) )
A melon was frozen by the duck .
freeze ( theme = melon , agent = * duck )
The sweetcorn was burned by a cow .
burn ( theme = * sweetcorn , agent = cow )
James ate the donut .
eat ( agent = James , theme = * donut )
The cake was floated by the squirrel .
float ( theme = * cake , agent = * squirrel )
Noah gave the cake to the boy .
give ( agent = Noah , theme = * cake , recipient = * boy )
The giraffe confessed that the cookie was drawn by a girl .
confess ( agent = * giraffe , ccomp = draw ( theme = * cookie , agent = girl ) )
William helped the cake in the house on the platter .
help ( agent = William , theme = * cake ( nmod . in = * house ( nmod . on = * platter ) ) )
The penny rolled .
roll ( theme = * penny )
Emma gave the crocodile the cookie .
give ( agent = Emma , recipient = * crocodile , theme = * cookie )
A pretzel was tossed by Sophia .
toss ( theme = pretzel , agent = Sophia )
The girl valued that the hat was thrown .
value ( agent = * girl , ccomp = throw ( theme = * hat ) )
A driver loved the cookie on a chair .
love ( agent = driver , theme = * cookie ( nmod . on = chair ) )
The donut was cooked by the penguin .
cook ( theme = * donut , agent = * penguin )
A yogurt was sold to a hero by a girl .
sell ( theme = yogurt , recipient = hero , agent = girl )
Daniel drew the cake .
draw ( agent = Daniel , theme = * cake )
The bat was helped .
help ( theme = * bat )
The child laughed .
laugh ( agent = * child )
Eleanor slept .
sleep ( agent = Eleanor )
A chicken expected that Emma helped the boy .
expect ( agent = chicken , ccomp = help ( agent = Emma , theme = * boy ) )
Liam tolerated a cake in the house .
tolerate ( agent = Liam , theme = cake ( nmod . in = * house ) )
The donut was shortened by the girl .
shorten ( theme = * donut , agent = * girl )
William froze .
freeze ( theme = William )
William helped a cake in the train .
help ( agent = William , theme = cake ( nmod . in = * train ) )
Emma investigated the fig .
investigate ( agent = Emma , theme = * fig )
A crocodile lended a cake to Aiden .
lend ( agent = crocodile , theme = cake , recipient = Aiden )
The cake was helped by a giraffe .
help ( theme = * cake , agent = giraffe )
A girl liked that Isabella was slipped a sandwich .
like ( agent = girl , ccomp = slip ( recipient = Isabella , theme = sandwich ) )
A donut was thrown .
throw ( theme = donut )
The bowl was sold to a girl .
sell ( theme = * bowl , recipient = girl )
Jacob gave the girl a cake .
give ( agent = Jacob , recipient = * girl , theme = cake )
The manager stuttered .
stutter ( agent = * manager )
Mason liked that Joseph ate the cake .
like ( agent = Mason , ccomp = eat ( agent = Joseph , theme = * cake ) )
Liam awarded the cake beside a book to Noah .
award ( agent = Liam , theme = * cake ( nmod . beside = book ) , recipient = Noah )
The hat was eaten by Emma .
eat ( theme = * hat , agent = Emma )