source
stringlengths 3
103
| target
stringlengths 3
172
|
---|---|
A bottle was adored .
|
adore ( theme = bottle )
|
The girl investigated the purse .
|
investigate ( agent = * girl , theme = * purse )
|
A donut was adored .
|
adore ( theme = donut )
|
Ava gave Mia a mirror .
|
give ( agent = Ava , recipient = Mia , theme = mirror )
|
Elijah wanted to walk .
|
want ( agent = Elijah , xcomp = walk ( agent = Elijah ) )
|
Emma was given a cake .
|
give ( recipient = Emma , theme = cake )
|
The boy frowned .
|
frown ( agent = * boy )
|
The boy loaned a girl a drink .
|
loan ( agent = * boy , recipient = girl , theme = drink )
|
Emma hoped that Oliver was lended a donut .
|
hope ( agent = Emma , ccomp = lend ( recipient = Oliver , theme = donut ) )
|
A father preferred to run .
|
prefer ( agent = father , xcomp = run ( agent = father ) )
|
The consumer wanted to run .
|
want ( agent = * consumer , xcomp = run ( agent = * consumer ) )
|
A girl liked the duck beside the table in a house .
|
like ( agent = girl , theme = * duck ( nmod . beside = * table ( nmod . in = house ) ) )
|
Bella wanted to eat .
|
want ( agent = Bella , xcomp = eat ( agent = Bella ) )
|
Emma forwarded a girl the cookie .
|
forward ( agent = Emma , recipient = girl , theme = * cookie )
|
Zoe drew .
|
draw ( agent = Zoe )
|
The hero split .
|
split ( theme = * hero )
|
Liam offered Olivia the soap on a table .
|
offer ( agent = Liam , recipient = Olivia , theme = * soap ( nmod . on = table ) )
|
The kitty nursed .
|
nurse ( agent = * kitty )
|
William found Joseph .
|
find ( agent = William , theme = Joseph )
|
Emma painted a cake beside the surgeon .
|
paint ( agent = Emma , theme = cake ( nmod . beside = * surgeon ) )
|
The cake was offered to a customer by Isaac .
|
offer ( theme = * cake , recipient = customer , agent = Isaac )
|
James liked the teacher .
|
like ( agent = James , theme = * teacher )
|
Madison packed .
|
pack ( agent = Madison )
|
A bunny dusted the crocodile .
|
dust ( agent = bunny , theme = * crocodile )
|
The boy noticed that the cookie was poked by Isabella .
|
notice ( agent = * boy , ccomp = poke ( theme = * cookie , agent = Isabella ) )
|
A journalist thought that the rose was enlarged by a girl .
|
think ( agent = journalist , ccomp = enlarge ( theme = * rose , agent = girl ) )
|
The shoe was burned by the cat .
|
burn ( theme = * shoe , agent = * cat )
|
Eleanor tried to sketch .
|
try ( agent = Eleanor , xcomp = sketch ( agent = Eleanor ) )
|
A turtle lended the block in the house to Liam .
|
lend ( agent = turtle , theme = * block ( nmod . in = * house ) , recipient = Liam )
|
The pizza was called .
|
call ( theme = * pizza )
|
A goose gave the cake in a house on the notebook to Emma .
|
give ( agent = goose , theme = * cake ( nmod . in = house ( nmod . on = * notebook ) ) , recipient = Emma )
|
A cake was lended to the deer .
|
lend ( theme = cake , recipient = * deer )
|
The dog was given a shirt by a boy .
|
give ( recipient = * dog , theme = shirt , agent = boy )
|
The monster laughed .
|
laugh ( agent = * monster )
|
The cup was liked by Dylan .
|
like ( theme = * cup , agent = Dylan )
|
The boy gasped .
|
gasp ( agent = * boy )
|
Liam sent the child a cake on the table .
|
send ( agent = Liam , recipient = * child , theme = cake ( nmod . on = * table ) )
|
A box was touched by Olivia .
|
touch ( theme = box , agent = Olivia )
|
Aria gave a cake to Isaac .
|
give ( agent = Aria , theme = cake , recipient = Isaac )
|
A cake was sold to the wolf .
|
sell ( theme = cake , recipient = * wolf )
|
Ava floated .
|
float ( theme = Ava )
|
A doll was liked .
|
like ( theme = doll )
|
Emma was lended the box beside a flower .
|
lend ( recipient = Emma , theme = * box ( nmod . beside = flower ) )
|
A dog slept .
|
sleep ( agent = dog )
|
A weapon was shortened .
|
shorten ( theme = weapon )
|
A strawberry was given to Ava by Emma .
|
give ( theme = strawberry , recipient = Ava , agent = Emma )
|
The donut was offered to Dylan .
|
offer ( theme = * donut , recipient = Dylan )
|
Anthony improved a cookie on the rag .
|
improve ( agent = Anthony , theme = cookie ( nmod . on = * rag ) )
|
The book was promised to the boy .
|
promise ( theme = * book , recipient = * boy )
|
A boy was sent a ring in the garden .
|
send ( recipient = boy , theme = ring ( nmod . in = * garden ) )
|
The strawberry was lended to a baby .
|
lend ( theme = * strawberry , recipient = baby )
|
Liam gave a girl a bowl .
|
give ( agent = Liam , recipient = girl , theme = bowl )
|
A girl liked that a cookie was frozen .
|
like ( agent = girl , ccomp = freeze ( theme = cookie ) )
|
A sandwich broke .
|
break ( theme = sandwich )
|
The bat was brought to Emma by a giraffe .
|
bring ( theme = * bat , recipient = Emma , agent = giraffe )
|
The rose was given to the monster by Liam .
|
give ( theme = * rose , recipient = * monster , agent = Liam )
|
The girl was given the cake by Chloe .
|
give ( recipient = * girl , theme = * cake , agent = Chloe )
|
Mason laughed .
|
laugh ( agent = Mason )
|
The girl liked the cat .
|
like ( agent = * girl , theme = * cat )
|
A boy declared that the cake was held by Jacob .
|
declare ( agent = boy , ccomp = hold ( theme = * cake , agent = Jacob ) )
|
A pretzel was stabbed by a dog .
|
stab ( theme = pretzel , agent = dog )
|
A game was sketched .
|
sketch ( theme = game )
|
A cat hunted .
|
hunt ( agent = cat )
|
A knife was rolled .
|
roll ( theme = knife )
|
A box was given to a king by Olivia .
|
give ( theme = box , recipient = king , agent = Olivia )
|
The governor packed .
|
pack ( agent = * governor )
|
The boy gave Julian a cookie on a stage .
|
give ( agent = * boy , recipient = Julian , theme = cookie ( nmod . on = stage ) )
|
The raisin was burned by Olivia .
|
burn ( theme = * raisin , agent = Olivia )
|
A rose was split .
|
split ( theme = rose )
|
Emma sold the turkey a box .
|
sell ( agent = Emma , recipient = * turkey , theme = box )
|
The donut was hunted .
|
hunt ( theme = * donut )
|
Liam needed to sleep .
|
need ( agent = Liam , xcomp = sleep ( agent = Liam ) )
|
The girl respected that Emma poked a director .
|
respect ( agent = * girl , ccomp = poke ( agent = Emma , theme = director ) )
|
A glue was tossed .
|
toss ( theme = glue )
|
A drink was shortened by a girl .
|
shorten ( theme = drink , agent = girl )
|
A cake was found by the professor .
|
find ( theme = cake , agent = * professor )
|
The fig rolled .
|
roll ( theme = * fig )
|
The donut was given to Ava .
|
give ( theme = * donut , recipient = Ava )
|
The hen intended to walk .
|
intend ( agent = * hen , xcomp = walk ( agent = * hen ) )
|
Emma lended a girl the donut .
|
lend ( agent = Emma , recipient = girl , theme = * donut )
|
A teacher sneezed .
|
sneeze ( agent = teacher )
|
Caleb respected the game on the cabinet beside the bed .
|
respect ( agent = Caleb , theme = * game ( nmod . on = * cabinet ( nmod . beside = * bed ) ) )
|
The baby discovered a cake .
|
discover ( agent = * baby , theme = cake )
|
A cake was rolled by Emma .
|
roll ( theme = cake , agent = Emma )
|
A girl improved a patient .
|
improve ( agent = girl , theme = patient )
|
The cake slid .
|
slide ( theme = * cake )
|
Olivia expected that Noah believed that Emma rolled a cake .
|
expect ( agent = Olivia , ccomp = believe ( agent = Noah , ccomp = roll ( agent = Emma , theme = cake ) ) )
|
A boy meant to smirk .
|
mean ( agent = boy , xcomp = smirk ( agent = boy ) )
|
The cake was respected by the dog .
|
respect ( theme = * cake , agent = * dog )
|
The drink was noticed .
|
notice ( theme = * drink )
|
James adored the cookie in the house .
|
adore ( agent = James , theme = * cookie ( nmod . in = * house ) )
|
The strawberry was rolled .
|
roll ( theme = * strawberry )
|
The sweetcorn was liked .
|
like ( theme = * sweetcorn )
|
A girl lended Emma a cake .
|
lend ( agent = girl , recipient = Emma , theme = cake )
|
Emma rolled a cake .
|
roll ( agent = Emma , theme = cake )
|
A girl noticed a cookie .
|
notice ( agent = girl , theme = cookie )
|
Emma gave the donut to a buyer .
|
give ( agent = Emma , theme = * donut , recipient = buyer )
|
Mason cooked .
|
cook ( agent = Mason )
|
A liver was admired by a boy .
|
admire ( theme = liver , agent = boy )
|
The bird loaned Ava a cake in a cage .
|
loan ( agent = * bird , recipient = Ava , theme = cake ( nmod . in = cage ) )
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.