input
stringlengths
3
103
output
stringlengths
3
435
domain
stringclasses
14 values
The cat was given the cookie by Liam .
* cat ( x _ 1 ) ; * cookie ( x _ 5 ) ; give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 ) AND give . agent ( x _ 3 , Liam )
in_distribution
A melon was snapped .
melon ( x _ 1 ) AND snap . theme ( x _ 3 , x _ 1 )
in_distribution
A cake was fed to a girl .
cake ( x _ 1 ) AND feed . theme ( x _ 3 , x _ 1 ) AND feed . recipient ( x _ 3 , x _ 6 ) AND girl ( x _ 6 )
in_distribution
Emma rolled the bucket on the table .
* bucket ( x _ 3 ) ; * table ( x _ 6 ) ; roll . agent ( x _ 1 , Emma ) AND roll . theme ( x _ 1 , x _ 3 ) AND bucket . nmod . on ( x _ 3 , x _ 6 )
in_distribution
A raisin was rolled by Zoey .
raisin ( x _ 1 ) AND roll . theme ( x _ 3 , x _ 1 ) AND roll . agent ( x _ 3 , Zoey )
in_distribution
Benjamin preferred to nap .
prefer . agent ( x _ 1 , Benjamin ) AND prefer . xcomp ( x _ 1 , x _ 3 ) AND nap . agent ( x _ 3 , Benjamin )
in_distribution
Emma rolled a needle .
roll . agent ( x _ 1 , Emma ) AND roll . theme ( x _ 1 , x _ 3 ) AND needle ( x _ 3 )
in_distribution
Olivia rolled a teacher .
roll . agent ( x _ 1 , Olivia ) AND roll . theme ( x _ 1 , x _ 3 ) AND teacher ( x _ 3 )
in_distribution
A coin was promised to a girl .
coin ( x _ 1 ) AND promise . theme ( x _ 3 , x _ 1 ) AND promise . recipient ( x _ 3 , x _ 6 ) AND girl ( x _ 6 )
in_distribution
Bella believed that a girl liked that Ava rolled Emma .
believe . agent ( x _ 1 , Bella ) AND believe . ccomp ( x _ 1 , x _ 5 ) AND girl ( x _ 4 ) AND like . agent ( x _ 5 , x _ 4 ) AND like . ccomp ( x _ 5 , x _ 8 ) AND roll . agent ( x _ 8 , Ava ) AND roll . theme ( x _ 8 , Emma )
in_distribution
The girl loaned a crayon in the dumpster in the pot to Liam .
* girl ( x _ 1 ) ; * dumpster ( x _ 7 ) ; * pot ( x _ 10 ) ; loan . agent ( x _ 2 , x _ 1 ) AND loan . theme ( x _ 2 , x _ 4 ) AND loan . recipient ( x _ 2 , Liam ) AND crayon ( x _ 4 ) AND crayon . nmod . in ( x _ 4 , x _ 7 ) AND dumpster . nmod . in ( x _ 7 , x _ 10 )
in_distribution
A student drew the dog beside a chemist .
* dog ( x _ 4 ) ; student ( x _ 1 ) AND draw . agent ( x _ 2 , x _ 1 ) AND draw . theme ( x _ 2 , x _ 4 ) AND dog . nmod . beside ( x _ 4 , x _ 7 ) AND chemist ( x _ 7 )
in_distribution
The girl was promised a cake beside a TV by Layla .
* girl ( x _ 1 ) ; promise . recipient ( x _ 3 , x _ 1 ) AND promise . theme ( x _ 3 , x _ 5 ) AND promise . agent ( x _ 3 , Layla ) AND cake ( x _ 5 ) AND cake . nmod . beside ( x _ 5 , x _ 8 ) AND tv ( x _ 8 )
in_distribution
Ava hoped that Oliver juggled the donut .
* donut ( x _ 6 ) ; hope . agent ( x _ 1 , Ava ) AND hope . ccomp ( x _ 1 , x _ 4 ) AND juggle . agent ( x _ 4 , Oliver ) AND juggle . theme ( x _ 4 , x _ 6 )
in_distribution
The dog lended the cat a donut beside a headmaster .
* dog ( x _ 1 ) ; * cat ( x _ 4 ) ; lend . agent ( x _ 2 , x _ 1 ) AND lend . recipient ( x _ 2 , x _ 4 ) AND lend . theme ( x _ 2 , x _ 6 ) AND donut ( x _ 6 ) AND donut . nmod . beside ( x _ 6 , x _ 9 ) AND headmaster ( x _ 9 )
in_distribution
Emma lended a boy a watch on the barrel in a room .
* barrel ( x _ 8 ) ; lend . agent ( x _ 1 , Emma ) AND lend . recipient ( x _ 1 , x _ 3 ) AND lend . theme ( x _ 1 , x _ 5 ) AND boy ( x _ 3 ) AND watch ( x _ 5 ) AND watch . nmod . on ( x _ 5 , x _ 8 ) AND barrel . nmod . in ( x _ 8 , x _ 11 ) AND room ( x _ 11 )
in_distribution
The donut was fed to Emma by the cat .
* donut ( x _ 1 ) ; * cat ( x _ 8 ) ; feed . theme ( x _ 3 , x _ 1 ) AND feed . recipient ( x _ 3 , Emma ) AND feed . agent ( x _ 3 , x _ 8 )
in_distribution
A pig liked a donut .
pig ( x _ 1 ) AND like . agent ( x _ 2 , x _ 1 ) AND like . theme ( x _ 2 , x _ 4 ) AND donut ( x _ 4 )
in_distribution
A cake was sent to a mouse by David .
cake ( x _ 1 ) AND send . theme ( x _ 3 , x _ 1 ) AND send . recipient ( x _ 3 , x _ 6 ) AND send . agent ( x _ 3 , David ) AND mouse ( x _ 6 )
in_distribution
The cake was eaten by Lucas .
* cake ( x _ 1 ) ; eat . theme ( x _ 3 , x _ 1 ) AND eat . agent ( x _ 3 , Lucas )
in_distribution
Victoria noticed .
notice . agent ( x _ 1 , Victoria )
in_distribution
The chicken was given the spoon on the table .
* chicken ( x _ 1 ) ; * spoon ( x _ 5 ) ; * table ( x _ 8 ) ; give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 ) AND spoon . nmod . on ( x _ 5 , x _ 8 )
in_distribution
Emma liked that a rose was offered to Olivia .
like . agent ( x _ 1 , Emma ) AND like . ccomp ( x _ 1 , x _ 6 ) AND rose ( x _ 4 ) AND offer . theme ( x _ 6 , x _ 4 ) AND offer . recipient ( x _ 6 , Olivia )
in_distribution
The bunny was mailed the cake beside the chair .
* bunny ( x _ 1 ) ; * cake ( x _ 5 ) ; * chair ( x _ 8 ) ; mail . recipient ( x _ 3 , x _ 1 ) AND mail . theme ( x _ 3 , x _ 5 ) AND cake . nmod . beside ( x _ 5 , x _ 8 )
in_distribution
A cake was juggled .
cake ( x _ 1 ) AND juggle . theme ( x _ 3 , x _ 1 )
in_distribution
A goose awarded the cake in the cup to the cat .
* cake ( x _ 4 ) ; * cup ( x _ 7 ) ; * cat ( x _ 10 ) ; goose ( x _ 1 ) AND award . agent ( x _ 2 , x _ 1 ) AND award . theme ( x _ 2 , x _ 4 ) AND award . recipient ( x _ 2 , x _ 10 ) AND cake . nmod . in ( x _ 4 , x _ 7 )
in_distribution
Emma hated to talk .
hate . agent ( x _ 1 , Emma ) AND hate . xcomp ( x _ 1 , x _ 3 ) AND talk . agent ( x _ 3 , Emma )
in_distribution
A donut was admired by a boy .
donut ( x _ 1 ) AND admire . theme ( x _ 3 , x _ 1 ) AND admire . agent ( x _ 3 , x _ 6 ) AND boy ( x _ 6 )
in_distribution
Emma was handed a cake .
hand . recipient ( x _ 2 , Emma ) AND hand . theme ( x _ 2 , x _ 4 ) AND cake ( x _ 4 )
in_distribution
A frog wanted to walk .
frog ( 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
A girl fed a mandarin in the house to Emma .
* house ( x _ 7 ) ; girl ( x _ 1 ) AND feed . agent ( x _ 2 , x _ 1 ) AND feed . theme ( x _ 2 , x _ 4 ) AND feed . recipient ( x _ 2 , Emma ) AND mandarin ( x _ 4 ) AND mandarin . nmod . in ( x _ 4 , x _ 7 )
in_distribution
A cookie was liked .
cookie ( x _ 1 ) AND like . theme ( x _ 3 , x _ 1 )
in_distribution
The cake crumpled .
* cake ( x _ 1 ) ; crumple . theme ( x _ 2 , x _ 1 )
in_distribution
Matthew attempted to paint .
attempt . agent ( x _ 1 , Matthew ) AND attempt . xcomp ( x _ 1 , x _ 3 ) AND paint . agent ( x _ 3 , Matthew )
in_distribution
Noah cleaned .
clean . agent ( x _ 1 , Noah )
in_distribution
The donut was sold to a boy .
* donut ( x _ 1 ) ; sell . theme ( x _ 3 , x _ 1 ) AND sell . recipient ( x _ 3 , x _ 6 ) AND boy ( x _ 6 )
in_distribution
The boy was given a lollipop .
* boy ( x _ 1 ) ; give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 ) AND lollipop ( x _ 5 )
in_distribution
The hat was loved .
* hat ( x _ 1 ) ; love . theme ( x _ 3 , x _ 1 )
in_distribution
William noticed that Ava cleaned .
notice . agent ( x _ 1 , William ) AND notice . ccomp ( x _ 1 , x _ 4 ) AND clean . agent ( x _ 4 , Ava )
in_distribution
Emma fed a box to Abigail .
feed . agent ( x _ 1 , Emma ) AND feed . theme ( x _ 1 , x _ 3 ) AND feed . recipient ( x _ 1 , Abigail ) AND box ( x _ 3 )
in_distribution
The cake was frozen by Emma .
* cake ( x _ 1 ) ; freeze . theme ( x _ 3 , x _ 1 ) AND freeze . agent ( x _ 3 , Emma )
in_distribution
A dog wanted to cook .
dog ( x _ 1 ) AND want . agent ( x _ 2 , x _ 1 ) AND want . xcomp ( x _ 2 , x _ 4 ) AND cook . agent ( x _ 4 , x _ 1 )
in_distribution
A doctor adored the balloon .
* balloon ( x _ 4 ) ; doctor ( x _ 1 ) AND adore . agent ( x _ 2 , x _ 1 ) AND adore . theme ( x _ 2 , x _ 4 )
in_distribution
The father craved to run .
* father ( x _ 1 ) ; crave . agent ( x _ 2 , x _ 1 ) AND crave . xcomp ( x _ 2 , x _ 4 ) AND run . agent ( x _ 4 , x _ 1 )
in_distribution
The ball was liked by Liam .
* ball ( x _ 1 ) ; like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , Liam )
in_distribution
A cake was liked by Sebastian .
cake ( x _ 1 ) AND like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , Sebastian )
in_distribution
Mason slid .
slide . theme ( x _ 1 , Mason )
in_distribution
Liam hoped that Isabella sold Emma a cake on the bowl beside a vehicle .
* bowl ( x _ 10 ) ; hope . agent ( x _ 1 , Liam ) AND hope . ccomp ( x _ 1 , x _ 4 ) AND sell . agent ( x _ 4 , Isabella ) AND sell . recipient ( x _ 4 , Emma ) AND sell . theme ( x _ 4 , x _ 7 ) AND cake ( x _ 7 ) AND cake . nmod . on ( x _ 7 , x _ 10 ) AND bowl . nmod . beside ( x _ 10 , x _ 13 ) AND vehicle ( x _ 13...
in_distribution
Emma was rented the sandwich by Mason .
* sandwich ( x _ 4 ) ; rent . recipient ( x _ 2 , Emma ) AND rent . theme ( x _ 2 , x _ 4 ) AND rent . agent ( x _ 2 , Mason )
in_distribution
A strawberry was burned .
strawberry ( x _ 1 ) AND burn . theme ( x _ 3 , x _ 1 )
in_distribution
Emma liked a doll in a room .
like . agent ( x _ 1 , Emma ) AND like . theme ( x _ 1 , x _ 3 ) AND doll ( x _ 3 ) AND doll . nmod . in ( x _ 3 , x _ 6 ) AND room ( x _ 6 )
in_distribution
A girl was offered the donut .
* donut ( x _ 5 ) ; girl ( x _ 1 ) AND offer . recipient ( x _ 3 , x _ 1 ) AND offer . theme ( x _ 3 , x _ 5 )
in_distribution
A frog rolled a dog beside a helicopter beside the table .
* table ( x _ 10 ) ; frog ( x _ 1 ) AND roll . agent ( x _ 2 , x _ 1 ) AND roll . theme ( x _ 2 , x _ 4 ) AND dog ( x _ 4 ) AND dog . nmod . beside ( x _ 4 , x _ 7 ) AND helicopter ( x _ 7 ) AND helicopter . nmod . beside ( x _ 7 , x _ 10 )
in_distribution
Noah burned Harper .
burn . agent ( x _ 1 , Noah ) AND burn . theme ( x _ 1 , Harper )
in_distribution
Emma threw the boy on a stage on a rock .
* boy ( x _ 3 ) ; throw . agent ( x _ 1 , Emma ) AND throw . theme ( x _ 1 , x _ 3 ) AND boy . nmod . on ( x _ 3 , x _ 6 ) AND stage ( x _ 6 ) AND stage . nmod . on ( x _ 6 , x _ 9 ) AND rock ( x _ 9 )
in_distribution
Christopher laughed .
laugh . agent ( x _ 1 , Christopher )
in_distribution
Liam froze a cake on a table .
freeze . agent ( x _ 1 , Liam ) AND freeze . theme ( x _ 1 , x _ 3 ) AND cake ( x _ 3 ) AND cake . nmod . on ( x _ 3 , x _ 6 ) AND table ( x _ 6 )
in_distribution
Joshua liked that the cake was liked by Olivia .
* cake ( x _ 4 ) ; like . agent ( x _ 1 , Joshua ) AND like . ccomp ( x _ 1 , x _ 6 ) AND like . theme ( x _ 6 , x _ 4 ) AND like . agent ( x _ 6 , Olivia )
in_distribution
Camila wished to smirk .
wish . agent ( x _ 1 , Camila ) AND wish . xcomp ( x _ 1 , x _ 3 ) AND smirk . agent ( x _ 3 , Camila )
in_distribution
The plant was helped by a duck .
* plant ( x _ 1 ) ; help . theme ( x _ 3 , x _ 1 ) AND help . agent ( x _ 3 , x _ 6 ) AND duck ( x _ 6 )
in_distribution
Emma said that the girl grew the visitor .
* girl ( x _ 4 ) ; * visitor ( x _ 7 ) ; say . agent ( x _ 1 , Emma ) AND say . ccomp ( x _ 1 , x _ 5 ) AND grow . agent ( x _ 5 , x _ 4 ) AND grow . theme ( x _ 5 , x _ 7 )
in_distribution
Noah inflated Isabella .
inflate . agent ( x _ 1 , Noah ) AND inflate . theme ( x _ 1 , Isabella )
in_distribution
A girl improved the doll .
* doll ( x _ 4 ) ; girl ( x _ 1 ) AND improve . agent ( x _ 2 , x _ 1 ) AND improve . theme ( x _ 2 , x _ 4 )
in_distribution
Sophia gave Jack a raisin beside the box .
* box ( x _ 7 ) ; give . agent ( x _ 1 , Sophia ) AND give . recipient ( x _ 1 , Jack ) AND give . theme ( x _ 1 , x _ 4 ) AND raisin ( x _ 4 ) AND raisin . nmod . beside ( x _ 4 , x _ 7 )
in_distribution
The ball was lended to Noah .
* ball ( x _ 1 ) ; lend . theme ( x _ 3 , x _ 1 ) AND lend . recipient ( x _ 3 , Noah )
in_distribution
The girl wanted to investigate .
* girl ( x _ 1 ) ; want . agent ( x _ 2 , x _ 1 ) AND want . xcomp ( x _ 2 , x _ 4 ) AND investigate . agent ( x _ 4 , x _ 1 )
in_distribution
The girl fed William the donut in the stadium .
* girl ( x _ 1 ) ; * donut ( x _ 5 ) ; * stadium ( x _ 8 ) ; feed . agent ( x _ 2 , x _ 1 ) AND feed . recipient ( x _ 2 , William ) AND feed . theme ( x _ 2 , x _ 5 ) AND donut . nmod . in ( x _ 5 , x _ 8 )
in_distribution
The tiger liked a donut .
* tiger ( x _ 1 ) ; like . agent ( x _ 2 , x _ 1 ) AND like . theme ( x _ 2 , x _ 4 ) AND donut ( x _ 4 )
in_distribution
William giggled .
giggle . agent ( x _ 1 , William )
in_distribution
A block was given to the girl .
* girl ( x _ 6 ) ; block ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 )
in_distribution
Emma gave a cookie to Liam .
give . agent ( x _ 1 , Emma ) AND give . theme ( x _ 1 , x _ 3 ) AND give . recipient ( x _ 1 , Liam ) AND cookie ( x _ 3 )
in_distribution
The cake was lended to the consumer .
* cake ( x _ 1 ) ; * consumer ( x _ 6 ) ; lend . theme ( x _ 3 , x _ 1 ) AND lend . recipient ( x _ 3 , x _ 6 )
in_distribution
The duke was passed the shell on a table in the house by Emma .
* duke ( x _ 1 ) ; * shell ( x _ 5 ) ; * house ( x _ 11 ) ; pass . recipient ( x _ 3 , x _ 1 ) AND pass . theme ( x _ 3 , x _ 5 ) AND pass . agent ( x _ 3 , Emma ) AND shell . nmod . on ( x _ 5 , x _ 8 ) AND table ( x _ 8 ) AND table . nmod . in ( x _ 8 , x _ 11 )
in_distribution
Olivia was given the cake by the mouse .
* cake ( x _ 4 ) ; * mouse ( x _ 7 ) ; give . recipient ( x _ 2 , Olivia ) AND give . theme ( x _ 2 , x _ 4 ) AND give . agent ( x _ 2 , x _ 7 )
in_distribution
A bat was painted by the cat .
* cat ( x _ 6 ) ; bat ( x _ 1 ) AND paint . theme ( x _ 3 , x _ 1 ) AND paint . agent ( x _ 3 , x _ 6 )
in_distribution
Layla brought a cake to the girl .
* girl ( x _ 6 ) ; bring . agent ( x _ 1 , Layla ) AND bring . theme ( x _ 1 , x _ 3 ) AND bring . recipient ( x _ 1 , x _ 6 ) AND cake ( x _ 3 )
in_distribution
The girl was fed a cake in the coffin by Benjamin .
* girl ( x _ 1 ) ; * coffin ( x _ 8 ) ; feed . recipient ( x _ 3 , x _ 1 ) AND feed . theme ( x _ 3 , x _ 5 ) AND feed . agent ( x _ 3 , Benjamin ) AND cake ( x _ 5 ) AND cake . nmod . in ( x _ 5 , x _ 8 )
in_distribution
The consumer was lended the cake in the house .
* consumer ( x _ 1 ) ; * cake ( x _ 5 ) ; * house ( x _ 8 ) ; lend . recipient ( x _ 3 , x _ 1 ) AND lend . theme ( x _ 3 , x _ 5 ) AND cake . nmod . in ( x _ 5 , x _ 8 )
in_distribution
Emma was lended the brush on the floor by the girl .
* brush ( x _ 4 ) ; * floor ( 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 brush . nmod . on ( x _ 4 , x _ 7 )
in_distribution
A cake was touched by the girl .
* girl ( x _ 6 ) ; cake ( x _ 1 ) AND touch . theme ( x _ 3 , x _ 1 ) AND touch . agent ( x _ 3 , x _ 6 )
in_distribution
Liam painted the donut .
* donut ( x _ 3 ) ; paint . agent ( x _ 1 , Liam ) AND paint . theme ( x _ 1 , x _ 3 )
in_distribution
A yogurt was handed to the child by a girl .
* child ( x _ 6 ) ; yogurt ( x _ 1 ) AND hand . theme ( x _ 3 , x _ 1 ) AND hand . recipient ( x _ 3 , x _ 6 ) AND hand . agent ( x _ 3 , x _ 9 ) AND girl ( x _ 9 )
in_distribution
The donut was snapped by Michael .
* donut ( x _ 1 ) ; snap . theme ( x _ 3 , x _ 1 ) AND snap . agent ( x _ 3 , Michael )
in_distribution
Emma proved that the donut was liked .
* donut ( x _ 4 ) ; prove . agent ( x _ 1 , Emma ) AND prove . ccomp ( x _ 1 , x _ 6 ) AND like . theme ( x _ 6 , x _ 4 )
in_distribution
Jackson split .
split . theme ( x _ 1 , Jackson )
in_distribution
A yogurt was found by a queen .
yogurt ( x _ 1 ) AND find . theme ( x _ 3 , x _ 1 ) AND find . agent ( x _ 3 , x _ 6 ) AND queen ( x _ 6 )
in_distribution
The cake was drawn by Liam .
* cake ( x _ 1 ) ; draw . theme ( x _ 3 , x _ 1 ) AND draw . agent ( x _ 3 , Liam )
in_distribution
The dog preferred to eat .
* dog ( 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 spokesman was fed a cake by Elijah .
spokesman ( x _ 1 ) AND feed . recipient ( x _ 3 , x _ 1 ) AND feed . theme ( x _ 3 , x _ 5 ) AND feed . agent ( x _ 3 , Elijah ) AND cake ( x _ 5 )
in_distribution
Leo liked that Noah planned to walk .
like . agent ( x _ 1 , Leo ) AND like . ccomp ( x _ 1 , x _ 4 ) AND plan . agent ( x _ 4 , Noah ) AND plan . xcomp ( x _ 4 , x _ 6 ) AND walk . agent ( x _ 6 , Noah )
in_distribution
A doctor dusted .
doctor ( x _ 1 ) AND dust . agent ( x _ 2 , x _ 1 )
in_distribution
A prince drew the pupil beside a bag .
* pupil ( x _ 4 ) ; prince ( x _ 1 ) AND draw . agent ( x _ 2 , x _ 1 ) AND draw . theme ( x _ 2 , x _ 4 ) AND pupil . nmod . beside ( x _ 4 , x _ 7 ) AND bag ( x _ 7 )
in_distribution
The banana was poked by Emma .
* banana ( x _ 1 ) ; poke . theme ( x _ 3 , x _ 1 ) AND poke . agent ( x _ 3 , Emma )
in_distribution
A melon was hunted .
melon ( x _ 1 ) AND hunt . theme ( x _ 3 , x _ 1 )
in_distribution
The sandwich was given to the prisoner by Emma .
* sandwich ( x _ 1 ) ; * prisoner ( x _ 6 ) ; give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 ) AND give . agent ( x _ 3 , Emma )
in_distribution
Oliver tried to sneeze .
try . agent ( x _ 1 , Oliver ) AND try . xcomp ( x _ 1 , x _ 3 ) AND sneeze . agent ( x _ 3 , Oliver )
in_distribution
The cake was served to a frog by Noah .
* cake ( x _ 1 ) ; serve . theme ( x _ 3 , x _ 1 ) AND serve . recipient ( x _ 3 , x _ 6 ) AND serve . agent ( x _ 3 , Noah ) AND frog ( x _ 6 )
in_distribution
A sheep liked that the cake was liked by Liam .
* cake ( x _ 5 ) ; sheep ( x _ 1 ) AND like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 7 ) AND like . theme ( x _ 7 , x _ 5 ) AND like . agent ( x _ 7 , Liam )
in_distribution
A raisin was given to Ava by Olivia .
raisin ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , Ava ) AND give . agent ( x _ 3 , Olivia )
in_distribution
A human juggled a girl .
human ( x _ 1 ) AND juggle . agent ( x _ 2 , x _ 1 ) AND juggle . theme ( x _ 2 , x _ 4 ) AND girl ( x _ 4 )
in_distribution