source
stringlengths 3
103
| target
stringlengths 3
172
|
---|---|
A cookie was lended to the girl by Noah .
|
lend ( theme = cookie , recipient = * girl , agent = Noah )
|
A present was floated .
|
float ( theme = present )
|
The baby cooked .
|
cook ( agent = * baby )
|
Noah meant to run .
|
mean ( agent = Noah , xcomp = run ( agent = Noah ) )
|
The cookie was eaten by Evelyn .
|
eat ( theme = * cookie , agent = Evelyn )
|
The box was cleaned by Liam .
|
clean ( theme = * box , agent = Liam )
|
Liam dreamed that the boy was lended a melon in a house .
|
dream ( agent = Liam , ccomp = lend ( recipient = * boy , theme = melon ( nmod . in = house ) ) )
|
Ava planned to dust .
|
plan ( agent = Ava , xcomp = dust ( agent = Ava ) )
|
Benjamin floated the glue .
|
float ( agent = Benjamin , theme = * glue )
|
A cake was given to a hen .
|
give ( theme = cake , recipient = hen )
|
A donut was sold to a dealer .
|
sell ( theme = donut , recipient = dealer )
|
Carter
|
Carter
|
The cake was eaten by a girl .
|
eat ( theme = * cake , agent = girl )
|
Ava expected that Emma gave a boy a cake .
|
expect ( agent = Ava , ccomp = give ( agent = Emma , recipient = boy , theme = cake ) )
|
A girl painted a bat in the room .
|
paint ( agent = girl , theme = bat ( nmod . in = * room ) )
|
Emma loved a girl on a bed .
|
love ( agent = Emma , theme = girl ( nmod . on = bed ) )
|
Layla liked that the cake was liked .
|
like ( agent = Layla , ccomp = like ( theme = * cake ) )
|
Liam rolled the drink .
|
roll ( agent = Liam , theme = * drink )
|
A student passed the girl the cake in a house .
|
pass ( agent = student , recipient = * girl , theme = * cake ( nmod . in = house ) )
|
Ava respected a cake on a table beside the house .
|
respect ( agent = Ava , theme = cake ( nmod . on = table ( nmod . beside = * house ) ) )
|
The rose was offered to the girl .
|
offer ( theme = * rose , recipient = * girl )
|
A cake was sold to Liam by a girl .
|
sell ( theme = cake , recipient = Liam , agent = girl )
|
The cake was drawn by Elizabeth .
|
draw ( theme = * cake , agent = Elizabeth )
|
The sandwich was burned by a dog .
|
burn ( theme = * sandwich , agent = dog )
|
The girl was forwarded a cake on a ball .
|
forward ( recipient = * girl , theme = cake ( nmod . on = ball ) )
|
A cookie was passed to Emma by the bee .
|
pass ( theme = cookie , recipient = Emma , agent = * bee )
|
The lawyer was served a soap in a car by Olivia .
|
serve ( recipient = * lawyer , theme = soap ( nmod . in = car ) , agent = Olivia )
|
The cake was slid by the child .
|
slide ( theme = * cake , agent = * child )
|
Olivia was given the cake in the house .
|
give ( recipient = Olivia , theme = * cake ( nmod . in = * house ) )
|
The cookie was rolled by a penguin .
|
roll ( theme = * cookie , agent = penguin )
|
The hamburger was fed to Oliver by Emma .
|
feed ( theme = * hamburger , recipient = Oliver , agent = Emma )
|
Aria helped a prince .
|
help ( agent = Aria , theme = prince )
|
Emma was passed a box .
|
pass ( recipient = Emma , theme = box )
|
A child adored a toothbrush in a car on the stage .
|
adore ( agent = child , theme = toothbrush ( nmod . in = car ( nmod . on = * stage ) ) )
|
A mouse drew the cake .
|
draw ( agent = mouse , theme = * cake )
|
The hero ate a shirt .
|
eat ( agent = * hero , theme = shirt )
|
Emma confessed that a cake was rolled .
|
confess ( agent = Emma , ccomp = roll ( theme = cake ) )
|
Emma hunted a strawberry beside a table .
|
hunt ( agent = Emma , theme = strawberry ( nmod . beside = table ) )
|
A cake was given to Ella .
|
give ( theme = cake , recipient = Ella )
|
The cake was eaten by a dog .
|
eat ( theme = * cake , agent = dog )
|
Olivia was sold a donut by a girl .
|
sell ( recipient = Olivia , theme = donut , agent = girl )
|
Eleanor burned a ball beside a desk .
|
burn ( agent = Eleanor , theme = ball ( nmod . beside = desk ) )
|
Jaxon preferred to smirk .
|
prefer ( agent = Jaxon , xcomp = smirk ( agent = Jaxon ) )
|
A donut was passed to a girl .
|
pass ( theme = donut , recipient = girl )
|
Liam juggled Olivia .
|
juggle ( agent = Liam , theme = Olivia )
|
Emma passed a cake in the car to Caleb .
|
pass ( agent = Emma , theme = cake ( nmod . in = * car ) , recipient = Caleb )
|
A cake was missed by the boy .
|
miss ( theme = cake , agent = * boy )
|
James rolled a girl .
|
roll ( agent = James , theme = girl )
|
A cat supported that the girl floated .
|
support ( agent = cat , ccomp = float ( theme = * girl ) )
|
Mia sketched .
|
sketch ( agent = Mia )
|
A chalk was fed to the boy by the girl .
|
feed ( theme = chalk , recipient = * boy , agent = * girl )
|
Noah was brought the rose by Oliver .
|
bring ( recipient = Noah , theme = * rose , agent = Oliver )
|
A donut was hunted by the sheep .
|
hunt ( theme = donut , agent = * sheep )
|
A queen burned a moose .
|
burn ( agent = queen , theme = moose )
|
A dog liked a consumer on a stage .
|
like ( agent = dog , theme = consumer ( nmod . on = stage ) )
|
A girl was mailed a pen on the table .
|
mail ( recipient = girl , theme = pen ( nmod . on = * table ) )
|
The girl hoped that the book was lended to Emma by Liam .
|
hope ( agent = * girl , ccomp = lend ( theme = * book , recipient = Emma , agent = Liam ) )
|
The cake was sold to a boy .
|
sell ( theme = * cake , recipient = boy )
|
Liam valued the plate in a house .
|
value ( agent = Liam , theme = * plate ( nmod . in = house ) )
|
Luke gave Emma a block .
|
give ( agent = Luke , recipient = Emma , theme = block )
|
Mateo threw the patient .
|
throw ( agent = Mateo , theme = * patient )
|
A cookie was drawn by a girl .
|
draw ( theme = cookie , agent = girl )
|
The cake was thrown by a fish .
|
throw ( theme = * cake , agent = fish )
|
Harper liked a lollipop .
|
like ( agent = Harper , theme = lollipop )
|
A girl sold the strawberry on the stage to Abigail .
|
sell ( agent = girl , theme = * strawberry ( nmod . on = * stage ) , recipient = Abigail )
|
The boy rented the cake in the room to the girl .
|
rent ( agent = * boy , theme = * cake ( nmod . in = * room ) , recipient = * girl )
|
A cake split .
|
split ( theme = cake )
|
A melon was helped by Olivia .
|
help ( theme = melon , agent = Olivia )
|
A mouse ate the fig in the glass .
|
eat ( agent = mouse , theme = * fig ( nmod . in = * glass ) )
|
A seed was painted by a girl .
|
paint ( theme = seed , agent = girl )
|
A bucket was loved by Ava .
|
love ( theme = bucket , agent = Ava )
|
Isabella doubled a mother in a house .
|
double ( agent = Isabella , theme = mother ( nmod . in = house ) )
|
A box was reddened .
|
redden ( theme = box )
|
Olivia observed .
|
observe ( agent = Olivia )
|
The girl loved to walk .
|
love ( agent = * girl , xcomp = walk ( agent = * girl ) )
|
A child gasped .
|
gasp ( agent = child )
|
The cookie was awarded to the girl .
|
award ( theme = * cookie , recipient = * girl )
|
A mother confessed that the dog rolled .
|
confess ( agent = mother , ccomp = roll ( theme = * dog ) )
|
Sophia gave the rose beside the book to the dog .
|
give ( agent = Sophia , theme = * rose ( nmod . beside = * book ) , recipient = * dog )
|
Mateo was given a cake beside the table by a girl .
|
give ( recipient = Mateo , theme = cake ( nmod . beside = * table ) , agent = girl )
|
A ball was appreciated by Emma .
|
appreciate ( theme = ball , agent = Emma )
|
The friend saw Liam .
|
see ( agent = * friend , theme = Liam )
|
Claire supported that Aurora rolled .
|
support ( agent = Claire , ccomp = roll ( theme = Aurora ) )
|
The key was investigated by the kid .
|
investigate ( theme = * key , agent = * kid )
|
The melon was grown .
|
grow ( theme = * melon )
|
The girl was returned the cake .
|
return ( recipient = * girl , theme = * cake )
|
A child preferred to giggle .
|
prefer ( agent = child , xcomp = giggle ( agent = child ) )
|
The box was loved by a boy .
|
love ( theme = * box , agent = boy )
|
The cake was given to Emma by a girl .
|
give ( theme = * cake , recipient = Emma , agent = girl )
|
A butterfly was given the donut in the car on a ball .
|
give ( recipient = butterfly , theme = * donut ( nmod . in = * car ( nmod . on = ball ) ) )
|
Emma needed to nap .
|
need ( agent = Emma , xcomp = nap ( agent = Emma ) )
|
A cat cooked .
|
cook ( agent = cat )
|
William drew Oliver .
|
draw ( agent = William , theme = Oliver )
|
A girl rolled the tool .
|
roll ( agent = girl , theme = * tool )
|
Ava crumpled a lawyer beside the table .
|
crumple ( agent = Ava , theme = lawyer ( nmod . beside = * table ) )
|
The puppy was sold a cake beside a stage .
|
sell ( recipient = * puppy , theme = cake ( nmod . beside = stage ) )
|
The girl was offered the box beside the boat .
|
offer ( recipient = * girl , theme = * box ( nmod . beside = * boat ) )
|
A girl ate the molecule beside a table .
|
eat ( agent = girl , theme = * molecule ( nmod . beside = table ) )
|
The child gave the strawberry on a table to Logan .
|
give ( agent = * child , theme = * strawberry ( nmod . on = table ) , recipient = Logan )
|
The bear liked a girl .
|
like ( agent = * bear , theme = girl )
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.