input
stringlengths
3
103
output
stringlengths
3
435
domain
stringclasses
14 values
The girl admired a donut .
* girl ( x _ 1 ) ; admire . agent ( x _ 2 , x _ 1 ) AND admire . theme ( x _ 2 , x _ 4 ) AND donut ( x _ 4 )
in_distribution
Audrey admired that Noah ate .
admire . agent ( x _ 1 , Audrey ) AND admire . ccomp ( x _ 1 , x _ 4 ) AND eat . agent ( x _ 4 , Noah )
in_distribution
Jayden was wired a leaf on the table by Isabella .
* table ( x _ 7 ) ; wire . recipient ( x _ 2 , Jayden ) AND wire . theme ( x _ 2 , x _ 4 ) AND wire . agent ( x _ 2 , Isabella ) AND leaf ( x _ 4 ) AND leaf . nmod . on ( x _ 4 , x _ 7 )
in_distribution
A cat painted a dog beside a table beside a stage .
cat ( x _ 1 ) AND paint . agent ( x _ 2 , x _ 1 ) AND paint . theme ( x _ 2 , x _ 4 ) AND dog ( x _ 4 ) AND dog . nmod . beside ( x _ 4 , x _ 7 ) AND table ( x _ 7 ) AND table . nmod . beside ( x _ 7 , x _ 10 ) AND stage ( x _ 10 )
in_distribution
A landlord was sent the biscuit .
* biscuit ( x _ 5 ) ; landlord ( x _ 1 ) AND send . recipient ( x _ 3 , x _ 1 ) AND send . theme ( x _ 3 , x _ 5 )
in_distribution
Lily was forwarded a cookie beside the bag beside a machine .
* bag ( x _ 7 ) ; forward . recipient ( x _ 2 , Lily ) AND forward . theme ( x _ 2 , x _ 4 ) AND cookie ( x _ 4 ) AND cookie . nmod . beside ( x _ 4 , x _ 7 ) AND bag . nmod . beside ( x _ 7 , x _ 10 ) AND machine ( x _ 10 )
in_distribution
Jayden was loaned the lollipop .
* lollipop ( x _ 4 ) ; loan . recipient ( x _ 2 , Jayden ) AND loan . theme ( x _ 2 , x _ 4 )
in_distribution
The girl froze a boy .
* girl ( x _ 1 ) ; freeze . agent ( x _ 2 , x _ 1 ) AND freeze . theme ( x _ 2 , x _ 4 ) AND boy ( x _ 4 )
in_distribution
The teacher froze .
* teacher ( x _ 1 ) ; freeze . theme ( x _ 2 , x _ 1 )
in_distribution
The girl served Lily a glue .
* girl ( x _ 1 ) ; serve . agent ( x _ 2 , x _ 1 ) AND serve . recipient ( x _ 2 , Lily ) AND serve . theme ( x _ 2 , x _ 5 ) AND glue ( x _ 5 )
in_distribution
Emma gave the hammer beside the chair to James .
* hammer ( x _ 3 ) ; * chair ( x _ 6 ) ; give . agent ( x _ 1 , Emma ) AND give . theme ( x _ 1 , x _ 3 ) AND give . recipient ( x _ 1 , James ) AND hammer . nmod . beside ( x _ 3 , x _ 6 )
in_distribution
burn
LAMBDA a . LAMBDA e . burn . theme ( e , a )
primitive
Liam crumpled the wine on the pedestal .
* wine ( x _ 3 ) ; * pedestal ( x _ 6 ) ; crumple . agent ( x _ 1 , Liam ) AND crumple . theme ( x _ 1 , x _ 3 ) AND wine . nmod . on ( x _ 3 , x _ 6 )
in_distribution
Sophia froze .
freeze . theme ( x _ 1 , Sophia )
in_distribution
Emma liked a dog beside a stage on the bed .
* bed ( x _ 9 ) ; like . agent ( x _ 1 , Emma ) AND like . theme ( x _ 1 , x _ 3 ) AND dog ( x _ 3 ) AND dog . nmod . beside ( x _ 3 , x _ 6 ) AND stage ( x _ 6 ) AND stage . nmod . on ( x _ 6 , x _ 9 )
in_distribution
A rose was broken .
rose ( x _ 1 ) AND break . theme ( x _ 3 , x _ 1 )
in_distribution
A girl intended to walk .
girl ( x _ 1 ) AND intend . agent ( x _ 2 , x _ 1 ) AND intend . xcomp ( x _ 2 , x _ 4 ) AND walk . agent ( x _ 4 , x _ 1 )
in_distribution
Olivia awarded a cat a cake beside a tree .
award . agent ( x _ 1 , Olivia ) AND award . recipient ( x _ 1 , x _ 3 ) AND award . theme ( x _ 1 , x _ 5 ) AND cat ( x _ 3 ) AND cake ( x _ 5 ) AND cake . nmod . beside ( x _ 5 , x _ 8 ) AND tree ( x _ 8 )
in_distribution
Emily
Emily
primitive
The girl snapped the cake beside the table .
* girl ( x _ 1 ) ; * cake ( x _ 4 ) ; * table ( x _ 7 ) ; snap . agent ( x _ 2 , x _ 1 ) AND snap . theme ( x _ 2 , x _ 4 ) AND cake . nmod . beside ( x _ 4 , x _ 7 )
in_distribution
A pony was lended a cake by Emma .
pony ( x _ 1 ) AND lend . recipient ( x _ 3 , x _ 1 ) AND lend . theme ( x _ 3 , x _ 5 ) AND lend . agent ( x _ 3 , Emma ) AND cake ( x _ 5 )
in_distribution
A girl noticed that Emma painted a chicken .
girl ( x _ 1 ) AND notice . agent ( x _ 2 , x _ 1 ) AND notice . ccomp ( x _ 2 , x _ 5 ) AND paint . agent ( x _ 5 , Emma ) AND paint . theme ( x _ 5 , x _ 7 ) AND chicken ( x _ 7 )
in_distribution
The penguin was given a cake on the table beside a bed by the mouse .
* penguin ( x _ 1 ) ; * table ( x _ 8 ) ; * mouse ( x _ 14 ) ; give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 ) AND give . agent ( x _ 3 , x _ 14 ) AND cake ( x _ 5 ) AND cake . nmod . on ( x _ 5 , x _ 8 ) AND table . nmod . beside ( x _ 8 , x _ 11 ) AND bed ( x _ 11 )
in_distribution
A guy loved the cake .
* cake ( x _ 4 ) ; guy ( x _ 1 ) AND love . agent ( x _ 2 , x _ 1 ) AND love . theme ( x _ 2 , x _ 4 )
in_distribution
Daniel changed a girl .
change . agent ( x _ 1 , Daniel ) AND change . theme ( x _ 1 , x _ 3 ) AND girl ( x _ 3 )
in_distribution
Penelope liked that a cookie broke .
like . agent ( x _ 1 , Penelope ) AND like . ccomp ( x _ 1 , x _ 5 ) AND cookie ( x _ 4 ) AND break . theme ( x _ 5 , x _ 4 )
in_distribution
Gabriel posted the horse a fruit in a room in a house .
* horse ( x _ 3 ) ; post . agent ( x _ 1 , Gabriel ) AND post . recipient ( x _ 1 , x _ 3 ) AND post . theme ( x _ 1 , x _ 5 ) AND fruit ( x _ 5 ) AND fruit . nmod . in ( x _ 5 , x _ 8 ) AND room ( x _ 8 ) AND room . nmod . in ( x _ 8 , x _ 11 ) AND house ( x _ 11 )
in_distribution
Emily froze .
freeze . theme ( x _ 1 , Emily )
in_distribution
A raisin was thrown .
raisin ( x _ 1 ) AND throw . theme ( x _ 3 , x _ 1 )
in_distribution
A scarf was rented to Liam .
scarf ( x _ 1 ) AND rent . theme ( x _ 3 , x _ 1 ) AND rent . recipient ( x _ 3 , Liam )
in_distribution
James rolled a drink .
roll . agent ( x _ 1 , James ) AND roll . theme ( x _ 1 , x _ 3 ) AND drink ( x _ 3 )
in_distribution
The bean was called by Olivia .
* bean ( x _ 1 ) ; call . theme ( x _ 3 , x _ 1 ) AND call . agent ( x _ 3 , Olivia )
in_distribution
A donut was passed to Olivia by a boy .
donut ( x _ 1 ) AND pass . theme ( x _ 3 , x _ 1 ) AND pass . recipient ( x _ 3 , Olivia ) AND pass . agent ( x _ 3 , x _ 8 ) AND boy ( x _ 8 )
in_distribution
A boy served a box on a leaflet to Sebastian .
boy ( x _ 1 ) AND serve . agent ( x _ 2 , x _ 1 ) AND serve . theme ( x _ 2 , x _ 4 ) AND serve . recipient ( x _ 2 , Sebastian ) AND box ( x _ 4 ) AND box . nmod . on ( x _ 4 , x _ 7 ) AND leaflet ( x _ 7 )
in_distribution
Emma was lended the doll on the canvas by the girl .
* doll ( x _ 4 ) ; * canvas ( x _ 7 ) ; * girl ( x _ 10 ) ; lend . recipient ( x _ 2 , Emma ) AND lend . theme ( x _ 2 , x _ 4 ) AND lend . agent ( x _ 2 , x _ 10 ) AND doll . nmod . on ( x _ 4 , x _ 7 )
in_distribution
The goose packed .
* goose ( x _ 1 ) ; pack . agent ( x _ 2 , x _ 1 )
in_distribution
Aiden rolled a soap in the garden .
* garden ( x _ 6 ) ; roll . agent ( x _ 1 , Aiden ) AND roll . theme ( x _ 1 , x _ 3 ) AND soap ( x _ 3 ) AND soap . nmod . in ( x _ 3 , x _ 6 )
in_distribution
Emma brought a baby the cookie on a bed .
* cookie ( x _ 5 ) ; bring . agent ( x _ 1 , Emma ) AND bring . recipient ( x _ 1 , x _ 3 ) AND bring . theme ( x _ 1 , x _ 5 ) AND baby ( x _ 3 ) AND cookie . nmod . on ( x _ 5 , x _ 8 ) AND bed ( x _ 8 )
in_distribution
Sofia floated .
float . theme ( x _ 1 , Sofia )
in_distribution
Olivia gave a cake to Elizabeth .
give . agent ( x _ 1 , Olivia ) AND give . theme ( x _ 1 , x _ 3 ) AND give . recipient ( x _ 1 , Elizabeth ) AND cake ( x _ 3 )
in_distribution
The baby was passed the drink .
* baby ( x _ 1 ) ; * drink ( x _ 5 ) ; pass . recipient ( x _ 3 , x _ 1 ) AND pass . theme ( x _ 3 , x _ 5 )
in_distribution
Oliver helped the spoon .
* spoon ( x _ 3 ) ; help . agent ( x _ 1 , Oliver ) AND help . theme ( x _ 1 , x _ 3 )
in_distribution
A girl hunted a donut .
girl ( x _ 1 ) AND hunt . agent ( x _ 2 , x _ 1 ) AND hunt . theme ( x _ 2 , x _ 4 ) AND donut ( x _ 4 )
in_distribution
A dog walked .
dog ( x _ 1 ) AND walk . agent ( x _ 2 , x _ 1 )
in_distribution
A cake was enlarged by Zoe .
cake ( x _ 1 ) AND enlarge . theme ( x _ 3 , x _ 1 ) AND enlarge . agent ( x _ 3 , Zoe )
in_distribution
Benjamin ate Noah .
eat . agent ( x _ 1 , Benjamin ) AND eat . theme ( x _ 1 , Noah )
in_distribution
Andrew rolled a boy .
roll . agent ( x _ 1 , Andrew ) AND roll . theme ( x _ 1 , x _ 3 ) AND boy ( x _ 3 )
in_distribution
A child slid the box in a cabinet .
* box ( x _ 4 ) ; child ( x _ 1 ) AND slide . agent ( x _ 2 , x _ 1 ) AND slide . theme ( x _ 2 , x _ 4 ) AND box . nmod . in ( x _ 4 , x _ 7 ) AND cabinet ( x _ 7 )
in_distribution
Emma ate the rose beside a chair in the room .
* rose ( x _ 3 ) ; * room ( x _ 9 ) ; eat . agent ( x _ 1 , Emma ) AND eat . theme ( x _ 1 , x _ 3 ) AND rose . nmod . beside ( x _ 3 , x _ 6 ) AND chair ( x _ 6 ) AND chair . nmod . in ( x _ 6 , x _ 9 )
in_distribution
Oliver noticed that the cat painted Emma .
* cat ( x _ 4 ) ; notice . agent ( x _ 1 , Oliver ) AND notice . ccomp ( x _ 1 , x _ 5 ) AND paint . agent ( x _ 5 , x _ 4 ) AND paint . theme ( x _ 5 , Emma )
in_distribution
Noah gasped .
gasp . agent ( x _ 1 , Noah )
in_distribution
The queen sketched .
* queen ( x _ 1 ) ; sketch . agent ( x _ 2 , x _ 1 )
in_distribution
A raisin was rolled by a girl .
raisin ( x _ 1 ) AND roll . theme ( x _ 3 , x _ 1 ) AND roll . agent ( x _ 3 , x _ 6 ) AND girl ( x _ 6 )
in_distribution
The plant was rolled .
* plant ( x _ 1 ) ; roll . theme ( x _ 3 , x _ 1 )
in_distribution
A yogurt was painted .
yogurt ( x _ 1 ) AND paint . theme ( x _ 3 , x _ 1 )
in_distribution
Olivia enjoyed to run .
enjoy . agent ( x _ 1 , Olivia ) AND enjoy . xcomp ( x _ 1 , x _ 3 ) AND run . agent ( x _ 3 , Olivia )
in_distribution
The girl helped a cake beside a statue .
* girl ( x _ 1 ) ; help . agent ( x _ 2 , x _ 1 ) AND help . theme ( x _ 2 , x _ 4 ) AND cake ( x _ 4 ) AND cake . nmod . beside ( x _ 4 , x _ 7 ) AND statue ( x _ 7 )
in_distribution
The crayon was found by Evelyn .
* crayon ( x _ 1 ) ; find . theme ( x _ 3 , x _ 1 ) AND find . agent ( x _ 3 , Evelyn )
in_distribution
A toy was served to the monkey by a girl .
* monkey ( x _ 6 ) ; toy ( x _ 1 ) AND serve . theme ( x _ 3 , x _ 1 ) AND serve . recipient ( x _ 3 , x _ 6 ) AND serve . agent ( x _ 3 , x _ 9 ) AND girl ( x _ 9 )
in_distribution
A doctor wanted to read .
doctor ( x _ 1 ) AND want . agent ( x _ 2 , x _ 1 ) AND want . xcomp ( x _ 2 , x _ 4 ) AND read . agent ( x _ 4 , x _ 1 )
in_distribution
The penguin rolled the cake beside a stage .
* penguin ( x _ 1 ) ; * cake ( x _ 4 ) ; roll . agent ( x _ 2 , x _ 1 ) AND roll . theme ( x _ 2 , x _ 4 ) AND cake . nmod . beside ( x _ 4 , x _ 7 ) AND stage ( x _ 7 )
in_distribution
A raisin was worshipped by William .
raisin ( x _ 1 ) AND worship . theme ( x _ 3 , x _ 1 ) AND worship . agent ( x _ 3 , William )
in_distribution
Evelyn rolled Michael .
roll . agent ( x _ 1 , Evelyn ) AND roll . theme ( x _ 1 , Michael )
in_distribution
The puppy believed that a rose was eaten .
* puppy ( x _ 1 ) ; believe . agent ( x _ 2 , x _ 1 ) AND believe . ccomp ( x _ 2 , x _ 7 ) AND rose ( x _ 5 ) AND eat . theme ( x _ 7 , x _ 5 )
in_distribution
The raisin was burned .
* raisin ( x _ 1 ) ; burn . theme ( x _ 3 , x _ 1 )
in_distribution
Liam painted a girl on the table .
* table ( x _ 6 ) ; paint . agent ( x _ 1 , Liam ) AND paint . theme ( x _ 1 , x _ 3 ) AND girl ( x _ 3 ) AND girl . nmod . on ( x _ 3 , x _ 6 )
in_distribution
The gumball was rolled .
* gumball ( x _ 1 ) ; roll . theme ( x _ 3 , x _ 1 )
in_distribution
Grayson was given the game .
* game ( x _ 4 ) ; give . recipient ( x _ 2 , Grayson ) AND give . theme ( x _ 2 , x _ 4 )
in_distribution
A dog cooked Olivia .
dog ( x _ 1 ) AND cook . agent ( x _ 2 , x _ 1 ) AND cook . theme ( x _ 2 , Olivia )
in_distribution
Emma was loaned a box beside a table by James .
loan . recipient ( x _ 2 , Emma ) AND loan . theme ( x _ 2 , x _ 4 ) AND loan . agent ( x _ 2 , James ) AND box ( x _ 4 ) AND box . nmod . beside ( x _ 4 , x _ 7 ) AND table ( x _ 7 )
in_distribution
Emma noticed that a goose dusted a rose in a house .
notice . agent ( x _ 1 , Emma ) AND notice . ccomp ( x _ 1 , x _ 5 ) AND goose ( x _ 4 ) AND dust . agent ( x _ 5 , x _ 4 ) AND dust . theme ( x _ 5 , x _ 7 ) AND rose ( x _ 7 ) AND rose . nmod . in ( x _ 7 , x _ 10 ) AND house ( x _ 10 )
in_distribution
A dog was given a jigsaw by a boy .
dog ( x _ 1 ) AND give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 ) AND give . agent ( x _ 3 , x _ 8 ) AND jigsaw ( x _ 5 ) AND boy ( x _ 8 )
in_distribution
The child fed a donut to a girl .
* child ( x _ 1 ) ; feed . agent ( x _ 2 , x _ 1 ) AND feed . theme ( x _ 2 , x _ 4 ) AND feed . recipient ( x _ 2 , x _ 7 ) AND donut ( x _ 4 ) AND girl ( x _ 7 )
in_distribution
The mandarin was lended to a tiger .
* mandarin ( x _ 1 ) ; lend . theme ( x _ 3 , x _ 1 ) AND lend . recipient ( x _ 3 , x _ 6 ) AND tiger ( x _ 6 )
in_distribution
The cake was slid by Emma .
* cake ( x _ 1 ) ; slide . theme ( x _ 3 , x _ 1 ) AND slide . agent ( x _ 3 , Emma )
in_distribution
Nathan was lended the cake on the table .
* cake ( x _ 4 ) ; * table ( x _ 7 ) ; lend . recipient ( x _ 2 , Nathan ) AND lend . theme ( x _ 2 , x _ 4 ) AND cake . nmod . on ( x _ 4 , x _ 7 )
in_distribution
A cat was sold a box .
cat ( x _ 1 ) AND sell . recipient ( x _ 3 , x _ 1 ) AND sell . theme ( x _ 3 , x _ 5 ) AND box ( x _ 5 )
in_distribution
Abigail rolled a princess .
roll . agent ( x _ 1 , Abigail ) AND roll . theme ( x _ 1 , x _ 3 ) AND princess ( x _ 3 )
in_distribution
The teacher ate the molecule .
* teacher ( x _ 1 ) ; * molecule ( x _ 4 ) ; eat . agent ( x _ 2 , x _ 1 ) AND eat . theme ( x _ 2 , x _ 4 )
in_distribution
A teacher smiled .
teacher ( x _ 1 ) AND smile . agent ( x _ 2 , x _ 1 )
in_distribution
Liam was served the cookie on the barrel .
* cookie ( x _ 4 ) ; * barrel ( x _ 7 ) ; serve . recipient ( x _ 2 , Liam ) AND serve . theme ( x _ 2 , x _ 4 ) AND cookie . nmod . on ( x _ 4 , x _ 7 )
in_distribution
The deer passed a ball beside a throne to a bird .
* deer ( x _ 1 ) ; pass . agent ( x _ 2 , x _ 1 ) AND pass . theme ( x _ 2 , x _ 4 ) AND pass . recipient ( x _ 2 , x _ 10 ) AND ball ( x _ 4 ) AND ball . nmod . beside ( x _ 4 , x _ 7 ) AND throne ( x _ 7 ) AND bird ( x _ 10 )
in_distribution
A present was rolled by the girl .
* girl ( x _ 6 ) ; present ( x _ 1 ) AND roll . theme ( x _ 3 , x _ 1 ) AND roll . agent ( x _ 3 , x _ 6 )
in_distribution
A dog ate a butterfly on a road beside a bed .
dog ( x _ 1 ) AND eat . agent ( x _ 2 , x _ 1 ) AND eat . theme ( x _ 2 , x _ 4 ) AND butterfly ( x _ 4 ) AND butterfly . nmod . on ( x _ 4 , x _ 7 ) AND road ( x _ 7 ) AND road . nmod . beside ( x _ 7 , x _ 10 ) AND bed ( x _ 10 )
in_distribution
The donut was promised to Emma by Isabella .
* donut ( x _ 1 ) ; promise . theme ( x _ 3 , x _ 1 ) AND promise . recipient ( x _ 3 , Emma ) AND promise . agent ( x _ 3 , Isabella )
in_distribution
Emma hunted a donut beside the table .
* table ( x _ 6 ) ; hunt . agent ( x _ 1 , Emma ) AND hunt . theme ( x _ 1 , x _ 3 ) AND donut ( x _ 3 ) AND donut . nmod . beside ( x _ 3 , x _ 6 )
in_distribution
Oliver liked that the drink was rolled by David .
* drink ( x _ 4 ) ; like . agent ( x _ 1 , Oliver ) AND like . ccomp ( x _ 1 , x _ 6 ) AND roll . theme ( x _ 6 , x _ 4 ) AND roll . agent ( x _ 6 , David )
in_distribution
Charlotte rolled a donut in a box .
roll . agent ( x _ 1 , Charlotte ) AND roll . theme ( x _ 1 , x _ 3 ) AND donut ( x _ 3 ) AND donut . nmod . in ( x _ 3 , x _ 6 ) AND box ( x _ 6 )
in_distribution
Liam wanted to smirk .
want . agent ( x _ 1 , Liam ) AND want . xcomp ( x _ 1 , x _ 3 ) AND smirk . agent ( x _ 3 , Liam )
in_distribution
Emma ate the child beside the table .
* child ( x _ 3 ) ; * table ( x _ 6 ) ; eat . agent ( x _ 1 , Emma ) AND eat . theme ( x _ 1 , x _ 3 ) AND child . nmod . beside ( x _ 3 , x _ 6 )
in_distribution
Olivia threw Emma .
throw . agent ( x _ 1 , Olivia ) AND throw . theme ( x _ 1 , Emma )
in_distribution
A professor gave a bottle to Noah .
professor ( x _ 1 ) AND give . agent ( x _ 2 , x _ 1 ) AND give . theme ( x _ 2 , x _ 4 ) AND give . recipient ( x _ 2 , Noah ) AND bottle ( x _ 4 )
in_distribution
A donut was awarded to Olivia .
donut ( x _ 1 ) AND award . theme ( x _ 3 , x _ 1 ) AND award . recipient ( x _ 3 , Olivia )
in_distribution
The manager smirked .
* manager ( x _ 1 ) ; smirk . agent ( x _ 2 , x _ 1 )
in_distribution
Logan ate Liam .
eat . agent ( x _ 1 , Logan ) AND eat . theme ( x _ 1 , Liam )
in_distribution
Isabella gave Emma the balloon .
* balloon ( x _ 4 ) ; give . agent ( x _ 1 , Isabella ) AND give . recipient ( x _ 1 , Emma ) AND give . theme ( x _ 1 , x _ 4 )
in_distribution
A mouse was given the cake by Asher .
* cake ( x _ 5 ) ; mouse ( x _ 1 ) AND give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 ) AND give . agent ( x _ 3 , Asher )
in_distribution
The game was lended to Lillian by the girl .
* game ( x _ 1 ) ; * girl ( x _ 8 ) ; lend . theme ( x _ 3 , x _ 1 ) AND lend . recipient ( x _ 3 , Lillian ) AND lend . agent ( x _ 3 , x _ 8 )
in_distribution
Olivia enlarged a girl .
enlarge . agent ( x _ 1 , Olivia ) AND enlarge . theme ( x _ 1 , x _ 3 ) AND girl ( x _ 3 )
in_distribution
A girl liked that a duck reddened the turkey .
* turkey ( x _ 8 ) ; girl ( x _ 1 ) AND like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 6 ) AND duck ( x _ 5 ) AND redden . agent ( x _ 6 , x _ 5 ) AND redden . theme ( x _ 6 , x _ 8 )
in_distribution