source
stringlengths 3
103
| target
stringlengths 3
172
|
---|---|
The girl offered a cake in the cup beside a torch to Alexander .
|
offer ( agent = * girl , theme = cake ( nmod . in = * cup ( nmod . beside = torch ) ) , recipient = Alexander )
|
A frog ate a sweetcorn in a pile .
|
eat ( agent = frog , theme = sweetcorn ( nmod . in = pile ) )
|
A donut was eaten by a boy .
|
eat ( theme = donut , agent = boy )
|
The cake was loved by Aubrey .
|
love ( theme = * cake , agent = Aubrey )
|
Liam forwarded the girl the donut .
|
forward ( agent = Liam , recipient = * girl , theme = * donut )
|
A girl helped the cake on the rack .
|
help ( agent = girl , theme = * cake ( nmod . on = * rack ) )
|
A girl was sold the cake .
|
sell ( recipient = girl , theme = * cake )
|
Emma floated Alexander .
|
float ( agent = Emma , theme = Alexander )
|
A girl sold the cookie to Charlotte .
|
sell ( agent = girl , theme = * cookie , recipient = Charlotte )
|
The fig was liked .
|
like ( theme = * fig )
|
Hazel cried .
|
cry ( agent = Hazel )
|
The jacket was held .
|
hold ( theme = * jacket )
|
The girl changed a sandwich beside the table .
|
change ( agent = * girl , theme = sandwich ( nmod . beside = * table ) )
|
Emma gave a landlord the box in a house .
|
give ( agent = Emma , recipient = landlord , theme = * box ( nmod . in = house ) )
|
The balloon was painted by a boy .
|
paint ( theme = * balloon , agent = boy )
|
A girl liked the raisin .
|
like ( agent = girl , theme = * raisin )
|
The pancake was passed to Charlotte by Noah .
|
pass ( theme = * pancake , recipient = Charlotte , agent = Noah )
|
The monkey posted a pen to the spokesman .
|
post ( agent = * monkey , theme = pen , recipient = * spokesman )
|
The pretzel was doubled .
|
double ( theme = * pretzel )
|
The cake was lended to a dog by Emma .
|
lend ( theme = * cake , recipient = dog , agent = Emma )
|
A rose was given to a pig .
|
give ( theme = rose , recipient = pig )
|
A baby liked the strawberry beside the tree .
|
like ( agent = baby , theme = * strawberry ( nmod . beside = * tree ) )
|
The donut was painted by Elizabeth .
|
paint ( theme = * donut , agent = Elizabeth )
|
The girl adored a donut .
|
adore ( agent = * girl , theme = donut )
|
The glue was offered to the boy .
|
offer ( theme = * glue , recipient = * boy )
|
The box was held by Charlotte .
|
hold ( theme = * box , agent = Charlotte )
|
The dog mailed Liam a ball .
|
mail ( agent = * dog , recipient = Liam , theme = ball )
|
The box was dusted .
|
dust ( theme = * box )
|
The girl was lended the balloon by Harper .
|
lend ( recipient = * girl , theme = * balloon , agent = Harper )
|
A cat brought Emma the cookie .
|
bring ( agent = cat , recipient = Emma , theme = * cookie )
|
A raisin was improved by a friend .
|
improve ( theme = raisin , agent = friend )
|
The watch was rolled .
|
roll ( theme = * watch )
|
A cat floated .
|
float ( theme = cat )
|
Emma needed to talk .
|
need ( agent = Emma , xcomp = talk ( agent = Emma ) )
|
A melon was disintegrated .
|
disintegrate ( theme = melon )
|
Asher shortened a dog .
|
shorten ( agent = Asher , theme = dog )
|
The girl was lended a cake beside a table .
|
lend ( recipient = * girl , theme = cake ( nmod . beside = table ) )
|
A cake was frozen by a child .
|
freeze ( theme = cake , agent = child )
|
Natalie mailed the cake to Emma .
|
mail ( agent = Natalie , theme = * cake , recipient = Emma )
|
A boy rented the biscuit to Olivia .
|
rent ( agent = boy , theme = * biscuit , recipient = Olivia )
|
Charlotte was given the cake on a table .
|
give ( recipient = Charlotte , theme = * cake ( nmod . on = table ) )
|
The girl wanted to giggle .
|
want ( agent = * girl , xcomp = giggle ( agent = * girl ) )
|
The dog changed the wolf beside the table .
|
change ( agent = * dog , theme = * wolf ( nmod . beside = * table ) )
|
The cake was wired to the boy .
|
wire ( theme = * cake , recipient = * boy )
|
The cookie was doubled .
|
double ( theme = * cookie )
|
James noticed that Olivia liked the raisin .
|
notice ( agent = James , ccomp = like ( agent = Olivia , theme = * raisin ) )
|
The cookie was eaten by Luna .
|
eat ( theme = * cookie , agent = Luna )
|
Noah was brought a potato on a device by Thomas .
|
bring ( recipient = Noah , theme = potato ( nmod . on = device ) , agent = Thomas )
|
A leaf was offered to Avery .
|
offer ( theme = leaf , recipient = Avery )
|
A cake was frozen by the cat .
|
freeze ( theme = cake , agent = * cat )
|
A flag was burned by a prisoner .
|
burn ( theme = flag , agent = prisoner )
|
Emma awarded a bird the drink on the stool .
|
award ( agent = Emma , recipient = bird , theme = * drink ( nmod . on = * stool ) )
|
Emma liked that the teacher ate .
|
like ( agent = Emma , ccomp = eat ( agent = * teacher ) )
|
A pen was given to the cat .
|
give ( theme = pen , recipient = * cat )
|
The bee thought that a rose was decomposed by Liam .
|
think ( agent = * bee , ccomp = decompose ( theme = rose , agent = Liam ) )
|
A girl rolled the hat .
|
roll ( agent = girl , theme = * hat )
|
Emma said that the cake inflated .
|
say ( agent = Emma , ccomp = inflate ( theme = * cake ) )
|
A girl talked .
|
talk ( agent = girl )
|
Emma heard a strawberry .
|
hear ( agent = Emma , theme = strawberry )
|
A cake was snapped .
|
snap ( theme = cake )
|
Emma adored the pumpkin .
|
adore ( agent = Emma , theme = * pumpkin )
|
William was lended the raisin by the dog .
|
lend ( recipient = William , theme = * raisin , agent = * dog )
|
Ava returned a cake to Emma .
|
return ( agent = Ava , theme = cake , recipient = Emma )
|
The teacher forwarded the strawberry to a girl .
|
forward ( agent = * teacher , theme = * strawberry , recipient = girl )
|
Oliver awarded the boy the shell .
|
award ( agent = Oliver , recipient = * boy , theme = * shell )
|
A plant was painted .
|
paint ( theme = plant )
|
Isabella rolled .
|
roll ( theme = Isabella )
|
The cat burned a cake on a road .
|
burn ( agent = * cat , theme = cake ( nmod . on = road ) )
|
The cake was shortened by Addison .
|
shorten ( theme = * cake , agent = Addison )
|
A donut was disintegrated by William .
|
disintegrate ( theme = donut , agent = William )
|
The child lended a banana in a pit to the boy .
|
lend ( agent = * child , theme = banana ( nmod . in = pit ) , recipient = * boy )
|
Aiden sold Liam a cookie .
|
sell ( agent = Aiden , recipient = Liam , theme = cookie )
|
A girl lended the donut on the computer to Logan .
|
lend ( agent = girl , theme = * donut ( nmod . on = * computer ) , recipient = Logan )
|
A rose was liked by a teacher .
|
like ( theme = rose , agent = teacher )
|
A cake was awarded to Liam .
|
award ( theme = cake , recipient = Liam )
|
The donut was found by the baby .
|
find ( theme = * donut , agent = * baby )
|
The nail was packed .
|
pack ( theme = * nail )
|
The hammer was rolled .
|
roll ( theme = * hammer )
|
The boy nursed a ball beside a table .
|
nurse ( agent = * boy , theme = ball ( nmod . beside = table ) )
|
A donut was promised to a girl .
|
promise ( theme = donut , recipient = girl )
|
Sebastian dreamed that a melon was eaten .
|
dream ( agent = Sebastian , ccomp = eat ( theme = melon ) )
|
The bat was posted to Olivia .
|
post ( theme = * bat , recipient = Olivia )
|
Amelia returned the horse the cake .
|
return ( agent = Amelia , recipient = * horse , theme = * cake )
|
Emma liked that the ring was eaten by the cat .
|
like ( agent = Emma , ccomp = eat ( theme = * ring , agent = * cat ) )
|
William painted a cake .
|
paint ( agent = William , theme = cake )
|
The girl painted a cake on the table .
|
paint ( agent = * girl , theme = cake ( nmod . on = * table ) )
|
A tool was liked by Lincoln .
|
like ( theme = tool , agent = Lincoln )
|
A dog loved to cook .
|
love ( agent = dog , xcomp = cook ( agent = dog ) )
|
Liam liked that Lucas cleaned .
|
like ( agent = Liam , ccomp = clean ( agent = Lucas ) )
|
Wyatt painted .
|
paint ( agent = Wyatt )
|
The coin was liked by the child .
|
like ( theme = * coin , agent = * child )
|
The boy rolled a bowl .
|
roll ( agent = * boy , theme = bowl )
|
Oliver liked that Noah discovered a boy .
|
like ( agent = Oliver , ccomp = discover ( agent = Noah , theme = boy ) )
|
The strawberry was loved .
|
love ( theme = * strawberry )
|
James offered a balloon beside the table to a dog .
|
offer ( agent = James , theme = balloon ( nmod . beside = * table ) , recipient = dog )
|
The mandarin was eaten .
|
eat ( theme = * mandarin )
|
The spoon was seen by the girl .
|
see ( theme = * spoon , agent = * girl )
|
The customer liked that a pig believed that a donut was liked by the girl .
|
like ( agent = * customer , ccomp = believe ( agent = pig , ccomp = like ( theme = donut , agent = * girl ) ) )
|
The baby was offered a donut beside the table by Noah .
|
offer ( recipient = * baby , theme = donut ( nmod . beside = * table ) , agent = Noah )
|
Olivia lended a politician a game beside a cup in a room .
|
lend ( agent = Olivia , recipient = politician , theme = game ( nmod . beside = cup ( nmod . in = room ) ) )
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.