input
stringlengths 3
103
| output
stringlengths 3
435
| domain
stringclasses 14
values |
---|---|---|
A sandwich was grown .
|
sandwich ( x _ 1 ) AND grow . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
Avery gave Noah the cracker .
|
* cracker ( x _ 4 ) ; give . agent ( x _ 1 , Avery ) AND give . recipient ( x _ 1 , Noah ) AND give . theme ( x _ 1 , x _ 4 )
|
in_distribution
|
Oliver froze a director .
|
freeze . agent ( x _ 1 , Oliver ) AND freeze . theme ( x _ 1 , x _ 3 ) AND director ( x _ 3 )
|
in_distribution
|
James loved Emma .
|
love . agent ( x _ 1 , James ) AND love . theme ( x _ 1 , Emma )
|
in_distribution
|
Liam helped a teacher on a carpet in the room .
|
* room ( x _ 9 ) ; help . agent ( x _ 1 , Liam ) AND help . theme ( x _ 1 , x _ 3 ) AND teacher ( x _ 3 ) AND teacher . nmod . on ( x _ 3 , x _ 6 ) AND carpet ( x _ 6 ) AND carpet . nmod . in ( x _ 6 , x _ 9 )
|
in_distribution
|
Amelia liked that William liked Jackson .
|
like . agent ( x _ 1 , Amelia ) AND like . ccomp ( x _ 1 , x _ 4 ) AND like . agent ( x _ 4 , William ) AND like . theme ( x _ 4 , Jackson )
|
in_distribution
|
A dog was passed a ball in the house .
|
* house ( x _ 8 ) ; dog ( x _ 1 ) AND pass . recipient ( x _ 3 , x _ 1 ) AND pass . theme ( x _ 3 , x _ 5 ) AND ball ( x _ 5 ) AND ball . nmod . in ( x _ 5 , x _ 8 )
|
in_distribution
|
A cake was adored by the boy .
|
* boy ( x _ 6 ) ; cake ( x _ 1 ) AND adore . theme ( x _ 3 , x _ 1 ) AND adore . agent ( x _ 3 , x _ 6 )
|
in_distribution
|
The cup was tolerated by the boy .
|
* cup ( x _ 1 ) ; * boy ( x _ 6 ) ; tolerate . theme ( x _ 3 , x _ 1 ) AND tolerate . agent ( x _ 3 , x _ 6 )
|
in_distribution
|
The monster wanted to walk .
|
* monster ( x _ 1 ) ; want . agent ( x _ 2 , x _ 1 ) AND want . xcomp ( x _ 2 , x _ 4 ) AND walk . agent ( x _ 4 , x _ 1 )
|
in_distribution
|
A game was liked by William .
|
game ( x _ 1 ) AND like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , William )
|
in_distribution
|
Skylar was given a cake beside a tree .
|
give . recipient ( x _ 2 , Skylar ) AND give . theme ( x _ 2 , x _ 4 ) AND cake ( x _ 4 ) AND cake . nmod . beside ( x _ 4 , x _ 7 ) AND tree ( x _ 7 )
|
in_distribution
|
A dog was given a cake .
|
dog ( x _ 1 ) AND give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 ) AND cake ( x _ 5 )
|
in_distribution
|
Owen ate .
|
eat . agent ( x _ 1 , Owen )
|
in_distribution
|
A bird slept .
|
bird ( x _ 1 ) AND sleep . agent ( x _ 2 , x _ 1 )
|
in_distribution
|
Noah preferred to run .
|
prefer . agent ( x _ 1 , Noah ) AND prefer . xcomp ( x _ 1 , x _ 3 ) AND run . agent ( x _ 3 , Noah )
|
in_distribution
|
The girl knew the pen .
|
* girl ( x _ 1 ) ; * pen ( x _ 4 ) ; know . agent ( x _ 2 , x _ 1 ) AND know . theme ( x _ 2 , x _ 4 )
|
in_distribution
|
throw
|
LAMBDA a . LAMBDA b . LAMBDA e . throw . agent ( e , b ) AND throw . theme ( e , a )
|
primitive
|
A coin was frozen by Emma .
|
coin ( x _ 1 ) AND freeze . theme ( x _ 3 , x _ 1 ) AND freeze . agent ( x _ 3 , Emma )
|
in_distribution
|
A donut was liked by Elijah .
|
donut ( x _ 1 ) AND like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , Elijah )
|
in_distribution
|
Mia craved to walk .
|
crave . agent ( x _ 1 , Mia ) AND crave . xcomp ( x _ 1 , x _ 3 ) AND walk . agent ( x _ 3 , Mia )
|
in_distribution
|
The rose was liked .
|
* rose ( x _ 1 ) ; like . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
Ella nursed the cake .
|
* cake ( x _ 3 ) ; nurse . agent ( x _ 1 , Ella ) AND nurse . theme ( x _ 1 , x _ 3 )
|
in_distribution
|
Olivia forwarded Emma a cake .
|
forward . agent ( x _ 1 , Olivia ) AND forward . recipient ( x _ 1 , Emma ) AND forward . theme ( x _ 1 , x _ 4 ) AND cake ( x _ 4 )
|
in_distribution
|
Ava believed that a shell was respected .
|
believe . agent ( x _ 1 , Ava ) AND believe . ccomp ( x _ 1 , x _ 6 ) AND shell ( x _ 4 ) AND respect . theme ( x _ 6 , x _ 4 )
|
in_distribution
|
A box was promised to Matthew .
|
box ( x _ 1 ) AND promise . theme ( x _ 3 , x _ 1 ) AND promise . recipient ( x _ 3 , Matthew )
|
in_distribution
|
A girl tried to walk .
|
girl ( x _ 1 ) AND try . agent ( x _ 2 , x _ 1 ) AND try . xcomp ( x _ 2 , x _ 4 ) AND walk . agent ( x _ 4 , x _ 1 )
|
in_distribution
|
Liam said that a potato was found by a girl .
|
say . agent ( x _ 1 , Liam ) AND say . ccomp ( x _ 1 , x _ 6 ) AND potato ( x _ 4 ) AND find . theme ( x _ 6 , x _ 4 ) AND find . agent ( x _ 6 , x _ 9 ) AND girl ( x _ 9 )
|
in_distribution
|
Madison lended a plate on the table to Michael .
|
* table ( x _ 6 ) ; lend . agent ( x _ 1 , Madison ) AND lend . theme ( x _ 1 , x _ 3 ) AND lend . recipient ( x _ 1 , Michael ) AND plate ( x _ 3 ) AND plate . nmod . on ( x _ 3 , x _ 6 )
|
in_distribution
|
A butterfly was lended the shoe by a child .
|
* shoe ( x _ 5 ) ; butterfly ( x _ 1 ) AND lend . recipient ( x _ 3 , x _ 1 ) AND lend . theme ( x _ 3 , x _ 5 ) AND lend . agent ( x _ 3 , x _ 8 ) AND child ( x _ 8 )
|
in_distribution
|
The priest was posted a balloon .
|
* priest ( x _ 1 ) ; post . recipient ( x _ 3 , x _ 1 ) AND post . theme ( x _ 3 , x _ 5 ) AND balloon ( x _ 5 )
|
in_distribution
|
James drew a boy beside a table .
|
draw . agent ( x _ 1 , James ) AND draw . theme ( x _ 1 , x _ 3 ) AND boy ( x _ 3 ) AND boy . nmod . beside ( x _ 3 , x _ 6 ) AND table ( x _ 6 )
|
in_distribution
|
A dog improved the cake .
|
* cake ( x _ 4 ) ; dog ( x _ 1 ) AND improve . agent ( x _ 2 , x _ 1 ) AND improve . theme ( x _ 2 , x _ 4 )
|
in_distribution
|
Emma lended the pancake beside the whale to Liam .
|
* pancake ( x _ 3 ) ; * whale ( x _ 6 ) ; lend . agent ( x _ 1 , Emma ) AND lend . theme ( x _ 1 , x _ 3 ) AND lend . recipient ( x _ 1 , Liam ) AND pancake . nmod . beside ( x _ 3 , x _ 6 )
|
in_distribution
|
A pizza was broken by the girl .
|
* girl ( x _ 6 ) ; pizza ( x _ 1 ) AND break . theme ( x _ 3 , x _ 1 ) AND break . agent ( x _ 3 , x _ 6 )
|
in_distribution
|
A girl reddened .
|
girl ( x _ 1 ) AND redden . theme ( x _ 2 , x _ 1 )
|
in_distribution
|
Olivia packed .
|
pack . agent ( x _ 1 , Olivia )
|
in_distribution
|
Emma inflated a shirt beside a cat .
|
inflate . agent ( x _ 1 , Emma ) AND inflate . theme ( x _ 1 , x _ 3 ) AND shirt ( x _ 3 ) AND shirt . nmod . beside ( x _ 3 , x _ 6 ) AND cat ( x _ 6 )
|
in_distribution
|
A cookie was rented to the girl .
|
* girl ( x _ 6 ) ; cookie ( x _ 1 ) AND rent . theme ( x _ 3 , x _ 1 ) AND rent . recipient ( x _ 3 , x _ 6 )
|
in_distribution
|
The butterfly needed to cook .
|
* butterfly ( x _ 1 ) ; need . agent ( x _ 2 , x _ 1 ) AND need . xcomp ( x _ 2 , x _ 4 ) AND cook . agent ( x _ 4 , x _ 1 )
|
in_distribution
|
The cake was given to Elizabeth .
|
* cake ( x _ 1 ) ; give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , Elizabeth )
|
in_distribution
|
Elijah fed a donut on a stage to Aria .
|
feed . agent ( x _ 1 , Elijah ) AND feed . theme ( x _ 1 , x _ 3 ) AND feed . recipient ( x _ 1 , Aria ) AND donut ( x _ 3 ) AND donut . nmod . on ( x _ 3 , x _ 6 ) AND stage ( x _ 6 )
|
in_distribution
|
Zoey froze a shirt .
|
freeze . agent ( x _ 1 , Zoey ) AND freeze . theme ( x _ 1 , x _ 3 ) AND shirt ( x _ 3 )
|
in_distribution
|
Benjamin hoped to eat .
|
hope . agent ( x _ 1 , Benjamin ) AND hope . xcomp ( x _ 1 , x _ 3 ) AND eat . agent ( x _ 3 , Benjamin )
|
in_distribution
|
A boy painted .
|
boy ( x _ 1 ) AND paint . agent ( x _ 2 , x _ 1 )
|
in_distribution
|
Skylar shortened Emma .
|
shorten . agent ( x _ 1 , Skylar ) AND shorten . theme ( x _ 1 , Emma )
|
in_distribution
|
A patient was sent the cookie by a boy .
|
* cookie ( x _ 5 ) ; patient ( x _ 1 ) AND send . recipient ( x _ 3 , x _ 1 ) AND send . theme ( x _ 3 , x _ 5 ) AND send . agent ( x _ 3 , x _ 8 ) AND boy ( x _ 8 )
|
in_distribution
|
William respected the cake on a stage .
|
* cake ( x _ 3 ) ; respect . agent ( x _ 1 , William ) AND respect . theme ( x _ 1 , x _ 3 ) AND cake . nmod . on ( x _ 3 , x _ 6 ) AND stage ( x _ 6 )
|
in_distribution
|
A donut was offered to Charlotte by the girl .
|
* girl ( x _ 8 ) ; donut ( x _ 1 ) AND offer . theme ( x _ 3 , x _ 1 ) AND offer . recipient ( x _ 3 , Charlotte ) AND offer . agent ( x _ 3 , x _ 8 )
|
in_distribution
|
A mandarin was posted to James .
|
mandarin ( x _ 1 ) AND post . theme ( x _ 3 , x _ 1 ) AND post . recipient ( x _ 3 , James )
|
in_distribution
|
The girl gave the giraffe the cake on the rock .
|
* girl ( x _ 1 ) ; * giraffe ( x _ 4 ) ; * cake ( x _ 6 ) ; * rock ( x _ 9 ) ; give . agent ( x _ 2 , x _ 1 ) AND give . recipient ( x _ 2 , x _ 4 ) AND give . theme ( x _ 2 , x _ 6 ) AND cake . nmod . on ( x _ 6 , x _ 9 )
|
in_distribution
|
A cake was offered to Emma by a mouse .
|
cake ( x _ 1 ) AND offer . theme ( x _ 3 , x _ 1 ) AND offer . recipient ( x _ 3 , Emma ) AND offer . agent ( x _ 3 , x _ 8 ) AND mouse ( x _ 8 )
|
in_distribution
|
The cake was returned to Aiden .
|
* cake ( x _ 1 ) ; return . theme ( x _ 3 , x _ 1 ) AND return . recipient ( x _ 3 , Aiden )
|
in_distribution
|
The customer enlarged .
|
* customer ( x _ 1 ) ; enlarge . theme ( x _ 2 , x _ 1 )
|
in_distribution
|
A boy rolled the balloon beside the basket .
|
* balloon ( x _ 4 ) ; * basket ( x _ 7 ) ; boy ( x _ 1 ) AND roll . agent ( x _ 2 , x _ 1 ) AND roll . theme ( x _ 2 , x _ 4 ) AND balloon . nmod . beside ( x _ 4 , x _ 7 )
|
in_distribution
|
Emma missed the girl in a glass .
|
* girl ( x _ 3 ) ; miss . agent ( x _ 1 , Emma ) AND miss . theme ( x _ 1 , x _ 3 ) AND girl . nmod . in ( x _ 3 , x _ 6 ) AND glass ( x _ 6 )
|
in_distribution
|
A rose was snapped by a girl .
|
rose ( x _ 1 ) AND snap . theme ( x _ 3 , x _ 1 ) AND snap . agent ( x _ 3 , x _ 6 ) AND girl ( x _ 6 )
|
in_distribution
|
Mateo dusted a boy .
|
dust . agent ( x _ 1 , Mateo ) AND dust . theme ( x _ 1 , x _ 3 ) AND boy ( x _ 3 )
|
in_distribution
|
Jackson drew the cake .
|
* cake ( x _ 3 ) ; draw . agent ( x _ 1 , Jackson ) AND draw . theme ( x _ 1 , x _ 3 )
|
in_distribution
|
Olivia said that the rose rolled .
|
* rose ( x _ 4 ) ; say . agent ( x _ 1 , Olivia ) AND say . ccomp ( x _ 1 , x _ 5 ) AND roll . theme ( x _ 5 , x _ 4 )
|
in_distribution
|
A sandwich was helped .
|
sandwich ( x _ 1 ) AND help . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
A crayon was heard .
|
crayon ( x _ 1 ) AND hear . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
The girl drew a pen .
|
* girl ( x _ 1 ) ; draw . agent ( x _ 2 , x _ 1 ) AND draw . theme ( x _ 2 , x _ 4 ) AND pen ( x _ 4 )
|
in_distribution
|
The cake was liked by the girl .
|
* cake ( x _ 1 ) ; * girl ( x _ 6 ) ; like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , x _ 6 )
|
in_distribution
|
The drink was tolerated by a frog .
|
* drink ( x _ 1 ) ; tolerate . theme ( x _ 3 , x _ 1 ) AND tolerate . agent ( x _ 3 , x _ 6 ) AND frog ( x _ 6 )
|
in_distribution
|
The boy sent the cake on the cupboard to a wolf .
|
* boy ( x _ 1 ) ; * cake ( x _ 4 ) ; * cupboard ( x _ 7 ) ; send . agent ( x _ 2 , x _ 1 ) AND send . theme ( x _ 2 , x _ 4 ) AND send . recipient ( x _ 2 , x _ 10 ) AND cake . nmod . on ( x _ 4 , x _ 7 ) AND wolf ( x _ 10 )
|
in_distribution
|
William heard the box beside the table .
|
* box ( x _ 3 ) ; * table ( x _ 6 ) ; hear . agent ( x _ 1 , William ) AND hear . theme ( x _ 1 , x _ 3 ) AND box . nmod . beside ( x _ 3 , x _ 6 )
|
in_distribution
|
Olivia was mailed a cake .
|
mail . recipient ( x _ 2 , Olivia ) AND mail . theme ( x _ 2 , x _ 4 ) AND cake ( x _ 4 )
|
in_distribution
|
A box was mailed to Olivia .
|
box ( x _ 1 ) AND mail . theme ( x _ 3 , x _ 1 ) AND mail . recipient ( x _ 3 , Olivia )
|
in_distribution
|
William liked Mila .
|
like . agent ( x _ 1 , William ) AND like . theme ( x _ 1 , Mila )
|
in_distribution
|
The boy wanted to investigate .
|
* boy ( x _ 1 ) ; want . agent ( x _ 2 , x _ 1 ) AND want . xcomp ( x _ 2 , x _ 4 ) AND investigate . agent ( x _ 4 , x _ 1 )
|
in_distribution
|
Oliver rented the ball beside a table to the girl .
|
* ball ( x _ 3 ) ; * girl ( x _ 9 ) ; rent . agent ( x _ 1 , Oliver ) AND rent . theme ( x _ 1 , x _ 3 ) AND rent . recipient ( x _ 1 , x _ 9 ) AND ball . nmod . beside ( x _ 3 , x _ 6 ) AND table ( x _ 6 )
|
in_distribution
|
The child helped the muffin .
|
* child ( x _ 1 ) ; * muffin ( x _ 4 ) ; help . agent ( x _ 2 , x _ 1 ) AND help . theme ( x _ 2 , x _ 4 )
|
in_distribution
|
The boy wanted to sketch .
|
* boy ( x _ 1 ) ; want . agent ( x _ 2 , x _ 1 ) AND want . xcomp ( x _ 2 , x _ 4 ) AND sketch . agent ( x _ 4 , x _ 1 )
|
in_distribution
|
A bottle was eaten by Liam .
|
bottle ( x _ 1 ) AND eat . theme ( x _ 3 , x _ 1 ) AND eat . agent ( x _ 3 , Liam )
|
in_distribution
|
bottle
|
LAMBDA a . bottle ( a )
|
primitive
|
Emma sold a mouse the crayon .
|
* crayon ( x _ 5 ) ; sell . agent ( x _ 1 , Emma ) AND sell . recipient ( x _ 1 , x _ 3 ) AND sell . theme ( x _ 1 , x _ 5 ) AND mouse ( x _ 3 )
|
in_distribution
|
A boy awarded the rose on the glacier to the girl .
|
* rose ( x _ 4 ) ; * glacier ( x _ 7 ) ; * girl ( x _ 10 ) ; boy ( x _ 1 ) AND award . agent ( x _ 2 , x _ 1 ) AND award . theme ( x _ 2 , x _ 4 ) AND award . recipient ( x _ 2 , x _ 10 ) AND rose . nmod . on ( x _ 4 , x _ 7 )
|
in_distribution
|
A tiger ate the donut in the garden .
|
* donut ( x _ 4 ) ; * garden ( x _ 7 ) ; tiger ( x _ 1 ) AND eat . agent ( x _ 2 , x _ 1 ) AND eat . theme ( x _ 2 , x _ 4 ) AND donut . nmod . in ( x _ 4 , x _ 7 )
|
in_distribution
|
A dog tolerated that a girl liked that a strawberry was painted .
|
dog ( x _ 1 ) AND tolerate . agent ( x _ 2 , x _ 1 ) AND tolerate . ccomp ( x _ 2 , x _ 6 ) AND girl ( x _ 5 ) AND like . agent ( x _ 6 , x _ 5 ) AND like . ccomp ( x _ 6 , x _ 11 ) AND strawberry ( x _ 9 ) AND paint . theme ( x _ 11 , x _ 9 )
|
in_distribution
|
Emma was given the cake in the house .
|
* cake ( x _ 4 ) ; * house ( x _ 7 ) ; give . recipient ( x _ 2 , Emma ) AND give . theme ( x _ 2 , x _ 4 ) AND cake . nmod . in ( x _ 4 , x _ 7 )
|
in_distribution
|
A box was eaten by Noah .
|
box ( x _ 1 ) AND eat . theme ( x _ 3 , x _ 1 ) AND eat . agent ( x _ 3 , Noah )
|
in_distribution
|
The cake was helped by the girl .
|
* cake ( x _ 1 ) ; * girl ( x _ 6 ) ; help . theme ( x _ 3 , x _ 1 ) AND help . agent ( x _ 3 , x _ 6 )
|
in_distribution
|
A bear respected that Noah liked that the cake was drawn by a girl .
|
* cake ( x _ 8 ) ; bear ( x _ 1 ) AND respect . agent ( x _ 2 , x _ 1 ) AND respect . ccomp ( x _ 2 , x _ 5 ) AND like . agent ( x _ 5 , Noah ) AND like . ccomp ( x _ 5 , x _ 10 ) AND draw . theme ( x _ 10 , x _ 8 ) AND draw . agent ( x _ 10 , x _ 13 ) AND girl ( x _ 13 )
|
in_distribution
|
A pencil was dusted .
|
pencil ( x _ 1 ) AND dust . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
The dog liked that the cake was helped .
|
* dog ( x _ 1 ) ; * cake ( x _ 5 ) ; like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 7 ) AND help . theme ( x _ 7 , x _ 5 )
|
in_distribution
|
A cake was given to a patient .
|
cake ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 ) AND patient ( x _ 6 )
|
in_distribution
|
Noah packed a book on a stage .
|
pack . agent ( x _ 1 , Noah ) AND pack . theme ( x _ 1 , x _ 3 ) AND book ( x _ 3 ) AND book . nmod . on ( x _ 3 , x _ 6 ) AND stage ( x _ 6 )
|
in_distribution
|
A boy gave the cat a cake .
|
* cat ( x _ 4 ) ; boy ( 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
|
Emma wired a rose beside the seat to a girl .
|
* seat ( x _ 6 ) ; wire . agent ( x _ 1 , Emma ) AND wire . theme ( x _ 1 , x _ 3 ) AND wire . recipient ( x _ 1 , x _ 9 ) AND rose ( x _ 3 ) AND rose . nmod . beside ( x _ 3 , x _ 6 ) AND girl ( x _ 9 )
|
in_distribution
|
cookie
|
LAMBDA a . cookie ( a )
|
primitive
|
Natalie rented the girl the cake on a table .
|
* girl ( x _ 3 ) ; * cake ( x _ 5 ) ; rent . agent ( x _ 1 , Natalie ) AND rent . recipient ( x _ 1 , x _ 3 ) AND rent . theme ( x _ 1 , x _ 5 ) AND cake . nmod . on ( x _ 5 , x _ 8 ) AND table ( x _ 8 )
|
in_distribution
|
Olivia was given the drink .
|
* drink ( x _ 4 ) ; give . recipient ( x _ 2 , Olivia ) AND give . theme ( x _ 2 , x _ 4 )
|
in_distribution
|
A cat burned .
|
cat ( x _ 1 ) AND burn . theme ( x _ 2 , x _ 1 )
|
in_distribution
|
A dog liked the seed .
|
* seed ( x _ 4 ) ; dog ( x _ 1 ) AND like . agent ( x _ 2 , x _ 1 ) AND like . theme ( x _ 2 , x _ 4 )
|
in_distribution
|
A biscuit was eaten by the boy .
|
* boy ( x _ 6 ) ; biscuit ( x _ 1 ) AND eat . theme ( x _ 3 , x _ 1 ) AND eat . agent ( x _ 3 , x _ 6 )
|
in_distribution
|
A cracker was given to Emma .
|
cracker ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , Emma )
|
in_distribution
|
Liam wired Emma a cookie on a road .
|
wire . agent ( x _ 1 , Liam ) AND wire . recipient ( x _ 1 , Emma ) AND wire . theme ( x _ 1 , x _ 4 ) AND cookie ( x _ 4 ) AND cookie . nmod . on ( x _ 4 , x _ 7 ) AND road ( x _ 7 )
|
in_distribution
|
The girl slid the kitty on a stack .
|
* girl ( x _ 1 ) ; * kitty ( x _ 4 ) ; slide . agent ( x _ 2 , x _ 1 ) AND slide . theme ( x _ 2 , x _ 4 ) AND kitty . nmod . on ( x _ 4 , x _ 7 ) AND stack ( x _ 7 )
|
in_distribution
|
Emma tried to eat .
|
try . agent ( x _ 1 , Emma ) AND try . xcomp ( x _ 1 , x _ 3 ) AND eat . agent ( x _ 3 , Emma )
|
in_distribution
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.