source
stringlengths 3
103
| target
stringlengths 3
172
|
---|---|
The cake was liked .
|
like ( theme = * cake )
|
Emma intended to smirk .
|
intend ( agent = Emma , xcomp = smirk ( agent = Emma ) )
|
A coin was liked .
|
like ( theme = coin )
|
The boy lended Aria the cake on a table .
|
lend ( agent = * boy , recipient = Aria , theme = * cake ( nmod . on = table ) )
|
The cake was returned to Olivia by Liam .
|
return ( theme = * cake , recipient = Olivia , agent = Liam )
|
The pillow was helped .
|
help ( theme = * pillow )
|
Emma gave a pig a box in the house .
|
give ( agent = Emma , recipient = pig , theme = box ( nmod . in = * house ) )
|
A duck juggled the melon on the table .
|
juggle ( agent = duck , theme = * melon ( nmod . on = * table ) )
|
The drink was awarded to Noah .
|
award ( theme = * drink , recipient = Noah )
|
Ava slipped the boy the cake in a hole .
|
slip ( agent = Ava , recipient = * boy , theme = * cake ( nmod . in = hole ) )
|
Emma gave the rose to a girl .
|
give ( agent = Emma , theme = * rose , recipient = girl )
|
The ball was lended to a girl by Wyatt .
|
lend ( theme = * ball , recipient = girl , agent = Wyatt )
|
A customer cried .
|
cry ( agent = customer )
|
A pickle was shortened by Ella .
|
shorten ( theme = pickle , agent = Ella )
|
The student offered the donut in a fridge to William .
|
offer ( agent = * student , theme = * donut ( nmod . in = fridge ) , recipient = William )
|
The cake was adored by Noah .
|
adore ( theme = * cake , agent = Noah )
|
The pretzel was drawn .
|
draw ( theme = * pretzel )
|
Emma rolled the donut .
|
roll ( agent = Emma , theme = * donut )
|
A balloon was held .
|
hold ( theme = balloon )
|
A cookie was loaned to a girl by Emma .
|
loan ( theme = cookie , recipient = girl , agent = Emma )
|
A raisin slid .
|
slide ( theme = raisin )
|
The teacher froze the hamburger beside a table .
|
freeze ( agent = * teacher , theme = * hamburger ( nmod . beside = table ) )
|
The bunny lended the cake to the scientist .
|
lend ( agent = * bunny , theme = * cake , recipient = * scientist )
|
Mason posted a ball to the chicken .
|
post ( agent = Mason , theme = ball , recipient = * chicken )
|
A mouse liked that the cake was helped .
|
like ( agent = mouse , ccomp = help ( theme = * cake ) )
|
Sophia liked that the turtle slid Emma .
|
like ( agent = Sophia , ccomp = slide ( agent = * turtle , theme = Emma ) )
|
The tool was observed .
|
observe ( theme = * tool )
|
A horse ate the bat .
|
eat ( agent = horse , theme = * bat )
|
The cookie was cooked .
|
cook ( theme = * cookie )
|
A cake was touched by the baby .
|
touch ( theme = cake , agent = * baby )
|
Evelyn slipped a cake on the cat in the bucket to Ethan .
|
slip ( agent = Evelyn , theme = cake ( nmod . on = * cat ( nmod . in = * bucket ) ) , recipient = Ethan )
|
The box was given to Andrew .
|
give ( theme = * box , recipient = Andrew )
|
A girl gave Olivia the pillow in a nest .
|
give ( agent = girl , recipient = Olivia , theme = * pillow ( nmod . in = nest ) )
|
Sophia was given a cookie by Emma .
|
give ( recipient = Sophia , theme = cookie , agent = Emma )
|
Liam awarded Emma a cake beside the stage .
|
award ( agent = Liam , recipient = Emma , theme = cake ( nmod . beside = * stage ) )
|
The cake was returned to Emma .
|
return ( theme = * cake , recipient = Emma )
|
The rose was sold to Grace .
|
sell ( theme = * rose , recipient = Grace )
|
Emma painted a banana in the car .
|
paint ( agent = Emma , theme = banana ( nmod . in = * car ) )
|
Liam rolled a cake in the cart .
|
roll ( agent = Liam , theme = cake ( nmod . in = * cart ) )
|
A flower was liked by James .
|
like ( theme = flower , agent = James )
|
Henry sent the cake on the stool to a dog .
|
send ( agent = Henry , theme = * cake ( nmod . on = * stool ) , recipient = dog )
|
The drink was seen by Mia .
|
see ( theme = * drink , agent = Mia )
|
The patient worshipped a cat .
|
worship ( agent = * patient , theme = cat )
|
A bee froze the cake in a house .
|
freeze ( agent = bee , theme = * cake ( nmod . in = house ) )
|
The giraffe observed a plate beside a glass .
|
observe ( agent = * giraffe , theme = plate ( nmod . beside = glass ) )
|
tolerate
|
tolerate
|
A boy valued that a ball was wired to the soldier .
|
value ( agent = boy , ccomp = wire ( theme = ball , recipient = * soldier ) )
|
The cake was found by the dog .
|
find ( theme = * cake , agent = * dog )
|
A brain was frozen by the bee .
|
freeze ( theme = brain , agent = * bee )
|
The lawyer smiled .
|
smile ( agent = * lawyer )
|
The tenant was given a cake beside a house by Charlotte .
|
give ( recipient = * tenant , theme = cake ( nmod . beside = house ) , agent = Charlotte )
|
Emma rolled a girl beside the table .
|
roll ( agent = Emma , theme = girl ( nmod . beside = * table ) )
|
Natalie gave the book beside the chair to Olivia .
|
give ( agent = Natalie , theme = * book ( nmod . beside = * chair ) , recipient = Olivia )
|
The prisoner rolled .
|
roll ( theme = * prisoner )
|
The cat expected to walk .
|
expect ( agent = * cat , xcomp = walk ( agent = * cat ) )
|
A melon was given to Liam .
|
give ( theme = melon , recipient = Liam )
|
Liam ate the cake in the glass .
|
eat ( agent = Liam , theme = * cake ( nmod . in = * glass ) )
|
A donkey wanted to smirk .
|
want ( agent = donkey , xcomp = smirk ( agent = donkey ) )
|
A teacher crumpled a rose in a envelope .
|
crumple ( agent = teacher , theme = rose ( nmod . in = envelope ) )
|
A girl was offered a block beside a table by Abigail .
|
offer ( recipient = girl , theme = block ( nmod . beside = table ) , agent = Abigail )
|
The dog studied the cookie .
|
study ( agent = * dog , theme = * cookie )
|
The donut was posted to a goose .
|
post ( theme = * donut , recipient = goose )
|
Ava nursed the resident on the table .
|
nurse ( agent = Ava , theme = * resident ( nmod . on = * table ) )
|
Noah was posted a rose on the table beside the road .
|
post ( recipient = Noah , theme = rose ( nmod . on = * table ( nmod . beside = * road ) ) )
|
James observed a donut .
|
observe ( agent = James , theme = donut )
|
Chloe was given the shoe beside a stage by a cat .
|
give ( recipient = Chloe , theme = * shoe ( nmod . beside = stage ) , agent = cat )
|
A boy tolerated that the cake was forwarded to Emma .
|
tolerate ( agent = boy , ccomp = forward ( theme = * cake , recipient = Emma ) )
|
A hen froze the cake beside the table .
|
freeze ( agent = hen , theme = * cake ( nmod . beside = * table ) )
|
cry
|
cry
|
Alexander was sold the block beside a poster .
|
sell ( recipient = Alexander , theme = * block ( nmod . beside = poster ) )
|
A rose was investigated .
|
investigate ( theme = rose )
|
Grayson loaned Chloe the pencil in a bin .
|
loan ( agent = Grayson , recipient = Chloe , theme = * pencil ( nmod . in = bin ) )
|
A cake was slid by the landlord .
|
slide ( theme = cake , agent = * landlord )
|
A donut was rented to Noah by the baby .
|
rent ( theme = donut , recipient = Noah , agent = * baby )
|
Noah sold Emily a button beside a table .
|
sell ( agent = Noah , recipient = Emily , theme = button ( nmod . beside = table ) )
|
Stella handed a donut on the stage to Luke .
|
hand ( agent = Stella , theme = donut ( nmod . on = * stage ) , recipient = Luke )
|
Noah was passed the cake by Emma .
|
pass ( recipient = Noah , theme = * cake , agent = Emma )
|
A muffin was rolled by a hero .
|
roll ( theme = muffin , agent = hero )
|
A donut was missed by Emma .
|
miss ( theme = donut , agent = Emma )
|
The cake was given to Olivia by Benjamin .
|
give ( theme = * cake , recipient = Olivia , agent = Benjamin )
|
A boy burned a cat beside a table .
|
burn ( agent = boy , theme = cat ( nmod . beside = table ) )
|
Emma froze the cookie .
|
freeze ( agent = Emma , theme = * cookie )
|
A girl was wired the balloon .
|
wire ( recipient = girl , theme = * balloon )
|
Emma rolled the girl on the stage .
|
roll ( agent = Emma , theme = * girl ( nmod . on = * stage ) )
|
The guard attempted to call .
|
attempt ( agent = * guard , xcomp = call ( agent = * guard ) )
|
The cake was shortened by Sophia .
|
shorten ( theme = * cake , agent = Sophia )
|
Ava was lended a drink beside a table by Emma .
|
lend ( recipient = Ava , theme = drink ( nmod . beside = table ) , agent = Emma )
|
The melon was cleaned .
|
clean ( theme = * melon )
|
A jar was found by a boy .
|
find ( theme = jar , agent = boy )
|
Luna walked .
|
walk ( agent = Luna )
|
John was brought the melon .
|
bring ( recipient = John , theme = * melon )
|
The tiger supported that the sandwich was sold to William .
|
support ( agent = * tiger , ccomp = sell ( theme = * sandwich , recipient = William ) )
|
The tool was shortened .
|
shorten ( theme = * tool )
|
The butterfly rolled .
|
roll ( theme = * butterfly )
|
The buyer was given a sweetcorn by Isaac .
|
give ( recipient = * buyer , theme = sweetcorn , agent = Isaac )
|
A girl gave Emma the cake .
|
give ( agent = girl , recipient = Emma , theme = * cake )
|
The boy was given the cookie by Theodore .
|
give ( recipient = * boy , theme = * cookie , agent = Theodore )
|
A girl was given the rose on the chair .
|
give ( recipient = girl , theme = * rose ( nmod . on = * chair ) )
|
The beer was awarded to a teacher .
|
award ( theme = * beer , recipient = teacher )
|
Logan was returned a ball on a canvas .
|
return ( recipient = Logan , theme = ball ( nmod . on = canvas ) )
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.