source
stringlengths 3
103
| target
stringlengths 3
172
|
---|---|
Mason liked the cake .
|
like ( agent = Mason , theme = * cake )
|
A shoe was liked .
|
like ( theme = shoe )
|
The pancake was lended to Olivia by Nathan .
|
lend ( theme = * pancake , recipient = Olivia , agent = Nathan )
|
A wine was shortened by a bear .
|
shorten ( theme = wine , agent = bear )
|
A pizza was eaten .
|
eat ( theme = pizza )
|
A teacher was wired the cake by Ellie .
|
wire ( recipient = teacher , theme = * cake , agent = Ellie )
|
A pretzel was helped .
|
help ( theme = pretzel )
|
The turkey laughed .
|
laugh ( agent = * turkey )
|
Jacob lended a girl the cookie .
|
lend ( agent = Jacob , recipient = girl , theme = * cookie )
|
A rose was burned .
|
burn ( theme = rose )
|
The horse gave the drink to a girl .
|
give ( agent = * horse , theme = * drink , recipient = girl )
|
Sophia was lended the yogurt on the table by a frog .
|
lend ( recipient = Sophia , theme = * yogurt ( nmod . on = * table ) , agent = frog )
|
A cake was rolled by Aubrey .
|
roll ( theme = cake , agent = Aubrey )
|
A cow smiled .
|
smile ( agent = cow )
|
The boy rolled the cake .
|
roll ( agent = * boy , theme = * cake )
|
Emily nursed .
|
nurse ( agent = Emily )
|
A chicken ate the sandwich beside a table .
|
eat ( agent = chicken , theme = * sandwich ( nmod . beside = table ) )
|
A donut was brought to Emma .
|
bring ( theme = donut , recipient = Emma )
|
James preferred to sleep .
|
prefer ( agent = James , xcomp = sleep ( agent = James ) )
|
A teacher liked the cake in the house .
|
like ( agent = teacher , theme = * cake ( nmod . in = * house ) )
|
The chicken sold a cake to Olivia .
|
sell ( agent = * chicken , theme = cake , recipient = Olivia )
|
A giraffe gave Liam the brain .
|
give ( agent = giraffe , recipient = Liam , theme = * brain )
|
The girl gave a cat the cookie in a cabinet .
|
give ( agent = * girl , recipient = cat , theme = * cookie ( nmod . in = cabinet ) )
|
The liver was given to a girl .
|
give ( theme = * liver , recipient = girl )
|
The cookie was liked by Isabella .
|
like ( theme = * cookie , agent = Isabella )
|
A girl served the weapon to Emma .
|
serve ( agent = girl , theme = * weapon , recipient = Emma )
|
Ava was forwarded the cake .
|
forward ( recipient = Ava , theme = * cake )
|
Sophia saw a cookie .
|
see ( agent = Sophia , theme = cookie )
|
The brush was mailed to Liam by the girl .
|
mail ( theme = * brush , recipient = Liam , agent = * girl )
|
Emma was passed the cake on the stage by Evelyn .
|
pass ( recipient = Emma , theme = * cake ( nmod . on = * stage ) , agent = Evelyn )
|
Noah returned a cookie on the stage to a boy .
|
return ( agent = Noah , theme = cookie ( nmod . on = * stage ) , recipient = boy )
|
Scarlett heard a friend on a stage .
|
hear ( agent = Scarlett , theme = friend ( nmod . on = stage ) )
|
Theodore helped a drink beside the house .
|
help ( agent = Theodore , theme = drink ( nmod . beside = * house ) )
|
A baby proved that the sandwich was liked .
|
prove ( agent = baby , ccomp = like ( theme = * sandwich ) )
|
Olivia reddened the biscuit beside a stage .
|
redden ( agent = Olivia , theme = * biscuit ( nmod . beside = stage ) )
|
A dog cooked the cookie .
|
cook ( agent = dog , theme = * cookie )
|
A girl ate Samuel .
|
eat ( agent = girl , theme = Samuel )
|
James liked Harper .
|
like ( agent = James , theme = Harper )
|
Mateo disintegrated .
|
disintegrate ( theme = Mateo )
|
A cake was brought to the girl by Emma .
|
bring ( theme = cake , recipient = * girl , agent = Emma )
|
The girl wished to investigate .
|
wish ( agent = * girl , xcomp = investigate ( agent = * girl ) )
|
A cake was nursed .
|
nurse ( theme = cake )
|
The boy painted the cookie in the envelope .
|
paint ( agent = * boy , theme = * cookie ( nmod . in = * envelope ) )
|
A hero was given a cake on the chair by the boy .
|
give ( recipient = hero , theme = cake ( nmod . on = * chair ) , agent = * boy )
|
The girl gave Mia a donut .
|
give ( agent = * girl , recipient = Mia , theme = donut )
|
The boy tossed Logan .
|
toss ( agent = * boy , theme = Logan )
|
A rose was tolerated .
|
tolerate ( theme = rose )
|
The molecule was appreciated .
|
appreciate ( theme = * molecule )
|
The cookie was given to the landlord .
|
give ( theme = * cookie , recipient = * landlord )
|
A bottle was crumpled .
|
crumple ( theme = bottle )
|
A duck hoped that Addison ate .
|
hope ( agent = duck , ccomp = eat ( agent = Addison ) )
|
The pumpkin was touched by a mouse .
|
touch ( theme = * pumpkin , agent = mouse )
|
A girl believed that Emma slid .
|
believe ( agent = girl , ccomp = slide ( theme = Emma ) )
|
William was slipped a cake on the box in the sink by Olivia .
|
slip ( recipient = William , theme = cake ( nmod . on = * box ( nmod . in = * sink ) ) , agent = Olivia )
|
Noah hated to walk .
|
hate ( agent = Noah , xcomp = walk ( agent = Noah ) )
|
The dog liked that Harper saw a drink .
|
like ( agent = * dog , ccomp = see ( agent = Harper , theme = drink ) )
|
The clock was given to William .
|
give ( theme = * clock , recipient = William )
|
Olivia painted the donut on a table .
|
paint ( agent = Olivia , theme = * donut ( nmod . on = table ) )
|
The dog said that a balloon was admired by Emma .
|
say ( agent = * dog , ccomp = admire ( theme = balloon , agent = Emma ) )
|
The bat was lended to Emma .
|
lend ( theme = * bat , recipient = Emma )
|
The pencil was poked by Liam .
|
poke ( theme = * pencil , agent = Liam )
|
A girl gave Emma the needle .
|
give ( agent = girl , recipient = Emma , theme = * needle )
|
The box was found by a bee .
|
find ( theme = * box , agent = bee )
|
The boy hoped that a donut was eaten by Liam .
|
hope ( agent = * boy , ccomp = eat ( theme = donut , agent = Liam ) )
|
Emma gave Isabella a box .
|
give ( agent = Emma , recipient = Isabella , theme = box )
|
Andrew ate .
|
eat ( agent = Andrew )
|
Liam slipped a donut beside a foreigner in a hole to Oliver .
|
slip ( agent = Liam , theme = donut ( nmod . beside = foreigner ( nmod . in = hole ) ) , recipient = Oliver )
|
Amelia was wired a cake beside a table by a duck .
|
wire ( recipient = Amelia , theme = cake ( nmod . beside = table ) , agent = duck )
|
A toothbrush was loaned to a girl by Liam .
|
loan ( theme = toothbrush , recipient = girl , agent = Liam )
|
Isabella poked a donut .
|
poke ( agent = Isabella , theme = donut )
|
The rose was found by the girl .
|
find ( theme = * rose , agent = * girl )
|
Liam supported that the scientist ate a student beside the stage .
|
support ( agent = Liam , ccomp = eat ( agent = * scientist , theme = student ( nmod . beside = * stage ) ) )
|
Liam liked a girl beside the table .
|
like ( agent = Liam , theme = girl ( nmod . beside = * table ) )
|
The cake was floated by Emily .
|
float ( theme = * cake , agent = Emily )
|
The cat painted .
|
paint ( agent = * cat )
|
A girl gave William the cake .
|
give ( agent = girl , recipient = William , theme = * cake )
|
Emma liked that Ava called .
|
like ( agent = Emma , ccomp = call ( agent = Ava ) )
|
The teacher napped .
|
nap ( agent = * teacher )
|
The crayon was frozen by the baby .
|
freeze ( theme = * crayon , agent = * baby )
|
The boy sold a zebra a melon in the house .
|
sell ( agent = * boy , recipient = zebra , theme = melon ( nmod . in = * house ) )
|
The pencil was studied .
|
study ( theme = * pencil )
|
Sophia liked the girl on the table .
|
like ( agent = Sophia , theme = * girl ( nmod . on = * table ) )
|
Liam was given a donut .
|
give ( recipient = Liam , theme = donut )
|
A boy decomposed a girl .
|
decompose ( agent = boy , theme = girl )
|
The girl hoped that the molecule was split .
|
hope ( agent = * girl , ccomp = split ( theme = * molecule ) )
|
A consumer rolled Emma .
|
roll ( agent = consumer , theme = Emma )
|
Emma missed the raisin beside a trainee beside a table .
|
miss ( agent = Emma , theme = * raisin ( nmod . beside = trainee ( nmod . beside = table ) ) )
|
A bucket was loved .
|
love ( theme = bucket )
|
Eleanor was sold the cake .
|
sell ( recipient = Eleanor , theme = * cake )
|
Ava collapsed Amelia .
|
collapse ( agent = Ava , theme = Amelia )
|
A girl liked the donut .
|
like ( agent = girl , theme = * donut )
|
Olivia liked that Ava sold the ball beside the road to Emma .
|
like ( agent = Olivia , ccomp = sell ( agent = Ava , theme = * ball ( nmod . beside = * road ) , recipient = Emma ) )
|
Harper gave the donut in the house to Penelope .
|
give ( agent = Harper , theme = * donut ( nmod . in = * house ) , recipient = Penelope )
|
The girl teleported Liam the cookie .
|
teleport ( agent = * girl , recipient = Liam , theme = * cookie )
|
Emma was slipped a cake by the girl .
|
slip ( recipient = Emma , theme = cake , agent = * girl )
|
The raisin was helped by Emma .
|
help ( theme = * raisin , agent = Emma )
|
A father was given the fig in a house .
|
give ( recipient = father , theme = * fig ( nmod . in = house ) )
|
Liam liked that a fig was rolled by the duck .
|
like ( agent = Liam , ccomp = roll ( theme = fig , agent = * duck ) )
|
A girl gave Emma the cake on the table .
|
give ( agent = girl , recipient = Emma , theme = * cake ( nmod . on = * table ) )
|
The friend nursed .
|
nurse ( agent = * friend )
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.