source
stringlengths 3
103
| target
stringlengths 3
172
|
---|---|
A guest rented the cake beside the table to the dog .
|
rent ( agent = guest , theme = * cake ( nmod . beside = * table ) , recipient = * dog )
|
A donut was fed to a professor .
|
feed ( theme = donut , recipient = professor )
|
Emma cleaned a baby .
|
clean ( agent = Emma , theme = baby )
|
Mia was given a can .
|
give ( recipient = Mia , theme = can )
|
A rose was reddened by Hazel .
|
redden ( theme = rose , agent = Hazel )
|
David walked .
|
walk ( agent = David )
|
Olivia was lended the cake .
|
lend ( recipient = Olivia , theme = * cake )
|
A sandwich was given to Ava .
|
give ( theme = sandwich , recipient = Ava )
|
A bear drew .
|
draw ( agent = bear )
|
The cake was sent to Emma .
|
send ( theme = * cake , recipient = Emma )
|
Liam snapped the box .
|
snap ( agent = Liam , theme = * box )
|
A jar rolled .
|
roll ( theme = jar )
|
Liam froze a cake on the table .
|
freeze ( agent = Liam , theme = cake ( nmod . on = * table ) )
|
A chalk was given to a cat .
|
give ( theme = chalk , recipient = cat )
|
Oliver froze the professor .
|
freeze ( agent = Oliver , theme = * professor )
|
The lion ate Brooklyn .
|
eat ( agent = * lion , theme = Brooklyn )
|
William gave a raisin beside a machine beside a stage to Emma .
|
give ( agent = William , theme = raisin ( nmod . beside = machine ( nmod . beside = stage ) ) , recipient = Emma )
|
The pizza was cooked by Emma .
|
cook ( theme = * pizza , agent = Emma )
|
A cookie was loaned to the girl .
|
loan ( theme = cookie , recipient = * girl )
|
Olivia scoffed .
|
scoff ( agent = Olivia )
|
The box was frozen by a girl .
|
freeze ( theme = * box , agent = girl )
|
Grayson liked that the raisin was found by the politician .
|
like ( agent = Grayson , ccomp = find ( theme = * raisin , agent = * politician ) )
|
Emma cooked the cake .
|
cook ( agent = Emma , theme = * cake )
|
The girl burned William .
|
burn ( agent = * girl , theme = William )
|
The frog was given the sweetcorn by a lion .
|
give ( recipient = * frog , theme = * sweetcorn , agent = lion )
|
Ava slept .
|
sleep ( agent = Ava )
|
Ava lended a dog a donut .
|
lend ( agent = Ava , recipient = dog , theme = donut )
|
A clock burned .
|
burn ( theme = clock )
|
A toothbrush was given to the cat by the girl .
|
give ( theme = toothbrush , recipient = * cat , agent = * girl )
|
A boy collapsed Liam .
|
collapse ( agent = boy , theme = Liam )
|
A girl gave a box to a boy .
|
give ( agent = girl , theme = box , recipient = boy )
|
A dog dusted Olivia .
|
dust ( agent = dog , theme = Olivia )
|
Emma grew the cake in a car .
|
grow ( agent = Emma , theme = * cake ( nmod . in = car ) )
|
Ava painted the pig beside a car .
|
paint ( agent = Ava , theme = * pig ( nmod . beside = car ) )
|
A cow brought the scientist a box on a table .
|
bring ( agent = cow , recipient = * scientist , theme = box ( nmod . on = table ) )
|
Liam lended the cake beside a speaker to Emma .
|
lend ( agent = Liam , theme = * cake ( nmod . beside = speaker ) , recipient = Emma )
|
A boy was given the cake on a stool by Emma .
|
give ( recipient = boy , theme = * cake ( nmod . on = stool ) , agent = Emma )
|
A cat was given the cake in a box by a girl .
|
give ( recipient = cat , theme = * cake ( nmod . in = box ) , agent = girl )
|
A giraffe liked a key .
|
like ( agent = giraffe , theme = key )
|
A cat sold a cookie beside the table to Liam .
|
sell ( agent = cat , theme = cookie ( nmod . beside = * table ) , recipient = Liam )
|
A rose was rolled by Liam .
|
roll ( theme = rose , agent = Liam )
|
Emma appreciated that the boy said that the jar was posted to David .
|
appreciate ( agent = Emma , ccomp = say ( agent = * boy , ccomp = post ( theme = * jar , recipient = David ) ) )
|
The cookie was liked by a boy .
|
like ( theme = * cookie , agent = boy )
|
A cat rolled the rose beside the road .
|
roll ( agent = cat , theme = * rose ( nmod . beside = * road ) )
|
Emma juggled Evelyn .
|
juggle ( agent = Emma , theme = Evelyn )
|
A cat grew a yogurt .
|
grow ( agent = cat , theme = yogurt )
|
William was sold the potato .
|
sell ( recipient = William , theme = * potato )
|
Olivia gave the girl the box .
|
give ( agent = Olivia , recipient = * girl , theme = * box )
|
The cake was held .
|
hold ( theme = * cake )
|
The donut was lended to the professor by Emma .
|
lend ( theme = * donut , recipient = * professor , agent = Emma )
|
A book was rolled by a girl .
|
roll ( theme = book , agent = girl )
|
The baby gave a cake to Emma .
|
give ( agent = * baby , theme = cake , recipient = Emma )
|
Emma promised a bat to Olivia .
|
promise ( agent = Emma , theme = bat , recipient = Olivia )
|
The cat liked that a cookie was helped by a writer .
|
like ( agent = * cat , ccomp = help ( theme = cookie , agent = writer ) )
|
The hamburger was helped by a girl .
|
help ( theme = * hamburger , agent = girl )
|
The girl liked that a cookie was broken .
|
like ( agent = * girl , ccomp = break ( theme = cookie ) )
|
Jayden ate a dog .
|
eat ( agent = Jayden , theme = dog )
|
Ethan intended to cook .
|
intend ( agent = Ethan , xcomp = cook ( agent = Ethan ) )
|
Emma gave a balloon in the box to the dog .
|
give ( agent = Emma , theme = balloon ( nmod . in = * box ) , recipient = * dog )
|
The cake was called by the sailor .
|
call ( theme = * cake , agent = * sailor )
|
The cake was reddened by Emma .
|
redden ( theme = * cake , agent = Emma )
|
Abigail ate .
|
eat ( agent = Abigail )
|
Emma sketched a girl .
|
sketch ( agent = Emma , theme = girl )
|
James cleaned .
|
clean ( agent = James )
|
A lion snored .
|
snore ( agent = lion )
|
A boy supported that the box was cooked by Hazel .
|
support ( agent = boy , ccomp = cook ( theme = * box , agent = Hazel ) )
|
Liam was lended a cake .
|
lend ( recipient = Liam , theme = cake )
|
Riley grew .
|
grow ( theme = Riley )
|
A cookie was snapped by Emma .
|
snap ( theme = cookie , agent = Emma )
|
The puppy gave the shoe to Liam .
|
give ( agent = * puppy , theme = * shoe , recipient = Liam )
|
A game was broken by James .
|
break ( theme = game , agent = James )
|
Mia supported that the girl juggled a cake .
|
support ( agent = Mia , ccomp = juggle ( agent = * girl , theme = cake ) )
|
Isabella was offered the box beside a table by Emma .
|
offer ( recipient = Isabella , theme = * box ( nmod . beside = table ) , agent = Emma )
|
A ring was eaten by a dog .
|
eat ( theme = ring , agent = dog )
|
The game was given to a cat .
|
give ( theme = * game , recipient = cat )
|
A deer was given the sandwich beside the bag .
|
give ( recipient = deer , theme = * sandwich ( nmod . beside = * bag ) )
|
Emma was lended the donut by a monkey .
|
lend ( recipient = Emma , theme = * donut , agent = monkey )
|
Charlotte offered a cake to Sophia .
|
offer ( agent = Charlotte , theme = cake , recipient = Sophia )
|
The girl was sold a cake in the sack .
|
sell ( recipient = * girl , theme = cake ( nmod . in = * sack ) )
|
The cake was sold to David by Asher .
|
sell ( theme = * cake , recipient = David , agent = Asher )
|
A donut was decomposed by the boy .
|
decompose ( theme = donut , agent = * boy )
|
Theodore sneezed .
|
sneeze ( agent = Theodore )
|
The sweetcorn was broken .
|
break ( theme = * sweetcorn )
|
A cake was frozen by the turkey .
|
freeze ( theme = cake , agent = * turkey )
|
The brick was eaten .
|
eat ( theme = * brick )
|
A biscuit was burned .
|
burn ( theme = biscuit )
|
Olivia fed a cake beside a table to Liam .
|
feed ( agent = Olivia , theme = cake ( nmod . beside = table ) , recipient = Liam )
|
A cookie was rolled by Audrey .
|
roll ( theme = cookie , agent = Audrey )
|
A melon was given to the scientist .
|
give ( theme = melon , recipient = * scientist )
|
The squirrel ate the drink .
|
eat ( agent = * squirrel , theme = * drink )
|
A girl wanted to run .
|
want ( agent = girl , xcomp = run ( agent = girl ) )
|
A donut was handed to Liam by a bunny .
|
hand ( theme = donut , recipient = Liam , agent = bunny )
|
The cracker was known .
|
know ( theme = * cracker )
|
The producer touched the cake in a bin .
|
touch ( agent = * producer , theme = * cake ( nmod . in = bin ) )
|
Liam examined Mia .
|
examine ( agent = Liam , theme = Mia )
|
The girl liked that a writer cooked a melon on the sheet .
|
like ( agent = * girl , ccomp = cook ( agent = writer , theme = melon ( nmod . on = * sheet ) ) )
|
A governor liked that Oliver ate .
|
like ( agent = governor , ccomp = eat ( agent = Oliver ) )
|
Liam juggled Emma .
|
juggle ( agent = Liam , theme = Emma )
|
The cake was collapsed by the boy .
|
collapse ( theme = * cake , agent = * boy )
|
A rose was packed .
|
pack ( theme = rose )
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.