input
stringlengths 3
103
| output
stringlengths 3
435
| domain
stringclasses 14
values |
---|---|---|
Brooklyn sneezed .
|
sneeze . agent ( x _ 1 , Brooklyn )
|
in_distribution
|
Stella handed the potato to Emma .
|
* potato ( x _ 3 ) ; hand . agent ( x _ 1 , Stella ) AND hand . theme ( x _ 1 , x _ 3 ) AND hand . recipient ( x _ 1 , Emma )
|
in_distribution
|
A book burned .
|
book ( x _ 1 ) AND burn . theme ( x _ 2 , x _ 1 )
|
in_distribution
|
A cat hoped that the cake was given to Liam .
|
* cake ( x _ 5 ) ; cat ( x _ 1 ) AND hope . agent ( x _ 2 , x _ 1 ) AND hope . ccomp ( x _ 2 , x _ 7 ) AND give . theme ( x _ 7 , x _ 5 ) AND give . recipient ( x _ 7 , Liam )
|
in_distribution
|
A hamburger was given to Liam .
|
hamburger ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , Liam )
|
in_distribution
|
The boy sent the kitty a donut on a table .
|
* boy ( x _ 1 ) ; * kitty ( x _ 4 ) ; send . agent ( x _ 2 , x _ 1 ) AND send . recipient ( x _ 2 , x _ 4 ) AND send . theme ( x _ 2 , x _ 6 ) AND donut ( x _ 6 ) AND donut . nmod . on ( x _ 6 , x _ 9 ) AND table ( x _ 9 )
|
in_distribution
|
The queen cleaned .
|
* queen ( x _ 1 ) ; clean . agent ( x _ 2 , x _ 1 )
|
in_distribution
|
William rolled the box beside the stage .
|
* box ( x _ 3 ) ; * stage ( x _ 6 ) ; roll . agent ( x _ 1 , William ) AND roll . theme ( x _ 1 , x _ 3 ) AND box . nmod . beside ( x _ 3 , x _ 6 )
|
in_distribution
|
The deer hated to walk .
|
* deer ( x _ 1 ) ; hate . agent ( x _ 2 , x _ 1 ) AND hate . xcomp ( x _ 2 , x _ 4 ) AND walk . agent ( x _ 4 , x _ 1 )
|
in_distribution
|
A sailor tried to nap .
|
sailor ( x _ 1 ) AND try . agent ( x _ 2 , x _ 1 ) AND try . xcomp ( x _ 2 , x _ 4 ) AND nap . agent ( x _ 4 , x _ 1 )
|
in_distribution
|
The ball was burned .
|
* ball ( x _ 1 ) ; burn . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
Luke smirked .
|
smirk . agent ( x _ 1 , Luke )
|
in_distribution
|
The book was shortened by a dog .
|
* book ( x _ 1 ) ; shorten . theme ( x _ 3 , x _ 1 ) AND shorten . agent ( x _ 3 , x _ 6 ) AND dog ( x _ 6 )
|
in_distribution
|
The girl adored the cake .
|
* girl ( x _ 1 ) ; * cake ( x _ 4 ) ; adore . agent ( x _ 2 , x _ 1 ) AND adore . theme ( x _ 2 , x _ 4 )
|
in_distribution
|
The strawberry was given to Isabella .
|
* strawberry ( x _ 1 ) ; give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , Isabella )
|
in_distribution
|
Emma hoped that the block was painted by the zebra .
|
* block ( x _ 4 ) ; * zebra ( x _ 9 ) ; hope . agent ( x _ 1 , Emma ) AND hope . ccomp ( x _ 1 , x _ 6 ) AND paint . theme ( x _ 6 , x _ 4 ) AND paint . agent ( x _ 6 , x _ 9 )
|
in_distribution
|
The cake was frozen by a giraffe .
|
* cake ( x _ 1 ) ; freeze . theme ( x _ 3 , x _ 1 ) AND freeze . agent ( x _ 3 , x _ 6 ) AND giraffe ( x _ 6 )
|
in_distribution
|
The box was broken by a child .
|
* box ( x _ 1 ) ; break . theme ( x _ 3 , x _ 1 ) AND break . agent ( x _ 3 , x _ 6 ) AND child ( x _ 6 )
|
in_distribution
|
A frog planned to cook .
|
frog ( x _ 1 ) AND plan . agent ( x _ 2 , x _ 1 ) AND plan . xcomp ( x _ 2 , x _ 4 ) AND cook . agent ( x _ 4 , x _ 1 )
|
in_distribution
|
Emma said that a chicken sold the ball on a stage to Olivia .
|
* ball ( x _ 7 ) ; say . agent ( x _ 1 , Emma ) AND say . ccomp ( x _ 1 , x _ 5 ) AND chicken ( x _ 4 ) AND sell . agent ( x _ 5 , x _ 4 ) AND sell . theme ( x _ 5 , x _ 7 ) AND sell . recipient ( x _ 5 , Olivia ) AND ball . nmod . on ( x _ 7 , x _ 10 ) AND stage ( x _ 10 )
|
in_distribution
|
The dog ate a researcher .
|
* dog ( x _ 1 ) ; eat . agent ( x _ 2 , x _ 1 ) AND eat . theme ( x _ 2 , x _ 4 ) AND researcher ( x _ 4 )
|
in_distribution
|
Liam liked Aria .
|
like . agent ( x _ 1 , Liam ) AND like . theme ( x _ 1 , Aria )
|
in_distribution
|
A chalk was given to Emma by Liam .
|
chalk ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , Emma ) AND give . agent ( x _ 3 , Liam )
|
in_distribution
|
The poet gave a cookie on a bed to Emma .
|
* poet ( x _ 1 ) ; give . agent ( x _ 2 , x _ 1 ) AND give . theme ( x _ 2 , x _ 4 ) AND give . recipient ( x _ 2 , Emma ) AND cookie ( x _ 4 ) AND cookie . nmod . on ( x _ 4 , x _ 7 ) AND bed ( x _ 7 )
|
in_distribution
|
The chalk was rented to the cat by a boy .
|
* chalk ( x _ 1 ) ; * cat ( x _ 6 ) ; rent . theme ( x _ 3 , x _ 1 ) AND rent . recipient ( x _ 3 , x _ 6 ) AND rent . agent ( x _ 3 , x _ 9 ) AND boy ( x _ 9 )
|
in_distribution
|
The chicken handed the cake in a box to Liam .
|
* chicken ( x _ 1 ) ; * cake ( x _ 4 ) ; hand . agent ( x _ 2 , x _ 1 ) AND hand . theme ( x _ 2 , x _ 4 ) AND hand . recipient ( x _ 2 , Liam ) AND cake . nmod . in ( x _ 4 , x _ 7 ) AND box ( x _ 7 )
|
in_distribution
|
A block was loved by David .
|
block ( x _ 1 ) AND love . theme ( x _ 3 , x _ 1 ) AND love . agent ( x _ 3 , David )
|
in_distribution
|
The boy gave a butterfly a shell .
|
* boy ( x _ 1 ) ; give . agent ( x _ 2 , x _ 1 ) AND give . recipient ( x _ 2 , x _ 4 ) AND give . theme ( x _ 2 , x _ 6 ) AND butterfly ( x _ 4 ) AND shell ( x _ 6 )
|
in_distribution
|
The strawberry was helped .
|
* strawberry ( x _ 1 ) ; help . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
The rose was wired to John by Riley .
|
* rose ( x _ 1 ) ; wire . theme ( x _ 3 , x _ 1 ) AND wire . recipient ( x _ 3 , John ) AND wire . agent ( x _ 3 , Riley )
|
in_distribution
|
A girl was promised the donut in the dungeon by Liam .
|
* donut ( x _ 5 ) ; * dungeon ( x _ 8 ) ; girl ( x _ 1 ) AND promise . recipient ( x _ 3 , x _ 1 ) AND promise . theme ( x _ 3 , x _ 5 ) AND promise . agent ( x _ 3 , Liam ) AND donut . nmod . in ( x _ 5 , x _ 8 )
|
in_distribution
|
Emma was slipped a cake by Liam .
|
slip . recipient ( x _ 2 , Emma ) AND slip . theme ( x _ 2 , x _ 4 ) AND slip . agent ( x _ 2 , Liam ) AND cake ( x _ 4 )
|
in_distribution
|
The jar was liked .
|
* jar ( x _ 1 ) ; like . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
The donut was burned by Liam .
|
* donut ( x _ 1 ) ; burn . theme ( x _ 3 , x _ 1 ) AND burn . agent ( x _ 3 , Liam )
|
in_distribution
|
Sophia was forwarded a ring .
|
forward . recipient ( x _ 2 , Sophia ) AND forward . theme ( x _ 2 , x _ 4 ) AND ring ( x _ 4 )
|
in_distribution
|
Emma handed the girl a cake .
|
* girl ( x _ 3 ) ; hand . agent ( x _ 1 , Emma ) AND hand . recipient ( x _ 1 , x _ 3 ) AND hand . theme ( x _ 1 , x _ 5 ) AND cake ( x _ 5 )
|
in_distribution
|
The moose ate a girl on a table .
|
* moose ( x _ 1 ) ; eat . agent ( x _ 2 , x _ 1 ) AND eat . theme ( x _ 2 , x _ 4 ) AND girl ( x _ 4 ) AND girl . nmod . on ( x _ 4 , x _ 7 ) AND table ( x _ 7 )
|
in_distribution
|
The boy gave the soldier a ball on a rag in the cup .
|
* boy ( x _ 1 ) ; * soldier ( x _ 4 ) ; * cup ( x _ 12 ) ; give . agent ( x _ 2 , x _ 1 ) AND give . recipient ( x _ 2 , x _ 4 ) AND give . theme ( x _ 2 , x _ 6 ) AND ball ( x _ 6 ) AND ball . nmod . on ( x _ 6 , x _ 9 ) AND rag ( x _ 9 ) AND rag . nmod . in ( x _ 9 , x _ 12 )
|
in_distribution
|
The towel was known .
|
* towel ( x _ 1 ) ; know . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
A mouse slid .
|
mouse ( x _ 1 ) AND slide . theme ( x _ 2 , x _ 1 )
|
in_distribution
|
The priest examined a tenant in a bush .
|
* priest ( x _ 1 ) ; examine . agent ( x _ 2 , x _ 1 ) AND examine . theme ( x _ 2 , x _ 4 ) AND tenant ( x _ 4 ) AND tenant . nmod . in ( x _ 4 , x _ 7 ) AND bush ( x _ 7 )
|
in_distribution
|
A boy loved the beer on the table .
|
* beer ( x _ 4 ) ; * table ( x _ 7 ) ; boy ( x _ 1 ) AND love . agent ( x _ 2 , x _ 1 ) AND love . theme ( x _ 2 , x _ 4 ) AND beer . nmod . on ( x _ 4 , x _ 7 )
|
in_distribution
|
game
|
LAMBDA a . game ( a )
|
primitive
|
A sheep wished to run .
|
sheep ( x _ 1 ) AND wish . agent ( x _ 2 , x _ 1 ) AND wish . xcomp ( x _ 2 , x _ 4 ) AND run . agent ( x _ 4 , x _ 1 )
|
in_distribution
|
A cake was nursed by Layla .
|
cake ( x _ 1 ) AND nurse . theme ( x _ 3 , x _ 1 ) AND nurse . agent ( x _ 3 , Layla )
|
in_distribution
|
Olivia fed the princess the present in a house .
|
* princess ( x _ 3 ) ; * present ( x _ 5 ) ; feed . agent ( x _ 1 , Olivia ) AND feed . recipient ( x _ 1 , x _ 3 ) AND feed . theme ( x _ 1 , x _ 5 ) AND present . nmod . in ( x _ 5 , x _ 8 ) AND house ( x _ 8 )
|
in_distribution
|
The boy liked that a prisoner liked that the sandwich was slid .
|
* boy ( x _ 1 ) ; * sandwich ( x _ 9 ) ; like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 6 ) AND prisoner ( x _ 5 ) AND like . agent ( x _ 6 , x _ 5 ) AND like . ccomp ( x _ 6 , x _ 11 ) AND slide . theme ( x _ 11 , x _ 9 )
|
in_distribution
|
A pizza was lended to a guest .
|
pizza ( x _ 1 ) AND lend . theme ( x _ 3 , x _ 1 ) AND lend . recipient ( x _ 3 , x _ 6 ) AND guest ( x _ 6 )
|
in_distribution
|
A knife was rolled by Daniel .
|
knife ( x _ 1 ) AND roll . theme ( x _ 3 , x _ 1 ) AND roll . agent ( x _ 3 , Daniel )
|
in_distribution
|
A drink was rolled by the girl .
|
* girl ( x _ 6 ) ; drink ( x _ 1 ) AND roll . theme ( x _ 3 , x _ 1 ) AND roll . agent ( x _ 3 , x _ 6 )
|
in_distribution
|
The ball was eaten by Emma .
|
* ball ( x _ 1 ) ; eat . theme ( x _ 3 , x _ 1 ) AND eat . agent ( x _ 3 , Emma )
|
in_distribution
|
Emma said that the shell was given to the girl .
|
* shell ( x _ 4 ) ; * girl ( x _ 9 ) ; say . agent ( x _ 1 , Emma ) AND say . ccomp ( x _ 1 , x _ 6 ) AND give . theme ( x _ 6 , x _ 4 ) AND give . recipient ( x _ 6 , x _ 9 )
|
in_distribution
|
Emma collapsed a cake beside a bottle .
|
collapse . agent ( x _ 1 , Emma ) AND collapse . theme ( x _ 1 , x _ 3 ) AND cake ( x _ 3 ) AND cake . nmod . beside ( x _ 3 , x _ 6 ) AND bottle ( x _ 6 )
|
in_distribution
|
A donut was floated by a kid .
|
donut ( x _ 1 ) AND float . theme ( x _ 3 , x _ 1 ) AND float . agent ( x _ 3 , x _ 6 ) AND kid ( x _ 6 )
|
in_distribution
|
David sold a cake to Lucas .
|
sell . agent ( x _ 1 , David ) AND sell . theme ( x _ 1 , x _ 3 ) AND sell . recipient ( x _ 1 , Lucas ) AND cake ( x _ 3 )
|
in_distribution
|
Noah expected that William lended a child a pillow .
|
expect . agent ( x _ 1 , Noah ) AND expect . ccomp ( x _ 1 , x _ 4 ) AND lend . agent ( x _ 4 , William ) AND lend . recipient ( x _ 4 , x _ 6 ) AND lend . theme ( x _ 4 , x _ 8 ) AND child ( x _ 6 ) AND pillow ( x _ 8 )
|
in_distribution
|
A cake was lended to the girl by a child .
|
* girl ( x _ 6 ) ; cake ( x _ 1 ) AND lend . theme ( x _ 3 , x _ 1 ) AND lend . recipient ( x _ 3 , x _ 6 ) AND lend . agent ( x _ 3 , x _ 9 ) AND child ( x _ 9 )
|
in_distribution
|
Benjamin collapsed .
|
collapse . theme ( x _ 1 , Benjamin )
|
in_distribution
|
A teacher sold the donut to Liam .
|
* donut ( x _ 4 ) ; teacher ( x _ 1 ) AND sell . agent ( x _ 2 , x _ 1 ) AND sell . theme ( x _ 2 , x _ 4 ) AND sell . recipient ( x _ 2 , Liam )
|
in_distribution
|
Emma gave a dog the donut on a table .
|
* donut ( x _ 5 ) ; give . agent ( x _ 1 , Emma ) AND give . recipient ( x _ 1 , x _ 3 ) AND give . theme ( x _ 1 , x _ 5 ) AND dog ( x _ 3 ) AND donut . nmod . on ( x _ 5 , x _ 8 ) AND table ( x _ 8 )
|
in_distribution
|
A teacher was given a wine in a house by Layla .
|
teacher ( x _ 1 ) AND give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 ) AND give . agent ( x _ 3 , Layla ) AND wine ( x _ 5 ) AND wine . nmod . in ( x _ 5 , x _ 8 ) AND house ( x _ 8 )
|
in_distribution
|
A girl loved a drink in the bottle .
|
* bottle ( x _ 7 ) ; girl ( x _ 1 ) AND love . agent ( x _ 2 , x _ 1 ) AND love . theme ( x _ 2 , x _ 4 ) AND drink ( x _ 4 ) AND drink . nmod . in ( x _ 4 , x _ 7 )
|
in_distribution
|
Charlotte walked .
|
walk . agent ( x _ 1 , Charlotte )
|
in_distribution
|
A girl was given a sweetcorn beside the duck by a tiger .
|
* duck ( x _ 8 ) ; girl ( x _ 1 ) AND give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 ) AND give . agent ( x _ 3 , x _ 11 ) AND sweetcorn ( x _ 5 ) AND sweetcorn . nmod . beside ( x _ 5 , x _ 8 ) AND tiger ( x _ 11 )
|
in_distribution
|
The pillow was given to a girl .
|
* pillow ( x _ 1 ) ; give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 ) AND girl ( x _ 6 )
|
in_distribution
|
A toy was drawn .
|
toy ( x _ 1 ) AND draw . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
A girl imagined that a cake was lended to Ava by Noah .
|
girl ( x _ 1 ) AND imagine . agent ( x _ 2 , x _ 1 ) AND imagine . ccomp ( x _ 2 , x _ 7 ) AND cake ( x _ 5 ) AND lend . theme ( x _ 7 , x _ 5 ) AND lend . recipient ( x _ 7 , Ava ) AND lend . agent ( x _ 7 , Noah )
|
in_distribution
|
Olivia awarded a girl a box on a bed on a chair .
|
award . agent ( x _ 1 , Olivia ) AND award . recipient ( x _ 1 , x _ 3 ) AND award . theme ( x _ 1 , x _ 5 ) AND girl ( x _ 3 ) AND box ( x _ 5 ) AND box . nmod . on ( x _ 5 , x _ 8 ) AND bed ( x _ 8 ) AND bed . nmod . on ( x _ 8 , x _ 11 ) AND chair ( x _ 11 )
|
in_distribution
|
A boy rolled William .
|
boy ( x _ 1 ) AND roll . agent ( x _ 2 , x _ 1 ) AND roll . theme ( x _ 2 , William )
|
in_distribution
|
Liam hoped to sneeze .
|
hope . agent ( x _ 1 , Liam ) AND hope . xcomp ( x _ 1 , x _ 3 ) AND sneeze . agent ( x _ 3 , Liam )
|
in_distribution
|
James found Thomas .
|
find . agent ( x _ 1 , James ) AND find . theme ( x _ 1 , Thomas )
|
in_distribution
|
A girl was brought a cookie beside the machine by a child .
|
* machine ( x _ 8 ) ; girl ( x _ 1 ) AND bring . recipient ( x _ 3 , x _ 1 ) AND bring . theme ( x _ 3 , x _ 5 ) AND bring . agent ( x _ 3 , x _ 11 ) AND cookie ( x _ 5 ) AND cookie . nmod . beside ( x _ 5 , x _ 8 ) AND child ( x _ 11 )
|
in_distribution
|
The donut was thrown by a dog .
|
* donut ( x _ 1 ) ; throw . theme ( x _ 3 , x _ 1 ) AND throw . agent ( x _ 3 , x _ 6 ) AND dog ( x _ 6 )
|
in_distribution
|
The bear liked that Emma discovered a girl .
|
* bear ( x _ 1 ) ; like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 5 ) AND discover . agent ( x _ 5 , Emma ) AND discover . theme ( x _ 5 , x _ 7 ) AND girl ( x _ 7 )
|
in_distribution
|
The balloon was eaten by the boy .
|
* balloon ( x _ 1 ) ; * boy ( x _ 6 ) ; eat . theme ( x _ 3 , x _ 1 ) AND eat . agent ( x _ 3 , x _ 6 )
|
in_distribution
|
A block was rolled .
|
block ( x _ 1 ) AND roll . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
A girl burned .
|
girl ( x _ 1 ) AND burn . theme ( x _ 2 , x _ 1 )
|
in_distribution
|
The melon was frozen by Oliver .
|
* melon ( x _ 1 ) ; freeze . theme ( x _ 3 , x _ 1 ) AND freeze . agent ( x _ 3 , Oliver )
|
in_distribution
|
Liam gave Jackson the strawberry .
|
* strawberry ( x _ 4 ) ; give . agent ( x _ 1 , Liam ) AND give . recipient ( x _ 1 , Jackson ) AND give . theme ( x _ 1 , x _ 4 )
|
in_distribution
|
Emma ate the turkey .
|
* turkey ( x _ 3 ) ; eat . agent ( x _ 1 , Emma ) AND eat . theme ( x _ 1 , x _ 3 )
|
in_distribution
|
A cake was lended to a boy by Emma .
|
cake ( x _ 1 ) AND lend . theme ( x _ 3 , x _ 1 ) AND lend . recipient ( x _ 3 , x _ 6 ) AND lend . agent ( x _ 3 , Emma ) AND boy ( x _ 6 )
|
in_distribution
|
A sandwich doubled .
|
sandwich ( x _ 1 ) AND double . theme ( x _ 2 , x _ 1 )
|
in_distribution
|
Emma gave the cake to the queen .
|
* cake ( x _ 3 ) ; * queen ( x _ 6 ) ; give . agent ( x _ 1 , Emma ) AND give . theme ( x _ 1 , x _ 3 ) AND give . recipient ( x _ 1 , x _ 6 )
|
in_distribution
|
Liam respected that a box was eaten .
|
respect . agent ( x _ 1 , Liam ) AND respect . ccomp ( x _ 1 , x _ 6 ) AND box ( x _ 4 ) AND eat . theme ( x _ 6 , x _ 4 )
|
in_distribution
|
The tourist pierced a cat in the room .
|
* tourist ( x _ 1 ) ; * room ( x _ 7 ) ; pierce . agent ( x _ 2 , x _ 1 ) AND pierce . theme ( x _ 2 , x _ 4 ) AND cat ( x _ 4 ) AND cat . nmod . in ( x _ 4 , x _ 7 )
|
in_distribution
|
A dog enjoyed to walk .
|
dog ( x _ 1 ) AND enjoy . agent ( x _ 2 , x _ 1 ) AND enjoy . xcomp ( x _ 2 , x _ 4 ) AND walk . agent ( x _ 4 , x _ 1 )
|
in_distribution
|
Liam gave a boy a box .
|
give . agent ( x _ 1 , Liam ) AND give . recipient ( x _ 1 , x _ 3 ) AND give . theme ( x _ 1 , x _ 5 ) AND boy ( x _ 3 ) AND box ( x _ 5 )
|
in_distribution
|
Emma improved a cup .
|
improve . agent ( x _ 1 , Emma ) AND improve . theme ( x _ 1 , x _ 3 ) AND cup ( x _ 3 )
|
in_distribution
|
Emma loaned the donut on a stool to a baby .
|
* donut ( x _ 3 ) ; loan . agent ( x _ 1 , Emma ) AND loan . theme ( x _ 1 , x _ 3 ) AND loan . recipient ( x _ 1 , x _ 9 ) AND donut . nmod . on ( x _ 3 , x _ 6 ) AND stool ( x _ 6 ) AND baby ( x _ 9 )
|
in_distribution
|
Samuel liked that the girl meant that Emma burned .
|
* girl ( x _ 4 ) ; like . agent ( x _ 1 , Samuel ) AND like . ccomp ( x _ 1 , x _ 5 ) AND mean . agent ( x _ 5 , x _ 4 ) AND mean . ccomp ( x _ 5 , x _ 8 ) AND burn . theme ( x _ 8 , Emma )
|
in_distribution
|
Liam liked Carter .
|
like . agent ( x _ 1 , Liam ) AND like . theme ( x _ 1 , Carter )
|
in_distribution
|
A rose was studied .
|
rose ( x _ 1 ) AND study . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
The raisin was liked by Ava .
|
* raisin ( x _ 1 ) ; like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , Ava )
|
in_distribution
|
A girl liked that the scientist noticed that a watch was doubled .
|
* scientist ( x _ 5 ) ; girl ( x _ 1 ) AND like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 6 ) AND notice . agent ( x _ 6 , x _ 5 ) AND notice . ccomp ( x _ 6 , x _ 11 ) AND watch ( x _ 9 ) AND double . theme ( x _ 11 , x _ 9 )
|
in_distribution
|
The boy ate the rose .
|
* boy ( x _ 1 ) ; * rose ( x _ 4 ) ; eat . agent ( x _ 2 , x _ 1 ) AND eat . theme ( x _ 2 , x _ 4 )
|
in_distribution
|
The gumball was painted .
|
* gumball ( x _ 1 ) ; paint . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
The boy enlarged the pickle in a house .
|
* boy ( x _ 1 ) ; * pickle ( x _ 4 ) ; enlarge . agent ( x _ 2 , x _ 1 ) AND enlarge . theme ( x _ 2 , x _ 4 ) AND pickle . nmod . in ( x _ 4 , x _ 7 ) AND house ( x _ 7 )
|
in_distribution
|
The donut was dusted .
|
* donut ( x _ 1 ) ; dust . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
A boy floated the child on a boat .
|
* child ( x _ 4 ) ; boy ( x _ 1 ) AND float . agent ( x _ 2 , x _ 1 ) AND float . theme ( x _ 2 , x _ 4 ) AND child . nmod . on ( x _ 4 , x _ 7 ) AND boat ( x _ 7 )
|
in_distribution
|
A cake was lended to the boy .
|
* boy ( x _ 6 ) ; cake ( x _ 1 ) AND lend . theme ( x _ 3 , x _ 1 ) AND lend . recipient ( x _ 3 , x _ 6 )
|
in_distribution
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.