input
stringlengths
3
103
output
stringlengths
3
435
domain
stringclasses
14 values
A cake was given to Elijah by Penelope .
cake ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , Elijah ) AND give . agent ( x _ 3 , Penelope )
in_distribution
The tiger tried to walk .
* tiger ( x _ 1 ) ; try . agent ( x _ 2 , x _ 1 ) AND try . xcomp ( x _ 2 , x _ 4 ) AND walk . agent ( x _ 4 , x _ 1 )
in_distribution
Lillian cried .
cry . agent ( x _ 1 , Lillian )
in_distribution
James preferred to walk .
prefer . agent ( x _ 1 , James ) AND prefer . xcomp ( x _ 1 , x _ 3 ) AND walk . agent ( x _ 3 , James )
in_distribution
A ball was known by Emma .
ball ( x _ 1 ) AND know . theme ( x _ 3 , x _ 1 ) AND know . agent ( x _ 3 , Emma )
in_distribution
Matthew slept .
sleep . agent ( x _ 1 , Matthew )
in_distribution
The pretzel was rolled by Zoey .
* pretzel ( x _ 1 ) ; roll . theme ( x _ 3 , x _ 1 ) AND roll . agent ( x _ 3 , Zoey )
in_distribution
A girl said that Amelia hunted .
girl ( x _ 1 ) AND say . agent ( x _ 2 , x _ 1 ) AND say . ccomp ( x _ 2 , x _ 5 ) AND hunt . agent ( x _ 5 , Amelia )
in_distribution
Emma was awarded the cake beside a table .
* cake ( x _ 4 ) ; award . recipient ( x _ 2 , Emma ) AND award . theme ( x _ 2 , x _ 4 ) AND cake . nmod . beside ( x _ 4 , x _ 7 ) AND table ( x _ 7 )
in_distribution
William drew .
draw . agent ( x _ 1 , William )
in_distribution
A giraffe liked that a donkey wanted to walk .
giraffe ( x _ 1 ) AND like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 6 ) AND donkey ( x _ 5 ) AND want . agent ( x _ 6 , x _ 5 ) AND want . xcomp ( x _ 6 , x _ 8 ) AND walk . agent ( x _ 8 , x _ 5 )
in_distribution
Mason was given the hamburger .
* hamburger ( x _ 4 ) ; give . recipient ( x _ 2 , Mason ) AND give . theme ( x _ 2 , x _ 4 )
in_distribution
A boy called a drink .
boy ( x _ 1 ) AND call . agent ( x _ 2 , x _ 1 ) AND call . theme ( x _ 2 , x _ 4 ) AND drink ( x _ 4 )
in_distribution
Noah snoozed .
snooze . agent ( x _ 1 , Noah )
in_distribution
Emma ate a game .
eat . agent ( x _ 1 , Emma ) AND eat . theme ( x _ 1 , x _ 3 ) AND game ( x _ 3 )
in_distribution
The cookie was fed to the crocodile .
* cookie ( x _ 1 ) ; * crocodile ( x _ 6 ) ; feed . theme ( x _ 3 , x _ 1 ) AND feed . recipient ( x _ 3 , x _ 6 )
in_distribution
Liam tossed the donut .
* donut ( x _ 3 ) ; toss . agent ( x _ 1 , Liam ) AND toss . theme ( x _ 1 , x _ 3 )
in_distribution
Jacob hoped that a girl was lended the bottle on a table .
* bottle ( x _ 8 ) ; hope . agent ( x _ 1 , Jacob ) AND hope . ccomp ( x _ 1 , x _ 6 ) AND girl ( x _ 4 ) AND lend . recipient ( x _ 6 , x _ 4 ) AND lend . theme ( x _ 6 , x _ 8 ) AND bottle . nmod . on ( x _ 8 , x _ 11 ) AND table ( x _ 11 )
in_distribution
The girl lended Olivia the cake in the pot .
* girl ( x _ 1 ) ; * cake ( x _ 5 ) ; * pot ( x _ 8 ) ; lend . agent ( x _ 2 , x _ 1 ) AND lend . recipient ( x _ 2 , Olivia ) AND lend . theme ( x _ 2 , x _ 5 ) AND cake . nmod . in ( x _ 5 , x _ 8 )
in_distribution
A raisin was found by Liam .
raisin ( x _ 1 ) AND find . theme ( x _ 3 , x _ 1 ) AND find . agent ( x _ 3 , Liam )
in_distribution
A drink was reddened .
drink ( x _ 1 ) AND redden . theme ( x _ 3 , x _ 1 )
in_distribution
Emma liked to sneeze .
like . agent ( x _ 1 , Emma ) AND like . xcomp ( x _ 1 , x _ 3 ) AND sneeze . agent ( x _ 3 , Emma )
in_distribution
The girl was sold a cake .
* girl ( x _ 1 ) ; sell . recipient ( x _ 3 , x _ 1 ) AND sell . theme ( x _ 3 , x _ 5 ) AND cake ( x _ 5 )
in_distribution
like
LAMBDA a . LAMBDA b . LAMBDA e . like . agent ( e , b ) AND like . theme ( e , a )
primitive
Bella lended a boy a box in the barrel .
* barrel ( x _ 8 ) ; lend . agent ( x _ 1 , Bella ) AND lend . recipient ( x _ 1 , x _ 3 ) AND lend . theme ( x _ 1 , x _ 5 ) AND boy ( x _ 3 ) AND box ( x _ 5 ) AND box . nmod . in ( x _ 5 , x _ 8 )
in_distribution
A scientist helped a host on the stage .
* stage ( x _ 7 ) ; scientist ( x _ 1 ) AND help . agent ( x _ 2 , x _ 1 ) AND help . theme ( x _ 2 , x _ 4 ) AND host ( x _ 4 ) AND host . nmod . on ( x _ 4 , x _ 7 )
in_distribution
Benjamin juggled the boy on a rock .
* boy ( x _ 3 ) ; juggle . agent ( x _ 1 , Benjamin ) AND juggle . theme ( x _ 1 , x _ 3 ) AND boy . nmod . on ( x _ 3 , x _ 6 ) AND rock ( x _ 6 )
in_distribution
Lincoln ate the girl on the cushion .
* girl ( x _ 3 ) ; * cushion ( x _ 6 ) ; eat . agent ( x _ 1 , Lincoln ) AND eat . theme ( x _ 1 , x _ 3 ) AND girl . nmod . on ( x _ 3 , x _ 6 )
in_distribution
A pencil was offered to William by a priest .
pencil ( x _ 1 ) AND offer . theme ( x _ 3 , x _ 1 ) AND offer . recipient ( x _ 3 , William ) AND offer . agent ( x _ 3 , x _ 8 ) AND priest ( x _ 8 )
in_distribution
The game was helped by Amelia .
* game ( x _ 1 ) ; help . theme ( x _ 3 , x _ 1 ) AND help . agent ( x _ 3 , Amelia )
in_distribution
The prisoner split a girl on the tree .
* prisoner ( x _ 1 ) ; * tree ( x _ 7 ) ; split . agent ( x _ 2 , x _ 1 ) AND split . theme ( x _ 2 , x _ 4 ) AND girl ( x _ 4 ) AND girl . nmod . on ( x _ 4 , x _ 7 )
in_distribution
Isabella inflated the dog on the TV .
* dog ( x _ 3 ) ; * tv ( x _ 6 ) ; inflate . agent ( x _ 1 , Isabella ) AND inflate . theme ( x _ 1 , x _ 3 ) AND dog . nmod . on ( x _ 3 , x _ 6 )
in_distribution
The rose rolled .
* rose ( x _ 1 ) ; roll . theme ( x _ 2 , x _ 1 )
in_distribution
The cake was lended to a baby by the tiger .
* cake ( x _ 1 ) ; * tiger ( x _ 9 ) ; lend . theme ( x _ 3 , x _ 1 ) AND lend . recipient ( x _ 3 , x _ 6 ) AND lend . agent ( x _ 3 , x _ 9 ) AND baby ( x _ 6 )
in_distribution
A girl liked the chemical .
* chemical ( x _ 4 ) ; girl ( x _ 1 ) AND like . agent ( x _ 2 , x _ 1 ) AND like . theme ( x _ 2 , x _ 4 )
in_distribution
William was lended a cookie beside the bed by Ava .
* bed ( x _ 7 ) ; lend . recipient ( x _ 2 , William ) AND lend . theme ( x _ 2 , x _ 4 ) AND lend . agent ( x _ 2 , Ava ) AND cookie ( x _ 4 ) AND cookie . nmod . beside ( x _ 4 , x _ 7 )
in_distribution
Liam sent Emma a lollipop .
send . agent ( x _ 1 , Liam ) AND send . recipient ( x _ 1 , Emma ) AND send . theme ( x _ 1 , x _ 4 ) AND lollipop ( x _ 4 )
in_distribution
A boy rolled a girl beside the chair .
* chair ( x _ 7 ) ; boy ( x _ 1 ) AND roll . agent ( x _ 2 , x _ 1 ) AND roll . theme ( x _ 2 , x _ 4 ) AND girl ( x _ 4 ) AND girl . nmod . beside ( x _ 4 , x _ 7 )
in_distribution
The boy smiled .
* boy ( x _ 1 ) ; smile . agent ( x _ 2 , x _ 1 )
in_distribution
A girl froze a donut .
girl ( x _ 1 ) AND freeze . agent ( x _ 2 , x _ 1 ) AND freeze . theme ( x _ 2 , x _ 4 ) AND donut ( x _ 4 )
in_distribution
Emma ate the chief .
* chief ( x _ 3 ) ; eat . agent ( x _ 1 , Emma ) AND eat . theme ( x _ 1 , x _ 3 )
in_distribution
A pony was given the rose .
* rose ( x _ 5 ) ; pony ( x _ 1 ) AND give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 )
in_distribution
A girl grew a melon .
girl ( x _ 1 ) AND grow . agent ( x _ 2 , x _ 1 ) AND grow . theme ( x _ 2 , x _ 4 ) AND melon ( x _ 4 )
in_distribution
The baby noticed that a cake was called .
* baby ( x _ 1 ) ; notice . agent ( x _ 2 , x _ 1 ) AND notice . ccomp ( x _ 2 , x _ 7 ) AND cake ( x _ 5 ) AND call . theme ( x _ 7 , x _ 5 )
in_distribution
A teacher liked that the cake was crumpled .
* cake ( x _ 5 ) ; teacher ( x _ 1 ) AND like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 7 ) AND crumple . theme ( x _ 7 , x _ 5 )
in_distribution
Emma was given a cake beside a table by the baby .
* baby ( x _ 10 ) ; give . recipient ( x _ 2 , Emma ) AND give . theme ( x _ 2 , x _ 4 ) AND give . agent ( x _ 2 , x _ 10 ) AND cake ( x _ 4 ) AND cake . nmod . beside ( x _ 4 , x _ 7 ) AND table ( x _ 7 )
in_distribution
James gave the donut to a duke .
* donut ( x _ 3 ) ; give . agent ( x _ 1 , James ) AND give . theme ( x _ 1 , x _ 3 ) AND give . recipient ( x _ 1 , x _ 6 ) AND duke ( x _ 6 )
in_distribution
The doctor smiled .
* doctor ( x _ 1 ) ; smile . agent ( x _ 2 , x _ 1 )
in_distribution
The father tried to walk .
* father ( x _ 1 ) ; try . agent ( x _ 2 , x _ 1 ) AND try . xcomp ( x _ 2 , x _ 4 ) AND walk . agent ( x _ 4 , x _ 1 )
in_distribution
A lion laughed .
lion ( x _ 1 ) AND laugh . agent ( x _ 2 , x _ 1 )
in_distribution
A mouse brought a chemical to a girl .
mouse ( x _ 1 ) AND bring . agent ( x _ 2 , x _ 1 ) AND bring . theme ( x _ 2 , x _ 4 ) AND bring . recipient ( x _ 2 , x _ 7 ) AND chemical ( x _ 4 ) AND girl ( x _ 7 )
in_distribution
Noah noticed that a melon was painted by a girl .
notice . agent ( x _ 1 , Noah ) AND notice . ccomp ( x _ 1 , x _ 6 ) AND melon ( x _ 4 ) AND paint . theme ( x _ 6 , x _ 4 ) AND paint . agent ( x _ 6 , x _ 9 ) AND girl ( x _ 9 )
in_distribution
Riley grew a girl on the bed .
* bed ( x _ 6 ) ; grow . agent ( x _ 1 , Riley ) AND grow . theme ( x _ 1 , x _ 3 ) AND girl ( x _ 3 ) AND girl . nmod . on ( x _ 3 , x _ 6 )
in_distribution
The sandwich was liked by Emma .
* sandwich ( x _ 1 ) ; like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , Emma )
in_distribution
The cat gave a donut beside a table to the resident .
* cat ( x _ 1 ) ; * resident ( x _ 10 ) ; give . agent ( x _ 2 , x _ 1 ) AND give . theme ( x _ 2 , x _ 4 ) AND give . recipient ( x _ 2 , x _ 10 ) AND donut ( x _ 4 ) AND donut . nmod . beside ( x _ 4 , x _ 7 ) AND table ( x _ 7 )
in_distribution
Liam sketched Emma .
sketch . agent ( x _ 1 , Liam ) AND sketch . theme ( x _ 1 , Emma )
in_distribution
The pumpkin was lended to Liam by a boy .
* pumpkin ( x _ 1 ) ; lend . theme ( x _ 3 , x _ 1 ) AND lend . recipient ( x _ 3 , Liam ) AND lend . agent ( x _ 3 , x _ 8 ) AND boy ( x _ 8 )
in_distribution
Emma gave Noah the box .
* box ( x _ 4 ) ; give . agent ( x _ 1 , Emma ) AND give . recipient ( x _ 1 , Noah ) AND give . theme ( x _ 1 , x _ 4 )
in_distribution
Charlotte was sold a cake in the wagon .
* wagon ( x _ 7 ) ; sell . recipient ( x _ 2 , Charlotte ) AND sell . theme ( x _ 2 , x _ 4 ) AND cake ( x _ 4 ) AND cake . nmod . in ( x _ 4 , x _ 7 )
in_distribution
A cake was sold to Emma by the bear .
* bear ( x _ 8 ) ; cake ( x _ 1 ) AND sell . theme ( x _ 3 , x _ 1 ) AND sell . recipient ( x _ 3 , Emma ) AND sell . agent ( x _ 3 , x _ 8 )
in_distribution
A cake was rolled by the girl .
* girl ( x _ 6 ) ; cake ( x _ 1 ) AND roll . theme ( x _ 3 , x _ 1 ) AND roll . agent ( x _ 3 , x _ 6 )
in_distribution
Emma slipped a cake in a house to the girl .
* girl ( x _ 9 ) ; slip . agent ( x _ 1 , Emma ) AND slip . theme ( x _ 1 , x _ 3 ) AND slip . recipient ( x _ 1 , x _ 9 ) AND cake ( x _ 3 ) AND cake . nmod . in ( x _ 3 , x _ 6 ) AND house ( x _ 6 )
in_distribution
Aria ate .
eat . agent ( x _ 1 , Aria )
in_distribution
The cookie was liked by the tiger .
* cookie ( x _ 1 ) ; * tiger ( x _ 6 ) ; like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , x _ 6 )
in_distribution
William fed the cookie beside the table to Emma .
* cookie ( x _ 3 ) ; * table ( x _ 6 ) ; feed . agent ( x _ 1 , William ) AND feed . theme ( x _ 1 , x _ 3 ) AND feed . recipient ( x _ 1 , Emma ) AND cookie . nmod . beside ( x _ 3 , x _ 6 )
in_distribution
The cat confessed that the cake was helped by the girl .
* cat ( x _ 1 ) ; * cake ( x _ 5 ) ; * girl ( x _ 10 ) ; confess . agent ( x _ 2 , x _ 1 ) AND confess . ccomp ( x _ 2 , x _ 7 ) AND help . theme ( x _ 7 , x _ 5 ) AND help . agent ( x _ 7 , x _ 10 )
in_distribution
The raisin froze .
* raisin ( x _ 1 ) ; freeze . theme ( x _ 2 , x _ 1 )
in_distribution
Emma was served a cake .
serve . recipient ( x _ 2 , Emma ) AND serve . theme ( x _ 2 , x _ 4 ) AND cake ( x _ 4 )
in_distribution
Michael liked that Emma slept .
like . agent ( x _ 1 , Michael ) AND like . ccomp ( x _ 1 , x _ 4 ) AND sleep . agent ( x _ 4 , Emma )
in_distribution
The boy missed a box in the garden .
* boy ( x _ 1 ) ; * garden ( x _ 7 ) ; miss . agent ( x _ 2 , x _ 1 ) AND miss . theme ( x _ 2 , x _ 4 ) AND box ( x _ 4 ) AND box . nmod . in ( x _ 4 , x _ 7 )
in_distribution
A glue was awarded to Emma .
glue ( x _ 1 ) AND award . theme ( x _ 3 , x _ 1 ) AND award . recipient ( x _ 3 , Emma )
in_distribution
The raisin was observed by a girl .
* raisin ( x _ 1 ) ; observe . theme ( x _ 3 , x _ 1 ) AND observe . agent ( x _ 3 , x _ 6 ) AND girl ( x _ 6 )
in_distribution
Harper was rented a cake in a house by Noah .
rent . recipient ( x _ 2 , Harper ) AND rent . theme ( x _ 2 , x _ 4 ) AND rent . agent ( x _ 2 , Noah ) AND cake ( x _ 4 ) AND cake . nmod . in ( x _ 4 , x _ 7 ) AND house ( x _ 7 )
in_distribution
A cake was slipped to the boy by William .
* boy ( x _ 6 ) ; cake ( x _ 1 ) AND slip . theme ( x _ 3 , x _ 1 ) AND slip . recipient ( x _ 3 , x _ 6 ) AND slip . agent ( x _ 3 , William )
in_distribution
Samuel heard the penny on a panel .
* penny ( x _ 3 ) ; hear . agent ( x _ 1 , Samuel ) AND hear . theme ( x _ 1 , x _ 3 ) AND penny . nmod . on ( x _ 3 , x _ 6 ) AND panel ( x _ 6 )
in_distribution
A girl preferred to cook .
girl ( x _ 1 ) AND prefer . agent ( x _ 2 , x _ 1 ) AND prefer . xcomp ( x _ 2 , x _ 4 ) AND cook . agent ( x _ 4 , x _ 1 )
in_distribution
A cake was sent to a girl by a host .
cake ( x _ 1 ) AND send . theme ( x _ 3 , x _ 1 ) AND send . recipient ( x _ 3 , x _ 6 ) AND send . agent ( x _ 3 , x _ 9 ) AND girl ( x _ 6 ) AND host ( x _ 9 )
in_distribution
Emma liked that the rose was eaten .
* rose ( x _ 4 ) ; like . agent ( x _ 1 , Emma ) AND like . ccomp ( x _ 1 , x _ 6 ) AND eat . theme ( x _ 6 , x _ 4 )
in_distribution
Logan smiled .
smile . agent ( x _ 1 , Logan )
in_distribution
The brick was heard by Victoria .
* brick ( x _ 1 ) ; hear . theme ( x _ 3 , x _ 1 ) AND hear . agent ( x _ 3 , Victoria )
in_distribution
The game was drawn .
* game ( x _ 1 ) ; draw . theme ( x _ 3 , x _ 1 )
in_distribution
A girl yearned to read .
girl ( x _ 1 ) AND yearn . agent ( x _ 2 , x _ 1 ) AND yearn . xcomp ( x _ 2 , x _ 4 ) AND read . agent ( x _ 4 , x _ 1 )
in_distribution
The boy ate .
* boy ( x _ 1 ) ; eat . agent ( x _ 2 , x _ 1 )
in_distribution
A bottle was rolled by a girl .
bottle ( x _ 1 ) AND roll . theme ( x _ 3 , x _ 1 ) AND roll . agent ( x _ 3 , x _ 6 ) AND girl ( x _ 6 )
in_distribution
The cake was lended to Liam by the deer .
* cake ( x _ 1 ) ; * deer ( x _ 8 ) ; lend . theme ( x _ 3 , x _ 1 ) AND lend . recipient ( x _ 3 , Liam ) AND lend . agent ( x _ 3 , x _ 8 )
in_distribution
The student crumpled a girl .
* student ( x _ 1 ) ; crumple . agent ( x _ 2 , x _ 1 ) AND crumple . theme ( x _ 2 , x _ 4 ) AND girl ( x _ 4 )
in_distribution
The raisin was touched by a child .
* raisin ( x _ 1 ) ; touch . theme ( x _ 3 , x _ 1 ) AND touch . agent ( x _ 3 , x _ 6 ) AND child ( x _ 6 )
in_distribution
The girl gave a cake on a table to a monkey .
* girl ( x _ 1 ) ; 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 . on ( x _ 4 , x _ 7 ) AND table ( x _ 7 ) AND monkey ( x _ 10 )
in_distribution
A cat rolled a plate on a bed .
cat ( x _ 1 ) AND roll . agent ( x _ 2 , x _ 1 ) AND roll . theme ( x _ 2 , x _ 4 ) AND plate ( x _ 4 ) AND plate . nmod . on ( x _ 4 , x _ 7 ) AND bed ( x _ 7 )
in_distribution
Liam wanted to cook .
want . agent ( x _ 1 , Liam ) AND want . xcomp ( x _ 1 , x _ 3 ) AND cook . agent ( x _ 3 , Liam )
in_distribution
The director hoped that Sophia said that a cake was tolerated .
* director ( x _ 1 ) ; hope . agent ( x _ 2 , x _ 1 ) AND hope . ccomp ( x _ 2 , x _ 5 ) AND say . agent ( x _ 5 , Sophia ) AND say . ccomp ( x _ 5 , x _ 10 ) AND cake ( x _ 8 ) AND tolerate . theme ( x _ 10 , x _ 8 )
in_distribution
Mia wished to walk .
wish . agent ( x _ 1 , Mia ) AND wish . xcomp ( x _ 1 , x _ 3 ) AND walk . agent ( x _ 3 , Mia )
in_distribution
The patient sold Noah the cake in the house .
* patient ( x _ 1 ) ; * cake ( x _ 5 ) ; * house ( x _ 8 ) ; sell . agent ( x _ 2 , x _ 1 ) AND sell . recipient ( x _ 2 , Noah ) AND sell . theme ( x _ 2 , x _ 5 ) AND cake . nmod . in ( x _ 5 , x _ 8 )
in_distribution
A rose was wired to the girl by a baby .
* girl ( x _ 6 ) ; rose ( x _ 1 ) AND wire . theme ( x _ 3 , x _ 1 ) AND wire . recipient ( x _ 3 , x _ 6 ) AND wire . agent ( x _ 3 , x _ 9 ) AND baby ( x _ 9 )
in_distribution
Olivia gave the child a donut in the hole .
* child ( x _ 3 ) ; * hole ( x _ 8 ) ; give . agent ( x _ 1 , Olivia ) AND give . recipient ( x _ 1 , x _ 3 ) AND give . theme ( x _ 1 , x _ 5 ) AND donut ( x _ 5 ) AND donut . nmod . in ( x _ 5 , x _ 8 )
in_distribution
A mother admired that the donut was liked by a sailor .
* donut ( x _ 5 ) ; mother ( x _ 1 ) AND admire . agent ( x _ 2 , x _ 1 ) AND admire . ccomp ( x _ 2 , x _ 7 ) AND like . theme ( x _ 7 , x _ 5 ) AND like . agent ( x _ 7 , x _ 10 ) AND sailor ( x _ 10 )
in_distribution
The father slept .
* father ( x _ 1 ) ; sleep . agent ( x _ 2 , x _ 1 )
in_distribution
A cake was examined by a child .
cake ( x _ 1 ) AND examine . theme ( x _ 3 , x _ 1 ) AND examine . agent ( x _ 3 , x _ 6 ) AND child ( x _ 6 )
in_distribution
Emma examined a rose .
examine . agent ( x _ 1 , Emma ) AND examine . theme ( x _ 1 , x _ 3 ) AND rose ( x _ 3 )
in_distribution
A mandarin was poked by William .
mandarin ( x _ 1 ) AND poke . theme ( x _ 3 , x _ 1 ) AND poke . agent ( x _ 3 , William )
in_distribution