source
stringlengths 3
103
| target
stringlengths 3
172
|
---|---|
The girl cleaned a cake beside a rod .
|
clean ( agent = * girl , theme = cake ( nmod . beside = rod ) )
|
A cake was sold to the girl by the lamb .
|
sell ( theme = cake , recipient = * girl , agent = * lamb )
|
Henry believed that Olivia cooked .
|
believe ( agent = Henry , ccomp = cook ( agent = Olivia ) )
|
A guitar was enlarged .
|
enlarge ( theme = guitar )
|
Emma fed a donut beside the table to a girl .
|
feed ( agent = Emma , theme = donut ( nmod . beside = * table ) , recipient = girl )
|
Ava tolerated the donut in a room .
|
tolerate ( agent = Ava , theme = * donut ( nmod . in = room ) )
|
The shoe was discovered by Elijah .
|
discover ( theme = * shoe , agent = Elijah )
|
The block was reddened .
|
redden ( theme = * block )
|
Liam gave a flag to the baby .
|
give ( agent = Liam , theme = flag , recipient = * baby )
|
A monkey slept .
|
sleep ( agent = monkey )
|
A gumball was served to a girl .
|
serve ( theme = gumball , recipient = girl )
|
A doctor sent a cake beside the table to a boy .
|
send ( agent = doctor , theme = cake ( nmod . beside = * table ) , recipient = boy )
|
The boy gave a president the cake .
|
give ( agent = * boy , recipient = president , theme = * cake )
|
Emma helped Olivia .
|
help ( agent = Emma , theme = Olivia )
|
A horse handed a box in a house to Emma .
|
hand ( agent = horse , theme = box ( nmod . in = house ) , recipient = Emma )
|
The doll was lended to a horse .
|
lend ( theme = * doll , recipient = horse )
|
A cake was rolled by Luke .
|
roll ( theme = cake , agent = Luke )
|
A banana was painted by a duke .
|
paint ( theme = banana , agent = duke )
|
A cake was returned to Elizabeth by Emma .
|
return ( theme = cake , recipient = Elizabeth , agent = Emma )
|
A pickle was reddened by the penguin .
|
redden ( theme = pickle , agent = * penguin )
|
Olivia confessed that Emma saw the cake .
|
confess ( agent = Olivia , ccomp = see ( agent = Emma , theme = * cake ) )
|
The bean was lended to Liam by the boy .
|
lend ( theme = * bean , recipient = Liam , agent = * boy )
|
A dog froze .
|
freeze ( theme = dog )
|
A toy was eaten by the boy .
|
eat ( theme = toy , agent = * boy )
|
A cup was rolled .
|
roll ( theme = cup )
|
A kitty gave the banana to Emma .
|
give ( agent = kitty , theme = * banana , recipient = Emma )
|
The turtle painted a donut in the house .
|
paint ( agent = * turtle , theme = donut ( nmod . in = * house ) )
|
A landlord gave Olivia the cake .
|
give ( agent = landlord , recipient = Olivia , theme = * cake )
|
A glue rolled .
|
roll ( theme = glue )
|
The towel was returned to a chicken by a human .
|
return ( theme = * towel , recipient = chicken , agent = human )
|
A weapon was appreciated by Isabella .
|
appreciate ( theme = weapon , agent = Isabella )
|
Amelia rolled Emma .
|
roll ( agent = Amelia , theme = Emma )
|
A dog ate the cake .
|
eat ( agent = dog , theme = * cake )
|
A cat ate a dog in the house .
|
eat ( agent = cat , theme = dog ( nmod . in = * house ) )
|
A girl froze a chicken .
|
freeze ( agent = girl , theme = chicken )
|
A pumpkin was slid by a girl .
|
slide ( theme = pumpkin , agent = girl )
|
The block was hunted by Emma .
|
hunt ( theme = * block , agent = Emma )
|
A professor helped a cake beside a machine .
|
help ( agent = professor , theme = cake ( nmod . beside = machine ) )
|
The cake was known by the child .
|
know ( theme = * cake , agent = * child )
|
A doll was eaten by Liam .
|
eat ( theme = doll , agent = Liam )
|
A cat was given a cake by Emma .
|
give ( recipient = cat , theme = cake , agent = Emma )
|
A watch was loved by a girl .
|
love ( theme = watch , agent = girl )
|
A giraffe drew .
|
draw ( agent = giraffe )
|
Liam sent a potato in a house to the boy .
|
send ( agent = Liam , theme = potato ( nmod . in = house ) , recipient = * boy )
|
A cake was eaten by a coach .
|
eat ( theme = cake , agent = coach )
|
Emma rolled the cookie beside a glass .
|
roll ( agent = Emma , theme = * cookie ( nmod . beside = glass ) )
|
Joshua mailed the clock to the dog .
|
mail ( agent = Joshua , theme = * clock , recipient = * dog )
|
Emma saw the donut .
|
see ( agent = Emma , theme = * donut )
|
A girl liked that a cake was served to Emma .
|
like ( agent = girl , ccomp = serve ( theme = cake , recipient = Emma ) )
|
Benjamin rented a pancake beside the table beside a bed to the boy .
|
rent ( agent = Benjamin , theme = pancake ( nmod . beside = * table ( nmod . beside = bed ) ) , recipient = * boy )
|
A raisin was missed by Luna .
|
miss ( theme = raisin , agent = Luna )
|
Oliver gave Emma a melon beside a corpse .
|
give ( agent = Oliver , recipient = Emma , theme = melon ( nmod . beside = corpse ) )
|
The baby danced .
|
dance ( agent = * baby )
|
The drink was lended to a writer .
|
lend ( theme = * drink , recipient = writer )
|
A bat was given to the baby .
|
give ( theme = bat , recipient = * baby )
|
The hamburger was floated .
|
float ( theme = * hamburger )
|
The boy rolled Amelia .
|
roll ( agent = * boy , theme = Amelia )
|
A rose was given to Theodore .
|
give ( theme = rose , recipient = Theodore )
|
Liam called a cake on a speaker .
|
call ( agent = Liam , theme = cake ( nmod . on = speaker ) )
|
The donut was given to a sheep .
|
give ( theme = * donut , recipient = sheep )
|
The cookie was liked by a child .
|
like ( theme = * cookie , agent = child )
|
The monkey was sold the raisin .
|
sell ( recipient = * monkey , theme = * raisin )
|
The melon was offered to the teacher .
|
offer ( theme = * melon , recipient = * teacher )
|
A boy hoped that Emma gave a present to Liam .
|
hope ( agent = boy , ccomp = give ( agent = Emma , theme = present , recipient = Liam ) )
|
Charlotte liked a rose beside a bed .
|
like ( agent = Charlotte , theme = rose ( nmod . beside = bed ) )
|
A present was juggled by a doctor .
|
juggle ( theme = present , agent = doctor )
|
The boy liked that the pretzel was stabbed by Isabella .
|
like ( agent = * boy , ccomp = stab ( theme = * pretzel , agent = Isabella ) )
|
A ring was grown by Emma .
|
grow ( theme = ring , agent = Emma )
|
Emma was given the raisin .
|
give ( recipient = Emma , theme = * raisin )
|
Samuel tried to hunt .
|
try ( agent = Samuel , xcomp = hunt ( agent = Samuel ) )
|
Victoria liked the seed beside a table .
|
like ( agent = Victoria , theme = * seed ( nmod . beside = table ) )
|
A bee helped Ava .
|
help ( agent = bee , theme = Ava )
|
The block was frozen .
|
freeze ( theme = * block )
|
The brain was found by a girl .
|
find ( theme = * brain , agent = girl )
|
The cat floated the bottle on the table .
|
float ( agent = * cat , theme = * bottle ( nmod . on = * table ) )
|
Savannah slept .
|
sleep ( agent = Savannah )
|
Luke rolled .
|
roll ( theme = Luke )
|
A raisin was awarded to Emma by a fish .
|
award ( theme = raisin , recipient = Emma , agent = fish )
|
The bat was packed by Liam .
|
pack ( theme = * bat , agent = Liam )
|
The raisin was studied by Olivia .
|
study ( theme = * raisin , agent = Olivia )
|
A game was painted .
|
paint ( theme = game )
|
The boy fed a present to Emma .
|
feed ( agent = * boy , theme = present , recipient = Emma )
|
Aria was sold the donut by the crocodile .
|
sell ( recipient = Aria , theme = * donut , agent = * crocodile )
|
The rose was examined .
|
examine ( theme = * rose )
|
A hero rolled Emma .
|
roll ( agent = hero , theme = Emma )
|
A chalk was thrown .
|
throw ( theme = chalk )
|
A sandwich was called by William .
|
call ( theme = sandwich , agent = William )
|
The manager rolled .
|
roll ( theme = * manager )
|
The deer returned a frog a cake on the bed .
|
return ( agent = * deer , recipient = frog , theme = cake ( nmod . on = * bed ) )
|
The dealer reddened .
|
redden ( theme = * dealer )
|
The drink was slid .
|
slide ( theme = * drink )
|
A box was slid by Liam .
|
slide ( theme = box , agent = Liam )
|
The penguin passed a boy the spoon .
|
pass ( agent = * penguin , recipient = boy , theme = * spoon )
|
A cat crumpled .
|
crumple ( theme = cat )
|
Carter said that Noah lended a teacher a cake .
|
say ( agent = Carter , ccomp = lend ( agent = Noah , recipient = teacher , theme = cake ) )
|
The brush was cooked by Amelia .
|
cook ( theme = * brush , agent = Amelia )
|
The girl gave Emma a cake in the sack .
|
give ( agent = * girl , recipient = Emma , theme = cake ( nmod . in = * sack ) )
|
A princess painted .
|
paint ( agent = princess )
|
A bowl was studied .
|
study ( theme = bowl )
|
A boy gave the princess a cookie .
|
give ( agent = boy , recipient = * princess , theme = cookie )
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.