source
stringlengths 3
103
| target
stringlengths 3
172
|
---|---|
The girl froze a strawberry .
|
freeze ( agent = * girl , theme = strawberry )
|
A boy lended a girl a cookie .
|
lend ( agent = boy , recipient = girl , theme = cookie )
|
A strawberry was snapped .
|
snap ( theme = strawberry )
|
A strawberry was rolled by a girl .
|
roll ( theme = strawberry , agent = girl )
|
A raisin was shortened by Emma .
|
shorten ( theme = raisin , agent = Emma )
|
Noah expected to cook .
|
expect ( agent = Noah , xcomp = cook ( agent = Noah ) )
|
Noah rolled a donut .
|
roll ( agent = Noah , theme = donut )
|
A cake was given to a cat by Olivia .
|
give ( theme = cake , recipient = cat , agent = Olivia )
|
The cake was tossed by Amelia .
|
toss ( theme = * cake , agent = Amelia )
|
Lucas wanted to walk .
|
want ( agent = Lucas , xcomp = walk ( agent = Lucas ) )
|
The cookie was split .
|
split ( theme = * cookie )
|
Amelia froze a wolf beside the stage .
|
freeze ( agent = Amelia , theme = wolf ( nmod . beside = * stage ) )
|
A plant was stabbed .
|
stab ( theme = plant )
|
Emma hoped that the drink was adored .
|
hope ( agent = Emma , ccomp = adore ( theme = * drink ) )
|
The frog said that Emma talked .
|
say ( agent = * frog , ccomp = talk ( agent = Emma ) )
|
The box was eaten by Michael .
|
eat ( theme = * box , agent = Michael )
|
Carter frowned .
|
frown ( agent = Carter )
|
A boy walked .
|
walk ( agent = boy )
|
The girl was given the lollipop .
|
give ( recipient = * girl , theme = * lollipop )
|
The cake was handed to Emma .
|
hand ( theme = * cake , recipient = Emma )
|
The girl nursed a rose .
|
nurse ( agent = * girl , theme = rose )
|
The pillow was found .
|
find ( theme = * pillow )
|
The girl froze Noah .
|
freeze ( agent = * girl , theme = Noah )
|
Logan split .
|
split ( theme = Logan )
|
A boy was served the cake by the girl .
|
serve ( recipient = boy , theme = * cake , agent = * girl )
|
Liam was given the cake beside the bed on a seat .
|
give ( recipient = Liam , theme = * cake ( nmod . beside = * bed ( nmod . on = seat ) ) )
|
Oliver was sent a gumball .
|
send ( recipient = Oliver , theme = gumball )
|
A girl hunted the crocodile in a house .
|
hunt ( agent = girl , theme = * crocodile ( nmod . in = house ) )
|
A manager hoped that the cake was returned to the girl by Ava .
|
hope ( agent = manager , ccomp = return ( theme = * cake , recipient = * girl , agent = Ava ) )
|
A girl rolled a donut beside the nest .
|
roll ( agent = girl , theme = donut ( nmod . beside = * nest ) )
|
A lawyer wished that a cake rolled .
|
wish ( agent = lawyer , ccomp = roll ( theme = cake ) )
|
Emma lended the teacher a cake .
|
lend ( agent = Emma , recipient = * teacher , theme = cake )
|
The box was heard by Zoey .
|
hear ( theme = * box , agent = Zoey )
|
A fish meant to walk .
|
mean ( agent = fish , xcomp = walk ( agent = fish ) )
|
Emma painted .
|
paint ( agent = Emma )
|
A lawyer ate .
|
eat ( agent = lawyer )
|
William liked that a pumpkin was burned by the teacher .
|
like ( agent = William , ccomp = burn ( theme = pumpkin , agent = * teacher ) )
|
The ball was lended to Isabella by Emma .
|
lend ( theme = * ball , recipient = Isabella , agent = Emma )
|
A melon was given to the girl .
|
give ( theme = melon , recipient = * girl )
|
The donut was brought to Charlotte by Emma .
|
bring ( theme = * donut , recipient = Charlotte , agent = Emma )
|
A girl froze a game .
|
freeze ( agent = girl , theme = game )
|
Olivia was offered the cake by a girl .
|
offer ( recipient = Olivia , theme = * cake , agent = girl )
|
Liam preferred to sketch .
|
prefer ( agent = Liam , xcomp = sketch ( agent = Liam ) )
|
A girl thought that Emma gave Skylar the box .
|
think ( agent = girl , ccomp = give ( agent = Emma , recipient = Skylar , theme = * box ) )
|
The boy ate a doll in a palace in the room .
|
eat ( agent = * boy , theme = doll ( nmod . in = palace ( nmod . in = * room ) ) )
|
A cake was enlarged by Madison .
|
enlarge ( theme = cake , agent = Madison )
|
A teacher drew .
|
draw ( agent = teacher )
|
The shirt was burned .
|
burn ( theme = * shirt )
|
Emma declared that the lion juggled .
|
declare ( agent = Emma , ccomp = juggle ( agent = * lion ) )
|
The frog loaned the mandarin on the table to the girl .
|
loan ( agent = * frog , theme = * mandarin ( nmod . on = * table ) , recipient = * girl )
|
The cat gave Joshua the strawberry .
|
give ( agent = * cat , recipient = Joshua , theme = * strawberry )
|
A sandwich was held .
|
hold ( theme = sandwich )
|
Emma sold a girl a box .
|
sell ( agent = Emma , recipient = girl , theme = box )
|
The boy liked that Emma liked a dog in a room .
|
like ( agent = * boy , ccomp = like ( agent = Emma , theme = dog ( nmod . in = room ) ) )
|
The hamburger was given to a frog by Noah .
|
give ( theme = * hamburger , recipient = frog , agent = Noah )
|
The cake was found by a bee .
|
find ( theme = * cake , agent = bee )
|
The professor ate .
|
eat ( agent = * professor )
|
A pretzel was wired to a girl by a teacher .
|
wire ( theme = pretzel , recipient = girl , agent = teacher )
|
Emma dreamed that a donut was shortened by Liam .
|
dream ( agent = Emma , ccomp = shorten ( theme = donut , agent = Liam ) )
|
A host ate a bird on the bed .
|
eat ( agent = host , theme = bird ( nmod . on = * bed ) )
|
A girl liked a champion .
|
like ( agent = girl , theme = champion )
|
A squirrel fed the boy a sandwich .
|
feed ( agent = squirrel , recipient = * boy , theme = sandwich )
|
The cake was given to Emma by the monkey .
|
give ( theme = * cake , recipient = Emma , agent = * monkey )
|
The sandwich was held by a girl .
|
hold ( theme = * sandwich , agent = girl )
|
The girl painted the boy .
|
paint ( agent = * girl , theme = * boy )
|
Liam gave Olivia the drink beside the bed .
|
give ( agent = Liam , recipient = Olivia , theme = * drink ( nmod . beside = * bed ) )
|
Ava needed to paint .
|
need ( agent = Ava , xcomp = paint ( agent = Ava ) )
|
A child liked the cake .
|
like ( agent = child , theme = * cake )
|
The donut was slipped to the bee by Emma .
|
slip ( theme = * donut , recipient = * bee , agent = Emma )
|
The strawberry was offered to a girl .
|
offer ( theme = * strawberry , recipient = girl )
|
The glue was loved by Olivia .
|
love ( theme = * glue , agent = Olivia )
|
A donut was fed to the girl by Liam .
|
feed ( theme = donut , recipient = * girl , agent = Liam )
|
William gave the cake to the girl .
|
give ( agent = William , theme = * cake , recipient = * girl )
|
Emma liked a raisin on the plate .
|
like ( agent = Emma , theme = raisin ( nmod . on = * plate ) )
|
A girl liked that the cake was offered to Jaxon by the teacher .
|
like ( agent = girl , ccomp = offer ( theme = * cake , recipient = Jaxon , agent = * teacher ) )
|
The dog awarded a child a banana .
|
award ( agent = * dog , recipient = child , theme = banana )
|
The baby rolled the girl .
|
roll ( agent = * baby , theme = * girl )
|
Olivia valued a donut .
|
value ( agent = Olivia , theme = donut )
|
The baby gave a cookie on the corpse to Emma .
|
give ( agent = * baby , theme = cookie ( nmod . on = * corpse ) , recipient = Emma )
|
A cake was wired to the girl by Emma .
|
wire ( theme = cake , recipient = * girl , agent = Emma )
|
The melon was sold to Lincoln by a girl .
|
sell ( theme = * melon , recipient = Lincoln , agent = girl )
|
The bat floated .
|
float ( theme = * bat )
|
A crayon was grown .
|
grow ( theme = crayon )
|
A producer liked that the baby froze .
|
like ( agent = producer , ccomp = freeze ( theme = * baby ) )
|
Zoe offered the boy a box beside the tent .
|
offer ( agent = Zoe , recipient = * boy , theme = box ( nmod . beside = * tent ) )
|
The mouse shortened .
|
shorten ( theme = * mouse )
|
A cat gave a cake in the house to the dog .
|
give ( agent = cat , theme = cake ( nmod . in = * house ) , recipient = * dog )
|
The hamburger was helped by Emma .
|
help ( theme = * hamburger , agent = Emma )
|
A student snoozed .
|
snooze ( agent = student )
|
Henry gave a cat the drink .
|
give ( agent = Henry , recipient = cat , theme = * drink )
|
Emma was lended a donut .
|
lend ( recipient = Emma , theme = donut )
|
A cake was studied by the girl .
|
study ( theme = cake , agent = * girl )
|
William sketched the gumball in the room .
|
sketch ( agent = William , theme = * gumball ( nmod . in = * room ) )
|
Henry grew the girl .
|
grow ( agent = Henry , theme = * girl )
|
A chair rolled .
|
roll ( theme = chair )
|
The dog ate the cake in the house .
|
eat ( agent = * dog , theme = * cake ( nmod . in = * house ) )
|
Emma hunted the hat on a table .
|
hunt ( agent = Emma , theme = * hat ( nmod . on = table ) )
|
Ava wanted to dance .
|
want ( agent = Ava , xcomp = dance ( agent = Ava ) )
|
The cake was given to the girl by the cat .
|
give ( theme = * cake , recipient = * girl , agent = * cat )
|
A brain was thrown by Ava .
|
throw ( theme = brain , agent = Ava )
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.