input stringlengths 3 103 | output stringlengths 3 435 | domain stringclasses 14
values |
|---|---|---|
The chalk was liked by Amelia . | * chalk ( x _ 1 ) ; like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , Amelia ) | in_distribution |
The donut was collapsed by a girl . | * donut ( x _ 1 ) ; collapse . theme ( x _ 3 , x _ 1 ) AND collapse . agent ( x _ 3 , x _ 6 ) AND girl ( x _ 6 ) | in_distribution |
The tiger ate . | * tiger ( x _ 1 ) ; eat . agent ( x _ 2 , x _ 1 ) | in_distribution |
The sweetcorn was frozen . | * sweetcorn ( x _ 1 ) ; freeze . theme ( x _ 3 , x _ 1 ) | in_distribution |
Mia wanted to run . | want . agent ( x _ 1 , Mia ) AND want . xcomp ( x _ 1 , x _ 3 ) AND run . agent ( x _ 3 , Mia ) | in_distribution |
The child rolled the donut . | * child ( x _ 1 ) ; * donut ( x _ 4 ) ; roll . agent ( x _ 2 , x _ 1 ) AND roll . theme ( x _ 2 , x _ 4 ) | in_distribution |
Claire passed the boy a book . | * boy ( x _ 3 ) ; pass . agent ( x _ 1 , Claire ) AND pass . recipient ( x _ 1 , x _ 3 ) AND pass . theme ( x _ 1 , x _ 5 ) AND book ( x _ 5 ) | in_distribution |
A cookie was burned by Emma . | cookie ( x _ 1 ) AND burn . theme ( x _ 3 , x _ 1 ) AND burn . agent ( x _ 3 , Emma ) | in_distribution |
A goose lended a ring to the dog . | * dog ( x _ 7 ) ; goose ( x _ 1 ) AND lend . agent ( x _ 2 , x _ 1 ) AND lend . theme ( x _ 2 , x _ 4 ) AND lend . recipient ( x _ 2 , x _ 7 ) AND ring ( x _ 4 ) | in_distribution |
A girl hoped that a cookie was handed to Noah . | girl ( x _ 1 ) AND hope . agent ( x _ 2 , x _ 1 ) AND hope . ccomp ( x _ 2 , x _ 7 ) AND cookie ( x _ 5 ) AND hand . theme ( x _ 7 , x _ 5 ) AND hand . recipient ( x _ 7 , Noah ) | in_distribution |
The tourist slept . | * tourist ( x _ 1 ) ; sleep . agent ( x _ 2 , x _ 1 ) | in_distribution |
The donut was nursed by the frog . | * donut ( x _ 1 ) ; * frog ( x _ 6 ) ; nurse . theme ( x _ 3 , x _ 1 ) AND nurse . agent ( x _ 3 , x _ 6 ) | in_distribution |
The hat was rolled by William . | * hat ( x _ 1 ) ; roll . theme ( x _ 3 , x _ 1 ) AND roll . agent ( x _ 3 , William ) | in_distribution |
The potato was found by Emma . | * potato ( x _ 1 ) ; find . theme ( x _ 3 , x _ 1 ) AND find . agent ( x _ 3 , Emma ) | in_distribution |
The bird was fed the donut by Scarlett . | * bird ( x _ 1 ) ; * donut ( x _ 5 ) ; feed . recipient ( x _ 3 , x _ 1 ) AND feed . theme ( x _ 3 , x _ 5 ) AND feed . agent ( x _ 3 , Scarlett ) | in_distribution |
A zebra tossed a boy in a drawer . | zebra ( x _ 1 ) AND toss . agent ( x _ 2 , x _ 1 ) AND toss . theme ( x _ 2 , x _ 4 ) AND boy ( x _ 4 ) AND boy . nmod . in ( x _ 4 , x _ 7 ) AND drawer ( x _ 7 ) | in_distribution |
Liam expected that the frog gave the chalk on the table to a cat . | * frog ( x _ 4 ) ; * chalk ( x _ 7 ) ; * table ( x _ 10 ) ; expect . agent ( x _ 1 , Liam ) AND expect . ccomp ( x _ 1 , x _ 5 ) AND give . agent ( x _ 5 , x _ 4 ) AND give . theme ( x _ 5 , x _ 7 ) AND give . recipient ( x _ 5 , x _ 13 ) AND chalk . nmod . on ( x _ 7 , x _ 10 ) AND cat ( x _ 13 ) | in_distribution |
A girl ate the dog in a bag . | * dog ( x _ 4 ) ; girl ( x _ 1 ) AND eat . agent ( x _ 2 , x _ 1 ) AND eat . theme ( x _ 2 , x _ 4 ) AND dog . nmod . in ( x _ 4 , x _ 7 ) AND bag ( x _ 7 ) | in_distribution |
Olivia was brought the box on the desk in the bag . | * box ( x _ 4 ) ; * desk ( x _ 7 ) ; * bag ( x _ 10 ) ; bring . recipient ( x _ 2 , Olivia ) AND bring . theme ( x _ 2 , x _ 4 ) AND box . nmod . on ( x _ 4 , x _ 7 ) AND desk . nmod . in ( x _ 7 , x _ 10 ) | in_distribution |
The cake was liked by Ava . | * cake ( x _ 1 ) ; like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , Ava ) | in_distribution |
The cake was handed to the pony . | * cake ( x _ 1 ) ; * pony ( x _ 6 ) ; hand . theme ( x _ 3 , x _ 1 ) AND hand . recipient ( x _ 3 , x _ 6 ) | in_distribution |
Emma lended a melon to a girl . | lend . agent ( x _ 1 , Emma ) AND lend . theme ( x _ 1 , x _ 3 ) AND lend . recipient ( x _ 1 , x _ 6 ) AND melon ( x _ 3 ) AND girl ( x _ 6 ) | in_distribution |
A banana was tossed by a girl . | banana ( x _ 1 ) AND toss . theme ( x _ 3 , x _ 1 ) AND toss . agent ( x _ 3 , x _ 6 ) AND girl ( x _ 6 ) | in_distribution |
William cleaned the cake beside the stage . | * cake ( x _ 3 ) ; * stage ( x _ 6 ) ; clean . agent ( x _ 1 , William ) AND clean . theme ( x _ 1 , x _ 3 ) AND cake . nmod . beside ( x _ 3 , x _ 6 ) | in_distribution |
A glue was collapsed by Lily . | glue ( x _ 1 ) AND collapse . theme ( x _ 3 , x _ 1 ) AND collapse . agent ( x _ 3 , Lily ) | in_distribution |
A baby was served a cake on the tree by Elijah . | * tree ( x _ 8 ) ; baby ( x _ 1 ) AND serve . recipient ( x _ 3 , x _ 1 ) AND serve . theme ( x _ 3 , x _ 5 ) AND serve . agent ( x _ 3 , Elijah ) AND cake ( x _ 5 ) AND cake . nmod . on ( x _ 5 , x _ 8 ) | in_distribution |
A bunny ate the cake . | * cake ( x _ 4 ) ; bunny ( x _ 1 ) AND eat . agent ( x _ 2 , x _ 1 ) AND eat . theme ( x _ 2 , x _ 4 ) | in_distribution |
A teacher was offered a can beside the tree by a duck . | * tree ( x _ 8 ) ; teacher ( x _ 1 ) AND offer . recipient ( x _ 3 , x _ 1 ) AND offer . theme ( x _ 3 , x _ 5 ) AND offer . agent ( x _ 3 , x _ 11 ) AND can ( x _ 5 ) AND can . nmod . beside ( x _ 5 , x _ 8 ) AND duck ( x _ 11 ) | in_distribution |
A cookie was liked by Natalie . | cookie ( x _ 1 ) AND like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , Natalie ) | in_distribution |
The penny was given to Noah . | * penny ( x _ 1 ) ; give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , Noah ) | in_distribution |
A hammer was grown by the pig . | * pig ( x _ 6 ) ; hammer ( x _ 1 ) AND grow . theme ( x _ 3 , x _ 1 ) AND grow . agent ( x _ 3 , x _ 6 ) | in_distribution |
The drink was inflated by Emma . | * drink ( x _ 1 ) ; inflate . theme ( x _ 3 , x _ 1 ) AND inflate . agent ( x _ 3 , Emma ) | in_distribution |
A girl gave the sheep a cake . | * sheep ( x _ 4 ) ; girl ( x _ 1 ) AND give . agent ( x _ 2 , x _ 1 ) AND give . recipient ( x _ 2 , x _ 4 ) AND give . theme ( x _ 2 , x _ 6 ) AND cake ( x _ 6 ) | in_distribution |
A penny burned . | penny ( x _ 1 ) AND burn . theme ( x _ 2 , x _ 1 ) | in_distribution |
Emma liked that a girl liked that the cat was rented a cake on a chair on the computer by Michael . | * cat ( x _ 8 ) ; * computer ( x _ 18 ) ; like . agent ( x _ 1 , Emma ) AND like . ccomp ( x _ 1 , x _ 5 ) AND girl ( x _ 4 ) AND like . agent ( x _ 5 , x _ 4 ) AND like . ccomp ( x _ 5 , x _ 10 ) AND rent . recipient ( x _ 10 , x _ 8 ) AND rent . theme ( x _ 10 , x _ 12 ) AND rent . agent ( x _ 10 , Michael ) AND cake... | in_distribution |
The glue was given to a boy by the girl . | * glue ( x _ 1 ) ; * girl ( x _ 9 ) ; give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 ) AND give . agent ( x _ 3 , x _ 9 ) AND boy ( x _ 6 ) | in_distribution |
A boy drew . | boy ( x _ 1 ) AND draw . agent ( x _ 2 , x _ 1 ) | in_distribution |
The jar shortened . | * jar ( x _ 1 ) ; shorten . theme ( x _ 2 , x _ 1 ) | in_distribution |
A cake was lended to Elizabeth by Isaac . | cake ( x _ 1 ) AND lend . theme ( x _ 3 , x _ 1 ) AND lend . recipient ( x _ 3 , Elizabeth ) AND lend . agent ( x _ 3 , Isaac ) | in_distribution |
The raisin was eaten by a duck . | * raisin ( x _ 1 ) ; eat . theme ( x _ 3 , x _ 1 ) AND eat . agent ( x _ 3 , x _ 6 ) AND duck ( x _ 6 ) | in_distribution |
The bear sketched the frog . | * bear ( x _ 1 ) ; * frog ( x _ 4 ) ; sketch . agent ( x _ 2 , x _ 1 ) AND sketch . theme ( x _ 2 , x _ 4 ) | in_distribution |
Emma was given the soap beside a table by Charlotte . | * soap ( x _ 4 ) ; give . recipient ( x _ 2 , Emma ) AND give . theme ( x _ 2 , x _ 4 ) AND give . agent ( x _ 2 , Charlotte ) AND soap . nmod . beside ( x _ 4 , x _ 7 ) AND table ( x _ 7 ) | in_distribution |
Noah froze the cake . | * cake ( x _ 3 ) ; freeze . agent ( x _ 1 , Noah ) AND freeze . theme ( x _ 1 , x _ 3 ) | in_distribution |
A cow observed the cake . | * cake ( x _ 4 ) ; cow ( x _ 1 ) AND observe . agent ( x _ 2 , x _ 1 ) AND observe . theme ( x _ 2 , x _ 4 ) | in_distribution |
Ella awarded the bottle in the pit to Matthew . | * bottle ( x _ 3 ) ; * pit ( x _ 6 ) ; award . agent ( x _ 1 , Ella ) AND award . theme ( x _ 1 , x _ 3 ) AND award . recipient ( x _ 1 , Matthew ) AND bottle . nmod . in ( x _ 3 , x _ 6 ) | in_distribution |
The game was given to Ava . | * game ( x _ 1 ) ; give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , Ava ) | in_distribution |
The girl gave a boy the cake beside a boat . | * girl ( x _ 1 ) ; * cake ( x _ 6 ) ; give . agent ( x _ 2 , x _ 1 ) AND give . recipient ( x _ 2 , x _ 4 ) AND give . theme ( x _ 2 , x _ 6 ) AND boy ( x _ 4 ) AND cake . nmod . beside ( x _ 6 , x _ 9 ) AND boat ( x _ 9 ) | in_distribution |
The cake was split by the boy . | * cake ( x _ 1 ) ; * boy ( x _ 6 ) ; split . theme ( x _ 3 , x _ 1 ) AND split . agent ( x _ 3 , x _ 6 ) | in_distribution |
The girl ate Victoria . | * girl ( x _ 1 ) ; eat . agent ( x _ 2 , x _ 1 ) AND eat . theme ( x _ 2 , Victoria ) | in_distribution |
A governor thought that the boy appreciated Olivia . | * boy ( x _ 5 ) ; governor ( x _ 1 ) AND think . agent ( x _ 2 , x _ 1 ) AND think . ccomp ( x _ 2 , x _ 6 ) AND appreciate . agent ( x _ 6 , x _ 5 ) AND appreciate . theme ( x _ 6 , Olivia ) | in_distribution |
The chicken was sold the donut in the house by Emma . | * chicken ( x _ 1 ) ; * donut ( x _ 5 ) ; * house ( x _ 8 ) ; sell . recipient ( x _ 3 , x _ 1 ) AND sell . theme ( x _ 3 , x _ 5 ) AND sell . agent ( x _ 3 , Emma ) AND donut . nmod . in ( x _ 5 , x _ 8 ) | in_distribution |
Sophia crumpled . | crumple . theme ( x _ 1 , Sophia ) | in_distribution |
The cat napped . | * cat ( x _ 1 ) ; nap . agent ( x _ 2 , x _ 1 ) | in_distribution |
The girl gave Alexander the cookie . | * girl ( x _ 1 ) ; * cookie ( x _ 5 ) ; give . agent ( x _ 2 , x _ 1 ) AND give . recipient ( x _ 2 , Alexander ) AND give . theme ( x _ 2 , x _ 5 ) | in_distribution |
Samuel valued the game . | * game ( x _ 3 ) ; value . agent ( x _ 1 , Samuel ) AND value . theme ( x _ 1 , x _ 3 ) | in_distribution |
The button was mailed to the frog . | * button ( x _ 1 ) ; * frog ( x _ 6 ) ; mail . theme ( x _ 3 , x _ 1 ) AND mail . recipient ( x _ 3 , x _ 6 ) | in_distribution |
A boy believed that a frog liked that the child returned a girl a needle beside the clock . | * child ( x _ 9 ) ; * clock ( x _ 17 ) ; boy ( x _ 1 ) AND believe . agent ( x _ 2 , x _ 1 ) AND believe . ccomp ( x _ 2 , x _ 6 ) AND frog ( x _ 5 ) AND like . agent ( x _ 6 , x _ 5 ) AND like . ccomp ( x _ 6 , x _ 10 ) AND return . agent ( x _ 10 , x _ 9 ) AND return . recipient ( x _ 10 , x _ 12 ) AND return . theme... | in_distribution |
A donut was liked by Noah . | donut ( x _ 1 ) AND like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , Noah ) | in_distribution |
Liam was offered a donut in a house by the girl . | * girl ( x _ 10 ) ; offer . recipient ( x _ 2 , Liam ) AND offer . theme ( x _ 2 , x _ 4 ) AND offer . agent ( x _ 2 , x _ 10 ) AND donut ( x _ 4 ) AND donut . nmod . in ( x _ 4 , x _ 7 ) AND house ( x _ 7 ) | in_distribution |
A rose was liked by a creature . | rose ( x _ 1 ) AND like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , x _ 6 ) AND creature ( x _ 6 ) | in_distribution |
A purse was floated by the scientist . | * scientist ( x _ 6 ) ; purse ( x _ 1 ) AND float . theme ( x _ 3 , x _ 1 ) AND float . agent ( x _ 3 , x _ 6 ) | in_distribution |
The dog was slipped the gumball by Emma . | * dog ( x _ 1 ) ; * gumball ( x _ 5 ) ; slip . recipient ( x _ 3 , x _ 1 ) AND slip . theme ( x _ 3 , x _ 5 ) AND slip . agent ( x _ 3 , Emma ) | in_distribution |
A teacher imagined that Julian lended the lollipop to Emma . | * lollipop ( x _ 7 ) ; teacher ( x _ 1 ) AND imagine . agent ( x _ 2 , x _ 1 ) AND imagine . ccomp ( x _ 2 , x _ 5 ) AND lend . agent ( x _ 5 , Julian ) AND lend . theme ( x _ 5 , x _ 7 ) AND lend . recipient ( x _ 5 , Emma ) | in_distribution |
The muffin was rolled . | * muffin ( x _ 1 ) ; roll . theme ( x _ 3 , x _ 1 ) | in_distribution |
The donut was shortened by Olivia . | * donut ( x _ 1 ) ; shorten . theme ( x _ 3 , x _ 1 ) AND shorten . agent ( x _ 3 , Olivia ) | in_distribution |
A banana was pierced . | banana ( x _ 1 ) AND pierce . theme ( x _ 3 , x _ 1 ) | in_distribution |
The cookie was given to William . | * cookie ( x _ 1 ) ; give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , William ) | in_distribution |
The cat painted the box . | * cat ( x _ 1 ) ; * box ( x _ 4 ) ; paint . agent ( x _ 2 , x _ 1 ) AND paint . theme ( x _ 2 , x _ 4 ) | in_distribution |
The melon was poked by Isabella . | * melon ( x _ 1 ) ; poke . theme ( x _ 3 , x _ 1 ) AND poke . agent ( x _ 3 , Isabella ) | in_distribution |
A box was liked by Noah . | box ( x _ 1 ) AND like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , Noah ) | in_distribution |
The champion burned a lion . | * champion ( x _ 1 ) ; burn . agent ( x _ 2 , x _ 1 ) AND burn . theme ( x _ 2 , x _ 4 ) AND lion ( x _ 4 ) | in_distribution |
The crayon was found by a girl . | * crayon ( x _ 1 ) ; find . theme ( x _ 3 , x _ 1 ) AND find . agent ( x _ 3 , x _ 6 ) AND girl ( x _ 6 ) | in_distribution |
Liam ate a strawberry beside a vehicle . | eat . agent ( x _ 1 , Liam ) AND eat . theme ( x _ 1 , x _ 3 ) AND strawberry ( x _ 3 ) AND strawberry . nmod . beside ( x _ 3 , x _ 6 ) AND vehicle ( x _ 6 ) | in_distribution |
A raisin was burned . | raisin ( x _ 1 ) AND burn . theme ( x _ 3 , x _ 1 ) | in_distribution |
The boy rolled the dog . | * boy ( x _ 1 ) ; * dog ( x _ 4 ) ; roll . agent ( x _ 2 , x _ 1 ) AND roll . theme ( x _ 2 , x _ 4 ) | in_distribution |
The block was eaten . | * block ( x _ 1 ) ; eat . theme ( x _ 3 , x _ 1 ) | in_distribution |
Emma liked that the cake was burned . | * cake ( x _ 4 ) ; like . agent ( x _ 1 , Emma ) AND like . ccomp ( x _ 1 , x _ 6 ) AND burn . theme ( x _ 6 , x _ 4 ) | in_distribution |
The girl decomposed a cake . | * girl ( x _ 1 ) ; decompose . agent ( x _ 2 , x _ 1 ) AND decompose . theme ( x _ 2 , x _ 4 ) AND cake ( x _ 4 ) | in_distribution |
Noah froze the drink . | * drink ( x _ 3 ) ; freeze . agent ( x _ 1 , Noah ) AND freeze . theme ( x _ 1 , x _ 3 ) | in_distribution |
The lollipop was offered to the fish . | * lollipop ( x _ 1 ) ; * fish ( x _ 6 ) ; offer . theme ( x _ 3 , x _ 1 ) AND offer . recipient ( x _ 3 , x _ 6 ) | in_distribution |
A raisin changed . | raisin ( x _ 1 ) AND change . theme ( x _ 2 , x _ 1 ) | in_distribution |
The mother liked the donut on a table . | * mother ( x _ 1 ) ; * donut ( x _ 4 ) ; like . agent ( x _ 2 , x _ 1 ) AND like . theme ( x _ 2 , x _ 4 ) AND donut . nmod . on ( x _ 4 , x _ 7 ) AND table ( x _ 7 ) | in_distribution |
A doctor gave a tool in the house to a puppy . | * house ( x _ 7 ) ; doctor ( x _ 1 ) AND give . agent ( x _ 2 , x _ 1 ) AND give . theme ( x _ 2 , x _ 4 ) AND give . recipient ( x _ 2 , x _ 10 ) AND tool ( x _ 4 ) AND tool . nmod . in ( x _ 4 , x _ 7 ) AND puppy ( x _ 10 ) | in_distribution |
The rose was frozen by Benjamin . | * rose ( x _ 1 ) ; freeze . theme ( x _ 3 , x _ 1 ) AND freeze . agent ( x _ 3 , Benjamin ) | in_distribution |
The donut was liked by Oliver . | * donut ( x _ 1 ) ; like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , Oliver ) | in_distribution |
Ava liked Emma . | like . agent ( x _ 1 , Ava ) AND like . theme ( x _ 1 , Emma ) | in_distribution |
The queen confessed that a girl ate a cake in the house . | * queen ( x _ 1 ) ; * house ( x _ 11 ) ; confess . agent ( x _ 2 , x _ 1 ) AND confess . ccomp ( x _ 2 , x _ 6 ) AND girl ( x _ 5 ) AND eat . agent ( x _ 6 , x _ 5 ) AND eat . theme ( x _ 6 , x _ 8 ) AND cake ( x _ 8 ) AND cake . nmod . in ( x _ 8 , x _ 11 ) | in_distribution |
A donut was pierced . | donut ( x _ 1 ) AND pierce . theme ( x _ 3 , x _ 1 ) | in_distribution |
Emma slipped a sailor the cake in the house . | * cake ( x _ 5 ) ; * house ( x _ 8 ) ; slip . agent ( x _ 1 , Emma ) AND slip . recipient ( x _ 1 , x _ 3 ) AND slip . theme ( x _ 1 , x _ 5 ) AND sailor ( x _ 3 ) AND cake . nmod . in ( x _ 5 , x _ 8 ) | in_distribution |
The donut was found by Noah . | * donut ( x _ 1 ) ; find . theme ( x _ 3 , x _ 1 ) AND find . agent ( x _ 3 , Noah ) | in_distribution |
The sailor rolled the girl . | * sailor ( x _ 1 ) ; * girl ( x _ 4 ) ; roll . agent ( x _ 2 , x _ 1 ) AND roll . theme ( x _ 2 , x _ 4 ) | in_distribution |
Noah supported that a bird loved the girl in a room . | * girl ( x _ 7 ) ; support . agent ( x _ 1 , Noah ) AND support . ccomp ( x _ 1 , x _ 5 ) AND bird ( x _ 4 ) AND love . agent ( x _ 5 , x _ 4 ) AND love . theme ( x _ 5 , x _ 7 ) AND girl . nmod . in ( x _ 7 , x _ 10 ) AND room ( x _ 10 ) | in_distribution |
The cake was returned to Emma by a coach . | * cake ( x _ 1 ) ; return . theme ( x _ 3 , x _ 1 ) AND return . recipient ( x _ 3 , Emma ) AND return . agent ( x _ 3 , x _ 8 ) AND coach ( x _ 8 ) | in_distribution |
A hero froze a sweetcorn . | hero ( x _ 1 ) AND freeze . agent ( x _ 2 , x _ 1 ) AND freeze . theme ( x _ 2 , x _ 4 ) AND sweetcorn ( x _ 4 ) | in_distribution |
Isabella liked that a cat gave Jaxon a biscuit on the bowl . | * bowl ( x _ 11 ) ; like . agent ( x _ 1 , Isabella ) AND like . ccomp ( x _ 1 , x _ 5 ) AND cat ( x _ 4 ) AND give . agent ( x _ 5 , x _ 4 ) AND give . recipient ( x _ 5 , Jaxon ) AND give . theme ( x _ 5 , x _ 8 ) AND biscuit ( x _ 8 ) AND biscuit . nmod . on ( x _ 8 , x _ 11 ) | in_distribution |
Liam rolled a melon . | roll . agent ( x _ 1 , Liam ) AND roll . theme ( x _ 1 , x _ 3 ) AND melon ( x _ 3 ) | in_distribution |
A chicken floated the cake beside the table . | * cake ( x _ 4 ) ; * table ( x _ 7 ) ; chicken ( x _ 1 ) AND float . agent ( x _ 2 , x _ 1 ) AND float . theme ( x _ 2 , x _ 4 ) AND cake . nmod . beside ( x _ 4 , x _ 7 ) | in_distribution |
The crocodile wanted to sketch . | * crocodile ( x _ 1 ) ; want . agent ( x _ 2 , x _ 1 ) AND want . xcomp ( x _ 2 , x _ 4 ) AND sketch . agent ( x _ 4 , x _ 1 ) | in_distribution |
The girl was promised a pen beside a seat by Liam . | * girl ( x _ 1 ) ; promise . recipient ( x _ 3 , x _ 1 ) AND promise . theme ( x _ 3 , x _ 5 ) AND promise . agent ( x _ 3 , Liam ) AND pen ( x _ 5 ) AND pen . nmod . beside ( x _ 5 , x _ 8 ) AND seat ( x _ 8 ) | in_distribution |
Penelope expected to walk . | expect . agent ( x _ 1 , Penelope ) AND expect . xcomp ( x _ 1 , x _ 3 ) AND walk . agent ( x _ 3 , Penelope ) | in_distribution |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.