source stringlengths 3 103 | target stringlengths 3 172 |
|---|---|
A chief slept . | sleep ( agent = chief ) |
The boy helped the potato beside a table . | help ( agent = * boy , theme = * potato ( nmod . beside = table ) ) |
A boy was wired the cake beside the foreigner . | wire ( recipient = boy , theme = * cake ( nmod . beside = * foreigner ) ) |
Aurora walked . | walk ( agent = Aurora ) |
A hero believed that a crown was cleaned . | believe ( agent = hero , ccomp = clean ( theme = crown ) ) |
Oliver awarded a cookie to a dog . | award ( agent = Oliver , theme = cookie , recipient = dog ) |
A journalist rolled the boy beside the ladder . | roll ( agent = journalist , theme = * boy ( nmod . beside = * ladder ) ) |
A pretzel was packed by Logan . | pack ( theme = pretzel , agent = Logan ) |
Emma slipped Liam the chalk beside a log . | slip ( agent = Emma , recipient = Liam , theme = * chalk ( nmod . beside = log ) ) |
A captain rolled a cookie in the house . | roll ( agent = captain , theme = cookie ( nmod . in = * house ) ) |
The girl crumpled the cake on a stage . | crumple ( agent = * girl , theme = * cake ( nmod . on = stage ) ) |
Scarlett was lended the raisin in the room . | lend ( recipient = Scarlett , theme = * raisin ( nmod . in = * room ) ) |
Abigail slept . | sleep ( agent = Abigail ) |
Ava was sent a raisin by Violet . | send ( recipient = Ava , theme = raisin , agent = Violet ) |
A hamburger was frozen by Isabella . | freeze ( theme = hamburger , agent = Isabella ) |
A cake was awarded to the girl . | award ( theme = cake , recipient = * girl ) |
A muffin was inflated . | inflate ( theme = muffin ) |
A wine was lended to a sailor by Ava . | lend ( theme = wine , recipient = sailor , agent = Ava ) |
A box was collapsed . | collapse ( theme = box ) |
A boy thought that Isaac knew the cake beside a table . | think ( agent = boy , ccomp = know ( agent = Isaac , theme = * cake ( nmod . beside = table ) ) ) |
Liam gave the doll on a bowl to Dylan . | give ( agent = Liam , theme = * doll ( nmod . on = bowl ) , recipient = Dylan ) |
The cake was returned to Emma by Ava . | return ( theme = * cake , recipient = Emma , agent = Ava ) |
Liam split a girl . | split ( agent = Liam , theme = girl ) |
A girl loaned the horse the can on the shelf . | loan ( agent = girl , recipient = * horse , theme = * can ( nmod . on = * shelf ) ) |
Liam liked a cake in a house . | like ( agent = Liam , theme = cake ( nmod . in = house ) ) |
A girl called . | call ( agent = girl ) |
A crayon improved . | improve ( theme = crayon ) |
The tiger gave a cake to a scientist . | give ( agent = * tiger , theme = cake , recipient = scientist ) |
The box was nursed by Emma . | nurse ( theme = * box , agent = Emma ) |
A king liked that the cake was drawn by Emma . | like ( agent = king , ccomp = draw ( theme = * cake , agent = Emma ) ) |
The sandwich was floated . | float ( theme = * sandwich ) |
A servant sent Liam a glue . | send ( agent = servant , recipient = Liam , theme = glue ) |
The raisin was investigated . | investigate ( theme = * raisin ) |
The box was nursed by a girl . | nurse ( theme = * box , agent = girl ) |
James lended a melon to the girl . | lend ( agent = James , theme = melon , recipient = * girl ) |
A girl found the donut . | find ( agent = girl , theme = * donut ) |
Emma admired the rose . | admire ( agent = Emma , theme = * rose ) |
Liam stabbed the cake . | stab ( agent = Liam , theme = * cake ) |
A boy wanted to cook . | want ( agent = boy , xcomp = cook ( agent = boy ) ) |
The box was rented to Asher . | rent ( theme = * box , recipient = Asher ) |
Madison liked that Liam sold a present beside the glass in the room to a consumer . | like ( agent = Madison , ccomp = sell ( agent = Liam , theme = present ( nmod . beside = * glass ( nmod . in = * room ) ) , recipient = consumer ) ) |
A cookie was helped by the fish . | help ( theme = cookie , agent = * fish ) |
sleep | sleep |
Ella ate Harper . | eat ( agent = Ella , theme = Harper ) |
A cake was eaten by Violet . | eat ( theme = cake , agent = Violet ) |
Emma helped a frog beside a table . | help ( agent = Emma , theme = frog ( nmod . beside = table ) ) |
The drink was floated by Amelia . | float ( theme = * drink , agent = Amelia ) |
The cake was heard by Zoey . | hear ( theme = * cake , agent = Zoey ) |
Emma was rented the ball . | rent ( recipient = Emma , theme = * ball ) |
William was loaned the flower on the road . | loan ( recipient = William , theme = * flower ( nmod . on = * road ) ) |
A muffin was rolled by Jack . | roll ( theme = muffin , agent = Jack ) |
Isabella itched to nap . | itch ( agent = Isabella , xcomp = nap ( agent = Isabella ) ) |
A horse longed to hunt . | long ( agent = horse , xcomp = hunt ( agent = horse ) ) |
Aria wanted to read . | want ( agent = Aria , xcomp = read ( agent = Aria ) ) |
A jigsaw was sketched by James . | sketch ( theme = jigsaw , agent = James ) |
Emma was handed a cookie on the rock . | hand ( recipient = Emma , theme = cookie ( nmod . on = * rock ) ) |
The melon was fed to Olivia . | feed ( theme = * melon , recipient = Olivia ) |
A dog sneezed . | sneeze ( agent = dog ) |
Emma liked a mouse on a table beside the machine . | like ( agent = Emma , theme = mouse ( nmod . on = table ( nmod . beside = * machine ) ) ) |
Henry worshipped a cake . | worship ( agent = Henry , theme = cake ) |
The ball was cooked . | cook ( theme = * ball ) |
Emma found a basket beside a stage . | find ( agent = Emma , theme = basket ( nmod . beside = stage ) ) |
Emma liked that the seed was lended to Sophia by the mouse . | like ( agent = Emma , ccomp = lend ( theme = * seed , recipient = Sophia , agent = * mouse ) ) |
A cake was inflated by a hen . | inflate ( theme = cake , agent = hen ) |
A block burned . | burn ( theme = block ) |
A sweetcorn was loaned to James . | loan ( theme = sweetcorn , recipient = James ) |
A mouse painted Emma . | paint ( agent = mouse , theme = Emma ) |
The girl liked the bowl . | like ( agent = * girl , theme = * bowl ) |
A dog passed the boy a cake on the chair . | pass ( agent = dog , recipient = * boy , theme = cake ( nmod . on = * chair ) ) |
Mateo burned the girl in a house . | burn ( agent = Mateo , theme = * girl ( nmod . in = house ) ) |
The drink was known . | know ( theme = * drink ) |
Emma collapsed a strawberry . | collapse ( agent = Emma , theme = strawberry ) |
The cloud was nursed by Mia . | nurse ( theme = * cloud , agent = Mia ) |
The donut was given to a journalist by a teacher . | give ( theme = * donut , recipient = journalist , agent = teacher ) |
Logan liked that the princess scoffed . | like ( agent = Logan , ccomp = scoff ( agent = * princess ) ) |
The raisin was eaten by Joshua . | eat ( theme = * raisin , agent = Joshua ) |
Emma rolled the wine beside a stage . | roll ( agent = Emma , theme = * wine ( nmod . beside = stage ) ) |
Sophia noticed . | notice ( agent = Sophia ) |
The leaf was cleaned by a mouse . | clean ( theme = * leaf , agent = mouse ) |
A girl danced . | dance ( agent = girl ) |
Liam drew the cookie beside a table . | draw ( agent = Liam , theme = * cookie ( nmod . beside = table ) ) |
Abigail lended Olivia a cake on the table . | lend ( agent = Abigail , recipient = Olivia , theme = cake ( nmod . on = * table ) ) |
Olivia supported that Leo hoped that a cake was sent to Aiden by Liam . | support ( agent = Olivia , ccomp = hope ( agent = Leo , ccomp = send ( theme = cake , recipient = Aiden , agent = Liam ) ) ) |
The cake was slid . | slide ( theme = * cake ) |
A biscuit was touched . | touch ( theme = biscuit ) |
The cookie was loved . | love ( theme = * cookie ) |
Liam was forwarded the cake by the dog . | forward ( recipient = Liam , theme = * cake , agent = * dog ) |
The fly passed a visitor the cake . | pass ( agent = * fly , recipient = visitor , theme = * cake ) |
A soap was eaten by the guest . | eat ( theme = soap , agent = * guest ) |
A girl was given the cake beside a table by Layla . | give ( recipient = girl , theme = * cake ( nmod . beside = table ) , agent = Layla ) |
A pig cried . | cry ( agent = pig ) |
A guy was passed a cake . | pass ( recipient = guy , theme = cake ) |
The dog was offered a cake by the girl . | offer ( recipient = * dog , theme = cake , agent = * girl ) |
Aurora liked that Emma confessed that Ava lended a lion a donut . | like ( agent = Aurora , ccomp = confess ( agent = Emma , ccomp = lend ( agent = Ava , recipient = lion , theme = donut ) ) ) |
Emma gave a box to the dealer . | give ( agent = Emma , theme = box , recipient = * dealer ) |
A girl jogged . | jog ( agent = girl ) |
A box was lended to a baby by a bear . | lend ( theme = box , recipient = baby , agent = bear ) |
A cake was eaten by Emma . | eat ( theme = cake , agent = Emma ) |
Jaxon hoped that the donut was dusted by Emma . | hope ( agent = Jaxon , ccomp = dust ( theme = * donut , agent = Emma ) ) |
Emma rolled the boy beside a seat . | roll ( agent = Emma , theme = * boy ( nmod . beside = seat ) ) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.