source stringlengths 3 103 | target stringlengths 3 172 |
|---|---|
Lucas ate . | eat ( agent = Lucas ) |
Emma ate the girl in the cup . | eat ( agent = Emma , theme = * girl ( nmod . in = * cup ) ) |
A balloon was eaten by Julian . | eat ( theme = balloon , agent = Julian ) |
A hammer was frozen by Mason . | freeze ( theme = hammer , agent = Mason ) |
Sophia said that a cake rolled . | say ( agent = Sophia , ccomp = roll ( theme = cake ) ) |
The girl preferred to run . | prefer ( agent = * girl , xcomp = run ( agent = * girl ) ) |
The girl expected that Noah pierced Liam . | expect ( agent = * girl , ccomp = pierce ( agent = Noah , theme = Liam ) ) |
A baby cleaned . | clean ( agent = baby ) |
The donut was given to a cat . | give ( theme = * donut , recipient = cat ) |
Riley shortened the chair . | shorten ( agent = Riley , theme = * chair ) |
Isabella expected that Jacob lended a customer a brain . | expect ( agent = Isabella , ccomp = lend ( agent = Jacob , recipient = customer , theme = brain ) ) |
Noah was slipped a donut in the box . | slip ( recipient = Noah , theme = donut ( nmod . in = * box ) ) |
A cake was rented to a boy . | rent ( theme = cake , recipient = boy ) |
Emma was promised the pen . | promise ( recipient = Emma , theme = * pen ) |
A dog wanted to walk . | want ( agent = dog , xcomp = walk ( agent = dog ) ) |
A cake was missed by a child . | miss ( theme = cake , agent = child ) |
The cake was painted by William . | paint ( theme = * cake , agent = William ) |
The basket was enlarged . | enlarge ( theme = * basket ) |
Brooklyn was posted the strawberry on a stage by a teacher . | post ( recipient = Brooklyn , theme = * strawberry ( nmod . on = stage ) , agent = teacher ) |
Benjamin floated a lawyer on the stool beside the pillar . | float ( agent = Benjamin , theme = lawyer ( nmod . on = * stool ( nmod . beside = * pillar ) ) ) |
A girl burned a drink beside a book . | burn ( agent = girl , theme = drink ( nmod . beside = book ) ) |
A governor was given a cake by the girl . | give ( recipient = governor , theme = cake , agent = * girl ) |
A monster floated . | float ( theme = monster ) |
A cake was rolled by the boy . | roll ( theme = cake , agent = * boy ) |
The jacket was given to a boy by a cat . | give ( theme = * jacket , recipient = boy , agent = cat ) |
A cake was painted by Brooklyn . | paint ( theme = cake , agent = Brooklyn ) |
Emma floated the child in the house . | float ( agent = Emma , theme = * child ( nmod . in = * house ) ) |
love | love |
Sophia rolled the girl on a table on a computer . | roll ( agent = Sophia , theme = * girl ( nmod . on = table ( nmod . on = computer ) ) ) |
A ball was liked by a frog . | like ( theme = ball , agent = frog ) |
Sophia liked that Luna was rented the box . | like ( agent = Sophia , ccomp = rent ( recipient = Luna , theme = * box ) ) |
Emma was given the donut . | give ( recipient = Emma , theme = * donut ) |
Liam painted the fish . | paint ( agent = Liam , theme = * fish ) |
Emma was lended the biscuit . | lend ( recipient = Emma , theme = * biscuit ) |
Emma ate a frog . | eat ( agent = Emma , theme = frog ) |
The teacher gave a bunny the sandwich . | give ( agent = * teacher , recipient = bunny , theme = * sandwich ) |
A baby drew . | draw ( agent = baby ) |
The girl adored the boy on a bed . | adore ( agent = * girl , theme = * boy ( nmod . on = bed ) ) |
The pizza was slid by Ryan . | slide ( theme = * pizza , agent = Ryan ) |
James gave a toy on the table to a girl . | give ( agent = James , theme = toy ( nmod . on = * table ) , recipient = girl ) |
Emma rented Oliver the cookie on a board . | rent ( agent = Emma , recipient = Oliver , theme = * cookie ( nmod . on = board ) ) |
A coach drew a donut . | draw ( agent = coach , theme = donut ) |
The pony sold a donut beside the computer beside the table to a girl . | sell ( agent = * pony , theme = donut ( nmod . beside = * computer ( nmod . beside = * table ) ) , recipient = girl ) |
A drink was given to the boy by the cat . | give ( theme = drink , recipient = * boy , agent = * cat ) |
Lucas brought Ava a cake in the house . | bring ( agent = Lucas , recipient = Ava , theme = cake ( nmod . in = * house ) ) |
A girl shortened a cake on the bed . | shorten ( agent = girl , theme = cake ( nmod . on = * bed ) ) |
The king fed the cake to the boy . | feed ( agent = * king , theme = * cake , recipient = * boy ) |
The cake was eaten by Emily . | eat ( theme = * cake , agent = Emily ) |
Emma froze a boy on a surface . | freeze ( agent = Emma , theme = boy ( nmod . on = surface ) ) |
A donut was appreciated by the girl . | appreciate ( theme = donut , agent = * girl ) |
Emma attempted to walk . | attempt ( agent = Emma , xcomp = walk ( agent = Emma ) ) |
The cookie was given to the baby by Noah . | give ( theme = * cookie , recipient = * baby , agent = Noah ) |
Olivia improved the cake beside a bed . | improve ( agent = Olivia , theme = * cake ( nmod . beside = bed ) ) |
Olivia changed the cake . | change ( agent = Olivia , theme = * cake ) |
roll | roll |
A cake was lended to a dog by Evelyn . | lend ( theme = cake , recipient = dog , agent = Evelyn ) |
Bella laughed . | laugh ( agent = Bella ) |
The game was given to a girl . | give ( theme = * game , recipient = girl ) |
Grace rolled a girl . | roll ( agent = Grace , theme = girl ) |
A girl rolled the fig on the table . | roll ( agent = girl , theme = * fig ( nmod . on = * table ) ) |
A girl proved that a cloud was painted . | prove ( agent = girl , ccomp = paint ( theme = cloud ) ) |
A mouse wished that the cookie was rolled . | wish ( agent = mouse , ccomp = roll ( theme = * cookie ) ) |
Jackson helped a bell . | help ( agent = Jackson , theme = bell ) |
The book was held . | hold ( theme = * book ) |
The weapon was rolled . | roll ( theme = * weapon ) |
The girl decomposed . | decompose ( theme = * girl ) |
A glue was found . | find ( theme = glue ) |
The baby lended the girl the drink . | lend ( agent = * baby , recipient = * girl , theme = * drink ) |
Owen grew a girl . | grow ( agent = Owen , theme = girl ) |
The girl appreciated a chalk beside the table . | appreciate ( agent = * girl , theme = chalk ( nmod . beside = * table ) ) |
Emma offered the cake to Hazel . | offer ( agent = Emma , theme = * cake , recipient = Hazel ) |
The cookie was slid by a girl . | slide ( theme = * cookie , agent = girl ) |
The girl liked that the donut broke . | like ( agent = * girl , ccomp = break ( theme = * donut ) ) |
A donut was rolled by a tenant . | roll ( theme = donut , agent = tenant ) |
A cookie was eaten by a pony . | eat ( theme = cookie , agent = pony ) |
Noah liked that a seed was lended to a cat by a patient . | like ( agent = Noah , ccomp = lend ( theme = seed , recipient = cat , agent = patient ) ) |
A pickle was wired to a bunny . | wire ( theme = pickle , recipient = bunny ) |
Emma admired Evelyn . | admire ( agent = Emma , theme = Evelyn ) |
Audrey fed the child the cookie beside the bag . | feed ( agent = Audrey , recipient = * child , theme = * cookie ( nmod . beside = * bag ) ) |
The chicken was lended the donut on the napkin . | lend ( recipient = * chicken , theme = * donut ( nmod . on = * napkin ) ) |
Elijah gave a cake beside the stage to Emma . | give ( agent = Elijah , theme = cake ( nmod . beside = * stage ) , recipient = Emma ) |
The box decomposed . | decompose ( theme = * box ) |
A chicken painted the horse . | paint ( agent = chicken , theme = * horse ) |
Liam poked a rose beside a bear . | poke ( agent = Liam , theme = rose ( nmod . beside = bear ) ) |
The sandwich was hunted by Henry . | hunt ( theme = * sandwich , agent = Henry ) |
Noah craved to run . | crave ( agent = Noah , xcomp = run ( agent = Noah ) ) |
The cake was given to Nathan by the girl . | give ( theme = * cake , recipient = Nathan , agent = * girl ) |
The girl hunted the donut beside a table . | hunt ( agent = * girl , theme = * donut ( nmod . beside = table ) ) |
Emma painted a boy beside the table . | paint ( agent = Emma , theme = boy ( nmod . beside = * table ) ) |
A cookie was studied by the bee . | study ( theme = cookie , agent = * bee ) |
A rose slid . | slide ( theme = rose ) |
Emma preferred to hunt . | prefer ( agent = Emma , xcomp = hunt ( agent = Emma ) ) |
The lamb liked the lion . | like ( agent = * lamb , theme = * lion ) |
A father handed a cookie beside a table to the pupil . | hand ( agent = father , theme = cookie ( nmod . beside = table ) , recipient = * pupil ) |
A shoe was shortened . | shorten ( theme = shoe ) |
Emma juggled a cake . | juggle ( agent = Emma , theme = cake ) |
The boy was given a balloon on a table . | give ( recipient = * boy , theme = balloon ( nmod . on = table ) ) |
The crystal was heard . | hear ( theme = * crystal ) |
A girl liked that the boy slept . | like ( agent = girl , ccomp = sleep ( agent = * boy ) ) |
A biscuit was eaten . | eat ( theme = biscuit ) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.