input
stringlengths
3
103
output
stringlengths
3
435
domain
stringclasses
14 values
Caleb awarded the cake beside the tree to Oliver .
* cake ( x _ 3 ) ; * tree ( x _ 6 ) ; award . agent ( x _ 1 , Caleb ) AND award . theme ( x _ 1 , x _ 3 ) AND award . recipient ( x _ 1 , Oliver ) AND cake . nmod . beside ( x _ 3 , x _ 6 )
in_distribution
Scarlett investigated .
investigate . agent ( x _ 1 , Scarlett )
in_distribution
Mateo handed Ellie a tool .
hand . agent ( x _ 1 , Mateo ) AND hand . recipient ( x _ 1 , Ellie ) AND hand . theme ( x _ 1 , x _ 4 ) AND tool ( x _ 4 )
in_distribution
A girl was fed a cookie .
girl ( x _ 1 ) AND feed . recipient ( x _ 3 , x _ 1 ) AND feed . theme ( x _ 3 , x _ 5 ) AND cookie ( x _ 5 )
in_distribution
The donut was lended to the cat by a princess .
* donut ( x _ 1 ) ; * cat ( x _ 6 ) ; lend . theme ( x _ 3 , x _ 1 ) AND lend . recipient ( x _ 3 , x _ 6 ) AND lend . agent ( x _ 3 , x _ 9 ) AND princess ( x _ 9 )
in_distribution
Olivia liked that Emma adored a girl .
like . agent ( x _ 1 , Olivia ) AND like . ccomp ( x _ 1 , x _ 4 ) AND adore . agent ( x _ 4 , Emma ) AND adore . theme ( x _ 4 , x _ 6 ) AND girl ( x _ 6 )
in_distribution
Madison found the present on the table .
* present ( x _ 3 ) ; * table ( x _ 6 ) ; find . agent ( x _ 1 , Madison ) AND find . theme ( x _ 1 , x _ 3 ) AND present . nmod . on ( x _ 3 , x _ 6 )
in_distribution
Liam believed that the rose was eaten by a cat .
* rose ( x _ 4 ) ; believe . agent ( x _ 1 , Liam ) AND believe . ccomp ( x _ 1 , x _ 6 ) AND eat . theme ( x _ 6 , x _ 4 ) AND eat . agent ( x _ 6 , x _ 9 ) AND cat ( x _ 9 )
in_distribution
Noah screamed .
scream . agent ( x _ 1 , Noah )
in_distribution
Emma hoped that the boy offered the spoon beside the rock to Liam .
* boy ( x _ 4 ) ; * spoon ( x _ 7 ) ; * rock ( x _ 10 ) ; hope . agent ( x _ 1 , Emma ) AND hope . ccomp ( x _ 1 , x _ 5 ) AND offer . agent ( x _ 5 , x _ 4 ) AND offer . theme ( x _ 5 , x _ 7 ) AND offer . recipient ( x _ 5 , Liam ) AND spoon . nmod . beside ( x _ 7 , x _ 10 )
in_distribution
A block was missed by Emma .
block ( x _ 1 ) AND miss . theme ( x _ 3 , x _ 1 ) AND miss . agent ( x _ 3 , Emma )
in_distribution
Emma gave the cake in the garden to Logan .
* cake ( x _ 3 ) ; * garden ( x _ 6 ) ; give . agent ( x _ 1 , Emma ) AND give . theme ( x _ 1 , x _ 3 ) AND give . recipient ( x _ 1 , Logan ) AND cake . nmod . in ( x _ 3 , x _ 6 )
in_distribution
The cake was sold to a baby by the frog .
* cake ( x _ 1 ) ; * frog ( x _ 9 ) ; sell . theme ( x _ 3 , x _ 1 ) AND sell . recipient ( x _ 3 , x _ 6 ) AND sell . agent ( x _ 3 , x _ 9 ) AND baby ( x _ 6 )
in_distribution
The cake was liked by the teacher .
* cake ( x _ 1 ) ; * teacher ( x _ 6 ) ; like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , x _ 6 )
in_distribution
The game was eaten .
* game ( x _ 1 ) ; eat . theme ( x _ 3 , x _ 1 )
in_distribution
Olivia wanted to walk .
want . agent ( x _ 1 , Olivia ) AND want . xcomp ( x _ 1 , x _ 3 ) AND walk . agent ( x _ 3 , Olivia )
in_distribution
Emma nursed Elijah .
nurse . agent ( x _ 1 , Emma ) AND nurse . theme ( x _ 1 , Elijah )
in_distribution
The balloon was wired to the giraffe .
* balloon ( x _ 1 ) ; * giraffe ( x _ 6 ) ; wire . theme ( x _ 3 , x _ 1 ) AND wire . recipient ( x _ 3 , x _ 6 )
in_distribution
The pizza was eaten by Liam .
* pizza ( x _ 1 ) ; eat . theme ( x _ 3 , x _ 1 ) AND eat . agent ( x _ 3 , Liam )
in_distribution
A cat lended Liam a yogurt .
cat ( x _ 1 ) AND lend . agent ( x _ 2 , x _ 1 ) AND lend . recipient ( x _ 2 , Liam ) AND lend . theme ( x _ 2 , x _ 5 ) AND yogurt ( x _ 5 )
in_distribution
William believed that Amelia ate a cake .
believe . agent ( x _ 1 , William ) AND believe . ccomp ( x _ 1 , x _ 4 ) AND eat . agent ( x _ 4 , Amelia ) AND eat . theme ( x _ 4 , x _ 6 ) AND cake ( x _ 6 )
in_distribution
Emma said that a doctor inflated Olivia .
say . agent ( x _ 1 , Emma ) AND say . ccomp ( x _ 1 , x _ 5 ) AND doctor ( x _ 4 ) AND inflate . agent ( x _ 5 , x _ 4 ) AND inflate . theme ( x _ 5 , Olivia )
in_distribution
A cake was sent to Harper .
cake ( x _ 1 ) AND send . theme ( x _ 3 , x _ 1 ) AND send . recipient ( x _ 3 , Harper )
in_distribution
The plate was lended to a boy by a penguin .
* plate ( x _ 1 ) ; lend . theme ( x _ 3 , x _ 1 ) AND lend . recipient ( x _ 3 , x _ 6 ) AND lend . agent ( x _ 3 , x _ 9 ) AND boy ( x _ 6 ) AND penguin ( x _ 9 )
in_distribution
Isabella lended the donut to the girl .
* donut ( x _ 3 ) ; * girl ( x _ 6 ) ; lend . agent ( x _ 1 , Isabella ) AND lend . theme ( x _ 1 , x _ 3 ) AND lend . recipient ( x _ 1 , x _ 6 )
in_distribution
The weapon burned .
* weapon ( x _ 1 ) ; burn . theme ( x _ 2 , x _ 1 )
in_distribution
Noah handed Emma a guitar .
hand . agent ( x _ 1 , Noah ) AND hand . recipient ( x _ 1 , Emma ) AND hand . theme ( x _ 1 , x _ 4 ) AND guitar ( x _ 4 )
in_distribution
Noah ate the researcher .
* researcher ( x _ 3 ) ; eat . agent ( x _ 1 , Noah ) AND eat . theme ( x _ 1 , x _ 3 )
in_distribution
The child planned to run .
* child ( x _ 1 ) ; plan . agent ( x _ 2 , x _ 1 ) AND plan . xcomp ( x _ 2 , x _ 4 ) AND run . agent ( x _ 4 , x _ 1 )
in_distribution
A rose was doubled by a teacher .
rose ( x _ 1 ) AND double . theme ( x _ 3 , x _ 1 ) AND double . agent ( x _ 3 , x _ 6 ) AND teacher ( x _ 6 )
in_distribution
The hat was eaten .
* hat ( x _ 1 ) ; eat . theme ( x _ 3 , x _ 1 )
in_distribution
The lamb was mailed the cake in a barrel by a boy .
* lamb ( x _ 1 ) ; * cake ( x _ 5 ) ; mail . recipient ( x _ 3 , x _ 1 ) AND mail . theme ( x _ 3 , x _ 5 ) AND mail . agent ( x _ 3 , x _ 11 ) AND cake . nmod . in ( x _ 5 , x _ 8 ) AND barrel ( x _ 8 ) AND boy ( x _ 11 )
in_distribution
A hammer was found by William .
hammer ( x _ 1 ) AND find . theme ( x _ 3 , x _ 1 ) AND find . agent ( x _ 3 , William )
in_distribution
Noah was slipped the donut by Emma .
* donut ( x _ 4 ) ; slip . recipient ( x _ 2 , Noah ) AND slip . theme ( x _ 2 , x _ 4 ) AND slip . agent ( x _ 2 , Emma )
in_distribution
A dog confessed that Emma passed a girl the drink on the bible .
* drink ( x _ 9 ) ; * bible ( x _ 12 ) ; dog ( x _ 1 ) AND confess . agent ( x _ 2 , x _ 1 ) AND confess . ccomp ( x _ 2 , x _ 5 ) AND pass . agent ( x _ 5 , Emma ) AND pass . recipient ( x _ 5 , x _ 7 ) AND pass . theme ( x _ 5 , x _ 9 ) AND girl ( x _ 7 ) AND drink . nmod . on ( x _ 9 , x _ 12 )
in_distribution
Noah snored .
snore . agent ( x _ 1 , Noah )
in_distribution
A girl sold the donut on the cabinet to a chicken .
* donut ( x _ 4 ) ; * cabinet ( x _ 7 ) ; girl ( x _ 1 ) AND sell . agent ( x _ 2 , x _ 1 ) AND sell . theme ( x _ 2 , x _ 4 ) AND sell . recipient ( x _ 2 , x _ 10 ) AND donut . nmod . on ( x _ 4 , x _ 7 ) AND chicken ( x _ 10 )
in_distribution
A lawyer valued the boy .
* boy ( x _ 4 ) ; lawyer ( x _ 1 ) AND value . agent ( x _ 2 , x _ 1 ) AND value . theme ( x _ 2 , x _ 4 )
in_distribution
The scarf was missed by Emma .
* scarf ( x _ 1 ) ; miss . theme ( x _ 3 , x _ 1 ) AND miss . agent ( x _ 3 , Emma )
in_distribution
The boy crumpled .
* boy ( x _ 1 ) ; crumple . theme ( x _ 2 , x _ 1 )
in_distribution
Harper was fed the drink on a stage .
* drink ( x _ 4 ) ; feed . recipient ( x _ 2 , Harper ) AND feed . theme ( x _ 2 , x _ 4 ) AND drink . nmod . on ( x _ 4 , x _ 7 ) AND stage ( x _ 7 )
in_distribution
Emma forwarded a rose beside a speaker to a boy .
forward . agent ( x _ 1 , Emma ) AND forward . theme ( x _ 1 , x _ 3 ) AND forward . recipient ( x _ 1 , x _ 9 ) AND rose ( x _ 3 ) AND rose . nmod . beside ( x _ 3 , x _ 6 ) AND speaker ( x _ 6 ) AND boy ( x _ 9 )
in_distribution
The baby said that a donkey dusted a child .
* baby ( x _ 1 ) ; say . agent ( x _ 2 , x _ 1 ) AND say . ccomp ( x _ 2 , x _ 6 ) AND donkey ( x _ 5 ) AND dust . agent ( x _ 6 , x _ 5 ) AND dust . theme ( x _ 6 , x _ 8 ) AND child ( x _ 8 )
in_distribution
Emma was given a shirt .
give . recipient ( x _ 2 , Emma ) AND give . theme ( x _ 2 , x _ 4 ) AND shirt ( x _ 4 )
in_distribution
A cookie was thrown .
cookie ( x _ 1 ) AND throw . theme ( x _ 3 , x _ 1 )
in_distribution
Daniel liked that the tiger worshipped a cake .
* tiger ( x _ 4 ) ; like . agent ( x _ 1 , Daniel ) AND like . ccomp ( x _ 1 , x _ 5 ) AND worship . agent ( x _ 5 , x _ 4 ) AND worship . theme ( x _ 5 , x _ 7 ) AND cake ( x _ 7 )
in_distribution
The yogurt was dusted by the cat .
* yogurt ( x _ 1 ) ; * cat ( x _ 6 ) ; dust . theme ( x _ 3 , x _ 1 ) AND dust . agent ( x _ 3 , x _ 6 )
in_distribution
The donut was sold to a buyer .
* donut ( x _ 1 ) ; sell . theme ( x _ 3 , x _ 1 ) AND sell . recipient ( x _ 3 , x _ 6 ) AND buyer ( x _ 6 )
in_distribution
Sofia brought the child the cookie in a house on a stage .
* child ( x _ 3 ) ; * cookie ( x _ 5 ) ; bring . agent ( x _ 1 , Sofia ) AND bring . recipient ( x _ 1 , x _ 3 ) AND bring . theme ( x _ 1 , x _ 5 ) AND cookie . nmod . in ( x _ 5 , x _ 8 ) AND house ( x _ 8 ) AND house . nmod . on ( x _ 8 , x _ 11 ) AND stage ( x _ 11 )
in_distribution
A cake was shortened by a dog .
cake ( x _ 1 ) AND shorten . theme ( x _ 3 , x _ 1 ) AND shorten . agent ( x _ 3 , x _ 6 ) AND dog ( x _ 6 )
in_distribution
A cookie was missed by Emma .
cookie ( x _ 1 ) AND miss . theme ( x _ 3 , x _ 1 ) AND miss . agent ( x _ 3 , Emma )
in_distribution
A raisin was known .
raisin ( x _ 1 ) AND know . theme ( x _ 3 , x _ 1 )
in_distribution
Emma helped Thomas .
help . agent ( x _ 1 , Emma ) AND help . theme ( x _ 1 , Thomas )
in_distribution
Liam gave a cake to Emma .
give . agent ( x _ 1 , Liam ) AND give . theme ( x _ 1 , x _ 3 ) AND give . recipient ( x _ 1 , Emma ) AND cake ( x _ 3 )
in_distribution
A melon was snapped by the girl .
* girl ( x _ 6 ) ; melon ( x _ 1 ) AND snap . theme ( x _ 3 , x _ 1 ) AND snap . agent ( x _ 3 , x _ 6 )
in_distribution
Emma found the girl beside a table .
* girl ( x _ 3 ) ; find . agent ( x _ 1 , Emma ) AND find . theme ( x _ 1 , x _ 3 ) AND girl . nmod . beside ( x _ 3 , x _ 6 ) AND table ( x _ 6 )
in_distribution
A drink was cooked by Zoey .
drink ( x _ 1 ) AND cook . theme ( x _ 3 , x _ 1 ) AND cook . agent ( x _ 3 , Zoey )
in_distribution
The boy was posted the cake by Noah .
* boy ( x _ 1 ) ; * cake ( x _ 5 ) ; post . recipient ( x _ 3 , x _ 1 ) AND post . theme ( x _ 3 , x _ 5 ) AND post . agent ( x _ 3 , Noah )
in_distribution
Scarlett slept .
sleep . agent ( x _ 1 , Scarlett )
in_distribution
The bell was called by the moose .
* bell ( x _ 1 ) ; * moose ( x _ 6 ) ; call . theme ( x _ 3 , x _ 1 ) AND call . agent ( x _ 3 , x _ 6 )
in_distribution
The girl gave the donut to Liam .
* girl ( x _ 1 ) ; * donut ( x _ 4 ) ; give . agent ( x _ 2 , x _ 1 ) AND give . theme ( x _ 2 , x _ 4 ) AND give . recipient ( x _ 2 , Liam )
in_distribution
A fruit was given to David .
fruit ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , David )
in_distribution
The girl doubled a cake on the rock .
* girl ( x _ 1 ) ; * rock ( x _ 7 ) ; double . agent ( x _ 2 , x _ 1 ) AND double . theme ( x _ 2 , x _ 4 ) AND cake ( x _ 4 ) AND cake . nmod . on ( x _ 4 , x _ 7 )
in_distribution
The cake was given to the horse .
* cake ( x _ 1 ) ; * horse ( x _ 6 ) ; give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 )
in_distribution
Logan nursed .
nurse . agent ( x _ 1 , Logan )
in_distribution
A cake was inflated by the girl .
* girl ( x _ 6 ) ; cake ( x _ 1 ) AND inflate . theme ( x _ 3 , x _ 1 ) AND inflate . agent ( x _ 3 , x _ 6 )
in_distribution
A biscuit was painted .
biscuit ( x _ 1 ) AND paint . theme ( x _ 3 , x _ 1 )
in_distribution
Emma was given a box on the stage beside a keyboard .
* stage ( x _ 7 ) ; give . recipient ( x _ 2 , Emma ) AND give . theme ( x _ 2 , x _ 4 ) AND box ( x _ 4 ) AND box . nmod . on ( x _ 4 , x _ 7 ) AND stage . nmod . beside ( x _ 7 , x _ 10 ) AND keyboard ( x _ 10 )
in_distribution
Emma liked a melon on a notebook .
like . agent ( x _ 1 , Emma ) AND like . theme ( x _ 1 , x _ 3 ) AND melon ( x _ 3 ) AND melon . nmod . on ( x _ 3 , x _ 6 ) AND notebook ( x _ 6 )
in_distribution
William sold Ava the brush .
* brush ( x _ 4 ) ; sell . agent ( x _ 1 , William ) AND sell . recipient ( x _ 1 , Ava ) AND sell . theme ( x _ 1 , x _ 4 )
in_distribution
A donut was liked by a boy .
donut ( x _ 1 ) AND like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , x _ 6 ) AND boy ( x _ 6 )
in_distribution
Hannah noticed that a boy gave the pen beside a table to a bird .
* pen ( x _ 7 ) ; notice . agent ( x _ 1 , Hannah ) AND notice . ccomp ( x _ 1 , x _ 5 ) AND boy ( x _ 4 ) AND give . agent ( x _ 5 , x _ 4 ) AND give . theme ( x _ 5 , x _ 7 ) AND give . recipient ( x _ 5 , x _ 13 ) AND pen . nmod . beside ( x _ 7 , x _ 10 ) AND table ( x _ 10 ) AND bird ( x _ 13 )
in_distribution
A girl liked that Emma slipped a cake to Owen .
girl ( x _ 1 ) AND like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 5 ) AND slip . agent ( x _ 5 , Emma ) AND slip . theme ( x _ 5 , x _ 7 ) AND slip . recipient ( x _ 5 , Owen ) AND cake ( x _ 7 )
in_distribution
The cookie was cooked by Emma .
* cookie ( x _ 1 ) ; cook . theme ( x _ 3 , x _ 1 ) AND cook . agent ( x _ 3 , Emma )
in_distribution
The boy was brought a towel by Emma .
* boy ( x _ 1 ) ; bring . recipient ( x _ 3 , x _ 1 ) AND bring . theme ( x _ 3 , x _ 5 ) AND bring . agent ( x _ 3 , Emma ) AND towel ( x _ 5 )
in_distribution
The towel was given to Emma by Liam .
* towel ( x _ 1 ) ; give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , Emma ) AND give . agent ( x _ 3 , Liam )
in_distribution
The frog found the dog .
* frog ( x _ 1 ) ; * dog ( x _ 4 ) ; find . agent ( x _ 2 , x _ 1 ) AND find . theme ( x _ 2 , x _ 4 )
in_distribution
Isabella hoped that Emma liked a girl .
hope . agent ( x _ 1 , Isabella ) AND hope . ccomp ( x _ 1 , x _ 4 ) AND like . agent ( x _ 4 , Emma ) AND like . theme ( x _ 4 , x _ 6 ) AND girl ( x _ 6 )
in_distribution
Daniel froze a lawyer .
freeze . agent ( x _ 1 , Daniel ) AND freeze . theme ( x _ 1 , x _ 3 ) AND lawyer ( x _ 3 )
in_distribution
A mother proved that the cake was dusted by the bunny .
* cake ( x _ 5 ) ; * bunny ( x _ 10 ) ; mother ( x _ 1 ) AND prove . agent ( x _ 2 , x _ 1 ) AND prove . ccomp ( x _ 2 , x _ 7 ) AND dust . theme ( x _ 7 , x _ 5 ) AND dust . agent ( x _ 7 , x _ 10 )
in_distribution
Addison ate the baby beside a chair .
* baby ( x _ 3 ) ; eat . agent ( x _ 1 , Addison ) AND eat . theme ( x _ 1 , x _ 3 ) AND baby . nmod . beside ( x _ 3 , x _ 6 ) AND chair ( x _ 6 )
in_distribution
The bag was juggled by Emma .
* bag ( x _ 1 ) ; juggle . theme ( x _ 3 , x _ 1 ) AND juggle . agent ( x _ 3 , Emma )
in_distribution
The cat was lended a towel beside a table by Luke .
* cat ( x _ 1 ) ; lend . recipient ( x _ 3 , x _ 1 ) AND lend . theme ( x _ 3 , x _ 5 ) AND lend . agent ( x _ 3 , Luke ) AND towel ( x _ 5 ) AND towel . nmod . beside ( x _ 5 , x _ 8 ) AND table ( x _ 8 )
in_distribution
The cake was lended to Liam .
* cake ( x _ 1 ) ; lend . theme ( x _ 3 , x _ 1 ) AND lend . recipient ( x _ 3 , Liam )
in_distribution
A donut was given to the frog by the girl .
* frog ( x _ 6 ) ; * girl ( x _ 9 ) ; donut ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 ) AND give . agent ( x _ 3 , x _ 9 )
in_distribution
Emma disintegrated .
disintegrate . theme ( x _ 1 , Emma )
in_distribution
A girl gave a cake to the customer .
* customer ( x _ 7 ) ; girl ( x _ 1 ) AND give . agent ( x _ 2 , x _ 1 ) AND give . theme ( x _ 2 , x _ 4 ) AND give . recipient ( x _ 2 , x _ 7 ) AND cake ( x _ 4 )
in_distribution
Charlotte liked a block .
like . agent ( x _ 1 , Charlotte ) AND like . theme ( x _ 1 , x _ 3 ) AND block ( x _ 3 )
in_distribution
The horse worshipped Isabella .
* horse ( x _ 1 ) ; worship . agent ( x _ 2 , x _ 1 ) AND worship . theme ( x _ 2 , Isabella )
in_distribution
Emma hoped that Olivia liked that the cake was frozen .
* cake ( x _ 7 ) ; hope . agent ( x _ 1 , Emma ) AND hope . ccomp ( x _ 1 , x _ 4 ) AND like . agent ( x _ 4 , Olivia ) AND like . ccomp ( x _ 4 , x _ 9 ) AND freeze . theme ( x _ 9 , x _ 7 )
in_distribution
A cat adored a cake in the garden .
* garden ( x _ 7 ) ; cat ( x _ 1 ) AND adore . agent ( x _ 2 , x _ 1 ) AND adore . theme ( x _ 2 , x _ 4 ) AND cake ( x _ 4 ) AND cake . nmod . in ( x _ 4 , x _ 7 )
in_distribution
Chloe ate the cake .
* cake ( x _ 3 ) ; eat . agent ( x _ 1 , Chloe ) AND eat . theme ( x _ 1 , x _ 3 )
in_distribution
Olivia wished to sleep .
wish . agent ( x _ 1 , Olivia ) AND wish . xcomp ( x _ 1 , x _ 3 ) AND sleep . agent ( x _ 3 , Olivia )
in_distribution
The present slid .
* present ( x _ 1 ) ; slide . theme ( x _ 2 , x _ 1 )
in_distribution
The sandwich was given to Emma by the boy .
* sandwich ( x _ 1 ) ; * boy ( x _ 8 ) ; give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , Emma ) AND give . agent ( x _ 3 , x _ 8 )
in_distribution
Layla was sent the box beside a table by a cat .
* box ( x _ 4 ) ; send . recipient ( x _ 2 , Layla ) AND send . theme ( x _ 2 , x _ 4 ) AND send . agent ( x _ 2 , x _ 10 ) AND box . nmod . beside ( x _ 4 , x _ 7 ) AND table ( x _ 7 ) AND cat ( x _ 10 )
in_distribution
The boy thought that a cake was rolled by the girl .
* boy ( x _ 1 ) ; * girl ( x _ 10 ) ; think . agent ( x _ 2 , x _ 1 ) AND think . ccomp ( x _ 2 , x _ 7 ) AND cake ( x _ 5 ) AND roll . theme ( x _ 7 , x _ 5 ) AND roll . agent ( x _ 7 , x _ 10 )
in_distribution
The landlord sold a lawyer a donut .
* landlord ( x _ 1 ) ; sell . agent ( x _ 2 , x _ 1 ) AND sell . recipient ( x _ 2 , x _ 4 ) AND sell . theme ( x _ 2 , x _ 6 ) AND lawyer ( x _ 4 ) AND donut ( x _ 6 )
in_distribution
Emma ate the goose beside the vehicle on a notebook .
* goose ( x _ 3 ) ; * vehicle ( x _ 6 ) ; eat . agent ( x _ 1 , Emma ) AND eat . theme ( x _ 1 , x _ 3 ) AND goose . nmod . beside ( x _ 3 , x _ 6 ) AND vehicle . nmod . on ( x _ 6 , x _ 9 ) AND notebook ( x _ 9 )
in_distribution
The cake was disintegrated by Luke .
* cake ( x _ 1 ) ; disintegrate . theme ( x _ 3 , x _ 1 ) AND disintegrate . agent ( x _ 3 , Luke )
in_distribution