source
stringlengths 3
103
| target
stringlengths 3
172
|
---|---|
A pretzel was valued .
|
value ( theme = pretzel )
|
Luna returned Liam a donut on a table .
|
return ( agent = Luna , recipient = Liam , theme = donut ( nmod . on = table ) )
|
A dog sent Emma the mirror .
|
send ( agent = dog , recipient = Emma , theme = * mirror )
|
The girl was given a book in a house .
|
give ( recipient = * girl , theme = book ( nmod . in = house ) )
|
The cake was found by a student .
|
find ( theme = * cake , agent = student )
|
The fruit was burned .
|
burn ( theme = * fruit )
|
A crystal was liked by Evelyn .
|
like ( theme = crystal , agent = Evelyn )
|
The cake was admired by Luna .
|
admire ( theme = * cake , agent = Luna )
|
Benjamin pierced a cake beside the valve .
|
pierce ( agent = Benjamin , theme = cake ( nmod . beside = * valve ) )
|
The crayon was frozen by a boy .
|
freeze ( theme = * crayon , agent = boy )
|
The cookie was cooked by a child .
|
cook ( theme = * cookie , agent = child )
|
Henry rolled the dog .
|
roll ( agent = Henry , theme = * dog )
|
The prisoner wired the girl a cake .
|
wire ( agent = * prisoner , recipient = * girl , theme = cake )
|
A baby was given the raisin on the table by Emma .
|
give ( recipient = baby , theme = * raisin ( nmod . on = * table ) , agent = Emma )
|
Isabella liked that a girl ate .
|
like ( agent = Isabella , ccomp = eat ( agent = girl ) )
|
Grayson intended to walk .
|
intend ( agent = Grayson , xcomp = walk ( agent = Grayson ) )
|
Emma gave a cake beside a painting on a stool to the boy .
|
give ( agent = Emma , theme = cake ( nmod . beside = painting ( nmod . on = stool ) ) , recipient = * boy )
|
James helped a drink on the table .
|
help ( agent = James , theme = drink ( nmod . on = * table ) )
|
A girl gave the cake to a cat .
|
give ( agent = girl , theme = * cake , recipient = cat )
|
The ball was frozen .
|
freeze ( theme = * ball )
|
Isabella loved a chair .
|
love ( agent = Isabella , theme = chair )
|
The girl meant that the duke liked that Noah wanted to run .
|
mean ( agent = * girl , ccomp = like ( agent = * duke , ccomp = want ( agent = Noah , xcomp = run ( agent = Noah ) ) ) )
|
Zoey found Mia .
|
find ( agent = Zoey , theme = Mia )
|
The cookie was admired by Oliver .
|
admire ( theme = * cookie , agent = Oliver )
|
A boy helped a box .
|
help ( agent = boy , theme = box )
|
A sheep liked that a box was burned by Emma .
|
like ( agent = sheep , ccomp = burn ( theme = box , agent = Emma ) )
|
A teacher planned to run .
|
plan ( agent = teacher , xcomp = run ( agent = teacher ) )
|
The donut was passed to the cat by Emma .
|
pass ( theme = * donut , recipient = * cat , agent = Emma )
|
Liam liked that the cake was awarded to the chief .
|
like ( agent = Liam , ccomp = award ( theme = * cake , recipient = * chief ) )
|
A girl wanted to clean .
|
want ( agent = girl , xcomp = clean ( agent = girl ) )
|
A frog examined a sandwich beside the road .
|
examine ( agent = frog , theme = sandwich ( nmod . beside = * road ) )
|
The cake was discovered by the bunny .
|
discover ( theme = * cake , agent = * bunny )
|
The cat was passed a bean .
|
pass ( recipient = * cat , theme = bean )
|
Grace was given a cake .
|
give ( recipient = Grace , theme = cake )
|
A passenger burned .
|
burn ( theme = passenger )
|
A girl mailed Mia a donut on a notebook .
|
mail ( agent = girl , recipient = Mia , theme = donut ( nmod . on = notebook ) )
|
A girl helped John .
|
help ( agent = girl , theme = John )
|
The crocodile gave a donut on the chair to Zoe .
|
give ( agent = * crocodile , theme = donut ( nmod . on = * chair ) , recipient = Zoe )
|
A producer lended the girl a balloon .
|
lend ( agent = producer , recipient = * girl , theme = balloon )
|
The pencil was loved by a giraffe .
|
love ( theme = * pencil , agent = giraffe )
|
The pickle was given to Isaac by the horse .
|
give ( theme = * pickle , recipient = Isaac , agent = * horse )
|
The cake was frozen by Owen .
|
freeze ( theme = * cake , agent = Owen )
|
A dog lended a boy a donut .
|
lend ( agent = dog , recipient = boy , theme = donut )
|
A cookie was given to the girl by Olivia .
|
give ( theme = cookie , recipient = * girl , agent = Olivia )
|
Noah said that the cake was eaten .
|
say ( agent = Noah , ccomp = eat ( theme = * cake ) )
|
A dog helped the raisin .
|
help ( agent = dog , theme = * raisin )
|
James wired Anthony a cake .
|
wire ( agent = James , recipient = Anthony , theme = cake )
|
The donut was lended to a giraffe .
|
lend ( theme = * donut , recipient = giraffe )
|
Liam was given the cake .
|
give ( recipient = Liam , theme = * cake )
|
A chair was lended to Liam .
|
lend ( theme = chair , recipient = Liam )
|
A doctor liked to nap .
|
like ( agent = doctor , xcomp = nap ( agent = doctor ) )
|
The rose was eaten by a boy .
|
eat ( theme = * rose , agent = boy )
|
The toy rolled .
|
roll ( theme = * toy )
|
Liam gave Emma the sandwich in the house .
|
give ( agent = Liam , recipient = Emma , theme = * sandwich ( nmod . in = * house ) )
|
The cake was given to Ethan .
|
give ( theme = * cake , recipient = Ethan )
|
The horse was lended a cake beside the table by the child .
|
lend ( recipient = * horse , theme = cake ( nmod . beside = * table ) , agent = * child )
|
Emma lended a donut beside a table to a girl .
|
lend ( agent = Emma , theme = donut ( nmod . beside = table ) , recipient = girl )
|
A cake was served to the boy by a girl .
|
serve ( theme = cake , recipient = * boy , agent = girl )
|
Brooklyn ate a hen .
|
eat ( agent = Brooklyn , theme = hen )
|
The girl missed Emma .
|
miss ( agent = * girl , theme = Emma )
|
A cat handed Emma the drink .
|
hand ( agent = cat , recipient = Emma , theme = * drink )
|
Sophia hoped to walk .
|
hope ( agent = Sophia , xcomp = walk ( agent = Sophia ) )
|
A strawberry was lended to Liam by the cat .
|
lend ( theme = strawberry , recipient = Liam , agent = * cat )
|
The bunny was sold the donut in the box .
|
sell ( recipient = * bunny , theme = * donut ( nmod . in = * box ) )
|
Liam preferred to sleep .
|
prefer ( agent = Liam , xcomp = sleep ( agent = Liam ) )
|
The bucket was collapsed by Emma .
|
collapse ( theme = * bucket , agent = Emma )
|
The frog was served the donut on a surface by a creature .
|
serve ( recipient = * frog , theme = * donut ( nmod . on = surface ) , agent = creature )
|
Emma found the tool .
|
find ( agent = Emma , theme = * tool )
|
Emma proved that a girl was given a strawberry by the cat .
|
prove ( agent = Emma , ccomp = give ( recipient = girl , theme = strawberry , agent = * cat ) )
|
Michael was fed the cake on the stage beside the bucket by Liam .
|
feed ( recipient = Michael , theme = * cake ( nmod . on = * stage ( nmod . beside = * bucket ) ) , agent = Liam )
|
A melon was given to a deer .
|
give ( theme = melon , recipient = deer )
|
Emma investigated a girl on a stage .
|
investigate ( agent = Emma , theme = girl ( nmod . on = stage ) )
|
The cake was given to Emma by Luke .
|
give ( theme = * cake , recipient = Emma , agent = Luke )
|
A child supported that Sophia sold a sailor the cake .
|
support ( agent = child , ccomp = sell ( agent = Sophia , recipient = sailor , theme = * cake ) )
|
Daniel rolled a cake .
|
roll ( agent = Daniel , theme = cake )
|
The girl touched a hero on a stage .
|
touch ( agent = * girl , theme = hero ( nmod . on = stage ) )
|
The pizza was sold to Mila .
|
sell ( theme = * pizza , recipient = Mila )
|
Dylan liked a cake .
|
like ( agent = Dylan , theme = cake )
|
The lamb found Olivia .
|
find ( agent = * lamb , theme = Olivia )
|
A cake was given to the child by a boy .
|
give ( theme = cake , recipient = * child , agent = boy )
|
A cake was worshipped by Ava .
|
worship ( theme = cake , agent = Ava )
|
Liam sold Olivia the jacket .
|
sell ( agent = Liam , recipient = Olivia , theme = * jacket )
|
A donkey was lended the donut in a house .
|
lend ( recipient = donkey , theme = * donut ( nmod . in = house ) )
|
A child fed Emma the cake .
|
feed ( agent = child , recipient = Emma , theme = * cake )
|
A ball was found .
|
find ( theme = ball )
|
Matthew was handed the jigsaw by the boy .
|
hand ( recipient = Matthew , theme = * jigsaw , agent = * boy )
|
Emma promised Sophia the cake .
|
promise ( agent = Emma , recipient = Sophia , theme = * cake )
|
A girl expected to smirk .
|
expect ( agent = girl , xcomp = smirk ( agent = girl ) )
|
The moose was given a melon by Liam .
|
give ( recipient = * moose , theme = melon , agent = Liam )
|
A rose was fed to Liam .
|
feed ( theme = rose , recipient = Liam )
|
Isabella confessed that the cake was found .
|
confess ( agent = Isabella , ccomp = find ( theme = * cake ) )
|
Liam ate the queen on the stage .
|
eat ( agent = Liam , theme = * queen ( nmod . on = * stage ) )
|
Noah lended the donut to a boy .
|
lend ( agent = Noah , theme = * donut , recipient = boy )
|
A baby wired a banana to William .
|
wire ( agent = baby , theme = banana , recipient = William )
|
A strawberry was doubled .
|
double ( theme = strawberry )
|
A dog believed that a child observed Hazel .
|
believe ( agent = dog , ccomp = observe ( agent = child , theme = Hazel ) )
|
Evelyn disintegrated a knife on a bed .
|
disintegrate ( agent = Evelyn , theme = knife ( nmod . on = bed ) )
|
A cat fed a strawberry to Emma .
|
feed ( agent = cat , theme = strawberry , recipient = Emma )
|
Emma sold the drink beside a road to a zebra .
|
sell ( agent = Emma , theme = * drink ( nmod . beside = road ) , recipient = zebra )
|
A gumball was given to the girl by a bee .
|
give ( theme = gumball , recipient = * girl , agent = bee )
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.