source
stringlengths 3
103
| target
stringlengths 3
172
|
---|---|
A can was juggled by a girl .
|
juggle ( theme = can , agent = girl )
|
A turtle gave a girl the potato .
|
give ( agent = turtle , recipient = girl , theme = * potato )
|
Emma sold a box to the boy .
|
sell ( agent = Emma , theme = box , recipient = * boy )
|
The cake was helped by the customer .
|
help ( theme = * cake , agent = * customer )
|
A baby rolled a cake .
|
roll ( agent = baby , theme = cake )
|
A girl liked that the dealer noticed that a student cleaned .
|
like ( agent = girl , ccomp = notice ( agent = * dealer , ccomp = clean ( agent = student ) ) )
|
A knife was given to a girl .
|
give ( theme = knife , recipient = girl )
|
Liam returned a flower to Emma .
|
return ( agent = Liam , theme = flower , recipient = Emma )
|
Brooklyn helped a cake .
|
help ( agent = Brooklyn , theme = cake )
|
A bottle was frozen .
|
freeze ( theme = bottle )
|
The beer was floated by Emma .
|
float ( theme = * beer , agent = Emma )
|
A strawberry was eaten by Emma .
|
eat ( theme = strawberry , agent = Emma )
|
The cake was drawn by the boy .
|
draw ( theme = * cake , agent = * boy )
|
The cake was given to Ava by Elijah .
|
give ( theme = * cake , recipient = Ava , agent = Elijah )
|
The king was lended a cake beside a bag .
|
lend ( recipient = * king , theme = cake ( nmod . beside = bag ) )
|
The cake was painted by a lamb .
|
paint ( theme = * cake , agent = lamb )
|
The donut was eaten by Lily .
|
eat ( theme = * donut , agent = Lily )
|
Logan ate the cake in the bush on the sofa .
|
eat ( agent = Logan , theme = * cake ( nmod . in = * bush ( nmod . on = * sofa ) ) )
|
The cake was investigated by a girl .
|
investigate ( theme = * cake , agent = girl )
|
The professor shortened Anthony .
|
shorten ( agent = * professor , theme = Anthony )
|
The nail was liked by a boy .
|
like ( theme = * nail , agent = boy )
|
A block was given to Emma .
|
give ( theme = block , recipient = Emma )
|
Liam snored .
|
snore ( agent = Liam )
|
Liam gave the mouse the donut on the stage .
|
give ( agent = Liam , recipient = * mouse , theme = * donut ( nmod . on = * stage ) )
|
The bee declared that Emma nursed .
|
declare ( agent = * bee , ccomp = nurse ( agent = Emma ) )
|
The cake was rolled by a mouse .
|
roll ( theme = * cake , agent = mouse )
|
A pickle was found .
|
find ( theme = pickle )
|
A hero gave the guy a rose in the house .
|
give ( agent = hero , recipient = * guy , theme = rose ( nmod . in = * house ) )
|
The fruit was offered to the girl by Scarlett .
|
offer ( theme = * fruit , recipient = * girl , agent = Scarlett )
|
The girl froze a bear beside the table .
|
freeze ( agent = * girl , theme = bear ( nmod . beside = * table ) )
|
The pancake was helped .
|
help ( theme = * pancake )
|
The strawberry was given to a frog .
|
give ( theme = * strawberry , recipient = frog )
|
Violet liked that the donkey sneezed .
|
like ( agent = Violet , ccomp = sneeze ( agent = * donkey ) )
|
The dog was given a cake beside a table by Olivia .
|
give ( recipient = * dog , theme = cake ( nmod . beside = table ) , agent = Olivia )
|
The baby grew .
|
grow ( theme = * baby )
|
A donkey sold Emma a cookie .
|
sell ( agent = donkey , recipient = Emma , theme = cookie )
|
A boy gave a cookie to a girl .
|
give ( agent = boy , theme = cookie , recipient = girl )
|
Emma was given a cake in a box by a child .
|
give ( recipient = Emma , theme = cake ( nmod . in = box ) , agent = child )
|
James walked .
|
walk ( agent = James )
|
A bowl was rolled .
|
roll ( theme = bowl )
|
Charlotte changed a box .
|
change ( agent = Charlotte , theme = box )
|
Mila wanted to call .
|
want ( agent = Mila , xcomp = call ( agent = Mila ) )
|
A cake was frozen by William .
|
freeze ( theme = cake , agent = William )
|
Ava drew .
|
draw ( agent = Ava )
|
A baby missed the cake beside a stage beside a table .
|
miss ( agent = baby , theme = * cake ( nmod . beside = stage ( nmod . beside = table ) ) )
|
Hazel gave Noah the scarf .
|
give ( agent = Hazel , recipient = Noah , theme = * scarf )
|
Aria passed the cake in a puddle to the dog .
|
pass ( agent = Aria , theme = * cake ( nmod . in = puddle ) , recipient = * dog )
|
James smiled .
|
smile ( agent = James )
|
The cake was hunted by Liam .
|
hunt ( theme = * cake , agent = Liam )
|
The doctor ate a girl .
|
eat ( agent = * doctor , theme = girl )
|
A box was eaten by a tiger .
|
eat ( theme = box , agent = tiger )
|
Olivia liked that a child said that the girl liked a boy on a plate .
|
like ( agent = Olivia , ccomp = say ( agent = child , ccomp = like ( agent = * girl , theme = boy ( nmod . on = plate ) ) ) )
|
The potato was decomposed by Emma .
|
decompose ( theme = * potato , agent = Emma )
|
The donut was passed to Michael .
|
pass ( theme = * donut , recipient = Michael )
|
Emma ate Eleanor .
|
eat ( agent = Emma , theme = Eleanor )
|
The mouse was rented a cookie .
|
rent ( recipient = * mouse , theme = cookie )
|
A cake was rolled by a wolf .
|
roll ( theme = cake , agent = wolf )
|
A cake was sold to the dog by the girl .
|
sell ( theme = cake , recipient = * dog , agent = * girl )
|
The baby rolled Emma .
|
roll ( agent = * baby , theme = Emma )
|
Emma crumpled a cake .
|
crumple ( agent = Emma , theme = cake )
|
A cookie was served to the buyer by a dog .
|
serve ( theme = cookie , recipient = * buyer , agent = dog )
|
Gabriel rolled the girl .
|
roll ( agent = Gabriel , theme = * girl )
|
The cat craved to call .
|
crave ( agent = * cat , xcomp = call ( agent = * cat ) )
|
The boy cleaned a cake .
|
clean ( agent = * boy , theme = cake )
|
A turkey wanted to walk .
|
want ( agent = turkey , xcomp = walk ( agent = turkey ) )
|
A cake was examined by Emma .
|
examine ( theme = cake , agent = Emma )
|
Isabella was given a pickle by Emma .
|
give ( recipient = Isabella , theme = pickle , agent = Emma )
|
A shell was frozen by Emma .
|
freeze ( theme = shell , agent = Emma )
|
A dog grew a cookie beside a table .
|
grow ( agent = dog , theme = cookie ( nmod . beside = table ) )
|
The cup was eaten by Emma .
|
eat ( theme = * cup , agent = Emma )
|
The melon was lended to Olivia .
|
lend ( theme = * melon , recipient = Olivia )
|
Liam threw a pumpkin .
|
throw ( agent = Liam , theme = pumpkin )
|
Olivia burned a muffin on a bed .
|
burn ( agent = Olivia , theme = muffin ( nmod . on = bed ) )
|
The bat was crumpled .
|
crumple ( theme = * bat )
|
A fish ate a watch .
|
eat ( agent = fish , theme = watch )
|
A dog adored the melon on the glacier .
|
adore ( agent = dog , theme = * melon ( nmod . on = * glacier ) )
|
A cookie was hunted by Ava .
|
hunt ( theme = cookie , agent = Ava )
|
Emma was given the donut by a teacher .
|
give ( recipient = Emma , theme = * donut , agent = teacher )
|
The lion posted Emma a cake .
|
post ( agent = * lion , recipient = Emma , theme = cake )
|
A cake was nursed by a boy .
|
nurse ( theme = cake , agent = boy )
|
Matthew poked Emma .
|
poke ( agent = Matthew , theme = Emma )
|
Violet rolled a manager beside a table .
|
roll ( agent = Violet , theme = manager ( nmod . beside = table ) )
|
The cake was fed to a crocodile by a girl .
|
feed ( theme = * cake , recipient = crocodile , agent = girl )
|
A rose was lended to Brooklyn .
|
lend ( theme = rose , recipient = Brooklyn )
|
The pancake was given to Anthony by the girl .
|
give ( theme = * pancake , recipient = Anthony , agent = * girl )
|
The balloon was cooked by Emma .
|
cook ( theme = * balloon , agent = Emma )
|
The block rolled .
|
roll ( theme = * block )
|
Luke promised the girl the cake .
|
promise ( agent = Luke , recipient = * girl , theme = * cake )
|
Liam froze Jackson .
|
freeze ( agent = Liam , theme = Jackson )
|
Aria liked that a girl ran .
|
like ( agent = Aria , ccomp = run ( agent = girl ) )
|
The tenant drew the cake beside a flower .
|
draw ( agent = * tenant , theme = * cake ( nmod . beside = flower ) )
|
A cat fed Liam a cake in the house .
|
feed ( agent = cat , recipient = Liam , theme = cake ( nmod . in = * house ) )
|
A guitar burned .
|
burn ( theme = guitar )
|
A baby poked a donut on the bed .
|
poke ( agent = baby , theme = donut ( nmod . on = * bed ) )
|
The boy sketched .
|
sketch ( agent = * boy )
|
A baby valued Noah .
|
value ( agent = baby , theme = Noah )
|
The boy liked that a raisin was dusted by the girl .
|
like ( agent = * boy , ccomp = dust ( theme = raisin , agent = * girl ) )
|
A baby froze a cookie beside the table .
|
freeze ( agent = baby , theme = cookie ( nmod . beside = * table ) )
|
The cookie was handed to a girl .
|
hand ( theme = * cookie , recipient = girl )
|
The boy ate a chair .
|
eat ( agent = * boy , theme = chair )
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.