source
stringlengths 3
103
| target
stringlengths 3
172
|
---|---|
Jaxon saw .
|
see ( agent = Jaxon )
|
The girl gave Olivia the cake .
|
give ( agent = * girl , recipient = Olivia , theme = * cake )
|
A bear slept .
|
sleep ( agent = bear )
|
Emma painted the monkey .
|
paint ( agent = Emma , theme = * monkey )
|
A brush was lended to Mia .
|
lend ( theme = brush , recipient = Mia )
|
Layla packed .
|
pack ( agent = Layla )
|
Isaac hoped that a cake rolled .
|
hope ( agent = Isaac , ccomp = roll ( theme = cake ) )
|
A girl nursed the cake beside the rod .
|
nurse ( agent = girl , theme = * cake ( nmod . beside = * rod ) )
|
A chicken liked that Emma slept .
|
like ( agent = chicken , ccomp = sleep ( agent = Emma ) )
|
The baby was fed the block .
|
feed ( recipient = * baby , theme = * block )
|
Emma decomposed the drink beside the valve .
|
decompose ( agent = Emma , theme = * drink ( nmod . beside = * valve ) )
|
The sweetcorn was snapped .
|
snap ( theme = * sweetcorn )
|
The guitar was collapsed .
|
collapse ( theme = * guitar )
|
A toothbrush was cleaned .
|
clean ( theme = toothbrush )
|
A crayon was painted by Emma .
|
paint ( theme = crayon , agent = Emma )
|
A donut was changed by Emma .
|
change ( theme = donut , agent = Emma )
|
Charlotte forwarded a block to the boy .
|
forward ( agent = Charlotte , theme = block , recipient = * boy )
|
James rolled a cat .
|
roll ( agent = James , theme = cat )
|
A penguin screamed .
|
scream ( agent = penguin )
|
The cake was burned by a girl .
|
burn ( theme = * cake , agent = girl )
|
A raisin was rolled by Liam .
|
roll ( theme = raisin , agent = Liam )
|
Owen shortened Emma .
|
shorten ( agent = Owen , theme = Emma )
|
Liam valued that the girl gave Emma a box in a house .
|
value ( agent = Liam , ccomp = give ( agent = * girl , recipient = Emma , theme = box ( nmod . in = house ) ) )
|
A girl served Nathan the pickle beside the speaker .
|
serve ( agent = girl , recipient = Nathan , theme = * pickle ( nmod . beside = * speaker ) )
|
The frog painted the mouse beside a box .
|
paint ( agent = * frog , theme = * mouse ( nmod . beside = box ) )
|
Emma painted the rose .
|
paint ( agent = Emma , theme = * rose )
|
Owen crumpled a cake beside a keyboard .
|
crumple ( agent = Owen , theme = cake ( nmod . beside = keyboard ) )
|
A dog liked a boy beside the TV .
|
like ( agent = dog , theme = boy ( nmod . beside = * tv ) )
|
The cake was floated by Isabella .
|
float ( theme = * cake , agent = Isabella )
|
The dog gave James the donut on a bed .
|
give ( agent = * dog , recipient = James , theme = * donut ( nmod . on = bed ) )
|
Harper confessed that the teacher painted a weapon .
|
confess ( agent = Harper , ccomp = paint ( agent = * teacher , theme = weapon ) )
|
A baby was passed the cake by Liam .
|
pass ( recipient = baby , theme = * cake , agent = Liam )
|
Emma was given the donut by Victoria .
|
give ( recipient = Emma , theme = * donut , agent = Victoria )
|
A judge painted .
|
paint ( agent = judge )
|
The teacher doubled .
|
double ( theme = * teacher )
|
Emma appreciated the dog beside the bottle .
|
appreciate ( agent = Emma , theme = * dog ( nmod . beside = * bottle ) )
|
Anthony ate .
|
eat ( agent = Anthony )
|
The donut was given to a buyer .
|
give ( theme = * donut , recipient = buyer )
|
The hamburger was rolled by a dog .
|
roll ( theme = * hamburger , agent = dog )
|
The frog mailed the cake to a mouse .
|
mail ( agent = * frog , theme = * cake , recipient = mouse )
|
The girl heard a pretzel .
|
hear ( agent = * girl , theme = pretzel )
|
The cake was studied by the boy .
|
study ( theme = * cake , agent = * boy )
|
Liam gave the girl a sandwich .
|
give ( agent = Liam , recipient = * girl , theme = sandwich )
|
A cake was eaten by the captain .
|
eat ( theme = cake , agent = * captain )
|
The melon was given to Mia by Ava .
|
give ( theme = * melon , recipient = Mia , agent = Ava )
|
A girl called the pancake on the bowl .
|
call ( agent = girl , theme = * pancake ( nmod . on = * bowl ) )
|
Emma gave the cookie to the cat .
|
give ( agent = Emma , theme = * cookie , recipient = * cat )
|
A needle was sent to a prince by the mouse .
|
send ( theme = needle , recipient = prince , agent = * mouse )
|
A penguin liked that a donut was given to Henry .
|
like ( agent = penguin , ccomp = give ( theme = donut , recipient = Henry ) )
|
The lion rolled .
|
roll ( theme = * lion )
|
The lawyer painted .
|
paint ( agent = * lawyer )
|
The cat was passed a pretzel on a cupboard by Emma .
|
pass ( recipient = * cat , theme = pretzel ( nmod . on = cupboard ) , agent = Emma )
|
The girl was fed the cake by the dog .
|
feed ( recipient = * girl , theme = * cake , agent = * dog )
|
A girl was offered a melon in a house by Emma .
|
offer ( recipient = girl , theme = melon ( nmod . in = house ) , agent = Emma )
|
Logan heard .
|
hear ( agent = Logan )
|
smile
|
smile
|
The donut was served to the teacher by Noah .
|
serve ( theme = * donut , recipient = * teacher , agent = Noah )
|
A crown was wired to Emily .
|
wire ( theme = crown , recipient = Emily )
|
The strawberry was liked by the girl .
|
like ( theme = * strawberry , agent = * girl )
|
Emma returned a cake to the boy .
|
return ( agent = Emma , theme = cake , recipient = * boy )
|
The banana was drawn .
|
draw ( theme = * banana )
|
The donut was eaten by Henry .
|
eat ( theme = * donut , agent = Henry )
|
Liam awarded a box to a bee .
|
award ( agent = Liam , theme = box , recipient = bee )
|
Emma longed to eat .
|
long ( agent = Emma , xcomp = eat ( agent = Emma ) )
|
The pancake was burned .
|
burn ( theme = * pancake )
|
A donut was lended to Ava by Jack .
|
lend ( theme = donut , recipient = Ava , agent = Jack )
|
A teacher was passed a cake .
|
pass ( recipient = teacher , theme = cake )
|
The donut was offered to a girl by a turkey .
|
offer ( theme = * donut , recipient = girl , agent = turkey )
|
The shoe was drawn by a boy .
|
draw ( theme = * shoe , agent = boy )
|
A cake was passed to the girl .
|
pass ( theme = cake , recipient = * girl )
|
The biscuit was eaten .
|
eat ( theme = * biscuit )
|
Ava forwarded the cake beside a stage to Emma .
|
forward ( agent = Ava , theme = * cake ( nmod . beside = stage ) , recipient = Emma )
|
A dog gasped .
|
gasp ( agent = dog )
|
A girl discovered a donut .
|
discover ( agent = girl , theme = donut )
|
The prisoner nursed .
|
nurse ( agent = * prisoner )
|
The cake was returned to a girl .
|
return ( theme = * cake , recipient = girl )
|
Sophia sold the melon on the table to the girl .
|
sell ( agent = Sophia , theme = * melon ( nmod . on = * table ) , recipient = * girl )
|
The sailor gave a champion a rose beside a road .
|
give ( agent = * sailor , recipient = champion , theme = rose ( nmod . beside = road ) )
|
The monkey was rented the donut on the futon beside a statue .
|
rent ( recipient = * monkey , theme = * donut ( nmod . on = * futon ( nmod . beside = statue ) ) )
|
A cake was cooked by a girl .
|
cook ( theme = cake , agent = girl )
|
A baby needed to run .
|
need ( agent = baby , xcomp = run ( agent = baby ) )
|
Emma thought that a penguin stuttered .
|
think ( agent = Emma , ccomp = stutter ( agent = penguin ) )
|
Isabella cleaned Emma .
|
clean ( agent = Isabella , theme = Emma )
|
John froze Emma .
|
freeze ( agent = John , theme = Emma )
|
The girl found a strawberry in the car .
|
find ( agent = * girl , theme = strawberry ( nmod . in = * car ) )
|
Emma juggled a cookie .
|
juggle ( agent = Emma , theme = cookie )
|
The cat dreamed that Liam slept .
|
dream ( agent = * cat , ccomp = sleep ( agent = Liam ) )
|
Emma sold a baby the cake in a hole .
|
sell ( agent = Emma , recipient = baby , theme = * cake ( nmod . in = hole ) )
|
A girl split .
|
split ( theme = girl )
|
The girl served Olivia a sandwich .
|
serve ( agent = * girl , recipient = Olivia , theme = sandwich )
|
The cake was fed to Emma by a pupil .
|
feed ( theme = * cake , recipient = Emma , agent = pupil )
|
A girl was sent a box in the house .
|
send ( recipient = girl , theme = box ( nmod . in = * house ) )
|
Ava rolled the girl on the table .
|
roll ( agent = Ava , theme = * girl ( nmod . on = * table ) )
|
A cracker was helped .
|
help ( theme = cracker )
|
Ava knew .
|
know ( agent = Ava )
|
Christopher burned a pumpkin on a stage .
|
burn ( agent = Christopher , theme = pumpkin ( nmod . on = stage ) )
|
The girl was given the cake .
|
give ( recipient = * girl , theme = * cake )
|
A driver appreciated a glue on a table .
|
appreciate ( agent = driver , theme = glue ( nmod . on = table ) )
|
Ava helped the cake in the box .
|
help ( agent = Ava , theme = * cake ( nmod . in = * box ) )
|
A soap was snapped .
|
snap ( theme = soap )
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.