input
stringlengths 3
103
| output
stringlengths 3
435
| domain
stringclasses 14
values |
---|---|---|
Olivia lended the brick in a room to a turtle .
|
* brick ( x _ 3 ) ; lend . agent ( x _ 1 , Olivia ) AND lend . theme ( x _ 1 , x _ 3 ) AND lend . recipient ( x _ 1 , x _ 9 ) AND brick . nmod . in ( x _ 3 , x _ 6 ) AND room ( x _ 6 ) AND turtle ( x _ 9 )
|
in_distribution
|
The cookie was frozen by James .
|
* cookie ( x _ 1 ) ; freeze . theme ( x _ 3 , x _ 1 ) AND freeze . agent ( x _ 3 , James )
|
in_distribution
|
Liam passed Luke a donut .
|
pass . agent ( x _ 1 , Liam ) AND pass . recipient ( x _ 1 , Luke ) AND pass . theme ( x _ 1 , x _ 4 ) AND donut ( x _ 4 )
|
in_distribution
|
Liam ate the mouse .
|
* mouse ( x _ 3 ) ; eat . agent ( x _ 1 , Liam ) AND eat . theme ( x _ 1 , x _ 3 )
|
in_distribution
|
The balloon was helped .
|
* balloon ( x _ 1 ) ; help . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
The cat confessed that the cake was eaten by a girl .
|
* cat ( x _ 1 ) ; * cake ( x _ 5 ) ; confess . agent ( x _ 2 , x _ 1 ) AND confess . ccomp ( x _ 2 , x _ 7 ) AND eat . theme ( x _ 7 , x _ 5 ) AND eat . agent ( x _ 7 , x _ 10 ) AND girl ( x _ 10 )
|
in_distribution
|
Harper cried .
|
cry . agent ( x _ 1 , Harper )
|
in_distribution
|
A cake was sent to a baby by a dog .
|
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 baby ( x _ 6 ) AND dog ( x _ 9 )
|
in_distribution
|
The cake was discovered by Noah .
|
* cake ( x _ 1 ) ; discover . theme ( x _ 3 , x _ 1 ) AND discover . agent ( x _ 3 , Noah )
|
in_distribution
|
John rolled the kid beside a computer .
|
* kid ( x _ 3 ) ; roll . agent ( x _ 1 , John ) AND roll . theme ( x _ 1 , x _ 3 ) AND kid . nmod . beside ( x _ 3 , x _ 6 ) AND computer ( x _ 6 )
|
in_distribution
|
A mandarin was eaten .
|
mandarin ( x _ 1 ) AND eat . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
Matthew awarded Leo the drink in the cabinet .
|
* drink ( x _ 4 ) ; * cabinet ( x _ 7 ) ; award . agent ( x _ 1 , Matthew ) AND award . recipient ( x _ 1 , Leo ) AND award . theme ( x _ 1 , x _ 4 ) AND drink . nmod . in ( x _ 4 , x _ 7 )
|
in_distribution
|
Noah drew a toy in a basin .
|
draw . agent ( x _ 1 , Noah ) AND draw . theme ( x _ 1 , x _ 3 ) AND toy ( x _ 3 ) AND toy . nmod . in ( x _ 3 , x _ 6 ) AND basin ( x _ 6 )
|
in_distribution
|
Liam crumpled the girl .
|
* girl ( x _ 3 ) ; crumple . agent ( x _ 1 , Liam ) AND crumple . theme ( x _ 1 , x _ 3 )
|
in_distribution
|
The citizen rolled a captain beside the machine .
|
* citizen ( x _ 1 ) ; * machine ( x _ 7 ) ; roll . agent ( x _ 2 , x _ 1 ) AND roll . theme ( x _ 2 , x _ 4 ) AND captain ( x _ 4 ) AND captain . nmod . beside ( x _ 4 , x _ 7 )
|
in_distribution
|
The brush was eaten by Harper .
|
* brush ( x _ 1 ) ; eat . theme ( x _ 3 , x _ 1 ) AND eat . agent ( x _ 3 , Harper )
|
in_distribution
|
A human forwarded a strawberry beside the stage to Isabella .
|
* stage ( x _ 7 ) ; human ( x _ 1 ) AND forward . agent ( x _ 2 , x _ 1 ) AND forward . theme ( x _ 2 , x _ 4 ) AND forward . recipient ( x _ 2 , Isabella ) AND strawberry ( x _ 4 ) AND strawberry . nmod . beside ( x _ 4 , x _ 7 )
|
in_distribution
|
The flower was drawn .
|
* flower ( x _ 1 ) ; draw . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
The strawberry was admired by the girl .
|
* strawberry ( x _ 1 ) ; * girl ( x _ 6 ) ; admire . theme ( x _ 3 , x _ 1 ) AND admire . agent ( x _ 3 , x _ 6 )
|
in_distribution
|
Olivia grew a cake .
|
grow . agent ( x _ 1 , Olivia ) AND grow . theme ( x _ 1 , x _ 3 ) AND cake ( x _ 3 )
|
in_distribution
|
The girl liked that the donut was pierced .
|
* girl ( x _ 1 ) ; * donut ( x _ 5 ) ; like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 7 ) AND pierce . theme ( x _ 7 , x _ 5 )
|
in_distribution
|
Liam wished to sleep .
|
wish . agent ( x _ 1 , Liam ) AND wish . xcomp ( x _ 1 , x _ 3 ) AND sleep . agent ( x _ 3 , Liam )
|
in_distribution
|
The chicken was sold the rose in the car by Emma .
|
* chicken ( x _ 1 ) ; * rose ( x _ 5 ) ; * car ( x _ 8 ) ; sell . recipient ( x _ 3 , x _ 1 ) AND sell . theme ( x _ 3 , x _ 5 ) AND sell . agent ( x _ 3 , Emma ) AND rose . nmod . in ( x _ 5 , x _ 8 )
|
in_distribution
|
A cake was broken by Olivia .
|
cake ( x _ 1 ) AND break . theme ( x _ 3 , x _ 1 ) AND break . agent ( x _ 3 , Olivia )
|
in_distribution
|
A chalk was passed to Brooklyn by the girl .
|
* girl ( x _ 8 ) ; chalk ( x _ 1 ) AND pass . theme ( x _ 3 , x _ 1 ) AND pass . recipient ( x _ 3 , Brooklyn ) AND pass . agent ( x _ 3 , x _ 8 )
|
in_distribution
|
The cake was cooked .
|
* cake ( x _ 1 ) ; cook . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
A girl liked that a sandwich was inflated .
|
girl ( x _ 1 ) AND like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 7 ) AND sandwich ( x _ 5 ) AND inflate . theme ( x _ 7 , x _ 5 )
|
in_distribution
|
The customer split a cake beside a cup .
|
* customer ( x _ 1 ) ; split . agent ( x _ 2 , x _ 1 ) AND split . theme ( x _ 2 , x _ 4 ) AND cake ( x _ 4 ) AND cake . nmod . beside ( x _ 4 , x _ 7 ) AND cup ( x _ 7 )
|
in_distribution
|
Joshua was lended the rose by Emma .
|
* rose ( x _ 4 ) ; lend . recipient ( x _ 2 , Joshua ) AND lend . theme ( x _ 2 , x _ 4 ) AND lend . agent ( x _ 2 , Emma )
|
in_distribution
|
The girl was sold a cake in the house by a boy .
|
* girl ( x _ 1 ) ; * house ( x _ 8 ) ; sell . recipient ( x _ 3 , x _ 1 ) AND sell . theme ( x _ 3 , x _ 5 ) AND sell . agent ( x _ 3 , x _ 11 ) AND cake ( x _ 5 ) AND cake . nmod . in ( x _ 5 , x _ 8 ) AND boy ( x _ 11 )
|
in_distribution
|
A girl hoped that Benjamin rolled the melon .
|
* melon ( x _ 7 ) ; girl ( x _ 1 ) AND hope . agent ( x _ 2 , x _ 1 ) AND hope . ccomp ( x _ 2 , x _ 5 ) AND roll . agent ( x _ 5 , Benjamin ) AND roll . theme ( x _ 5 , x _ 7 )
|
in_distribution
|
The girl lended the cake in a storage to Mason .
|
* girl ( x _ 1 ) ; * cake ( x _ 4 ) ; lend . agent ( x _ 2 , x _ 1 ) AND lend . theme ( x _ 2 , x _ 4 ) AND lend . recipient ( x _ 2 , Mason ) AND cake . nmod . in ( x _ 4 , x _ 7 ) AND storage ( x _ 7 )
|
in_distribution
|
Oliver painted a horse .
|
paint . agent ( x _ 1 , Oliver ) AND paint . theme ( x _ 1 , x _ 3 ) AND horse ( x _ 3 )
|
in_distribution
|
William gave Anthony the cake .
|
* cake ( x _ 4 ) ; give . agent ( x _ 1 , William ) AND give . recipient ( x _ 1 , Anthony ) AND give . theme ( x _ 1 , x _ 4 )
|
in_distribution
|
The hamburger burned .
|
* hamburger ( x _ 1 ) ; burn . theme ( x _ 2 , x _ 1 )
|
in_distribution
|
A researcher ate the strawberry on a stage .
|
* strawberry ( x _ 4 ) ; researcher ( x _ 1 ) AND eat . agent ( x _ 2 , x _ 1 ) AND eat . theme ( x _ 2 , x _ 4 ) AND strawberry . nmod . on ( x _ 4 , x _ 7 ) AND stage ( x _ 7 )
|
in_distribution
|
Emma rolled the cake in a fridge on the table .
|
* cake ( x _ 3 ) ; * table ( x _ 9 ) ; roll . agent ( x _ 1 , Emma ) AND roll . theme ( x _ 1 , x _ 3 ) AND cake . nmod . in ( x _ 3 , x _ 6 ) AND fridge ( x _ 6 ) AND fridge . nmod . on ( x _ 6 , x _ 9 )
|
in_distribution
|
William wanted to eat .
|
want . agent ( x _ 1 , William ) AND want . xcomp ( x _ 1 , x _ 3 ) AND eat . agent ( x _ 3 , William )
|
in_distribution
|
The girl floated .
|
* girl ( x _ 1 ) ; float . theme ( x _ 2 , x _ 1 )
|
in_distribution
|
The girl noticed that Emma was passed the cookie beside a book .
|
* girl ( x _ 1 ) ; * cookie ( x _ 8 ) ; notice . agent ( x _ 2 , x _ 1 ) AND notice . ccomp ( x _ 2 , x _ 6 ) AND pass . recipient ( x _ 6 , Emma ) AND pass . theme ( x _ 6 , x _ 8 ) AND cookie . nmod . beside ( x _ 8 , x _ 11 ) AND book ( x _ 11 )
|
in_distribution
|
The baby gave Emma the donut beside a giant on the computer .
|
* baby ( x _ 1 ) ; * donut ( x _ 5 ) ; * computer ( x _ 11 ) ; give . agent ( x _ 2 , x _ 1 ) AND give . recipient ( x _ 2 , Emma ) AND give . theme ( x _ 2 , x _ 5 ) AND donut . nmod . beside ( x _ 5 , x _ 8 ) AND giant ( x _ 8 ) AND giant . nmod . on ( x _ 8 , x _ 11 )
|
in_distribution
|
The balloon was forwarded to a child by a girl .
|
* balloon ( x _ 1 ) ; forward . theme ( x _ 3 , x _ 1 ) AND forward . recipient ( x _ 3 , x _ 6 ) AND forward . agent ( x _ 3 , x _ 9 ) AND child ( x _ 6 ) AND girl ( x _ 9 )
|
in_distribution
|
A baby proved that the doctor hoped that the donut was wired to a teacher .
|
* doctor ( x _ 5 ) ; * donut ( x _ 9 ) ; baby ( x _ 1 ) AND prove . agent ( x _ 2 , x _ 1 ) AND prove . ccomp ( x _ 2 , x _ 6 ) AND hope . agent ( x _ 6 , x _ 5 ) AND hope . ccomp ( x _ 6 , x _ 11 ) AND wire . theme ( x _ 11 , x _ 9 ) AND wire . recipient ( x _ 11 , x _ 14 ) AND teacher ( x _ 14 )
|
in_distribution
|
Liam believed that Noah ate .
|
believe . agent ( x _ 1 , Liam ) AND believe . ccomp ( x _ 1 , x _ 4 ) AND eat . agent ( x _ 4 , Noah )
|
in_distribution
|
The chalk was cooked by Ava .
|
* chalk ( x _ 1 ) ; cook . theme ( x _ 3 , x _ 1 ) AND cook . agent ( x _ 3 , Ava )
|
in_distribution
|
Liam was given the cookie .
|
* cookie ( x _ 4 ) ; give . recipient ( x _ 2 , Liam ) AND give . theme ( x _ 2 , x _ 4 )
|
in_distribution
|
The lion was offered a cake on a tree .
|
* lion ( x _ 1 ) ; offer . recipient ( x _ 3 , x _ 1 ) AND offer . theme ( x _ 3 , x _ 5 ) AND cake ( x _ 5 ) AND cake . nmod . on ( x _ 5 , x _ 8 ) AND tree ( x _ 8 )
|
in_distribution
|
Liam said that a box was passed to the baby by Michael .
|
* baby ( x _ 9 ) ; say . agent ( x _ 1 , Liam ) AND say . ccomp ( x _ 1 , x _ 6 ) AND box ( x _ 4 ) AND pass . theme ( x _ 6 , x _ 4 ) AND pass . recipient ( x _ 6 , x _ 9 ) AND pass . agent ( x _ 6 , Michael )
|
in_distribution
|
Liam liked Wyatt .
|
like . agent ( x _ 1 , Liam ) AND like . theme ( x _ 1 , Wyatt )
|
in_distribution
|
A raisin was respected .
|
raisin ( x _ 1 ) AND respect . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
Henry rolled the donut beside the table .
|
* donut ( x _ 3 ) ; * table ( x _ 6 ) ; roll . agent ( x _ 1 , Henry ) AND roll . theme ( x _ 1 , x _ 3 ) AND donut . nmod . beside ( x _ 3 , x _ 6 )
|
in_distribution
|
The citizen dusted .
|
* citizen ( x _ 1 ) ; dust . agent ( x _ 2 , x _ 1 )
|
in_distribution
|
Liam was wired a cake .
|
wire . recipient ( x _ 2 , Liam ) AND wire . theme ( x _ 2 , x _ 4 ) AND cake ( x _ 4 )
|
in_distribution
|
The girl ate a tiger in a room .
|
* girl ( x _ 1 ) ; eat . agent ( x _ 2 , x _ 1 ) AND eat . theme ( x _ 2 , x _ 4 ) AND tiger ( x _ 4 ) AND tiger . nmod . in ( x _ 4 , x _ 7 ) AND room ( x _ 7 )
|
in_distribution
|
The priest liked the chalk beside the bed .
|
* priest ( x _ 1 ) ; * chalk ( x _ 4 ) ; * bed ( x _ 7 ) ; like . agent ( x _ 2 , x _ 1 ) AND like . theme ( x _ 2 , x _ 4 ) AND chalk . nmod . beside ( x _ 4 , x _ 7 )
|
in_distribution
|
A girl noticed that a seed was respected by a frog .
|
girl ( x _ 1 ) AND notice . agent ( x _ 2 , x _ 1 ) AND notice . ccomp ( x _ 2 , x _ 7 ) AND seed ( x _ 5 ) AND respect . theme ( x _ 7 , x _ 5 ) AND respect . agent ( x _ 7 , x _ 10 ) AND frog ( x _ 10 )
|
in_distribution
|
Liam liked that a melon was painted by the turtle .
|
* turtle ( x _ 9 ) ; like . agent ( x _ 1 , Liam ) AND like . ccomp ( x _ 1 , x _ 6 ) AND melon ( x _ 4 ) AND paint . theme ( x _ 6 , x _ 4 ) AND paint . agent ( x _ 6 , x _ 9 )
|
in_distribution
|
A biscuit was found .
|
biscuit ( x _ 1 ) AND find . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
The scientist observed the donut in a house .
|
* scientist ( x _ 1 ) ; * donut ( x _ 4 ) ; observe . agent ( x _ 2 , x _ 1 ) AND observe . theme ( x _ 2 , x _ 4 ) AND donut . nmod . in ( x _ 4 , x _ 7 ) AND house ( x _ 7 )
|
in_distribution
|
The donut was frozen by Amelia .
|
* donut ( x _ 1 ) ; freeze . theme ( x _ 3 , x _ 1 ) AND freeze . agent ( x _ 3 , Amelia )
|
in_distribution
|
The chicken painted .
|
* chicken ( x _ 1 ) ; paint . agent ( x _ 2 , x _ 1 )
|
in_distribution
|
A drink was slid by Emma .
|
drink ( x _ 1 ) AND slide . theme ( x _ 3 , x _ 1 ) AND slide . agent ( x _ 3 , Emma )
|
in_distribution
|
The potato was liked by Emma .
|
* potato ( x _ 1 ) ; like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , Emma )
|
in_distribution
|
The donut was painted by the turkey .
|
* donut ( x _ 1 ) ; * turkey ( x _ 6 ) ; paint . theme ( x _ 3 , x _ 1 ) AND paint . agent ( x _ 3 , x _ 6 )
|
in_distribution
|
A toothbrush was helped .
|
toothbrush ( x _ 1 ) AND help . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
A boy was rented the cake by a fish .
|
* cake ( x _ 5 ) ; boy ( x _ 1 ) AND rent . recipient ( x _ 3 , x _ 1 ) AND rent . theme ( x _ 3 , x _ 5 ) AND rent . agent ( x _ 3 , x _ 8 ) AND fish ( x _ 8 )
|
in_distribution
|
A box was thrown .
|
box ( x _ 1 ) AND throw . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
A child believed that the frog liked that a drink was known .
|
* frog ( x _ 5 ) ; child ( x _ 1 ) AND believe . agent ( x _ 2 , x _ 1 ) AND believe . ccomp ( x _ 2 , x _ 6 ) AND like . agent ( x _ 6 , x _ 5 ) AND like . ccomp ( x _ 6 , x _ 11 ) AND drink ( x _ 9 ) AND know . theme ( x _ 11 , x _ 9 )
|
in_distribution
|
Emma was given the cake by Olivia .
|
* cake ( x _ 4 ) ; give . recipient ( x _ 2 , Emma ) AND give . theme ( x _ 2 , x _ 4 ) AND give . agent ( x _ 2 , Olivia )
|
in_distribution
|
The monkey fed the girl a cake in a taxi .
|
* monkey ( x _ 1 ) ; * girl ( x _ 4 ) ; feed . agent ( x _ 2 , x _ 1 ) AND feed . recipient ( x _ 2 , x _ 4 ) AND feed . theme ( x _ 2 , x _ 6 ) AND cake ( x _ 6 ) AND cake . nmod . in ( x _ 6 , x _ 9 ) AND taxi ( x _ 9 )
|
in_distribution
|
Emma was served the cake by a teacher .
|
* cake ( x _ 4 ) ; serve . recipient ( x _ 2 , Emma ) AND serve . theme ( x _ 2 , x _ 4 ) AND serve . agent ( x _ 2 , x _ 7 ) AND teacher ( x _ 7 )
|
in_distribution
|
The cake was given to Ethan by Elijah .
|
* cake ( x _ 1 ) ; give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , Ethan ) AND give . agent ( x _ 3 , Elijah )
|
in_distribution
|
The girl gave Liam the donut on the speaker .
|
* girl ( x _ 1 ) ; * donut ( x _ 5 ) ; * speaker ( x _ 8 ) ; give . agent ( x _ 2 , x _ 1 ) AND give . recipient ( x _ 2 , Liam ) AND give . theme ( x _ 2 , x _ 5 ) AND donut . nmod . on ( x _ 5 , x _ 8 )
|
in_distribution
|
Emma was promised a rose beside a table by Noah .
|
promise . recipient ( x _ 2 , Emma ) AND promise . theme ( x _ 2 , x _ 4 ) AND promise . agent ( x _ 2 , Noah ) AND rose ( x _ 4 ) AND rose . nmod . beside ( x _ 4 , x _ 7 ) AND table ( x _ 7 )
|
in_distribution
|
Liam respected Emma .
|
respect . agent ( x _ 1 , Liam ) AND respect . theme ( x _ 1 , Emma )
|
in_distribution
|
The rose was cleaned by the dog .
|
* rose ( x _ 1 ) ; * dog ( x _ 6 ) ; clean . theme ( x _ 3 , x _ 1 ) AND clean . agent ( x _ 3 , x _ 6 )
|
in_distribution
|
Harper appreciated a girl in a room .
|
appreciate . agent ( x _ 1 , Harper ) AND appreciate . theme ( x _ 1 , x _ 3 ) AND girl ( x _ 3 ) AND girl . nmod . in ( x _ 3 , x _ 6 ) AND room ( x _ 6 )
|
in_distribution
|
The block was rolled .
|
* block ( x _ 1 ) ; roll . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
A fish helped the boy .
|
* boy ( x _ 4 ) ; fish ( x _ 1 ) AND help . agent ( x _ 2 , x _ 1 ) AND help . theme ( x _ 2 , x _ 4 )
|
in_distribution
|
A donkey hoped that Olivia ate .
|
donkey ( x _ 1 ) AND hope . agent ( x _ 2 , x _ 1 ) AND hope . ccomp ( x _ 2 , x _ 5 ) AND eat . agent ( x _ 5 , Olivia )
|
in_distribution
|
A game was helped by a moose .
|
game ( x _ 1 ) AND help . theme ( x _ 3 , x _ 1 ) AND help . agent ( x _ 3 , x _ 6 ) AND moose ( x _ 6 )
|
in_distribution
|
A boy declared that Sofia drew a donut .
|
boy ( x _ 1 ) AND declare . agent ( x _ 2 , x _ 1 ) AND declare . ccomp ( x _ 2 , x _ 5 ) AND draw . agent ( x _ 5 , Sofia ) AND draw . theme ( x _ 5 , x _ 7 ) AND donut ( x _ 7 )
|
in_distribution
|
A block was eaten .
|
block ( x _ 1 ) AND eat . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
A cookie was dusted by Liam .
|
cookie ( x _ 1 ) AND dust . theme ( x _ 3 , x _ 1 ) AND dust . agent ( x _ 3 , Liam )
|
in_distribution
|
Emma liked a cat beside a table .
|
like . agent ( x _ 1 , Emma ) AND like . theme ( x _ 1 , x _ 3 ) AND cat ( x _ 3 ) AND cat . nmod . beside ( x _ 3 , x _ 6 ) AND table ( x _ 6 )
|
in_distribution
|
The donut was given to a girl .
|
* donut ( x _ 1 ) ; give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 ) AND girl ( x _ 6 )
|
in_distribution
|
The donut was burned by a bunny .
|
* donut ( x _ 1 ) ; burn . theme ( x _ 3 , x _ 1 ) AND burn . agent ( x _ 3 , x _ 6 ) AND bunny ( x _ 6 )
|
in_distribution
|
The cookie was given to a turtle .
|
* cookie ( x _ 1 ) ; give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 ) AND turtle ( x _ 6 )
|
in_distribution
|
A beer rolled .
|
beer ( x _ 1 ) AND roll . theme ( x _ 2 , x _ 1 )
|
in_distribution
|
A strawberry was painted by a penguin .
|
strawberry ( x _ 1 ) AND paint . theme ( x _ 3 , x _ 1 ) AND paint . agent ( x _ 3 , x _ 6 ) AND penguin ( x _ 6 )
|
in_distribution
|
Abigail ate Olivia .
|
eat . agent ( x _ 1 , Abigail ) AND eat . theme ( x _ 1 , Olivia )
|
in_distribution
|
Jackson juggled a cake beside the broker .
|
* broker ( x _ 6 ) ; juggle . agent ( x _ 1 , Jackson ) AND juggle . theme ( x _ 1 , x _ 3 ) AND cake ( x _ 3 ) AND cake . nmod . beside ( x _ 3 , x _ 6 )
|
in_distribution
|
A donut was liked by the chicken .
|
* chicken ( x _ 6 ) ; donut ( x _ 1 ) AND like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , x _ 6 )
|
in_distribution
|
The cat noticed that Camila was lended a game .
|
* cat ( x _ 1 ) ; notice . agent ( x _ 2 , x _ 1 ) AND notice . ccomp ( x _ 2 , x _ 6 ) AND lend . recipient ( x _ 6 , Camila ) AND lend . theme ( x _ 6 , x _ 8 ) AND game ( x _ 8 )
|
in_distribution
|
A cake was dusted by Olivia .
|
cake ( x _ 1 ) AND dust . theme ( x _ 3 , x _ 1 ) AND dust . agent ( x _ 3 , Olivia )
|
in_distribution
|
William dusted James .
|
dust . agent ( x _ 1 , William ) AND dust . theme ( x _ 1 , James )
|
in_distribution
|
The cookie was liked by Elizabeth .
|
* cookie ( x _ 1 ) ; like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , Elizabeth )
|
in_distribution
|
Thomas was sold the cookie in a house .
|
* cookie ( x _ 4 ) ; sell . recipient ( x _ 2 , Thomas ) AND sell . theme ( x _ 2 , x _ 4 ) AND cookie . nmod . in ( x _ 4 , x _ 7 ) AND house ( x _ 7 )
|
in_distribution
|
A glue was rented to Liam by Emma .
|
glue ( x _ 1 ) AND rent . theme ( x _ 3 , x _ 1 ) AND rent . recipient ( x _ 3 , Liam ) AND rent . agent ( x _ 3 , Emma )
|
in_distribution
|
Ava was lended a mirror beside a stage .
|
lend . recipient ( x _ 2 , Ava ) AND lend . theme ( x _ 2 , x _ 4 ) AND mirror ( x _ 4 ) AND mirror . nmod . beside ( x _ 4 , x _ 7 ) AND stage ( x _ 7 )
|
in_distribution
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.