source
stringlengths 3
103
| target
stringlengths 3
172
|
---|---|
Olivia touched a crocodile in the house beside the table .
|
touch ( agent = Olivia , theme = crocodile ( nmod . in = * house ( nmod . beside = * table ) ) )
|
Isabella liked that Elizabeth saw .
|
like ( agent = Isabella , ccomp = see ( agent = Elizabeth ) )
|
A hat rolled .
|
roll ( theme = hat )
|
Emma loaned a cake to Noah .
|
loan ( agent = Emma , theme = cake , recipient = Noah )
|
The pizza was drawn by a girl .
|
draw ( theme = * pizza , agent = girl )
|
Caleb slept .
|
sleep ( agent = Caleb )
|
The boy rolled the donut .
|
roll ( agent = * boy , theme = * donut )
|
A horse said that Emma respected that William ate .
|
say ( agent = horse , ccomp = respect ( agent = Emma , ccomp = eat ( agent = William ) ) )
|
Olivia cooked a donut .
|
cook ( agent = Olivia , theme = donut )
|
Emma confessed that the box was given to the friend by the pony .
|
confess ( agent = Emma , ccomp = give ( theme = * box , recipient = * friend , agent = * pony ) )
|
The drink was shortened .
|
shorten ( theme = * drink )
|
Ella smiled .
|
smile ( agent = Ella )
|
A cake was given to the boy by a turtle .
|
give ( theme = cake , recipient = * boy , agent = turtle )
|
The cat snapped Sebastian .
|
snap ( agent = * cat , theme = Sebastian )
|
The cake was drawn .
|
draw ( theme = * cake )
|
A donut was hunted by Liam .
|
hunt ( theme = donut , agent = Liam )
|
The boy burned .
|
burn ( theme = * boy )
|
A muffin was given to a boy .
|
give ( theme = muffin , recipient = boy )
|
A newspaper was given to Olivia .
|
give ( theme = newspaper , recipient = Olivia )
|
Jackson rolled the cake on the table .
|
roll ( agent = Jackson , theme = * cake ( nmod . on = * table ) )
|
Addison was slipped a cake beside a whale by a bird .
|
slip ( recipient = Addison , theme = cake ( nmod . beside = whale ) , agent = bird )
|
Emma liked a cookie in the room .
|
like ( agent = Emma , theme = cookie ( nmod . in = * room ) )
|
The girl painted Ava .
|
paint ( agent = * girl , theme = Ava )
|
William painted the beer in the glass .
|
paint ( agent = William , theme = * beer ( nmod . in = * glass ) )
|
A cookie was drawn .
|
draw ( theme = cookie )
|
A basket was mailed to a bird .
|
mail ( theme = basket , recipient = bird )
|
Emma grew Mia .
|
grow ( agent = Emma , theme = Mia )
|
A cookie was sent to the cat .
|
send ( theme = cookie , recipient = * cat )
|
Liam gave Mila the raisin in a box beside the chair .
|
give ( agent = Liam , recipient = Mila , theme = * raisin ( nmod . in = box ( nmod . beside = * chair ) ) )
|
Emma was given a box in the cafe by Joseph .
|
give ( recipient = Emma , theme = box ( nmod . in = * cafe ) , agent = Joseph )
|
The donut was returned to Dylan .
|
return ( theme = * donut , recipient = Dylan )
|
The director offered a cake to a butterfly .
|
offer ( agent = * director , theme = cake , recipient = butterfly )
|
A cake was snapped by Ryan .
|
snap ( theme = cake , agent = Ryan )
|
Olivia was lended the block in a house by a boy .
|
lend ( recipient = Olivia , theme = * block ( nmod . in = house ) , agent = boy )
|
A mouse was lended a yogurt beside a cup by the girl .
|
lend ( recipient = mouse , theme = yogurt ( nmod . beside = cup ) , agent = * girl )
|
A guard was rented the bean on a stage by Isabella .
|
rent ( recipient = guard , theme = * bean ( nmod . on = stage ) , agent = Isabella )
|
Elizabeth was given a towel beside the book in the can by the girl .
|
give ( recipient = Elizabeth , theme = towel ( nmod . beside = * book ( nmod . in = * can ) ) , agent = * girl )
|
Abigail rolled James .
|
roll ( agent = Abigail , theme = James )
|
A sailor gave a melon beside the tree to the girl .
|
give ( agent = sailor , theme = melon ( nmod . beside = * tree ) , recipient = * girl )
|
William liked that Emma cooked .
|
like ( agent = William , ccomp = cook ( agent = Emma ) )
|
A teacher gave Ryan the strawberry on a bed .
|
give ( agent = teacher , recipient = Ryan , theme = * strawberry ( nmod . on = bed ) )
|
A cat promised a raisin to Mason .
|
promise ( agent = cat , theme = raisin , recipient = Mason )
|
The sailor rolled the pupil on the paper .
|
roll ( agent = * sailor , theme = * pupil ( nmod . on = * paper ) )
|
A cake was eaten by Logan .
|
eat ( theme = cake , agent = Logan )
|
A leaf was burned .
|
burn ( theme = leaf )
|
Jackson tried to walk .
|
try ( agent = Jackson , xcomp = walk ( agent = Jackson ) )
|
Emma was mailed a box beside a table .
|
mail ( recipient = Emma , theme = box ( nmod . beside = table ) )
|
The girl liked a cat .
|
like ( agent = * girl , theme = cat )
|
A pumpkin was adored .
|
adore ( theme = pumpkin )
|
A nail was helped by a soldier .
|
help ( theme = nail , agent = soldier )
|
Ava was given a potato .
|
give ( recipient = Ava , theme = potato )
|
Emma gave a jacket beside a computer to Mila .
|
give ( agent = Emma , theme = jacket ( nmod . beside = computer ) , recipient = Mila )
|
The baby rolled the girl on the table .
|
roll ( agent = * baby , theme = * girl ( nmod . on = * table ) )
|
The melon was returned to Olivia by Charlotte .
|
return ( theme = * melon , recipient = Olivia , agent = Charlotte )
|
A box was posted to Oliver by the moose .
|
post ( theme = box , recipient = Oliver , agent = * moose )
|
Olivia liked the girl .
|
like ( agent = Olivia , theme = * girl )
|
The donut was disintegrated .
|
disintegrate ( theme = * donut )
|
A box was valued .
|
value ( theme = box )
|
A child itched to sketch .
|
itch ( agent = child , xcomp = sketch ( agent = child ) )
|
Ava wished to sketch .
|
wish ( agent = Ava , xcomp = sketch ( agent = Ava ) )
|
A hen hoped that the donut was given to Liam by Emma .
|
hope ( agent = hen , ccomp = give ( theme = * donut , recipient = Liam , agent = Emma ) )
|
Liam noticed that a mouse ate the donut .
|
notice ( agent = Liam , ccomp = eat ( agent = mouse , theme = * donut ) )
|
Liam said that Emma liked the rose on the trampoline .
|
say ( agent = Liam , ccomp = like ( agent = Emma , theme = * rose ( nmod . on = * trampoline ) ) )
|
The fly was wired the towel beside the crystal by a girl .
|
wire ( recipient = * fly , theme = * towel ( nmod . beside = * crystal ) , agent = girl )
|
Emma noticed Grayson .
|
notice ( agent = Emma , theme = Grayson )
|
Leo was given the cake in the room .
|
give ( recipient = Leo , theme = * cake ( nmod . in = * room ) )
|
A sheep hoped that the girl helped the donut in the house .
|
hope ( agent = sheep , ccomp = help ( agent = * girl , theme = * donut ( nmod . in = * house ) ) )
|
A drink was eaten by Zoe .
|
eat ( theme = drink , agent = Zoe )
|
The guitar was decomposed .
|
decompose ( theme = * guitar )
|
William liked that the cake was helped .
|
like ( agent = William , ccomp = help ( theme = * cake ) )
|
The rose was liked by the prisoner .
|
like ( theme = * rose , agent = * prisoner )
|
A cake was nursed by Liam .
|
nurse ( theme = cake , agent = Liam )
|
The frog missed the mirror in the car on the booklet .
|
miss ( agent = * frog , theme = * mirror ( nmod . in = * car ( nmod . on = * booklet ) ) )
|
The cake was found by a princess .
|
find ( theme = * cake , agent = princess )
|
The cow lended the girl a button on the speaker .
|
lend ( agent = * cow , recipient = * girl , theme = button ( nmod . on = * speaker ) )
|
A patient observed Olivia .
|
observe ( agent = patient , theme = Olivia )
|
The cat ate a game .
|
eat ( agent = * cat , theme = game )
|
The guest returned Leo a pumpkin beside the table .
|
return ( agent = * guest , recipient = Leo , theme = pumpkin ( nmod . beside = * table ) )
|
The nail was sold to Liam by the dog .
|
sell ( theme = * nail , recipient = Liam , agent = * dog )
|
The game was sold to a giraffe by Owen .
|
sell ( theme = * game , recipient = giraffe , agent = Owen )
|
Wyatt liked that Ava was posted the cookie on the table by Emma .
|
like ( agent = Wyatt , ccomp = post ( recipient = Ava , theme = * cookie ( nmod . on = * table ) , agent = Emma ) )
|
A cake was given to a baby .
|
give ( theme = cake , recipient = baby )
|
The block was tossed by Charlotte .
|
toss ( theme = * block , agent = Charlotte )
|
A girl changed a bear .
|
change ( agent = girl , theme = bear )
|
A shell was found .
|
find ( theme = shell )
|
A deer nursed Emma .
|
nurse ( agent = deer , theme = Emma )
|
The cookie was liked by Liam .
|
like ( theme = * cookie , agent = Liam )
|
Ethan valued the donut on the stage .
|
value ( agent = Ethan , theme = * donut ( nmod . on = * stage ) )
|
The girl confessed that Emma slept .
|
confess ( agent = * girl , ccomp = sleep ( agent = Emma ) )
|
The cake was given to the dog by the boy .
|
give ( theme = * cake , recipient = * dog , agent = * boy )
|
Olivia rolled a dog on the table .
|
roll ( agent = Olivia , theme = dog ( nmod . on = * table ) )
|
A pupil ate a cookie in a house .
|
eat ( agent = pupil , theme = cookie ( nmod . in = house ) )
|
Liam gave the girl a donut .
|
give ( agent = Liam , recipient = * girl , theme = donut )
|
A girl proved that Olivia gave Emma the raisin .
|
prove ( agent = girl , ccomp = give ( agent = Olivia , recipient = Emma , theme = * raisin ) )
|
Owen was given the cake by a citizen .
|
give ( recipient = Owen , theme = * cake , agent = citizen )
|
The girl called a gumball .
|
call ( agent = * girl , theme = gumball )
|
The friend was sold a melon by Abigail .
|
sell ( recipient = * friend , theme = melon , agent = Abigail )
|
A basket was frozen .
|
freeze ( theme = basket )
|
The game was rolled .
|
roll ( theme = * game )
|
A tiger was given the block on the seat .
|
give ( recipient = tiger , theme = * block ( nmod . on = * seat ) )
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.