source
stringlengths 3
103
| target
stringlengths 3
172
|
---|---|
A donut was given to the girl by Emma .
|
give ( theme = donut , recipient = * girl , agent = Emma )
|
A cake was rolled by Sophia .
|
roll ( theme = cake , agent = Sophia )
|
The cake was held by Penelope .
|
hold ( theme = * cake , agent = Penelope )
|
A donut was floated by Olivia .
|
float ( theme = donut , agent = Olivia )
|
Liam respected a girl .
|
respect ( agent = Liam , theme = girl )
|
The balloon was rolled by Victoria .
|
roll ( theme = * balloon , agent = Victoria )
|
A boy gave the cookie to the girl .
|
give ( agent = boy , theme = * cookie , recipient = * girl )
|
A donut froze .
|
freeze ( theme = donut )
|
Liam served a cookie to Emma .
|
serve ( agent = Liam , theme = cookie , recipient = Emma )
|
The student respected the mother .
|
respect ( agent = * student , theme = * mother )
|
A cake was seen by the baby .
|
see ( theme = cake , agent = * baby )
|
A cake was observed by a baby .
|
observe ( theme = cake , agent = baby )
|
A dog admired the boy on the bed .
|
admire ( agent = dog , theme = * boy ( nmod . on = * bed ) )
|
Emma appreciated that Zoey gave the shirt on a bed to a girl .
|
appreciate ( agent = Emma , ccomp = give ( agent = Zoey , theme = * shirt ( nmod . on = bed ) , recipient = girl ) )
|
The cake was appreciated .
|
appreciate ( theme = * cake )
|
A boy liked that Emily ate the girl beside the sphere .
|
like ( agent = boy , ccomp = eat ( agent = Emily , theme = * girl ( nmod . beside = * sphere ) ) )
|
The cake was frozen by a girl .
|
freeze ( theme = * cake , agent = girl )
|
A balloon was poked by Logan .
|
poke ( theme = balloon , agent = Logan )
|
Emma liked that the donut was painted by the baby .
|
like ( agent = Emma , ccomp = paint ( theme = * donut , agent = * baby ) )
|
Emma was awarded a rose .
|
award ( recipient = Emma , theme = rose )
|
Olivia loved a bat .
|
love ( agent = Olivia , theme = bat )
|
A girl gave a customer the jacket .
|
give ( agent = girl , recipient = customer , theme = * jacket )
|
A raisin was fed to a girl .
|
feed ( theme = raisin , recipient = girl )
|
A block was floated by a dealer .
|
float ( theme = block , agent = dealer )
|
The lion snored .
|
snore ( agent = * lion )
|
The donut was eaten by Michael .
|
eat ( theme = * donut , agent = Michael )
|
The girl was offered the cake on a blanket by Elizabeth .
|
offer ( recipient = * girl , theme = * cake ( nmod . on = blanket ) , agent = Elizabeth )
|
Mila lended a melon to Emma .
|
lend ( agent = Mila , theme = melon , recipient = Emma )
|
float
|
float
|
A cake was cleaned .
|
clean ( theme = cake )
|
A donut was posted to the guest by a boy .
|
post ( theme = donut , recipient = * guest , agent = boy )
|
A cracker was cooked by Sofia .
|
cook ( theme = cracker , agent = Sofia )
|
The mouse ate the donut .
|
eat ( agent = * mouse , theme = * donut )
|
Noah rolled a girl .
|
roll ( agent = Noah , theme = girl )
|
A mouse was lended the cake in the house by the frog .
|
lend ( recipient = mouse , theme = * cake ( nmod . in = * house ) , agent = * frog )
|
The teacher ate the donut .
|
eat ( agent = * teacher , theme = * donut )
|
A girl adored a cake on the yacht .
|
adore ( agent = girl , theme = cake ( nmod . on = * yacht ) )
|
A donut grew .
|
grow ( theme = donut )
|
A cake was shortened by the girl .
|
shorten ( theme = cake , agent = * girl )
|
Amelia gave Olivia a cake beside the piano on the tree .
|
give ( agent = Amelia , recipient = Olivia , theme = cake ( nmod . beside = * piano ( nmod . on = * tree ) ) )
|
A girl gave a chicken a bottle .
|
give ( agent = girl , recipient = chicken , theme = bottle )
|
Liam was given a flower in a hammock .
|
give ( recipient = Liam , theme = flower ( nmod . in = hammock ) )
|
The leaf was rolled by the child .
|
roll ( theme = * leaf , agent = * child )
|
A strawberry was helped by a president .
|
help ( theme = strawberry , agent = president )
|
A dog cried .
|
cry ( agent = dog )
|
The baby rolled a cake .
|
roll ( agent = * baby , theme = cake )
|
The cake was eaten by a scientist .
|
eat ( theme = * cake , agent = scientist )
|
A hamburger was rolled by a poet .
|
roll ( theme = hamburger , agent = poet )
|
Isabella gave a girl a box .
|
give ( agent = Isabella , recipient = girl , theme = box )
|
A student sent the lollipop to Caleb .
|
send ( agent = student , theme = * lollipop , recipient = Caleb )
|
A sandwich was given to the giraffe .
|
give ( theme = sandwich , recipient = * giraffe )
|
The cookie was improved by a girl .
|
improve ( theme = * cookie , agent = girl )
|
A girl lended Mila the brain in a house .
|
lend ( agent = girl , recipient = Mila , theme = * brain ( nmod . in = house ) )
|
The book was found by a dog .
|
find ( theme = * book , agent = dog )
|
A girl sold Emma the cake beside the house .
|
sell ( agent = girl , recipient = Emma , theme = * cake ( nmod . beside = * house ) )
|
A cookie was given to Benjamin by Liam .
|
give ( theme = cookie , recipient = Benjamin , agent = Liam )
|
Emma investigated Ava .
|
investigate ( agent = Emma , theme = Ava )
|
Owen juggled .
|
juggle ( agent = Owen )
|
A donut was rolled by Ava .
|
roll ( theme = donut , agent = Ava )
|
A cat cleaned a cake .
|
clean ( agent = cat , theme = cake )
|
The dog was lended the hat by Emma .
|
lend ( recipient = * dog , theme = * hat , agent = Emma )
|
The donut was examined by Aria .
|
examine ( theme = * donut , agent = Aria )
|
The cat sold a sailor the cake in a garden in the room .
|
sell ( agent = * cat , recipient = sailor , theme = * cake ( nmod . in = garden ( nmod . in = * room ) ) )
|
The boy gave a sandwich to William .
|
give ( agent = * boy , theme = sandwich , recipient = William )
|
The basket was frozen by Olivia .
|
freeze ( theme = * basket , agent = Olivia )
|
A professor was lended the donut beside the chair by the girl .
|
lend ( recipient = professor , theme = * donut ( nmod . beside = * chair ) , agent = * girl )
|
A doll was rolled .
|
roll ( theme = doll )
|
A lollipop was rolled by the fish .
|
roll ( theme = lollipop , agent = * fish )
|
Sebastian
|
Sebastian
|
Noah broke Aubrey .
|
break ( agent = Noah , theme = Aubrey )
|
The writer was brought the donut on the podium by Liam .
|
bring ( recipient = * writer , theme = * donut ( nmod . on = * podium ) , agent = Liam )
|
The boy liked that the donut was seen .
|
like ( agent = * boy , ccomp = see ( theme = * donut ) )
|
A consumer helped the dog .
|
help ( agent = consumer , theme = * dog )
|
Isabella liked a seed .
|
like ( agent = Isabella , theme = seed )
|
A father helped a chicken .
|
help ( agent = father , theme = chicken )
|
The girl helped a cookie beside the cat .
|
help ( agent = * girl , theme = cookie ( nmod . beside = * cat ) )
|
A melon was eaten by the fish .
|
eat ( theme = melon , agent = * fish )
|
The monkey liked a beer in a room .
|
like ( agent = * monkey , theme = beer ( nmod . in = room ) )
|
The cat gave a girl the donut in the house .
|
give ( agent = * cat , recipient = girl , theme = * donut ( nmod . in = * house ) )
|
Noah burned Olivia .
|
burn ( agent = Noah , theme = Olivia )
|
A book was helped by the fly .
|
help ( theme = book , agent = * fly )
|
Evelyn helped a box on a table .
|
help ( agent = Evelyn , theme = box ( nmod . on = table ) )
|
The boy liked that the guitar was shortened by Emma .
|
like ( agent = * boy , ccomp = shorten ( theme = * guitar , agent = Emma ) )
|
Charlotte wanted to walk .
|
want ( agent = Charlotte , xcomp = walk ( agent = Charlotte ) )
|
A drink was dusted by Harper .
|
dust ( theme = drink , agent = Harper )
|
A cookie was decomposed .
|
decompose ( theme = cookie )
|
A cookie was eaten by the child .
|
eat ( theme = cookie , agent = * child )
|
The girl confessed that a drink was cleaned .
|
confess ( agent = * girl , ccomp = clean ( theme = drink ) )
|
A jigsaw was drawn .
|
draw ( theme = jigsaw )
|
Emma was given the cake by the boy .
|
give ( recipient = Emma , theme = * cake , agent = * boy )
|
A beer decomposed .
|
decompose ( theme = beer )
|
A cake was eaten by a baby .
|
eat ( theme = cake , agent = baby )
|
hunt
|
hunt
|
A girl confessed that Emma wanted to walk .
|
confess ( agent = girl , ccomp = want ( agent = Emma , xcomp = walk ( agent = Emma ) ) )
|
The child was rented a muffin on the stool by a bear .
|
rent ( recipient = * child , theme = muffin ( nmod . on = * stool ) , agent = bear )
|
The ball was cleaned .
|
clean ( theme = * ball )
|
The cat hoped that Lucas wanted to walk .
|
hope ( agent = * cat , ccomp = want ( agent = Lucas , xcomp = walk ( agent = Lucas ) ) )
|
The donut was split .
|
split ( theme = * donut )
|
The girl intended to nap .
|
intend ( agent = * girl , xcomp = nap ( agent = * girl ) )
|
The boy was slipped a donut by a cow .
|
slip ( recipient = * boy , theme = donut , agent = cow )
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.