input
stringlengths
3
103
output
stringlengths
3
435
domain
stringclasses
14 values
The cake was served to the child by Emma .
* cake ( x _ 1 ) ; * child ( x _ 6 ) ; serve . theme ( x _ 3 , x _ 1 ) AND serve . recipient ( x _ 3 , x _ 6 ) AND serve . agent ( x _ 3 , Emma )
in_distribution
Luna lended Michael a donut .
lend . agent ( x _ 1 , Luna ) AND lend . recipient ( x _ 1 , Michael ) AND lend . theme ( x _ 1 , x _ 4 ) AND donut ( x _ 4 )
in_distribution
A boy tolerated that a donut was liked by the cat .
* cat ( x _ 10 ) ; boy ( x _ 1 ) AND tolerate . agent ( x _ 2 , x _ 1 ) AND tolerate . ccomp ( x _ 2 , x _ 7 ) AND donut ( x _ 5 ) AND like . theme ( x _ 7 , x _ 5 ) AND like . agent ( x _ 7 , x _ 10 )
in_distribution
A bunny gave the baby a cookie beside the chair .
* baby ( x _ 4 ) ; * chair ( x _ 9 ) ; bunny ( x _ 1 ) AND give . agent ( x _ 2 , x _ 1 ) AND give . recipient ( x _ 2 , x _ 4 ) AND give . theme ( x _ 2 , x _ 6 ) AND cookie ( x _ 6 ) AND cookie . nmod . beside ( x _ 6 , x _ 9 )
in_distribution
Madison adored the chair .
* chair ( x _ 3 ) ; adore . agent ( x _ 1 , Madison ) AND adore . theme ( x _ 1 , x _ 3 )
in_distribution
The girl gave Emma a cookie on a table .
* girl ( x _ 1 ) ; give . agent ( x _ 2 , x _ 1 ) AND give . recipient ( x _ 2 , Emma ) AND give . theme ( x _ 2 , x _ 5 ) AND cookie ( x _ 5 ) AND cookie . nmod . on ( x _ 5 , x _ 8 ) AND table ( x _ 8 )
in_distribution
A teacher was sold a rose .
teacher ( x _ 1 ) AND sell . recipient ( x _ 3 , x _ 1 ) AND sell . theme ( x _ 3 , x _ 5 ) AND rose ( x _ 5 )
in_distribution
A passenger confessed that a cake was frozen .
passenger ( x _ 1 ) AND confess . agent ( x _ 2 , x _ 1 ) AND confess . ccomp ( x _ 2 , x _ 7 ) AND cake ( x _ 5 ) AND freeze . theme ( x _ 7 , x _ 5 )
in_distribution
A chicken ate a donut on the table .
* table ( x _ 7 ) ; chicken ( x _ 1 ) AND eat . agent ( x _ 2 , x _ 1 ) AND eat . theme ( x _ 2 , x _ 4 ) AND donut ( x _ 4 ) AND donut . nmod . on ( x _ 4 , x _ 7 )
in_distribution
Emma shortened Asher .
shorten . agent ( x _ 1 , Emma ) AND shorten . theme ( x _ 1 , Asher )
in_distribution
A donut was hunted .
donut ( x _ 1 ) AND hunt . theme ( x _ 3 , x _ 1 )
in_distribution
Emma promised the donut beside the stage to Jack .
* donut ( x _ 3 ) ; * stage ( x _ 6 ) ; promise . agent ( x _ 1 , Emma ) AND promise . theme ( x _ 1 , x _ 3 ) AND promise . recipient ( x _ 1 , Jack ) AND donut . nmod . beside ( x _ 3 , x _ 6 )
in_distribution
The bowl was admired by Emma .
* bowl ( x _ 1 ) ; admire . theme ( x _ 3 , x _ 1 ) AND admire . agent ( x _ 3 , Emma )
in_distribution
The cake was sent to the cat .
* cake ( x _ 1 ) ; * cat ( x _ 6 ) ; send . theme ( x _ 3 , x _ 1 ) AND send . recipient ( x _ 3 , x _ 6 )
in_distribution
Camila admired a baby on a box .
admire . agent ( x _ 1 , Camila ) AND admire . theme ( x _ 1 , x _ 3 ) AND baby ( x _ 3 ) AND baby . nmod . on ( x _ 3 , x _ 6 ) AND box ( x _ 6 )
in_distribution
Noah forwarded the cake in the bag to a girl .
* cake ( x _ 3 ) ; * bag ( x _ 6 ) ; forward . agent ( x _ 1 , Noah ) AND forward . theme ( x _ 1 , x _ 3 ) AND forward . recipient ( x _ 1 , x _ 9 ) AND cake . nmod . in ( x _ 3 , x _ 6 ) AND girl ( x _ 9 )
in_distribution
Eleanor loved a boy .
love . agent ( x _ 1 , Eleanor ) AND love . theme ( x _ 1 , x _ 3 ) AND boy ( x _ 3 )
in_distribution
A cake was cleaned by Lincoln .
cake ( x _ 1 ) AND clean . theme ( x _ 3 , x _ 1 ) AND clean . agent ( x _ 3 , Lincoln )
in_distribution
A cat rolled a cake .
cat ( x _ 1 ) AND roll . agent ( x _ 2 , x _ 1 ) AND roll . theme ( x _ 2 , x _ 4 ) AND cake ( x _ 4 )
in_distribution
The penny was given to a hero .
* penny ( x _ 1 ) ; give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 ) AND hero ( x _ 6 )
in_distribution
Lucas served the girl a cake in the car .
* girl ( x _ 3 ) ; * car ( x _ 8 ) ; serve . agent ( x _ 1 , Lucas ) AND serve . recipient ( x _ 1 , x _ 3 ) AND serve . theme ( x _ 1 , x _ 5 ) AND cake ( x _ 5 ) AND cake . nmod . in ( x _ 5 , x _ 8 )
in_distribution
Emma liked that a cake was lended to a boy by the frog .
* frog ( x _ 12 ) ; like . agent ( x _ 1 , Emma ) AND like . ccomp ( x _ 1 , x _ 6 ) AND cake ( x _ 4 ) AND lend . theme ( x _ 6 , x _ 4 ) AND lend . recipient ( x _ 6 , x _ 9 ) AND lend . agent ( x _ 6 , x _ 12 ) AND boy ( x _ 9 )
in_distribution
The cake froze .
* cake ( x _ 1 ) ; freeze . theme ( x _ 2 , x _ 1 )
in_distribution
Gabriel cleaned the cake beside a speaker .
* cake ( x _ 3 ) ; clean . agent ( x _ 1 , Gabriel ) AND clean . theme ( x _ 1 , x _ 3 ) AND cake . nmod . beside ( x _ 3 , x _ 6 ) AND speaker ( x _ 6 )
in_distribution
A cake was found by Emma .
cake ( x _ 1 ) AND find . theme ( x _ 3 , x _ 1 ) AND find . agent ( x _ 3 , Emma )
in_distribution
Olivia was given the cake .
* cake ( x _ 4 ) ; give . recipient ( x _ 2 , Olivia ) AND give . theme ( x _ 2 , x _ 4 )
in_distribution
The boy admired that the dog liked that a girl slept .
* boy ( x _ 1 ) ; * dog ( x _ 5 ) ; admire . agent ( x _ 2 , x _ 1 ) AND admire . ccomp ( x _ 2 , x _ 6 ) AND like . agent ( x _ 6 , x _ 5 ) AND like . ccomp ( x _ 6 , x _ 10 ) AND girl ( x _ 9 ) AND sleep . agent ( x _ 10 , x _ 9 )
in_distribution
Penelope knew .
know . agent ( x _ 1 , Penelope )
in_distribution
The frog preferred to eat .
* frog ( x _ 1 ) ; prefer . agent ( x _ 2 , x _ 1 ) AND prefer . xcomp ( x _ 2 , x _ 4 ) AND eat . agent ( x _ 4 , x _ 1 )
in_distribution
A pillow was burned by Liam .
pillow ( x _ 1 ) AND burn . theme ( x _ 3 , x _ 1 ) AND burn . agent ( x _ 3 , Liam )
in_distribution
The banana was rolled .
* banana ( x _ 1 ) ; roll . theme ( x _ 3 , x _ 1 )
in_distribution
Emma was brought the box by a patient .
* box ( x _ 4 ) ; bring . recipient ( x _ 2 , Emma ) AND bring . theme ( x _ 2 , x _ 4 ) AND bring . agent ( x _ 2 , x _ 7 ) AND patient ( x _ 7 )
in_distribution
Benjamin rolled the cake in a room .
* cake ( x _ 3 ) ; roll . agent ( x _ 1 , Benjamin ) AND roll . theme ( x _ 1 , x _ 3 ) AND cake . nmod . in ( x _ 3 , x _ 6 ) AND room ( x _ 6 )
in_distribution
A biscuit was inflated .
biscuit ( x _ 1 ) AND inflate . theme ( x _ 3 , x _ 1 )
in_distribution
Isabella slept .
sleep . agent ( x _ 1 , Isabella )
in_distribution
The block was painted .
* block ( x _ 1 ) ; paint . theme ( x _ 3 , x _ 1 )
in_distribution
Daniel declared that a box was frozen .
declare . agent ( x _ 1 , Daniel ) AND declare . ccomp ( x _ 1 , x _ 6 ) AND box ( x _ 4 ) AND freeze . theme ( x _ 6 , x _ 4 )
in_distribution
A donut was noticed by a girl .
donut ( x _ 1 ) AND notice . theme ( x _ 3 , x _ 1 ) AND notice . agent ( x _ 3 , x _ 6 ) AND girl ( x _ 6 )
in_distribution
Emma gave the donut to Liam .
* donut ( x _ 3 ) ; give . agent ( x _ 1 , Emma ) AND give . theme ( x _ 1 , x _ 3 ) AND give . recipient ( x _ 1 , Liam )
in_distribution
A jacket was liked by the girl .
* girl ( x _ 6 ) ; jacket ( x _ 1 ) AND like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , x _ 6 )
in_distribution
Emma gave the crayon beside the car to Owen .
* crayon ( x _ 3 ) ; * car ( x _ 6 ) ; give . agent ( x _ 1 , Emma ) AND give . theme ( x _ 1 , x _ 3 ) AND give . recipient ( x _ 1 , Owen ) AND crayon . nmod . beside ( x _ 3 , x _ 6 )
in_distribution
The cat admired the horse beside a tree .
* cat ( x _ 1 ) ; * horse ( x _ 4 ) ; admire . agent ( x _ 2 , x _ 1 ) AND admire . theme ( x _ 2 , x _ 4 ) AND horse . nmod . beside ( x _ 4 , x _ 7 ) AND tree ( x _ 7 )
in_distribution
A girl attempted to dance .
girl ( x _ 1 ) AND attempt . agent ( x _ 2 , x _ 1 ) AND attempt . xcomp ( x _ 2 , x _ 4 ) AND dance . agent ( x _ 4 , x _ 1 )
in_distribution
Michael dreamed that the cake was dusted by Liam .
* cake ( x _ 4 ) ; dream . agent ( x _ 1 , Michael ) AND dream . ccomp ( x _ 1 , x _ 6 ) AND dust . theme ( x _ 6 , x _ 4 ) AND dust . agent ( x _ 6 , Liam )
in_distribution
The girl discovered the hamburger .
* girl ( x _ 1 ) ; * hamburger ( x _ 4 ) ; discover . agent ( x _ 2 , x _ 1 ) AND discover . theme ( x _ 2 , x _ 4 )
in_distribution
The jacket was eaten .
* jacket ( x _ 1 ) ; eat . theme ( x _ 3 , x _ 1 )
in_distribution
A professor wanted to walk .
professor ( x _ 1 ) AND want . agent ( x _ 2 , x _ 1 ) AND want . xcomp ( x _ 2 , x _ 4 ) AND walk . agent ( x _ 4 , x _ 1 )
in_distribution
Emma gave a drink to Oliver .
give . agent ( x _ 1 , Emma ) AND give . theme ( x _ 1 , x _ 3 ) AND give . recipient ( x _ 1 , Oliver ) AND drink ( x _ 3 )
in_distribution
The donut was liked by a girl .
* donut ( x _ 1 ) ; like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , x _ 6 ) AND girl ( x _ 6 )
in_distribution
The cake was posted to Liam .
* cake ( x _ 1 ) ; post . theme ( x _ 3 , x _ 1 ) AND post . recipient ( x _ 3 , Liam )
in_distribution
A donut was burned by Liam .
donut ( x _ 1 ) AND burn . theme ( x _ 3 , x _ 1 ) AND burn . agent ( x _ 3 , Liam )
in_distribution
A girl was given a cake in a house on the stage .
* stage ( x _ 11 ) ; girl ( x _ 1 ) AND give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 ) AND cake ( x _ 5 ) AND cake . nmod . in ( x _ 5 , x _ 8 ) AND house ( x _ 8 ) AND house . nmod . on ( x _ 8 , x _ 11 )
in_distribution
A pupil inflated the kid .
* kid ( x _ 4 ) ; pupil ( x _ 1 ) AND inflate . agent ( x _ 2 , x _ 1 ) AND inflate . theme ( x _ 2 , x _ 4 )
in_distribution
The lion gave a cake in the box to a mouse .
* lion ( x _ 1 ) ; * box ( x _ 7 ) ; give . agent ( x _ 2 , x _ 1 ) AND give . theme ( x _ 2 , x _ 4 ) AND give . recipient ( x _ 2 , x _ 10 ) AND cake ( x _ 4 ) AND cake . nmod . in ( x _ 4 , x _ 7 ) AND mouse ( x _ 10 )
in_distribution
Emma was handed a cookie on the bed by the girl .
* bed ( x _ 7 ) ; * girl ( x _ 10 ) ; hand . recipient ( x _ 2 , Emma ) AND hand . theme ( x _ 2 , x _ 4 ) AND hand . agent ( x _ 2 , x _ 10 ) AND cookie ( x _ 4 ) AND cookie . nmod . on ( x _ 4 , x _ 7 )
in_distribution
Noah slipped the frog a jigsaw beside a table .
* frog ( x _ 3 ) ; slip . agent ( x _ 1 , Noah ) AND slip . recipient ( x _ 1 , x _ 3 ) AND slip . theme ( x _ 1 , x _ 5 ) AND jigsaw ( x _ 5 ) AND jigsaw . nmod . beside ( x _ 5 , x _ 8 ) AND table ( x _ 8 )
in_distribution
Ethan hoped that the cake was slipped to Emma by Noah .
* cake ( x _ 4 ) ; hope . agent ( x _ 1 , Ethan ) AND hope . ccomp ( x _ 1 , x _ 6 ) AND slip . theme ( x _ 6 , x _ 4 ) AND slip . recipient ( x _ 6 , Emma ) AND slip . agent ( x _ 6 , Noah )
in_distribution
A fruit was burned by a chicken .
fruit ( x _ 1 ) AND burn . theme ( x _ 3 , x _ 1 ) AND burn . agent ( x _ 3 , x _ 6 ) AND chicken ( x _ 6 )
in_distribution
The cake was fed to Nora .
* cake ( x _ 1 ) ; feed . theme ( x _ 3 , x _ 1 ) AND feed . recipient ( x _ 3 , Nora )
in_distribution
Abigail wanted to run .
want . agent ( x _ 1 , Abigail ) AND want . xcomp ( x _ 1 , x _ 3 ) AND run . agent ( x _ 3 , Abigail )
in_distribution
The donut was sold to William .
* donut ( x _ 1 ) ; sell . theme ( x _ 3 , x _ 1 ) AND sell . recipient ( x _ 3 , William )
in_distribution
The pancake was reddened .
* pancake ( x _ 1 ) ; redden . theme ( x _ 3 , x _ 1 )
in_distribution
A horse called .
horse ( x _ 1 ) AND call . agent ( x _ 2 , x _ 1 )
in_distribution
Emma liked that the frog cooked .
* frog ( x _ 4 ) ; like . agent ( x _ 1 , Emma ) AND like . ccomp ( x _ 1 , x _ 5 ) AND cook . agent ( x _ 5 , x _ 4 )
in_distribution
Emma tried to walk .
try . agent ( x _ 1 , Emma ) AND try . xcomp ( x _ 1 , x _ 3 ) AND walk . agent ( x _ 3 , Emma )
in_distribution
A girl gave the cat the cookie .
* cat ( x _ 4 ) ; * cookie ( x _ 6 ) ; girl ( x _ 1 ) AND give . agent ( x _ 2 , x _ 1 ) AND give . recipient ( x _ 2 , x _ 4 ) AND give . theme ( x _ 2 , x _ 6 )
in_distribution
Jack was given the cup by Jacob .
* cup ( x _ 4 ) ; give . recipient ( x _ 2 , Jack ) AND give . theme ( x _ 2 , x _ 4 ) AND give . agent ( x _ 2 , Jacob )
in_distribution
Grayson wanted to run .
want . agent ( x _ 1 , Grayson ) AND want . xcomp ( x _ 1 , x _ 3 ) AND run . agent ( x _ 3 , Grayson )
in_distribution
Emma was given the cookie in the nest .
* cookie ( x _ 4 ) ; * nest ( x _ 7 ) ; give . recipient ( x _ 2 , Emma ) AND give . theme ( x _ 2 , x _ 4 ) AND cookie . nmod . in ( x _ 4 , x _ 7 )
in_distribution
The cat believed that the squirrel was returned the donut beside the boat by a teacher .
* cat ( x _ 1 ) ; * squirrel ( x _ 5 ) ; * donut ( x _ 9 ) ; * boat ( x _ 12 ) ; believe . agent ( x _ 2 , x _ 1 ) AND believe . ccomp ( x _ 2 , x _ 7 ) AND return . recipient ( x _ 7 , x _ 5 ) AND return . theme ( x _ 7 , x _ 9 ) AND return . agent ( x _ 7 , x _ 15 ) AND donut . nmod . beside ( x _ 9 , x _ 12 ) AND te...
in_distribution
The rose was worshipped .
* rose ( x _ 1 ) ; worship . theme ( x _ 3 , x _ 1 )
in_distribution
Benjamin was lended the cake by Emma .
* cake ( x _ 4 ) ; lend . recipient ( x _ 2 , Benjamin ) AND lend . theme ( x _ 2 , x _ 4 ) AND lend . agent ( x _ 2 , Emma )
in_distribution
A kid brought Emma the pretzel .
* pretzel ( x _ 5 ) ; kid ( x _ 1 ) AND bring . agent ( x _ 2 , x _ 1 ) AND bring . recipient ( x _ 2 , Emma ) AND bring . theme ( x _ 2 , x _ 5 )
in_distribution
Olivia liked that the girl snored .
* girl ( x _ 4 ) ; like . agent ( x _ 1 , Olivia ) AND like . ccomp ( x _ 1 , x _ 5 ) AND snore . agent ( x _ 5 , x _ 4 )
in_distribution
The raisin was noticed .
* raisin ( x _ 1 ) ; notice . theme ( x _ 3 , x _ 1 )
in_distribution
A cake was given to Oliver by Olivia .
cake ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , Oliver ) AND give . agent ( x _ 3 , Olivia )
in_distribution
A pumpkin was floated by a boy .
pumpkin ( x _ 1 ) AND float . theme ( x _ 3 , x _ 1 ) AND float . agent ( x _ 3 , x _ 6 ) AND boy ( x _ 6 )
in_distribution
The radio was drawn by the giraffe .
* radio ( x _ 1 ) ; * giraffe ( x _ 6 ) ; draw . theme ( x _ 3 , x _ 1 ) AND draw . agent ( x _ 3 , x _ 6 )
in_distribution
Nora preferred to run .
prefer . agent ( x _ 1 , Nora ) AND prefer . xcomp ( x _ 1 , x _ 3 ) AND run . agent ( x _ 3 , Nora )
in_distribution
Emma gave a cake on a cabinet to Nora .
give . agent ( x _ 1 , Emma ) AND give . theme ( x _ 1 , x _ 3 ) AND give . recipient ( x _ 1 , Nora ) AND cake ( x _ 3 ) AND cake . nmod . on ( x _ 3 , x _ 6 ) AND cabinet ( x _ 6 )
in_distribution
A kid was given a cake beside a table .
kid ( x _ 1 ) AND give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 ) AND cake ( x _ 5 ) AND cake . nmod . beside ( x _ 5 , x _ 8 ) AND table ( x _ 8 )
in_distribution
The girl craved to smirk .
* girl ( x _ 1 ) ; crave . agent ( x _ 2 , x _ 1 ) AND crave . xcomp ( x _ 2 , x _ 4 ) AND smirk . agent ( x _ 4 , x _ 1 )
in_distribution
A donut was painted by a girl .
donut ( x _ 1 ) AND paint . theme ( x _ 3 , x _ 1 ) AND paint . agent ( x _ 3 , x _ 6 ) AND girl ( x _ 6 )
in_distribution
A drink was given to a child by Mila .
drink ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 ) AND give . agent ( x _ 3 , Mila ) AND child ( x _ 6 )
in_distribution
The balloon was collapsed by a baby .
* balloon ( x _ 1 ) ; collapse . theme ( x _ 3 , x _ 1 ) AND collapse . agent ( x _ 3 , x _ 6 ) AND baby ( x _ 6 )
in_distribution
A girl was promised the raisin by Liam .
* raisin ( x _ 5 ) ; girl ( x _ 1 ) AND promise . recipient ( x _ 3 , x _ 1 ) AND promise . theme ( x _ 3 , x _ 5 ) AND promise . agent ( x _ 3 , Liam )
in_distribution
A donut was rolled by the boy .
* boy ( x _ 6 ) ; donut ( x _ 1 ) AND roll . theme ( x _ 3 , x _ 1 ) AND roll . agent ( x _ 3 , x _ 6 )
in_distribution
The cake was liked by Isabella .
* cake ( x _ 1 ) ; like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , Isabella )
in_distribution
Audrey slept .
sleep . agent ( x _ 1 , Audrey )
in_distribution
A girl gave the donut beside a chair to James .
* donut ( x _ 4 ) ; girl ( x _ 1 ) AND give . agent ( x _ 2 , x _ 1 ) AND give . theme ( x _ 2 , x _ 4 ) AND give . recipient ( x _ 2 , James ) AND donut . nmod . beside ( x _ 4 , x _ 7 ) AND chair ( x _ 7 )
in_distribution
A chemical was promised to the boy .
* boy ( x _ 6 ) ; chemical ( x _ 1 ) AND promise . theme ( x _ 3 , x _ 1 ) AND promise . recipient ( x _ 3 , x _ 6 )
in_distribution
The girl offered Charlotte the cake .
* girl ( x _ 1 ) ; * cake ( x _ 5 ) ; offer . agent ( x _ 2 , x _ 1 ) AND offer . recipient ( x _ 2 , Charlotte ) AND offer . theme ( x _ 2 , x _ 5 )
in_distribution
A giraffe froze the rose on the speaker beside a table .
* rose ( x _ 4 ) ; * speaker ( x _ 7 ) ; giraffe ( x _ 1 ) AND freeze . agent ( x _ 2 , x _ 1 ) AND freeze . theme ( x _ 2 , x _ 4 ) AND rose . nmod . on ( x _ 4 , x _ 7 ) AND speaker . nmod . beside ( x _ 7 , x _ 10 ) AND table ( x _ 10 )
in_distribution
Aiden smiled .
smile . agent ( x _ 1 , Aiden )
in_distribution
The donkey slept .
* donkey ( x _ 1 ) ; sleep . agent ( x _ 2 , x _ 1 )
in_distribution
The cake was cleaned by Mia .
* cake ( x _ 1 ) ; clean . theme ( x _ 3 , x _ 1 ) AND clean . agent ( x _ 3 , Mia )
in_distribution
Liam juggled .
juggle . agent ( x _ 1 , Liam )
in_distribution
The chalk was nursed .
* chalk ( x _ 1 ) ; nurse . theme ( x _ 3 , x _ 1 )
in_distribution
Liam was given the cake on a stage beside the road .
* cake ( x _ 4 ) ; * road ( x _ 10 ) ; give . recipient ( x _ 2 , Liam ) AND give . theme ( x _ 2 , x _ 4 ) AND cake . nmod . on ( x _ 4 , x _ 7 ) AND stage ( x _ 7 ) AND stage . nmod . beside ( x _ 7 , x _ 10 )
in_distribution
Emma froze a cake beside the table .
* table ( x _ 6 ) ; freeze . agent ( x _ 1 , Emma ) AND freeze . theme ( x _ 1 , x _ 3 ) AND cake ( x _ 3 ) AND cake . nmod . beside ( x _ 3 , x _ 6 )
in_distribution