source
stringlengths 3
103
| target
stringlengths 3
172
|
---|---|
The cake was mailed to Liam .
|
mail ( theme = * cake , recipient = Liam )
|
Emma found Olivia .
|
find ( agent = Emma , theme = Olivia )
|
A cake was eaten by the cat .
|
eat ( theme = cake , agent = * cat )
|
Violet doubled a scientist beside the stage .
|
double ( agent = Violet , theme = scientist ( nmod . beside = * stage ) )
|
The muffin collapsed .
|
collapse ( theme = * muffin )
|
The kid stuttered .
|
stutter ( agent = * kid )
|
The dog fed Emma the donut in the garden .
|
feed ( agent = * dog , recipient = Emma , theme = * donut ( nmod . in = * garden ) )
|
Emma rolled a child .
|
roll ( agent = Emma , theme = child )
|
A manager wanted to hunt .
|
want ( agent = manager , xcomp = hunt ( agent = manager ) )
|
A teacher respected that the cake was served to the boy .
|
respect ( agent = teacher , ccomp = serve ( theme = * cake , recipient = * boy ) )
|
Emma noticed that the cake was dusted by the cat .
|
notice ( agent = Emma , ccomp = dust ( theme = * cake , agent = * cat ) )
|
The scientist painted .
|
paint ( agent = * scientist )
|
The spokesman hated to eat .
|
hate ( agent = * spokesman , xcomp = eat ( agent = * spokesman ) )
|
The box was studied .
|
study ( theme = * box )
|
A strawberry was discovered .
|
discover ( theme = strawberry )
|
Oliver wished to eat .
|
wish ( agent = Oliver , xcomp = eat ( agent = Oliver ) )
|
The girl gave the raisin on the table to a guy .
|
give ( agent = * girl , theme = * raisin ( nmod . on = * table ) , recipient = guy )
|
The melon was liked by Sophia .
|
like ( theme = * melon , agent = Sophia )
|
A donut was rented to Leah .
|
rent ( theme = donut , recipient = Leah )
|
A cake was crumpled by a fly .
|
crumple ( theme = cake , agent = fly )
|
The boy painted a rose .
|
paint ( agent = * boy , theme = rose )
|
A raisin was touched by the girl .
|
touch ( theme = raisin , agent = * girl )
|
Olivia was passed a rose .
|
pass ( recipient = Olivia , theme = rose )
|
The mouse wired a cookie on the table to Olivia .
|
wire ( agent = * mouse , theme = cookie ( nmod . on = * table ) , recipient = Olivia )
|
Addison hoped that a girl nursed .
|
hope ( agent = Addison , ccomp = nurse ( agent = girl ) )
|
Amelia rolled .
|
roll ( theme = Amelia )
|
A frog liked the hamburger beside a bed .
|
like ( agent = frog , theme = * hamburger ( nmod . beside = bed ) )
|
Olivia was given a cookie in a microwave .
|
give ( recipient = Olivia , theme = cookie ( nmod . in = microwave ) )
|
Emma was given a cookie in a box by Olivia .
|
give ( recipient = Emma , theme = cookie ( nmod . in = box ) , agent = Olivia )
|
Emma needed to read .
|
need ( agent = Emma , xcomp = read ( agent = Emma ) )
|
A donut was served to the girl by the deer .
|
serve ( theme = donut , recipient = * girl , agent = * deer )
|
The baby said that Liam found a pig in the garden .
|
say ( agent = * baby , ccomp = find ( agent = Liam , theme = pig ( nmod . in = * garden ) ) )
|
Emma jogged .
|
jog ( agent = Emma )
|
A cookie was burned by Olivia .
|
burn ( theme = cookie , agent = Olivia )
|
A girl observed .
|
observe ( agent = girl )
|
A beer was painted by Emma .
|
paint ( theme = beer , agent = Emma )
|
A penny was appreciated .
|
appreciate ( theme = penny )
|
Emma expected to eat .
|
expect ( agent = Emma , xcomp = eat ( agent = Emma ) )
|
The girl intended to sneeze .
|
intend ( agent = * girl , xcomp = sneeze ( agent = * girl ) )
|
Emma gave a melon to the politician .
|
give ( agent = Emma , theme = melon , recipient = * politician )
|
A crystal froze .
|
freeze ( theme = crystal )
|
The chalk split .
|
split ( theme = * chalk )
|
A drink was given to Emma by Christopher .
|
give ( theme = drink , recipient = Emma , agent = Christopher )
|
The chicken liked that Emma gave the chalk to the girl .
|
like ( agent = * chicken , ccomp = give ( agent = Emma , theme = * chalk , recipient = * girl ) )
|
The doll was sent to the girl .
|
send ( theme = * doll , recipient = * girl )
|
Emma poked the drink .
|
poke ( agent = Emma , theme = * drink )
|
Noah wished that a cake was eaten .
|
wish ( agent = Noah , ccomp = eat ( theme = cake ) )
|
The lawyer snapped a rose .
|
snap ( agent = * lawyer , theme = rose )
|
The girl yearned to hunt .
|
yearn ( agent = * girl , xcomp = hunt ( agent = * girl ) )
|
Bella knew the cookie .
|
know ( agent = Bella , theme = * cookie )
|
Aria slept .
|
sleep ( agent = Aria )
|
A crown was given to the mouse .
|
give ( theme = crown , recipient = * mouse )
|
A cookie was appreciated .
|
appreciate ( theme = cookie )
|
Sofia lended the cookie to Liam .
|
lend ( agent = Sofia , theme = * cookie , recipient = Liam )
|
Emma needed to hunt .
|
need ( agent = Emma , xcomp = hunt ( agent = Emma ) )
|
The boy ate Noah .
|
eat ( agent = * boy , theme = Noah )
|
Olivia gave Sophia a raisin .
|
give ( agent = Olivia , recipient = Sophia , theme = raisin )
|
The hammer was eaten by Theodore .
|
eat ( theme = * hammer , agent = Theodore )
|
The girl supported that a drink was respected by Hannah .
|
support ( agent = * girl , ccomp = respect ( theme = drink , agent = Hannah ) )
|
A pupil cleaned .
|
clean ( agent = pupil )
|
A cookie was given to Anthony by James .
|
give ( theme = cookie , recipient = Anthony , agent = James )
|
Emma rolled a mouse .
|
roll ( agent = Emma , theme = mouse )
|
A girl ate Liam .
|
eat ( agent = girl , theme = Liam )
|
A box was eaten by a lamb .
|
eat ( theme = box , agent = lamb )
|
Emma was offered the donut by Liam .
|
offer ( recipient = Emma , theme = * donut , agent = Liam )
|
A guest snoozed .
|
snooze ( agent = guest )
|
The girl gave the cake beside a book to the human .
|
give ( agent = * girl , theme = * cake ( nmod . beside = book ) , recipient = * human )
|
The donut was rolled by a cat .
|
roll ( theme = * donut , agent = cat )
|
The cat scoffed .
|
scoff ( agent = * cat )
|
Emma helped the girl beside the stage .
|
help ( agent = Emma , theme = * girl ( nmod . beside = * stage ) )
|
Mia sneezed .
|
sneeze ( agent = Mia )
|
The fish loaned the cake in the room to Emma .
|
loan ( agent = * fish , theme = * cake ( nmod . in = * room ) , recipient = Emma )
|
A bear sold a cookie to Elizabeth .
|
sell ( agent = bear , theme = cookie , recipient = Elizabeth )
|
Liam ate .
|
eat ( agent = Liam )
|
Emma tolerated that a knife was changed .
|
tolerate ( agent = Emma , ccomp = change ( theme = knife ) )
|
The donut was slipped to Ava .
|
slip ( theme = * donut , recipient = Ava )
|
Hannah helped Emma .
|
help ( agent = Hannah , theme = Emma )
|
A rose snapped .
|
snap ( theme = rose )
|
A doll was observed by the turkey .
|
observe ( theme = doll , agent = * turkey )
|
A mirror was helped by the girl .
|
help ( theme = mirror , agent = * girl )
|
Noah intended to run .
|
intend ( agent = Noah , xcomp = run ( agent = Noah ) )
|
A consumer burned .
|
burn ( theme = consumer )
|
A sandwich was discovered by a dog .
|
discover ( theme = sandwich , agent = dog )
|
The boy gave a cake to a child .
|
give ( agent = * boy , theme = cake , recipient = child )
|
The cake was adored .
|
adore ( theme = * cake )
|
The cookie was grown .
|
grow ( theme = * cookie )
|
Olivia fed the donut in the house to a girl .
|
feed ( agent = Olivia , theme = * donut ( nmod . in = * house ) , recipient = girl )
|
A crocodile was served the donut .
|
serve ( recipient = crocodile , theme = * donut )
|
The girl enjoyed to giggle .
|
enjoy ( agent = * girl , xcomp = giggle ( agent = * girl ) )
|
Avery ate .
|
eat ( agent = Avery )
|
The rose was lended to Emma by Liam .
|
lend ( theme = * rose , recipient = Emma , agent = Liam )
|
The duck ate Evelyn .
|
eat ( agent = * duck , theme = Evelyn )
|
A sailor proved that the mouse was sold the donut in a car .
|
prove ( agent = sailor , ccomp = sell ( recipient = * mouse , theme = * donut ( nmod . in = car ) ) )
|
Noah sketched a cake in the house .
|
sketch ( agent = Noah , theme = cake ( nmod . in = * house ) )
|
Liam sent a donut to the baby .
|
send ( agent = Liam , theme = donut , recipient = * baby )
|
The cake was found by Emma .
|
find ( theme = * cake , agent = Emma )
|
Liam inflated the ball in the envelope .
|
inflate ( agent = Liam , theme = * ball ( nmod . in = * envelope ) )
|
The cake was lended to Mila .
|
lend ( theme = * cake , recipient = Mila )
|
A drink was liked by the kitty .
|
like ( theme = drink , agent = * kitty )
|
The child said that Samuel rolled a pickle .
|
say ( agent = * child , ccomp = roll ( agent = Samuel , theme = pickle ) )
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.