source
stringlengths 3
103
| target
stringlengths 3
172
|
---|---|
Emma preferred to nap .
|
prefer ( agent = Emma , xcomp = nap ( agent = Emma ) )
|
The dog froze the donut on a stage .
|
freeze ( agent = * dog , theme = * donut ( nmod . on = stage ) )
|
The strawberry was given to the bear .
|
give ( theme = * strawberry , recipient = * bear )
|
A fish laughed .
|
laugh ( agent = fish )
|
The dog gave Ethan a brush on a table .
|
give ( agent = * dog , recipient = Ethan , theme = brush ( nmod . on = table ) )
|
A cake burned .
|
burn ( theme = cake )
|
The citizen talked .
|
talk ( agent = * citizen )
|
A cookie was frozen by the child .
|
freeze ( theme = cookie , agent = * child )
|
Sophia was given a banana by the girl .
|
give ( recipient = Sophia , theme = banana , agent = * girl )
|
A mirror was loved by Noah .
|
love ( theme = mirror , agent = Noah )
|
Liam hoped that a girl improved .
|
hope ( agent = Liam , ccomp = improve ( theme = girl ) )
|
Noah liked that the melon floated .
|
like ( agent = Noah , ccomp = float ( theme = * melon ) )
|
A box was lended to Olivia .
|
lend ( theme = box , recipient = Olivia )
|
The sweetcorn was given to Liam by Aurora .
|
give ( theme = * sweetcorn , recipient = Liam , agent = Aurora )
|
The hen wanted to investigate .
|
want ( agent = * hen , xcomp = investigate ( agent = * hen ) )
|
A bunny froze Ava .
|
freeze ( agent = bunny , theme = Ava )
|
The cookie was worshipped .
|
worship ( theme = * cookie )
|
A mother slept .
|
sleep ( agent = mother )
|
Emma returned a professor the ball beside a table .
|
return ( agent = Emma , recipient = professor , theme = * ball ( nmod . beside = table ) )
|
Emma gave the giraffe a spoon beside the chair .
|
give ( agent = Emma , recipient = * giraffe , theme = spoon ( nmod . beside = * chair ) )
|
Matthew liked that Noah froze .
|
like ( agent = Matthew , ccomp = freeze ( theme = Noah ) )
|
The girl rented a cup to Emma .
|
rent ( agent = * girl , theme = cup , recipient = Emma )
|
The crocodile was offered the cake .
|
offer ( recipient = * crocodile , theme = * cake )
|
Charlotte slept .
|
sleep ( agent = Charlotte )
|
A cookie was eaten by Zoe .
|
eat ( theme = cookie , agent = Zoe )
|
The politician lended the teacher a seed .
|
lend ( agent = * politician , recipient = * teacher , theme = seed )
|
The ring was shortened .
|
shorten ( theme = * ring )
|
The jigsaw was eaten by a girl .
|
eat ( theme = * jigsaw , agent = girl )
|
The boy was given the pen in the house .
|
give ( recipient = * boy , theme = * pen ( nmod . in = * house ) )
|
Claire was brought a cookie by Emma .
|
bring ( recipient = Claire , theme = cookie , agent = Emma )
|
Mia cleaned the boy beside a table .
|
clean ( agent = Mia , theme = * boy ( nmod . beside = table ) )
|
Liam gave a dog the cake in the room .
|
give ( agent = Liam , recipient = dog , theme = * cake ( nmod . in = * room ) )
|
Mia painted .
|
paint ( agent = Mia )
|
A balloon was admired by Aiden .
|
admire ( theme = balloon , agent = Aiden )
|
The cat sold a cake beside a lion to Avery .
|
sell ( agent = * cat , theme = cake ( nmod . beside = lion ) , recipient = Avery )
|
Liam cooked the horse .
|
cook ( agent = Liam , theme = * horse )
|
Emma meant to nap .
|
mean ( agent = Emma , xcomp = nap ( agent = Emma ) )
|
Ava cooked a boy .
|
cook ( agent = Ava , theme = boy )
|
Jayden floated a child on a stage .
|
float ( agent = Jayden , theme = child ( nmod . on = stage ) )
|
The boy studied a baby on the table beside the warrior .
|
study ( agent = * boy , theme = baby ( nmod . on = * table ( nmod . beside = * warrior ) ) )
|
The girl inflated .
|
inflate ( theme = * girl )
|
The girl respected a game .
|
respect ( agent = * girl , theme = game )
|
Emma was given a mandarin on the plate by the girl .
|
give ( recipient = Emma , theme = mandarin ( nmod . on = * plate ) , agent = * girl )
|
The boy disintegrated the cake on the cloth .
|
disintegrate ( agent = * boy , theme = * cake ( nmod . on = * cloth ) )
|
Emma liked a girl beside the poster .
|
like ( agent = Emma , theme = girl ( nmod . beside = * poster ) )
|
Olivia served the girl a tool beside the road .
|
serve ( agent = Olivia , recipient = * girl , theme = tool ( nmod . beside = * road ) )
|
The melon shortened .
|
shorten ( theme = * melon )
|
A donut was given to Victoria .
|
give ( theme = donut , recipient = Victoria )
|
The butterfly ate .
|
eat ( agent = * butterfly )
|
A fruit was drawn .
|
draw ( theme = fruit )
|
Liam helped a weapon in the room .
|
help ( agent = Liam , theme = weapon ( nmod . in = * room ) )
|
The cat wished to sleep .
|
wish ( agent = * cat , xcomp = sleep ( agent = * cat ) )
|
Oliver laughed .
|
laugh ( agent = Oliver )
|
The rose was found by Liam .
|
find ( theme = * rose , agent = Liam )
|
The donut was sold to Emma .
|
sell ( theme = * donut , recipient = Emma )
|
Olivia said that the cake froze .
|
say ( agent = Olivia , ccomp = freeze ( theme = * cake ) )
|
The girl gave a strawberry on a desk to Emma .
|
give ( agent = * girl , theme = strawberry ( nmod . on = desk ) , recipient = Emma )
|
Avery was sold the melon .
|
sell ( recipient = Avery , theme = * melon )
|
The butterfly believed that Emma handed a cake to Joshua .
|
believe ( agent = * butterfly , ccomp = hand ( agent = Emma , theme = cake , recipient = Joshua ) )
|
A cookie was touched by the duck .
|
touch ( theme = cookie , agent = * duck )
|
William wished that a cake slid .
|
wish ( agent = William , ccomp = slide ( theme = cake ) )
|
The girl floated a balloon beside the chair .
|
float ( agent = * girl , theme = balloon ( nmod . beside = * chair ) )
|
The cake was sold to Sophia by Emma .
|
sell ( theme = * cake , recipient = Sophia , agent = Emma )
|
Isabella held a rose .
|
hold ( agent = Isabella , theme = rose )
|
Emma handed a donut to Harper .
|
hand ( agent = Emma , theme = donut , recipient = Harper )
|
A bat was juggled .
|
juggle ( theme = bat )
|
A baby painted a boy on a chair on a road .
|
paint ( agent = baby , theme = boy ( nmod . on = chair ( nmod . on = road ) ) )
|
William sent a hen the cake in a house .
|
send ( agent = William , recipient = hen , theme = * cake ( nmod . in = house ) )
|
Emma hoped that Jacob ate .
|
hope ( agent = Emma , ccomp = eat ( agent = Jacob ) )
|
A cat lended a girl a cake on a coffin .
|
lend ( agent = cat , recipient = girl , theme = cake ( nmod . on = coffin ) )
|
Emma sent Isabella the sandwich in a room .
|
send ( agent = Emma , recipient = Isabella , theme = * sandwich ( nmod . in = room ) )
|
Hazel rolled .
|
roll ( theme = Hazel )
|
The bottle was liked .
|
like ( theme = * bottle )
|
Liam proved that the box was given to Ava .
|
prove ( agent = Liam , ccomp = give ( theme = * box , recipient = Ava ) )
|
A dog declared that the cookie was enlarged .
|
declare ( agent = dog , ccomp = enlarge ( theme = * cookie ) )
|
A girl was handed the book in a house .
|
hand ( recipient = girl , theme = * book ( nmod . in = house ) )
|
The basket was given to a girl by William .
|
give ( theme = * basket , recipient = girl , agent = William )
|
A brick was rolled by Liam .
|
roll ( theme = brick , agent = Liam )
|
The cat liked that Emma expected to dance .
|
like ( agent = * cat , ccomp = expect ( agent = Emma , xcomp = dance ( agent = Emma ) ) )
|
The pen was burned by a hero .
|
burn ( theme = * pen , agent = hero )
|
The radio was lended to the dog by Charlotte .
|
lend ( theme = * radio , recipient = * dog , agent = Charlotte )
|
Jacob painted a girl .
|
paint ( agent = Jacob , theme = girl )
|
A sandwich was burned by a girl .
|
burn ( theme = sandwich , agent = girl )
|
Emma liked that a dealer ate .
|
like ( agent = Emma , ccomp = eat ( agent = dealer ) )
|
The balloon was admired by the baby .
|
admire ( theme = * balloon , agent = * baby )
|
A biscuit was lended to Liam by Mia .
|
lend ( theme = biscuit , recipient = Liam , agent = Mia )
|
Charlotte painted Jacob .
|
paint ( agent = Charlotte , theme = Jacob )
|
A biscuit was found by Liam .
|
find ( theme = biscuit , agent = Liam )
|
A ball was passed to the girl .
|
pass ( theme = ball , recipient = * girl )
|
The pretzel was slid .
|
slide ( theme = * pretzel )
|
A teacher nursed Emma .
|
nurse ( agent = teacher , theme = Emma )
|
A monkey was posted a cake on a table .
|
post ( recipient = monkey , theme = cake ( nmod . on = table ) )
|
Emma was slipped the cake .
|
slip ( recipient = Emma , theme = * cake )
|
A bunny loved to cook .
|
love ( agent = bunny , xcomp = cook ( agent = bunny ) )
|
The wolf was sold the bat .
|
sell ( recipient = * wolf , theme = * bat )
|
The pupil heard a donut .
|
hear ( agent = * pupil , theme = donut )
|
The girl wanted to read .
|
want ( agent = * girl , xcomp = read ( agent = * girl ) )
|
The cookie was given to Liam .
|
give ( theme = * cookie , recipient = Liam )
|
The donut was helped by Elijah .
|
help ( theme = * donut , agent = Elijah )
|
A girl imagined that a baby decomposed .
|
imagine ( agent = girl , ccomp = decompose ( theme = baby ) )
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.