source
stringlengths 3
103
| target
stringlengths 3
172
|
---|---|
The donut was liked by the child .
|
like ( theme = * donut , agent = * child )
|
The book was grown by Emma .
|
grow ( theme = * book , agent = Emma )
|
Thomas was given a cake .
|
give ( recipient = Thomas , theme = cake )
|
The cake was fed to the girl by Emma .
|
feed ( theme = * cake , recipient = * girl , agent = Emma )
|
The drink was painted by Isabella .
|
paint ( theme = * drink , agent = Isabella )
|
Matthew missed Emma .
|
miss ( agent = Matthew , theme = Emma )
|
The creature rolled .
|
roll ( theme = * creature )
|
A donut was given to a child .
|
give ( theme = donut , recipient = child )
|
A cat was sold the bell beside a book by Emma .
|
sell ( recipient = cat , theme = * bell ( nmod . beside = book ) , agent = Emma )
|
Harper gave a fruit to a teacher .
|
give ( agent = Harper , theme = fruit , recipient = teacher )
|
Isabella lended the cake to the girl .
|
lend ( agent = Isabella , theme = * cake , recipient = * girl )
|
The cat planned to eat .
|
plan ( agent = * cat , xcomp = eat ( agent = * cat ) )
|
William lended James the cake .
|
lend ( agent = William , recipient = James , theme = * cake )
|
The liver slid .
|
slide ( theme = * liver )
|
A cake was mailed to the girl by the cat .
|
mail ( theme = cake , recipient = * girl , agent = * cat )
|
The cookie was painted by the girl .
|
paint ( theme = * cookie , agent = * girl )
|
A girl was promised the cake by a monkey .
|
promise ( recipient = girl , theme = * cake , agent = monkey )
|
A scarf was sold to Elizabeth by Liam .
|
sell ( theme = scarf , recipient = Elizabeth , agent = Liam )
|
The ball was helped .
|
help ( theme = * ball )
|
The balloon was worshipped by a poet .
|
worship ( theme = * balloon , agent = poet )
|
Leah gave a cake to Emma .
|
give ( agent = Leah , theme = cake , recipient = Emma )
|
The knife was liked by Olivia .
|
like ( theme = * knife , agent = Olivia )
|
Noah crumpled a president .
|
crumple ( agent = Noah , theme = president )
|
A girl rolled a dog .
|
roll ( agent = girl , theme = dog )
|
A chalk was cooked .
|
cook ( theme = chalk )
|
Victoria posted the banana in the china in a house to Emma .
|
post ( agent = Victoria , theme = * banana ( nmod . in = * china ( nmod . in = house ) ) , recipient = Emma )
|
A cookie was loved by a giraffe .
|
love ( theme = cookie , agent = giraffe )
|
A scarf was adored by the girl .
|
adore ( theme = scarf , agent = * girl )
|
A wine was hunted .
|
hunt ( theme = wine )
|
A baby hated to hunt .
|
hate ( agent = baby , xcomp = hunt ( agent = baby ) )
|
A can was cooked .
|
cook ( theme = can )
|
A purse was crumpled .
|
crumple ( theme = purse )
|
A donut was sold to Emma by a girl .
|
sell ( theme = donut , recipient = Emma , agent = girl )
|
A cat was fed a ball beside the dragon by Emma .
|
feed ( recipient = cat , theme = ball ( nmod . beside = * dragon ) , agent = Emma )
|
A cake was investigated by a boy .
|
investigate ( theme = cake , agent = boy )
|
Mason inflated .
|
inflate ( theme = Mason )
|
A girl gave a donut to the cat .
|
give ( agent = girl , theme = donut , recipient = * cat )
|
Noah drew the donut .
|
draw ( agent = Noah , theme = * donut )
|
A toy was juggled by Emma .
|
juggle ( theme = toy , agent = Emma )
|
The boy slid the girl .
|
slide ( agent = * boy , theme = * girl )
|
The girl posted Emma the cake beside the table .
|
post ( agent = * girl , recipient = Emma , theme = * cake ( nmod . beside = * table ) )
|
The crayon was hunted .
|
hunt ( theme = * crayon )
|
A child ate the girl .
|
eat ( agent = child , theme = * girl )
|
A box was decomposed by the baby .
|
decompose ( theme = box , agent = * baby )
|
Olivia shortened .
|
shorten ( theme = Olivia )
|
Liam ate a cake .
|
eat ( agent = Liam , theme = cake )
|
The cake was given to the girl by the cow .
|
give ( theme = * cake , recipient = * girl , agent = * cow )
|
Olivia cooked the girl on a coffin .
|
cook ( agent = Olivia , theme = * girl ( nmod . on = coffin ) )
|
The donut was rented to a girl by a monkey .
|
rent ( theme = * donut , recipient = girl , agent = monkey )
|
The box snapped .
|
snap ( theme = * box )
|
The girl ate the driver .
|
eat ( agent = * girl , theme = * driver )
|
A rose was appreciated .
|
appreciate ( theme = rose )
|
Liam offered Emma a box .
|
offer ( agent = Liam , recipient = Emma , theme = box )
|
The girl proved that the rose was cleaned by the child .
|
prove ( agent = * girl , ccomp = clean ( theme = * rose , agent = * child ) )
|
The girl snapped the cake on a table .
|
snap ( agent = * girl , theme = * cake ( nmod . on = table ) )
|
The drink was painted .
|
paint ( theme = * drink )
|
Mia was given a donut on the computer beside a book by Emma .
|
give ( recipient = Mia , theme = donut ( nmod . on = * computer ( nmod . beside = book ) ) , agent = Emma )
|
The baby wished that Noah disintegrated the girl on a computer .
|
wish ( agent = * baby , ccomp = disintegrate ( agent = Noah , theme = * girl ( nmod . on = computer ) ) )
|
A flower was returned to the girl .
|
return ( theme = flower , recipient = * girl )
|
The cat gave the gumball on a table to Sebastian .
|
give ( agent = * cat , theme = * gumball ( nmod . on = table ) , recipient = Sebastian )
|
Charlotte investigated Michael .
|
investigate ( agent = Charlotte , theme = Michael )
|
The towel was liked by a wolf .
|
like ( theme = * towel , agent = wolf )
|
Sophia was given the box in a house in a garden by Lily .
|
give ( recipient = Sophia , theme = * box ( nmod . in = house ( nmod . in = garden ) ) , agent = Lily )
|
Emma was lended a sweetcorn beside the book by Skylar .
|
lend ( recipient = Emma , theme = sweetcorn ( nmod . beside = * book ) , agent = Skylar )
|
The donut was floated by the girl .
|
float ( theme = * donut , agent = * girl )
|
A dog returned Victoria a cake .
|
return ( agent = dog , recipient = Victoria , theme = cake )
|
A patient lended the cake in the bin to a girl .
|
lend ( agent = patient , theme = * cake ( nmod . in = * bin ) , recipient = girl )
|
Charlotte tolerated Emma .
|
tolerate ( agent = Charlotte , theme = Emma )
|
A raisin was grown by a bear .
|
grow ( theme = raisin , agent = bear )
|
A frog lended a drink beside a stage to the horse .
|
lend ( agent = frog , theme = drink ( nmod . beside = stage ) , recipient = * horse )
|
The cake was poked by Liam .
|
poke ( theme = * cake , agent = Liam )
|
Anthony was given a donut beside a table .
|
give ( recipient = Anthony , theme = donut ( nmod . beside = table ) )
|
The soldier rolled a donut .
|
roll ( agent = * soldier , theme = donut )
|
A cake was decomposed by Noah .
|
decompose ( theme = cake , agent = Noah )
|
Olivia said that a mouse missed Emma .
|
say ( agent = Olivia , ccomp = miss ( agent = mouse , theme = Emma ) )
|
stab
|
stab
|
Liam was given the cake by a bunny .
|
give ( recipient = Liam , theme = * cake , agent = bunny )
|
A visitor tried to sleep .
|
try ( agent = visitor , xcomp = sleep ( agent = visitor ) )
|
The bowl was frozen .
|
freeze ( theme = * bowl )
|
The drink was liked by the dog .
|
like ( theme = * drink , agent = * dog )
|
The ring was frozen by Joseph .
|
freeze ( theme = * ring , agent = Joseph )
|
Emma rolled Liam .
|
roll ( agent = Emma , theme = Liam )
|
The girl noticed that Alexander was offered the cookie on a rag by a soldier .
|
notice ( agent = * girl , ccomp = offer ( recipient = Alexander , theme = * cookie ( nmod . on = rag ) , agent = soldier ) )
|
A girl grew the prince .
|
grow ( agent = girl , theme = * prince )
|
The donut was cooked by Owen .
|
cook ( theme = * donut , agent = Owen )
|
The girl was given the liver on the table .
|
give ( recipient = * girl , theme = * liver ( nmod . on = * table ) )
|
Sophia hoped to sleep .
|
hope ( agent = Sophia , xcomp = sleep ( agent = Sophia ) )
|
The bear cried .
|
cry ( agent = * bear )
|
A cake was fed to the professor by the dog .
|
feed ( theme = cake , recipient = * professor , agent = * dog )
|
Lucas appreciated that the boy giggled .
|
appreciate ( agent = Lucas , ccomp = giggle ( agent = * boy ) )
|
A human believed that a cake was rolled .
|
believe ( agent = human , ccomp = roll ( theme = cake ) )
|
The bird napped .
|
nap ( agent = * bird )
|
A donut was painted by Elizabeth .
|
paint ( theme = donut , agent = Elizabeth )
|
The drink was rolled by the fish .
|
roll ( theme = * drink , agent = * fish )
|
A cat handed the cake to Isabella .
|
hand ( agent = cat , theme = * cake , recipient = Isabella )
|
Olivia tried to run .
|
try ( agent = Olivia , xcomp = run ( agent = Olivia ) )
|
A boy lended Mia the rose .
|
lend ( agent = boy , recipient = Mia , theme = * rose )
|
A girl sold Evelyn a pancake .
|
sell ( agent = girl , recipient = Evelyn , theme = pancake )
|
A sandwich was wired to James by Emma .
|
wire ( theme = sandwich , recipient = James , agent = Emma )
|
A cat wished that the girl smiled .
|
wish ( agent = cat , ccomp = smile ( agent = * girl ) )
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.