source
stringlengths 3
103
| target
stringlengths 3
172
|
---|---|
A lion slept .
|
sleep ( agent = lion )
|
Wyatt appreciated that the cake was shortened .
|
appreciate ( agent = Wyatt , ccomp = shorten ( theme = * cake ) )
|
The girl cooked the lion .
|
cook ( agent = * girl , theme = * lion )
|
The girl gave William the donut .
|
give ( agent = * girl , recipient = William , theme = * donut )
|
A duck dusted .
|
dust ( agent = duck )
|
Anthony wanted to run .
|
want ( agent = Anthony , xcomp = run ( agent = Anthony ) )
|
The strawberry was slid .
|
slide ( theme = * strawberry )
|
A chalk was poked .
|
poke ( theme = chalk )
|
Isabella was lended a cake by Noah .
|
lend ( recipient = Isabella , theme = cake , agent = Noah )
|
The boy preferred to cook .
|
prefer ( agent = * boy , xcomp = cook ( agent = * boy ) )
|
The scientist brought Owen a cake on a box .
|
bring ( agent = * scientist , recipient = Owen , theme = cake ( nmod . on = box ) )
|
The rose was lended to Grayson .
|
lend ( theme = * rose , recipient = Grayson )
|
The queen loaned the cookie to Ella .
|
loan ( agent = * queen , theme = * cookie , recipient = Ella )
|
Liam was passed the cookie on a table on a stool .
|
pass ( recipient = Liam , theme = * cookie ( nmod . on = table ( nmod . on = stool ) ) )
|
The cat offered Alexander a cake beside the cage .
|
offer ( agent = * cat , recipient = Alexander , theme = cake ( nmod . beside = * cage ) )
|
A manager admired that a pillow was frozen by a girl .
|
admire ( agent = manager , ccomp = freeze ( theme = pillow , agent = girl ) )
|
Sebastian sold a sandwich beside the hammer to Elizabeth .
|
sell ( agent = Sebastian , theme = sandwich ( nmod . beside = * hammer ) , recipient = Elizabeth )
|
Audrey wished to walk .
|
wish ( agent = Audrey , xcomp = walk ( agent = Audrey ) )
|
A rose was loved by the boy .
|
love ( theme = rose , agent = * boy )
|
Emma hunted Theodore .
|
hunt ( agent = Emma , theme = Theodore )
|
A doll was eaten by James .
|
eat ( theme = doll , agent = James )
|
The dog floated .
|
float ( theme = * dog )
|
A mouse examined the girl .
|
examine ( agent = mouse , theme = * girl )
|
A donut was dusted by William .
|
dust ( theme = donut , agent = William )
|
A cookie was examined by a girl .
|
examine ( theme = cookie , agent = girl )
|
The pickle was painted by the child .
|
paint ( theme = * pickle , agent = * child )
|
Ella pierced Elizabeth .
|
pierce ( agent = Ella , theme = Elizabeth )
|
Benjamin dusted .
|
dust ( agent = Benjamin )
|
The butterfly stuttered .
|
stutter ( agent = * butterfly )
|
A dog declared that a girl held Emma .
|
declare ( agent = dog , ccomp = hold ( agent = girl , theme = Emma ) )
|
Alexander liked that the cat liked the cake on a seat in the cage .
|
like ( agent = Alexander , ccomp = like ( agent = * cat , theme = * cake ( nmod . on = seat ( nmod . in = * cage ) ) ) )
|
The needle was given to Noah .
|
give ( theme = * needle , recipient = Noah )
|
Jaxon floated .
|
float ( theme = Jaxon )
|
William mailed a tourist a cake in a hole .
|
mail ( agent = William , recipient = tourist , theme = cake ( nmod . in = hole ) )
|
A yogurt was drawn .
|
draw ( theme = yogurt )
|
Madison
|
Madison
|
The bunny served a glue beside a box to the president .
|
serve ( agent = * bunny , theme = glue ( nmod . beside = box ) , recipient = * president )
|
Lucas liked that the bunny ate the girl .
|
like ( agent = Lucas , ccomp = eat ( agent = * bunny , theme = * girl ) )
|
Emma was given the sweetcorn beside a trophy by a cat .
|
give ( recipient = Emma , theme = * sweetcorn ( nmod . beside = trophy ) , agent = cat )
|
Charlotte ate .
|
eat ( agent = Charlotte )
|
Matthew wished that William adored a melon beside the machine .
|
wish ( agent = Matthew , ccomp = adore ( agent = William , theme = melon ( nmod . beside = * machine ) ) )
|
The girl shortened the cookie on the rack .
|
shorten ( agent = * girl , theme = * cookie ( nmod . on = * rack ) )
|
Mila was returned the rose by Audrey .
|
return ( recipient = Mila , theme = * rose , agent = Audrey )
|
A crocodile mailed Charlotte the box .
|
mail ( agent = crocodile , recipient = Charlotte , theme = * box )
|
The boy was brought a donut beside a stage by the dog .
|
bring ( recipient = * boy , theme = donut ( nmod . beside = stage ) , agent = * dog )
|
The girl fed Mia the cookie .
|
feed ( agent = * girl , recipient = Mia , theme = * cookie )
|
Emma rolled a boy in the box in a house .
|
roll ( agent = Emma , theme = boy ( nmod . in = * box ( nmod . in = house ) ) )
|
Joshua sneezed .
|
sneeze ( agent = Joshua )
|
Emma loved a cake beside the duck .
|
love ( agent = Emma , theme = cake ( nmod . beside = * duck ) )
|
A box was slid .
|
slide ( theme = box )
|
Noah liked that a dog dusted .
|
like ( agent = Noah , ccomp = dust ( agent = dog ) )
|
Olivia sold a donut to a girl .
|
sell ( agent = Olivia , theme = donut , recipient = girl )
|
A zebra shortened .
|
shorten ( theme = zebra )
|
The strawberry was valued by the goose .
|
value ( theme = * strawberry , agent = * goose )
|
The butterfly helped the cat beside the bucket .
|
help ( agent = * butterfly , theme = * cat ( nmod . beside = * bucket ) )
|
Emily painted .
|
paint ( agent = Emily )
|
A boy wanted to paint .
|
want ( agent = boy , xcomp = paint ( agent = boy ) )
|
Mila rolled a girl .
|
roll ( agent = Mila , theme = girl )
|
Emma was fed a leaf in a car by the chicken .
|
feed ( recipient = Emma , theme = leaf ( nmod . in = car ) , agent = * chicken )
|
Claire was forwarded a leaf .
|
forward ( recipient = Claire , theme = leaf )
|
The girl liked that Lucas was lended the cake .
|
like ( agent = * girl , ccomp = lend ( recipient = Lucas , theme = * cake ) )
|
A cookie was called .
|
call ( theme = cookie )
|
The brush was burned by the priest .
|
burn ( theme = * brush , agent = * priest )
|
A girl lended the frog a cake beside a cup .
|
lend ( agent = girl , recipient = * frog , theme = cake ( nmod . beside = cup ) )
|
A box was eaten by the bear .
|
eat ( theme = box , agent = * bear )
|
The banana was helped by the girl .
|
help ( theme = * banana , agent = * girl )
|
The ball was dusted by a girl .
|
dust ( theme = * ball , agent = girl )
|
A penny was painted .
|
paint ( theme = penny )
|
A book was rolled by Emma .
|
roll ( theme = book , agent = Emma )
|
Asher gave Jackson the raisin .
|
give ( agent = Asher , recipient = Jackson , theme = * raisin )
|
Liam liked that the boy gave the cookie in a tin to the horse .
|
like ( agent = Liam , ccomp = give ( agent = * boy , theme = * cookie ( nmod . in = tin ) , recipient = * horse ) )
|
A lollipop was wired to a baby by Nora .
|
wire ( theme = lollipop , recipient = baby , agent = Nora )
|
A basket was slipped to Joseph by a chicken .
|
slip ( theme = basket , recipient = Joseph , agent = chicken )
|
A president was lended the box by the girl .
|
lend ( recipient = president , theme = * box , agent = * girl )
|
A donkey wanted to walk .
|
want ( agent = donkey , xcomp = walk ( agent = donkey ) )
|
The boy painted the dealer .
|
paint ( agent = * boy , theme = * dealer )
|
Noah burned the boy .
|
burn ( agent = Noah , theme = * boy )
|
A donut was disintegrated by a boy .
|
disintegrate ( theme = donut , agent = boy )
|
The donut was lended to a horse by the cat .
|
lend ( theme = * donut , recipient = horse , agent = * cat )
|
Emma gave Gabriel the cake on the stage .
|
give ( agent = Emma , recipient = Gabriel , theme = * cake ( nmod . on = * stage ) )
|
A girl grew a cake beside the whale .
|
grow ( agent = girl , theme = cake ( nmod . beside = * whale ) )
|
The duke gave Emma a cake .
|
give ( agent = * duke , recipient = Emma , theme = cake )
|
A penny was liked by Noah .
|
like ( theme = penny , agent = Noah )
|
The pickle was packed by the girl .
|
pack ( theme = * pickle , agent = * girl )
|
The boy adored the cookie beside the table .
|
adore ( agent = * boy , theme = * cookie ( nmod . beside = * table ) )
|
The mandarin was tolerated by a boy .
|
tolerate ( theme = * mandarin , agent = boy )
|
Olivia was lended the cookie in a house .
|
lend ( recipient = Olivia , theme = * cookie ( nmod . in = house ) )
|
The bear sold the cake to the guy .
|
sell ( agent = * bear , theme = * cake , recipient = * guy )
|
A muffin was poked by Camila .
|
poke ( theme = muffin , agent = Camila )
|
Aiden sneezed .
|
sneeze ( agent = Aiden )
|
A donut was lended to Emma by a girl .
|
lend ( theme = donut , recipient = Emma , agent = girl )
|
The girl was fed a ball in the house by Emma .
|
feed ( recipient = * girl , theme = ball ( nmod . in = * house ) , agent = Emma )
|
A cookie was burned by Emily .
|
burn ( theme = cookie , agent = Emily )
|
A rose was valued .
|
value ( theme = rose )
|
Audrey fed the cake beside the chemist to the dog .
|
feed ( agent = Audrey , theme = * cake ( nmod . beside = * chemist ) , recipient = * dog )
|
A cake was awarded to the father .
|
award ( theme = cake , recipient = * father )
|
The pizza was studied .
|
study ( theme = * pizza )
|
Liam was passed the box on the hanger by a girl .
|
pass ( recipient = Liam , theme = * box ( nmod . on = * hanger ) , agent = girl )
|
Mia studied .
|
study ( agent = Mia )
|
Liam froze the cake .
|
freeze ( agent = Liam , theme = * cake )
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.