source
stringlengths
3
103
target
stringlengths
3
172
A girl hated to run .
hate ( agent = girl , xcomp = run ( agent = girl ) )
A dog rented a cake on the chair to a baby .
rent ( agent = dog , theme = cake ( nmod . on = * chair ) , recipient = baby )
The girl tried to nap .
try ( agent = * girl , xcomp = nap ( agent = * girl ) )
Elizabeth hoped to sleep .
hope ( agent = Elizabeth , xcomp = sleep ( agent = Elizabeth ) )
A block was rented to the child .
rent ( theme = block , recipient = * child )
Liam intended to nap .
intend ( agent = Liam , xcomp = nap ( agent = Liam ) )
The child was forwarded a box by Audrey .
forward ( recipient = * child , theme = box , agent = Audrey )
Olivia burned a cake beside a bench .
burn ( agent = Olivia , theme = cake ( nmod . beside = bench ) )
A box was cleaned by Emma .
clean ( theme = box , agent = Emma )
A donut was helped by the teacher .
help ( theme = donut , agent = * teacher )
A president broke Liam .
break ( agent = president , theme = Liam )
The child sent the rose to the girl .
send ( agent = * child , theme = * rose , recipient = * girl )
Alexander was sold the cake on the road .
sell ( recipient = Alexander , theme = * cake ( nmod . on = * road ) )
The teacher was given a book on the surface by Emma .
give ( recipient = * teacher , theme = book ( nmod . on = * surface ) , agent = Emma )
A cake was missed .
miss ( theme = cake )
Ava packed Joseph .
pack ( agent = Ava , theme = Joseph )
The box was examined .
examine ( theme = * box )
A lion loaned the cake on the table to Emma .
loan ( agent = lion , theme = * cake ( nmod . on = * table ) , recipient = Emma )
Gabriel was returned a cookie beside a machine .
return ( recipient = Gabriel , theme = cookie ( nmod . beside = machine ) )
The girl liked the sandwich in the room .
like ( agent = * girl , theme = * sandwich ( nmod . in = * room ) )
Charlotte said that a watch was liked .
say ( agent = Charlotte , ccomp = like ( theme = watch ) )
A girl needed to dance .
need ( agent = girl , xcomp = dance ( agent = girl ) )
The doll was burned .
burn ( theme = * doll )
The boy was lended the cake by a dog .
lend ( recipient = * boy , theme = * cake , agent = dog )
The friend served the cake to Asher .
serve ( agent = * friend , theme = * cake , recipient = Asher )
A tiger was given the box beside a tree by Liam .
give ( recipient = tiger , theme = * box ( nmod . beside = tree ) , agent = Liam )
A cake was painted by a guard .
paint ( theme = cake , agent = guard )
The cat nursed .
nurse ( agent = * cat )
A lawyer froze .
freeze ( theme = lawyer )
Liam slid the chicken on a bench .
slide ( agent = Liam , theme = * chicken ( nmod . on = bench ) )
The baby liked that the girl burned a donut .
like ( agent = * baby , ccomp = burn ( agent = * girl , theme = donut ) )
Emma imagined that a box was rolled by the girl .
imagine ( agent = Emma , ccomp = roll ( theme = box , agent = * girl ) )
A zebra dusted a cookie .
dust ( agent = zebra , theme = cookie )
William was offered the chair in the house .
offer ( recipient = William , theme = * chair ( nmod . in = * house ) )
A girl was given the donut by Nora .
give ( recipient = girl , theme = * donut , agent = Nora )
The donut was returned to Gabriel .
return ( theme = * donut , recipient = Gabriel )
William smiled .
smile ( agent = William )
The girl dreamed to read .
dream ( agent = * girl , xcomp = read ( agent = * girl ) )
A donut was respected .
respect ( theme = donut )
A sandwich was adored .
adore ( theme = sandwich )
Sophia hoped that Mateo painted .
hope ( agent = Sophia , ccomp = paint ( agent = Mateo ) )
Liam lended the balloon on a surface to Stella .
lend ( agent = Liam , theme = * balloon ( nmod . on = surface ) , recipient = Stella )
Olivia adored Emma .
adore ( agent = Olivia , theme = Emma )
A mouse needed to call .
need ( agent = mouse , xcomp = call ( agent = mouse ) )
Emma lended a resident the donut in the shoe .
lend ( agent = Emma , recipient = resident , theme = * donut ( nmod . in = * shoe ) )
The cat rolled Liam .
roll ( agent = * cat , theme = Liam )
Liam ate a moose on the stage .
eat ( agent = Liam , theme = moose ( nmod . on = * stage ) )
The pumpkin was snapped by a writer .
snap ( theme = * pumpkin , agent = writer )
A boy ate the basket beside the stage .
eat ( agent = boy , theme = * basket ( nmod . beside = * stage ) )
Samuel doubled Liam .
double ( agent = Samuel , theme = Liam )
A boy was given a cake on the box .
give ( recipient = boy , theme = cake ( nmod . on = * box ) )
The baby appreciated the donut .
appreciate ( agent = * baby , theme = * donut )
A bear helped the mouse .
help ( agent = bear , theme = * mouse )
A girl shortened the cake in a garden .
shorten ( agent = girl , theme = * cake ( nmod . in = garden ) )
A block was poked by a girl .
poke ( theme = block , agent = girl )
Olivia believed that the human liked that a sandwich was painted .
believe ( agent = Olivia , ccomp = like ( agent = * human , ccomp = paint ( theme = sandwich ) ) )
A cake was frozen by Ethan .
freeze ( theme = cake , agent = Ethan )
A dog valued Charlotte .
value ( agent = dog , theme = Charlotte )
The flag was inflated by Andrew .
inflate ( theme = * flag , agent = Andrew )
James ate .
eat ( agent = James )
A cake was cooked by Abigail .
cook ( theme = cake , agent = Abigail )
A mouse jogged .
jog ( agent = mouse )
A cake was drawn by Liam .
draw ( theme = cake , agent = Liam )
The cup was disintegrated .
disintegrate ( theme = * cup )
A girl found the cake on the table .
find ( agent = girl , theme = * cake ( nmod . on = * table ) )
The donut was juggled by the girl .
juggle ( theme = * donut , agent = * girl )
A drink was promised to Olivia by the dog .
promise ( theme = drink , recipient = Olivia , agent = * dog )
Abigail drew the pen .
draw ( agent = Abigail , theme = * pen )
The boy ate the flower on the chair .
eat ( agent = * boy , theme = * flower ( nmod . on = * chair ) )
Benjamin liked Avery .
like ( agent = Benjamin , theme = Avery )
Liam fed a cake in the hole to the boy .
feed ( agent = Liam , theme = cake ( nmod . in = * hole ) , recipient = * boy )
Noah admired that Emma ate .
admire ( agent = Noah , ccomp = eat ( agent = Emma ) )
Liam wished to sneeze .
wish ( agent = Liam , xcomp = sneeze ( agent = Liam ) )
Ava hoped that Evelyn ate the donut in a car .
hope ( agent = Ava , ccomp = eat ( agent = Evelyn , theme = * donut ( nmod . in = car ) ) )
A girl cooked Emma .
cook ( agent = girl , theme = Emma )
Benjamin needed to walk .
need ( agent = Benjamin , xcomp = walk ( agent = Benjamin ) )
Emma sketched a cake beside the table .
sketch ( agent = Emma , theme = cake ( nmod . beside = * table ) )
A mandarin split .
split ( theme = mandarin )
Emma helped the boy on the table .
help ( agent = Emma , theme = * boy ( nmod . on = * table ) )
Benjamin liked Mason .
like ( agent = Benjamin , theme = Mason )
A pig was given the cake by Jacob .
give ( recipient = pig , theme = * cake , agent = Jacob )
The girl sent a donkey a molecule .
send ( agent = * girl , recipient = donkey , theme = molecule )
A cake was promised to Ethan by Emma .
promise ( theme = cake , recipient = Ethan , agent = Emma )
The drink was frozen by Liam .
freeze ( theme = * drink , agent = Liam )
Amelia helped the cake .
help ( agent = Amelia , theme = * cake )
The monkey liked that the lollipop was rolled .
like ( agent = * monkey , ccomp = roll ( theme = * lollipop ) )
The raisin was respected by the child .
respect ( theme = * raisin , agent = * child )
The seed grew .
grow ( theme = * seed )
Liam liked that a writer hoped to walk .
like ( agent = Liam , ccomp = hope ( agent = writer , xcomp = walk ( agent = writer ) ) )
A squirrel wanted to walk .
want ( agent = squirrel , xcomp = walk ( agent = squirrel ) )
The donut was heard .
hear ( theme = * donut )
A plate was promised to a zebra by Layla .
promise ( theme = plate , recipient = zebra , agent = Layla )
Liam found a cookie .
find ( agent = Liam , theme = cookie )
The pretzel was eaten by Emma .
eat ( theme = * pretzel , agent = Emma )
The lawyer confessed that the chicken knew .
confess ( agent = * lawyer , ccomp = know ( agent = * chicken ) )
A cookie was touched .
touch ( theme = cookie )
The jar was shortened by Emma .
shorten ( theme = * jar , agent = Emma )
A game was eaten by Noah .
eat ( theme = game , agent = Noah )
The girl split the cake on a table .
split ( agent = * girl , theme = * cake ( nmod . on = table ) )
Noah sold the pretzel to a puppy .
sell ( agent = Noah , theme = * pretzel , recipient = puppy )