source
stringlengths 3
103
| target
stringlengths 3
172
|
---|---|
A bear hoped to sneeze .
|
hope ( agent = bear , xcomp = sneeze ( agent = bear ) )
|
The cake was given to the boy by Noah .
|
give ( theme = * cake , recipient = * boy , agent = Noah )
|
William was fed a cloud by the duck .
|
feed ( recipient = William , theme = cloud , agent = * duck )
|
A chicken was promised a cake beside a nest by William .
|
promise ( recipient = chicken , theme = cake ( nmod . beside = nest ) , agent = William )
|
The coach grew .
|
grow ( theme = * coach )
|
The student was given a cake by Emma .
|
give ( recipient = * student , theme = cake , agent = Emma )
|
Savannah liked that Emma liked that the book was drawn .
|
like ( agent = Savannah , ccomp = like ( agent = Emma , ccomp = draw ( theme = * book ) ) )
|
Oliver investigated a drink .
|
investigate ( agent = Oliver , theme = drink )
|
The girl was given a pancake beside a bottle by Ava .
|
give ( recipient = * girl , theme = pancake ( nmod . beside = bottle ) , agent = Ava )
|
A pickle was eaten by the teacher .
|
eat ( theme = pickle , agent = * teacher )
|
A pancake froze .
|
freeze ( theme = pancake )
|
teacher
|
teacher
|
A donut was offered to Liam .
|
offer ( theme = donut , recipient = Liam )
|
Charlotte adored Emma .
|
adore ( agent = Charlotte , theme = Emma )
|
A boy drew a dog .
|
draw ( agent = boy , theme = dog )
|
James rolled the boy in the house .
|
roll ( agent = James , theme = * boy ( nmod . in = * house ) )
|
The cake was rolled by a hen .
|
roll ( theme = * cake , agent = hen )
|
A cake was worshipped .
|
worship ( theme = cake )
|
A baby gave a cake to the driver .
|
give ( agent = baby , theme = cake , recipient = * driver )
|
The cake was sold to Emma by a girl .
|
sell ( theme = * cake , recipient = Emma , agent = girl )
|
A girl drew a cracker .
|
draw ( agent = girl , theme = cracker )
|
The cat was given the crayon beside a book .
|
give ( recipient = * cat , theme = * crayon ( nmod . beside = book ) )
|
The student was offered the bat .
|
offer ( recipient = * student , theme = * bat )
|
Emma declared that Madison was posted a cake beside the stage by the monkey .
|
declare ( agent = Emma , ccomp = post ( recipient = Madison , theme = cake ( nmod . beside = * stage ) , agent = * monkey ) )
|
A cake was loaned to the boy .
|
loan ( theme = cake , recipient = * boy )
|
Emma was served a cake by Liam .
|
serve ( recipient = Emma , theme = cake , agent = Liam )
|
Emma was given the cake on the bench by the dog .
|
give ( recipient = Emma , theme = * cake ( nmod . on = * bench ) , agent = * dog )
|
Noah gave the cake in a room to Olivia .
|
give ( agent = Noah , theme = * cake ( nmod . in = room ) , recipient = Olivia )
|
Emma ate .
|
eat ( agent = Emma )
|
The hero was given a guitar in a house by Emma .
|
give ( recipient = * hero , theme = guitar ( nmod . in = house ) , agent = Emma )
|
The cake was sold to Emma by Sebastian .
|
sell ( theme = * cake , recipient = Emma , agent = Sebastian )
|
Emma was handed a melon .
|
hand ( recipient = Emma , theme = melon )
|
A chicken collapsed .
|
collapse ( theme = chicken )
|
A cookie was passed to the girl by Emma .
|
pass ( theme = cookie , recipient = * girl , agent = Emma )
|
Luna drew a human .
|
draw ( agent = Luna , theme = human )
|
Madison was given a box by a girl .
|
give ( recipient = Madison , theme = box , agent = girl )
|
The creature attempted to sleep .
|
attempt ( agent = * creature , xcomp = sleep ( agent = * creature ) )
|
A boy studied Emma .
|
study ( agent = boy , theme = Emma )
|
A pillow was offered to Elijah by Harper .
|
offer ( theme = pillow , recipient = Elijah , agent = Harper )
|
The cookie was grown by Logan .
|
grow ( theme = * cookie , agent = Logan )
|
Olivia handed the guy a pumpkin beside the chair beside the book .
|
hand ( agent = Olivia , recipient = * guy , theme = pumpkin ( nmod . beside = * chair ( nmod . beside = * book ) ) )
|
The mirror was eaten by the bunny .
|
eat ( theme = * mirror , agent = * bunny )
|
Olivia appreciated Ella .
|
appreciate ( agent = Olivia , theme = Ella )
|
The governor was returned the crown .
|
return ( recipient = * governor , theme = * crown )
|
Benjamin gave Olivia the cookie .
|
give ( agent = Benjamin , recipient = Olivia , theme = * cookie )
|
Ava admired the boy beside the table .
|
admire ( agent = Ava , theme = * boy ( nmod . beside = * table ) )
|
Emma declared that the coin was examined by Andrew .
|
declare ( agent = Emma , ccomp = examine ( theme = * coin , agent = Andrew ) )
|
A cat hoped that the donut was rolled .
|
hope ( agent = cat , ccomp = roll ( theme = * donut ) )
|
A bell was returned to Emma by David .
|
return ( theme = bell , recipient = Emma , agent = David )
|
A rose was admired by Emma .
|
admire ( theme = rose , agent = Emma )
|
Alexander slept .
|
sleep ( agent = Alexander )
|
The drink was liked by Emma .
|
like ( theme = * drink , agent = Emma )
|
The donut was given to the teacher .
|
give ( theme = * donut , recipient = * teacher )
|
The raisin was given to the girl by Liam .
|
give ( theme = * raisin , recipient = * girl , agent = Liam )
|
A child lended the fly the ball beside the table .
|
lend ( agent = child , recipient = * fly , theme = * ball ( nmod . beside = * table ) )
|
A radio was burned by Ryan .
|
burn ( theme = radio , agent = Ryan )
|
William juggled the boy beside the road .
|
juggle ( agent = William , theme = * boy ( nmod . beside = * road ) )
|
A donut was improved by the girl .
|
improve ( theme = donut , agent = * girl )
|
A zebra enlarged Emma .
|
enlarge ( agent = zebra , theme = Emma )
|
The girl snapped the rose .
|
snap ( agent = * girl , theme = * rose )
|
A princess called .
|
call ( agent = princess )
|
A cake was returned to the butterfly .
|
return ( theme = cake , recipient = * butterfly )
|
A butterfly brought the rose to Natalie .
|
bring ( agent = butterfly , theme = * rose , recipient = Natalie )
|
A bell was admired .
|
admire ( theme = bell )
|
A jacket was given to Emma by Mason .
|
give ( theme = jacket , recipient = Emma , agent = Mason )
|
A boy hoped that the bird was brought the doll by Noah .
|
hope ( agent = boy , ccomp = bring ( recipient = * bird , theme = * doll , agent = Noah ) )
|
A girl was lended the cake by Noah .
|
lend ( recipient = girl , theme = * cake , agent = Noah )
|
The cake was posted to Layla .
|
post ( theme = * cake , recipient = Layla )
|
Ethan liked that a cake was painted by the guard .
|
like ( agent = Ethan , ccomp = paint ( theme = cake , agent = * guard ) )
|
Emma sent Harper a cake .
|
send ( agent = Emma , recipient = Harper , theme = cake )
|
A cake was posted to Liam .
|
post ( theme = cake , recipient = Liam )
|
A boy was given the donut by Emma .
|
give ( recipient = boy , theme = * donut , agent = Emma )
|
A horse rolled Liam .
|
roll ( agent = horse , theme = Liam )
|
The girl was given a bucket by a visitor .
|
give ( recipient = * girl , theme = bucket , agent = visitor )
|
A farmer split a box on a table .
|
split ( agent = farmer , theme = box ( nmod . on = table ) )
|
Elijah gave a pen to a girl .
|
give ( agent = Elijah , theme = pen , recipient = girl )
|
A ball was given to Olivia .
|
give ( theme = ball , recipient = Olivia )
|
The child proved that a cat lended the cake to the prince .
|
prove ( agent = * child , ccomp = lend ( agent = cat , theme = * cake , recipient = * prince ) )
|
Emma respected the frog in a house .
|
respect ( agent = Emma , theme = * frog ( nmod . in = house ) )
|
Henry doubled a sandwich .
|
double ( agent = Henry , theme = sandwich )
|
A girl cleaned a dog on a table .
|
clean ( agent = girl , theme = dog ( nmod . on = table ) )
|
Olivia slid .
|
slide ( theme = Olivia )
|
Emma handed the donkey a biscuit .
|
hand ( agent = Emma , recipient = * donkey , theme = biscuit )
|
Evelyn ate Liam .
|
eat ( agent = Evelyn , theme = Liam )
|
A cake was given to the queen by a guy .
|
give ( theme = cake , recipient = * queen , agent = guy )
|
Liam was offered a fig .
|
offer ( recipient = Liam , theme = fig )
|
The princess cooked .
|
cook ( agent = * princess )
|
A cake was forwarded to Liam by Olivia .
|
forward ( theme = cake , recipient = Liam , agent = Olivia )
|
The cookie was nursed by the girl .
|
nurse ( theme = * cookie , agent = * girl )
|
Mateo lended a cake to a professor .
|
lend ( agent = Mateo , theme = cake , recipient = professor )
|
Christopher ate .
|
eat ( agent = Christopher )
|
A zebra confessed that a cake was given to Liam by the frog .
|
confess ( agent = zebra , ccomp = give ( theme = cake , recipient = Liam , agent = * frog ) )
|
The cake was sent to a girl .
|
send ( theme = * cake , recipient = girl )
|
A game was split by Olivia .
|
split ( theme = game , agent = Olivia )
|
Joseph ate .
|
eat ( agent = Joseph )
|
The passenger noticed that Emma painted the girl .
|
notice ( agent = * passenger , ccomp = paint ( agent = Emma , theme = * girl ) )
|
Mila was given a cake on a chessboard .
|
give ( recipient = Mila , theme = cake ( nmod . on = chessboard ) )
|
Chloe craved to jog .
|
crave ( agent = Chloe , xcomp = jog ( agent = Chloe ) )
|
A hamburger was snapped by Emma .
|
snap ( theme = hamburger , agent = Emma )
|
A rose was noticed by a boy .
|
notice ( theme = rose , agent = boy )
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.