input
stringlengths
3
103
output
stringlengths
3
435
domain
stringclasses
14 values
The girl believed that Emma rolled .
* girl ( x _ 1 ) ; believe . agent ( x _ 2 , x _ 1 ) AND believe . ccomp ( x _ 2 , x _ 5 ) AND roll . theme ( x _ 5 , Emma )
in_distribution
Gabriel liked that the cake was promised to the boy .
* cake ( x _ 4 ) ; * boy ( x _ 9 ) ; like . agent ( x _ 1 , Gabriel ) AND like . ccomp ( x _ 1 , x _ 6 ) AND promise . theme ( x _ 6 , x _ 4 ) AND promise . recipient ( x _ 6 , x _ 9 )
in_distribution
The drink was observed .
* drink ( x _ 1 ) ; observe . theme ( x _ 3 , x _ 1 )
in_distribution
A cake was doubled .
cake ( x _ 1 ) AND double . theme ( x _ 3 , x _ 1 )
in_distribution
A cake was brought to a girl .
cake ( x _ 1 ) AND bring . theme ( x _ 3 , x _ 1 ) AND bring . recipient ( x _ 3 , x _ 6 ) AND girl ( x _ 6 )
in_distribution
James hoped that a bottle was drawn .
hope . agent ( x _ 1 , James ) AND hope . ccomp ( x _ 1 , x _ 6 ) AND bottle ( x _ 4 ) AND draw . theme ( x _ 6 , x _ 4 )
in_distribution
The brain was painted .
* brain ( x _ 1 ) ; paint . theme ( x _ 3 , x _ 1 )
in_distribution
Stella enlarged .
enlarge . theme ( x _ 1 , Stella )
in_distribution
A child slept .
child ( x _ 1 ) AND sleep . agent ( x _ 2 , x _ 1 )
in_distribution
The melon was liked by Emma .
* melon ( x _ 1 ) ; like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , Emma )
in_distribution
A hammer was served to the girl .
* girl ( x _ 6 ) ; hammer ( x _ 1 ) AND serve . theme ( x _ 3 , x _ 1 ) AND serve . recipient ( x _ 3 , x _ 6 )
in_distribution
The monster froze Liam .
* monster ( x _ 1 ) ; freeze . agent ( x _ 2 , x _ 1 ) AND freeze . theme ( x _ 2 , Liam )
in_distribution
Gabriel dusted a scientist .
dust . agent ( x _ 1 , Gabriel ) AND dust . theme ( x _ 1 , x _ 3 ) AND scientist ( x _ 3 )
in_distribution
A cake was eaten by a boy .
cake ( x _ 1 ) AND eat . theme ( x _ 3 , x _ 1 ) AND eat . agent ( x _ 3 , x _ 6 ) AND boy ( x _ 6 )
in_distribution
Alexander liked that a donut slid .
like . agent ( x _ 1 , Alexander ) AND like . ccomp ( x _ 1 , x _ 5 ) AND donut ( x _ 4 ) AND slide . theme ( x _ 5 , x _ 4 )
in_distribution
James rolled the box on a table .
* box ( x _ 3 ) ; roll . agent ( x _ 1 , James ) AND roll . theme ( x _ 1 , x _ 3 ) AND box . nmod . on ( x _ 3 , x _ 6 ) AND table ( x _ 6 )
in_distribution
A mouse was given a cake on the table by Liam .
* table ( x _ 8 ) ; mouse ( x _ 1 ) AND give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 ) AND give . agent ( x _ 3 , Liam ) AND cake ( x _ 5 ) AND cake . nmod . on ( x _ 5 , x _ 8 )
in_distribution
A duck wanted to run .
duck ( x _ 1 ) AND want . agent ( x _ 2 , x _ 1 ) AND want . xcomp ( x _ 2 , x _ 4 ) AND run . agent ( x _ 4 , x _ 1 )
in_distribution
The brain was given to the child by a boy .
* brain ( x _ 1 ) ; * child ( x _ 6 ) ; give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 ) AND give . agent ( x _ 3 , x _ 9 ) AND boy ( x _ 9 )
in_distribution
The cookie was passed to the boy by Jaxon .
* cookie ( x _ 1 ) ; * boy ( x _ 6 ) ; pass . theme ( x _ 3 , x _ 1 ) AND pass . recipient ( x _ 3 , x _ 6 ) AND pass . agent ( x _ 3 , Jaxon )
in_distribution
The fly wished to cook .
* fly ( x _ 1 ) ; wish . agent ( x _ 2 , x _ 1 ) AND wish . xcomp ( x _ 2 , x _ 4 ) AND cook . agent ( x _ 4 , x _ 1 )
in_distribution
The cake was decomposed .
* cake ( x _ 1 ) ; decompose . theme ( x _ 3 , x _ 1 )
in_distribution
The cake was examined by Ava .
* cake ( x _ 1 ) ; examine . theme ( x _ 3 , x _ 1 ) AND examine . agent ( x _ 3 , Ava )
in_distribution
The bird preferred to walk .
* bird ( x _ 1 ) ; prefer . agent ( x _ 2 , x _ 1 ) AND prefer . xcomp ( x _ 2 , x _ 4 ) AND walk . agent ( x _ 4 , x _ 1 )
in_distribution
A scarf was fed to Olivia by a girl .
scarf ( x _ 1 ) AND feed . theme ( x _ 3 , x _ 1 ) AND feed . recipient ( x _ 3 , Olivia ) AND feed . agent ( x _ 3 , x _ 8 ) AND girl ( x _ 8 )
in_distribution
Liam examined the doctor beside a TV .
* doctor ( x _ 3 ) ; examine . agent ( x _ 1 , Liam ) AND examine . theme ( x _ 1 , x _ 3 ) AND doctor . nmod . beside ( x _ 3 , x _ 6 ) AND tv ( x _ 6 )
in_distribution
Noah ran .
run . agent ( x _ 1 , Noah )
in_distribution
A child tolerated the raisin .
* raisin ( x _ 4 ) ; child ( x _ 1 ) AND tolerate . agent ( x _ 2 , x _ 1 ) AND tolerate . theme ( x _ 2 , x _ 4 )
in_distribution
A girl was passed the cookie beside the table by the baby .
* cookie ( x _ 5 ) ; * table ( x _ 8 ) ; * baby ( x _ 11 ) ; girl ( x _ 1 ) AND pass . recipient ( x _ 3 , x _ 1 ) AND pass . theme ( x _ 3 , x _ 5 ) AND pass . agent ( x _ 3 , x _ 11 ) AND cookie . nmod . beside ( x _ 5 , x _ 8 )
in_distribution
Olivia was fed the box beside the table by Emma .
* box ( x _ 4 ) ; * table ( x _ 7 ) ; feed . recipient ( x _ 2 , Olivia ) AND feed . theme ( x _ 2 , x _ 4 ) AND feed . agent ( x _ 2 , Emma ) AND box . nmod . beside ( x _ 4 , x _ 7 )
in_distribution
Emma gave a cookie on a table to the monkey .
* monkey ( x _ 9 ) ; give . agent ( x _ 1 , Emma ) AND give . theme ( x _ 1 , x _ 3 ) AND give . recipient ( x _ 1 , x _ 9 ) AND cookie ( x _ 3 ) AND cookie . nmod . on ( x _ 3 , x _ 6 ) AND table ( x _ 6 )
in_distribution
A coin was dusted by Emma .
coin ( x _ 1 ) AND dust . theme ( x _ 3 , x _ 1 ) AND dust . agent ( x _ 3 , Emma )
in_distribution
Penelope giggled .
giggle . agent ( x _ 1 , Penelope )
in_distribution
The donut was handed to the citizen .
* donut ( x _ 1 ) ; * citizen ( x _ 6 ) ; hand . theme ( x _ 3 , x _ 1 ) AND hand . recipient ( x _ 3 , x _ 6 )
in_distribution
A lollipop was observed .
lollipop ( x _ 1 ) AND observe . theme ( x _ 3 , x _ 1 )
in_distribution
The duke was lended a ball beside a house .
* duke ( x _ 1 ) ; lend . recipient ( x _ 3 , x _ 1 ) AND lend . theme ( x _ 3 , x _ 5 ) AND ball ( x _ 5 ) AND ball . nmod . beside ( x _ 5 , x _ 8 ) AND house ( x _ 8 )
in_distribution
A boy heard a girl in a box .
boy ( x _ 1 ) AND hear . agent ( x _ 2 , x _ 1 ) AND hear . theme ( x _ 2 , x _ 4 ) AND girl ( x _ 4 ) AND girl . nmod . in ( x _ 4 , x _ 7 ) AND box ( x _ 7 )
in_distribution
The cat floated a frog .
* cat ( x _ 1 ) ; float . agent ( x _ 2 , x _ 1 ) AND float . theme ( x _ 2 , x _ 4 ) AND frog ( x _ 4 )
in_distribution
A can was posted to Emma by the boy .
* boy ( x _ 8 ) ; can ( x _ 1 ) AND post . theme ( x _ 3 , x _ 1 ) AND post . recipient ( x _ 3 , Emma ) AND post . agent ( x _ 3 , x _ 8 )
in_distribution
Olivia was lended a cake by Abigail .
lend . recipient ( x _ 2 , Olivia ) AND lend . theme ( x _ 2 , x _ 4 ) AND lend . agent ( x _ 2 , Abigail ) AND cake ( x _ 4 )
in_distribution
The girl froze a cake on the tree .
* girl ( x _ 1 ) ; * tree ( x _ 7 ) ; freeze . agent ( x _ 2 , x _ 1 ) AND freeze . theme ( x _ 2 , x _ 4 ) AND cake ( x _ 4 ) AND cake . nmod . on ( x _ 4 , x _ 7 )
in_distribution
A chicken planned to walk .
chicken ( x _ 1 ) AND plan . agent ( x _ 2 , x _ 1 ) AND plan . xcomp ( x _ 2 , x _ 4 ) AND walk . agent ( x _ 4 , x _ 1 )
in_distribution
A boy was lended the gumball by the butterfly .
* gumball ( x _ 5 ) ; * butterfly ( x _ 8 ) ; boy ( x _ 1 ) AND lend . recipient ( x _ 3 , x _ 1 ) AND lend . theme ( x _ 3 , x _ 5 ) AND lend . agent ( x _ 3 , x _ 8 )
in_distribution
Camila sold the chalk to a cat .
* chalk ( x _ 3 ) ; sell . agent ( x _ 1 , Camila ) AND sell . theme ( x _ 1 , x _ 3 ) AND sell . recipient ( x _ 1 , x _ 6 ) AND cat ( x _ 6 )
in_distribution
A cake was held by Emma .
cake ( x _ 1 ) AND hold . theme ( x _ 3 , x _ 1 ) AND hold . agent ( x _ 3 , Emma )
in_distribution
Emma was brought the donut by Mila .
* donut ( x _ 4 ) ; bring . recipient ( x _ 2 , Emma ) AND bring . theme ( x _ 2 , x _ 4 ) AND bring . agent ( x _ 2 , Mila )
in_distribution
The boy pierced Benjamin .
* boy ( x _ 1 ) ; pierce . agent ( x _ 2 , x _ 1 ) AND pierce . theme ( x _ 2 , Benjamin )
in_distribution
A cake was rolled by the baby .
* baby ( x _ 6 ) ; cake ( x _ 1 ) AND roll . theme ( x _ 3 , x _ 1 ) AND roll . agent ( x _ 3 , x _ 6 )
in_distribution
Sophia gave a cake to a lawyer .
give . agent ( x _ 1 , Sophia ) AND give . theme ( x _ 1 , x _ 3 ) AND give . recipient ( x _ 1 , x _ 6 ) AND cake ( x _ 3 ) AND lawyer ( x _ 6 )
in_distribution
The cat was awarded the pencil .
* cat ( x _ 1 ) ; * pencil ( x _ 5 ) ; award . recipient ( x _ 3 , x _ 1 ) AND award . theme ( x _ 3 , x _ 5 )
in_distribution
The girl promised the bear the donut on a stage .
* girl ( x _ 1 ) ; * bear ( x _ 4 ) ; * donut ( x _ 6 ) ; promise . agent ( x _ 2 , x _ 1 ) AND promise . recipient ( x _ 2 , x _ 4 ) AND promise . theme ( x _ 2 , x _ 6 ) AND donut . nmod . on ( x _ 6 , x _ 9 ) AND stage ( x _ 9 )
in_distribution
Liam lended a cake to Benjamin .
lend . agent ( x _ 1 , Liam ) AND lend . theme ( x _ 1 , x _ 3 ) AND lend . recipient ( x _ 1 , Benjamin ) AND cake ( x _ 3 )
in_distribution
A cat liked that Ava rolled the girl in a room .
* girl ( x _ 7 ) ; cat ( x _ 1 ) AND like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 5 ) AND roll . agent ( x _ 5 , Ava ) AND roll . theme ( x _ 5 , x _ 7 ) AND girl . nmod . in ( x _ 7 , x _ 10 ) AND room ( x _ 10 )
in_distribution
The cake was handed to the child .
* cake ( x _ 1 ) ; * child ( x _ 6 ) ; hand . theme ( x _ 3 , x _ 1 ) AND hand . recipient ( x _ 3 , x _ 6 )
in_distribution
The donut was shortened by Mia .
* donut ( x _ 1 ) ; shorten . theme ( x _ 3 , x _ 1 ) AND shorten . agent ( x _ 3 , Mia )
in_distribution
A cake was broken by a girl .
cake ( x _ 1 ) AND break . theme ( x _ 3 , x _ 1 ) AND break . agent ( x _ 3 , x _ 6 ) AND girl ( x _ 6 )
in_distribution
Olivia burned Benjamin .
burn . agent ( x _ 1 , Olivia ) AND burn . theme ( x _ 1 , Benjamin )
in_distribution
Liam wished to hunt .
wish . agent ( x _ 1 , Liam ) AND wish . xcomp ( x _ 1 , x _ 3 ) AND hunt . agent ( x _ 3 , Liam )
in_distribution
Liam grew a governor in the house .
* house ( x _ 6 ) ; grow . agent ( x _ 1 , Liam ) AND grow . theme ( x _ 1 , x _ 3 ) AND governor ( x _ 3 ) AND governor . nmod . in ( x _ 3 , x _ 6 )
in_distribution
The giraffe sketched a donut beside a table .
* giraffe ( x _ 1 ) ; sketch . agent ( x _ 2 , x _ 1 ) AND sketch . theme ( x _ 2 , x _ 4 ) AND donut ( x _ 4 ) AND donut . nmod . beside ( x _ 4 , x _ 7 ) AND table ( x _ 7 )
in_distribution
Noah painted a box on the stage .
* stage ( x _ 6 ) ; paint . agent ( x _ 1 , Noah ) AND paint . theme ( x _ 1 , x _ 3 ) AND box ( x _ 3 ) AND box . nmod . on ( x _ 3 , x _ 6 )
in_distribution
The cake was given to a penguin by a boy .
* cake ( x _ 1 ) ; give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 ) AND give . agent ( x _ 3 , x _ 9 ) AND penguin ( x _ 6 ) AND boy ( x _ 9 )
in_distribution
Liam was passed a pretzel .
pass . recipient ( x _ 2 , Liam ) AND pass . theme ( x _ 2 , x _ 4 ) AND pretzel ( x _ 4 )
in_distribution
The cake was packed by the cat .
* cake ( x _ 1 ) ; * cat ( x _ 6 ) ; pack . theme ( x _ 3 , x _ 1 ) AND pack . agent ( x _ 3 , x _ 6 )
in_distribution
The ball rolled .
* ball ( x _ 1 ) ; roll . theme ( x _ 2 , x _ 1 )
in_distribution
The gumball was juggled by Emma .
* gumball ( x _ 1 ) ; juggle . theme ( x _ 3 , x _ 1 ) AND juggle . agent ( x _ 3 , Emma )
in_distribution
A cat noticed that the friend lended the cookie to a girl .
* friend ( x _ 5 ) ; * cookie ( x _ 8 ) ; cat ( x _ 1 ) AND notice . agent ( x _ 2 , x _ 1 ) AND notice . ccomp ( x _ 2 , x _ 6 ) AND lend . agent ( x _ 6 , x _ 5 ) AND lend . theme ( x _ 6 , x _ 8 ) AND lend . recipient ( x _ 6 , x _ 11 ) AND girl ( x _ 11 )
in_distribution
A lion noticed a cake .
lion ( x _ 1 ) AND notice . agent ( x _ 2 , x _ 1 ) AND notice . theme ( x _ 2 , x _ 4 ) AND cake ( x _ 4 )
in_distribution
Charlotte was lended a donut by Liam .
lend . recipient ( x _ 2 , Charlotte ) AND lend . theme ( x _ 2 , x _ 4 ) AND lend . agent ( x _ 2 , Liam ) AND donut ( x _ 4 )
in_distribution
The girl rolled the writer .
* girl ( x _ 1 ) ; * writer ( x _ 4 ) ; roll . agent ( x _ 2 , x _ 1 ) AND roll . theme ( x _ 2 , x _ 4 )
in_distribution
A boy passed a dog the sandwich beside the tree .
* sandwich ( x _ 6 ) ; * tree ( x _ 9 ) ; boy ( x _ 1 ) AND pass . agent ( x _ 2 , x _ 1 ) AND pass . recipient ( x _ 2 , x _ 4 ) AND pass . theme ( x _ 2 , x _ 6 ) AND dog ( x _ 4 ) AND sandwich . nmod . beside ( x _ 6 , x _ 9 )
in_distribution
A cake was given to Ava by Emma .
cake ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , Ava ) AND give . agent ( x _ 3 , Emma )
in_distribution
The hamburger was thrown .
* hamburger ( x _ 1 ) ; throw . theme ( x _ 3 , x _ 1 )
in_distribution
A donut was poked by a passenger .
donut ( x _ 1 ) AND poke . theme ( x _ 3 , x _ 1 ) AND poke . agent ( x _ 3 , x _ 6 ) AND passenger ( x _ 6 )
in_distribution
Emma was sold a drink by Ava .
sell . recipient ( x _ 2 , Emma ) AND sell . theme ( x _ 2 , x _ 4 ) AND sell . agent ( x _ 2 , Ava ) AND drink ( x _ 4 )
in_distribution
Isabella sold a cake beside the table to a girl .
* table ( x _ 6 ) ; sell . agent ( x _ 1 , Isabella ) AND sell . theme ( x _ 1 , x _ 3 ) AND sell . recipient ( x _ 1 , x _ 9 ) AND cake ( x _ 3 ) AND cake . nmod . beside ( x _ 3 , x _ 6 ) AND girl ( x _ 9 )
in_distribution
A donut was grown .
donut ( x _ 1 ) AND grow . theme ( x _ 3 , x _ 1 )
in_distribution
The bird lended the pickle to a girl .
* bird ( x _ 1 ) ; * pickle ( x _ 4 ) ; lend . agent ( x _ 2 , x _ 1 ) AND lend . theme ( x _ 2 , x _ 4 ) AND lend . recipient ( x _ 2 , x _ 7 ) AND girl ( x _ 7 )
in_distribution
Alexander said that the boy dreamed to walk .
* boy ( x _ 4 ) ; say . agent ( x _ 1 , Alexander ) AND say . ccomp ( x _ 1 , x _ 5 ) AND dream . agent ( x _ 5 , x _ 4 ) AND dream . xcomp ( x _ 5 , x _ 7 ) AND walk . agent ( x _ 7 , x _ 4 )
in_distribution
A lion scoffed .
lion ( x _ 1 ) AND scoff . agent ( x _ 2 , x _ 1 )
in_distribution
A girl burned a doll in a room .
girl ( x _ 1 ) AND burn . agent ( x _ 2 , x _ 1 ) AND burn . theme ( x _ 2 , x _ 4 ) AND doll ( x _ 4 ) AND doll . nmod . in ( x _ 4 , x _ 7 ) AND room ( x _ 7 )
in_distribution
The donut was promised to the duke .
* donut ( x _ 1 ) ; * duke ( x _ 6 ) ; promise . theme ( x _ 3 , x _ 1 ) AND promise . recipient ( x _ 3 , x _ 6 )
in_distribution
A box was grown by the driver .
* driver ( x _ 6 ) ; box ( x _ 1 ) AND grow . theme ( x _ 3 , x _ 1 ) AND grow . agent ( x _ 3 , x _ 6 )
in_distribution
Emma liked that the donut was offered to the bee by Sophia .
* donut ( x _ 4 ) ; * bee ( x _ 9 ) ; like . agent ( x _ 1 , Emma ) AND like . ccomp ( x _ 1 , x _ 6 ) AND offer . theme ( x _ 6 , x _ 4 ) AND offer . recipient ( x _ 6 , x _ 9 ) AND offer . agent ( x _ 6 , Sophia )
in_distribution
A monster grew .
monster ( x _ 1 ) AND grow . theme ( x _ 2 , x _ 1 )
in_distribution
Christopher ate a cake beside the bed .
* bed ( x _ 6 ) ; eat . agent ( x _ 1 , Christopher ) AND eat . theme ( x _ 1 , x _ 3 ) AND cake ( x _ 3 ) AND cake . nmod . beside ( x _ 3 , x _ 6 )
in_distribution
A box was rolled by Olivia .
box ( x _ 1 ) AND roll . theme ( x _ 3 , x _ 1 ) AND roll . agent ( x _ 3 , Olivia )
in_distribution
Hannah sold a cake to a president .
sell . agent ( x _ 1 , Hannah ) AND sell . theme ( x _ 1 , x _ 3 ) AND sell . recipient ( x _ 1 , x _ 6 ) AND cake ( x _ 3 ) AND president ( x _ 6 )
in_distribution
The tiger improved .
* tiger ( x _ 1 ) ; improve . theme ( x _ 2 , x _ 1 )
in_distribution
Emma sketched a passenger on the sheet .
* sheet ( x _ 6 ) ; sketch . agent ( x _ 1 , Emma ) AND sketch . theme ( x _ 1 , x _ 3 ) AND passenger ( x _ 3 ) AND passenger . nmod . on ( x _ 3 , x _ 6 )
in_distribution
Emma was given a sandwich beside the shoe .
* shoe ( x _ 7 ) ; give . recipient ( x _ 2 , Emma ) AND give . theme ( x _ 2 , x _ 4 ) AND sandwich ( x _ 4 ) AND sandwich . nmod . beside ( x _ 4 , x _ 7 )
in_distribution
Skylar tried to walk .
try . agent ( x _ 1 , Skylar ) AND try . xcomp ( x _ 1 , x _ 3 ) AND walk . agent ( x _ 3 , Skylar )
in_distribution
Emma split the ball in a pot .
* ball ( x _ 3 ) ; split . agent ( x _ 1 , Emma ) AND split . theme ( x _ 1 , x _ 3 ) AND ball . nmod . in ( x _ 3 , x _ 6 ) AND pot ( x _ 6 )
in_distribution
Emma liked a drink in a room .
like . agent ( x _ 1 , Emma ) AND like . theme ( x _ 1 , x _ 3 ) AND drink ( x _ 3 ) AND drink . nmod . in ( x _ 3 , x _ 6 ) AND room ( x _ 6 )
in_distribution
A girl snapped the cake on the chessboard .
* cake ( x _ 4 ) ; * chessboard ( x _ 7 ) ; girl ( x _ 1 ) AND snap . agent ( x _ 2 , x _ 1 ) AND snap . theme ( x _ 2 , x _ 4 ) AND cake . nmod . on ( x _ 4 , x _ 7 )
in_distribution
A pumpkin was liked by Liam .
pumpkin ( x _ 1 ) AND like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , Liam )
in_distribution
Emily hoped that the box froze .
* box ( x _ 4 ) ; hope . agent ( x _ 1 , Emily ) AND hope . ccomp ( x _ 1 , x _ 5 ) AND freeze . theme ( x _ 5 , x _ 4 )
in_distribution
The child passed the jacket in a car in a shoe to the penguin .
* child ( x _ 1 ) ; * jacket ( x _ 4 ) ; * penguin ( x _ 13 ) ; pass . agent ( x _ 2 , x _ 1 ) AND pass . theme ( x _ 2 , x _ 4 ) AND pass . recipient ( x _ 2 , x _ 13 ) AND jacket . nmod . in ( x _ 4 , x _ 7 ) AND car ( x _ 7 ) AND car . nmod . in ( x _ 7 , x _ 10 ) AND shoe ( x _ 10 )
in_distribution
The teacher needed to walk .
* teacher ( x _ 1 ) ; need . agent ( x _ 2 , x _ 1 ) AND need . xcomp ( x _ 2 , x _ 4 ) AND walk . agent ( x _ 4 , x _ 1 )
in_distribution
A raisin was packed .
raisin ( x _ 1 ) AND pack . theme ( x _ 3 , x _ 1 )
in_distribution