input
stringlengths 3
103
| output
stringlengths 3
435
| domain
stringclasses 14
values |
---|---|---|
A chicken valued a girl .
|
chicken ( x _ 1 ) AND value . agent ( x _ 2 , x _ 1 ) AND value . theme ( x _ 2 , x _ 4 ) AND girl ( x _ 4 )
|
in_distribution
|
The bear was given the box on a table by a girl .
|
* bear ( x _ 1 ) ; * box ( x _ 5 ) ; give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 ) AND give . agent ( x _ 3 , x _ 11 ) AND box . nmod . on ( x _ 5 , x _ 8 ) AND table ( x _ 8 ) AND girl ( x _ 11 )
|
in_distribution
|
Hazel called .
|
call . agent ( x _ 1 , Hazel )
|
in_distribution
|
The crayon was painted by Isabella .
|
* crayon ( x _ 1 ) ; paint . theme ( x _ 3 , x _ 1 ) AND paint . agent ( x _ 3 , Isabella )
|
in_distribution
|
Liam hoped to walk .
|
hope . agent ( x _ 1 , Liam ) AND hope . xcomp ( x _ 1 , x _ 3 ) AND walk . agent ( x _ 3 , Liam )
|
in_distribution
|
Liam painted a muffin beside a machine .
|
paint . agent ( x _ 1 , Liam ) AND paint . theme ( x _ 1 , x _ 3 ) AND muffin ( x _ 3 ) AND muffin . nmod . beside ( x _ 3 , x _ 6 ) AND machine ( x _ 6 )
|
in_distribution
|
A box was lended to a puppy .
|
box ( x _ 1 ) AND lend . theme ( x _ 3 , x _ 1 ) AND lend . recipient ( x _ 3 , x _ 6 ) AND puppy ( x _ 6 )
|
in_distribution
|
A crystal doubled .
|
crystal ( x _ 1 ) AND double . theme ( x _ 2 , x _ 1 )
|
in_distribution
|
A plate was changed .
|
plate ( x _ 1 ) AND change . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
The cookie doubled .
|
* cookie ( x _ 1 ) ; double . theme ( x _ 2 , x _ 1 )
|
in_distribution
|
A chicken grew Emma .
|
chicken ( x _ 1 ) AND grow . agent ( x _ 2 , x _ 1 ) AND grow . theme ( x _ 2 , Emma )
|
in_distribution
|
A rose was liked .
|
rose ( x _ 1 ) AND like . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
A professor threw the glue .
|
* glue ( x _ 4 ) ; professor ( x _ 1 ) AND throw . agent ( x _ 2 , x _ 1 ) AND throw . theme ( x _ 2 , x _ 4 )
|
in_distribution
|
A cake was painted by a boy .
|
cake ( x _ 1 ) AND paint . theme ( x _ 3 , x _ 1 ) AND paint . agent ( x _ 3 , x _ 6 ) AND boy ( x _ 6 )
|
in_distribution
|
Noah slid a donut on a box .
|
slide . agent ( x _ 1 , Noah ) AND slide . theme ( x _ 1 , x _ 3 ) AND donut ( x _ 3 ) AND donut . nmod . on ( x _ 3 , x _ 6 ) AND box ( x _ 6 )
|
in_distribution
|
The cake was packed by a girl .
|
* cake ( x _ 1 ) ; pack . theme ( x _ 3 , x _ 1 ) AND pack . agent ( x _ 3 , x _ 6 ) AND girl ( x _ 6 )
|
in_distribution
|
Anthony lended a jigsaw in a box to a boy .
|
lend . agent ( x _ 1 , Anthony ) AND lend . theme ( x _ 1 , x _ 3 ) AND lend . recipient ( x _ 1 , x _ 9 ) AND jigsaw ( x _ 3 ) AND jigsaw . nmod . in ( x _ 3 , x _ 6 ) AND box ( x _ 6 ) AND boy ( x _ 9 )
|
in_distribution
|
Liam was passed a box .
|
pass . recipient ( x _ 2 , Liam ) AND pass . theme ( x _ 2 , x _ 4 ) AND box ( x _ 4 )
|
in_distribution
|
A cat gave a girl the cake .
|
* cake ( x _ 6 ) ; cat ( x _ 1 ) AND give . agent ( x _ 2 , x _ 1 ) AND give . recipient ( x _ 2 , x _ 4 ) AND give . theme ( x _ 2 , x _ 6 ) AND girl ( x _ 4 )
|
in_distribution
|
The cookie was lended to Mason .
|
* cookie ( x _ 1 ) ; lend . theme ( x _ 3 , x _ 1 ) AND lend . recipient ( x _ 3 , Mason )
|
in_distribution
|
A girl froze Liam .
|
girl ( x _ 1 ) AND freeze . agent ( x _ 2 , x _ 1 ) AND freeze . theme ( x _ 2 , Liam )
|
in_distribution
|
A bird gave the cake to Liam .
|
* cake ( x _ 4 ) ; bird ( x _ 1 ) AND give . agent ( x _ 2 , x _ 1 ) AND give . theme ( x _ 2 , x _ 4 ) AND give . recipient ( x _ 2 , Liam )
|
in_distribution
|
The toy was burned .
|
* toy ( x _ 1 ) ; burn . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
Olivia was given the donut beside a bed .
|
* donut ( x _ 4 ) ; give . recipient ( x _ 2 , Olivia ) AND give . theme ( x _ 2 , x _ 4 ) AND donut . nmod . beside ( x _ 4 , x _ 7 ) AND bed ( x _ 7 )
|
in_distribution
|
A writer was lended a chalk in a room by a lion .
|
writer ( x _ 1 ) AND lend . recipient ( x _ 3 , x _ 1 ) AND lend . theme ( x _ 3 , x _ 5 ) AND lend . agent ( x _ 3 , x _ 11 ) AND chalk ( x _ 5 ) AND chalk . nmod . in ( x _ 5 , x _ 8 ) AND room ( x _ 8 ) AND lion ( x _ 11 )
|
in_distribution
|
James ate Theodore .
|
eat . agent ( x _ 1 , James ) AND eat . theme ( x _ 1 , Theodore )
|
in_distribution
|
The cake was fed to Olivia .
|
* cake ( x _ 1 ) ; feed . theme ( x _ 3 , x _ 1 ) AND feed . recipient ( x _ 3 , Olivia )
|
in_distribution
|
The cloud was rolled .
|
* cloud ( x _ 1 ) ; roll . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
Liam was lended a raisin by the girl .
|
* girl ( x _ 7 ) ; lend . recipient ( x _ 2 , Liam ) AND lend . theme ( x _ 2 , x _ 4 ) AND lend . agent ( x _ 2 , x _ 7 ) AND raisin ( x _ 4 )
|
in_distribution
|
A bee lended the frog a cake in the garden .
|
* frog ( x _ 4 ) ; * garden ( x _ 9 ) ; bee ( x _ 1 ) AND lend . agent ( x _ 2 , x _ 1 ) AND lend . recipient ( x _ 2 , x _ 4 ) AND lend . theme ( x _ 2 , x _ 6 ) AND cake ( x _ 6 ) AND cake . nmod . in ( x _ 6 , x _ 9 )
|
in_distribution
|
The cake was sold to the scientist .
|
* cake ( x _ 1 ) ; * scientist ( x _ 6 ) ; sell . theme ( x _ 3 , x _ 1 ) AND sell . recipient ( x _ 3 , x _ 6 )
|
in_distribution
|
Aria ate a dog in a house .
|
eat . agent ( x _ 1 , Aria ) AND eat . theme ( x _ 1 , x _ 3 ) AND dog ( x _ 3 ) AND dog . nmod . in ( x _ 3 , x _ 6 ) AND house ( x _ 6 )
|
in_distribution
|
The boy noticed that a melon was forwarded to a frog .
|
* boy ( x _ 1 ) ; notice . agent ( x _ 2 , x _ 1 ) AND notice . ccomp ( x _ 2 , x _ 7 ) AND melon ( x _ 5 ) AND forward . theme ( x _ 7 , x _ 5 ) AND forward . recipient ( x _ 7 , x _ 10 ) AND frog ( x _ 10 )
|
in_distribution
|
The cookie was studied .
|
* cookie ( x _ 1 ) ; study . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
The donut was grown by a girl .
|
* donut ( x _ 1 ) ; grow . theme ( x _ 3 , x _ 1 ) AND grow . agent ( x _ 3 , x _ 6 ) AND girl ( x _ 6 )
|
in_distribution
|
A boy sketched .
|
boy ( x _ 1 ) AND sketch . agent ( x _ 2 , x _ 1 )
|
in_distribution
|
Ava dreamed that a pizza was sent to a girl by Liam .
|
dream . agent ( x _ 1 , Ava ) AND dream . ccomp ( x _ 1 , x _ 6 ) AND pizza ( x _ 4 ) AND send . theme ( x _ 6 , x _ 4 ) AND send . recipient ( x _ 6 , x _ 9 ) AND send . agent ( x _ 6 , Liam ) AND girl ( x _ 9 )
|
in_distribution
|
The donkey was awarded the block in the vase beside the table by a girl .
|
* donkey ( x _ 1 ) ; * block ( x _ 5 ) ; * vase ( x _ 8 ) ; * table ( x _ 11 ) ; award . recipient ( x _ 3 , x _ 1 ) AND award . theme ( x _ 3 , x _ 5 ) AND award . agent ( x _ 3 , x _ 14 ) AND block . nmod . in ( x _ 5 , x _ 8 ) AND vase . nmod . beside ( x _ 8 , x _ 11 ) AND girl ( x _ 14 )
|
in_distribution
|
The cake was observed by the baby .
|
* cake ( x _ 1 ) ; * baby ( x _ 6 ) ; observe . theme ( x _ 3 , x _ 1 ) AND observe . agent ( x _ 3 , x _ 6 )
|
in_distribution
|
The box was returned to the cat .
|
* box ( x _ 1 ) ; * cat ( x _ 6 ) ; return . theme ( x _ 3 , x _ 1 ) AND return . recipient ( x _ 3 , x _ 6 )
|
in_distribution
|
Harper preferred to hunt .
|
prefer . agent ( x _ 1 , Harper ) AND prefer . xcomp ( x _ 1 , x _ 3 ) AND hunt . agent ( x _ 3 , Harper )
|
in_distribution
|
A donut was respected by Mason .
|
donut ( x _ 1 ) AND respect . theme ( x _ 3 , x _ 1 ) AND respect . agent ( x _ 3 , Mason )
|
in_distribution
|
The teacher pierced the buyer on the barrel .
|
* teacher ( x _ 1 ) ; * buyer ( x _ 4 ) ; * barrel ( x _ 7 ) ; pierce . agent ( x _ 2 , x _ 1 ) AND pierce . theme ( x _ 2 , x _ 4 ) AND buyer . nmod . on ( x _ 4 , x _ 7 )
|
in_distribution
|
The potato was given to Camila by Logan .
|
* potato ( x _ 1 ) ; give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , Camila ) AND give . agent ( x _ 3 , Logan )
|
in_distribution
|
Emma liked that Amelia expected to walk .
|
like . agent ( x _ 1 , Emma ) AND like . ccomp ( x _ 1 , x _ 4 ) AND expect . agent ( x _ 4 , Amelia ) AND expect . xcomp ( x _ 4 , x _ 6 ) AND walk . agent ( x _ 6 , Amelia )
|
in_distribution
|
Audrey was given the donut .
|
* donut ( x _ 4 ) ; give . recipient ( x _ 2 , Audrey ) AND give . theme ( x _ 2 , x _ 4 )
|
in_distribution
|
The bee gave Emma a box .
|
* bee ( x _ 1 ) ; give . agent ( x _ 2 , x _ 1 ) AND give . recipient ( x _ 2 , Emma ) AND give . theme ( x _ 2 , x _ 5 ) AND box ( x _ 5 )
|
in_distribution
|
Sophia fed a host the banana .
|
* banana ( x _ 5 ) ; feed . agent ( x _ 1 , Sophia ) AND feed . recipient ( x _ 1 , x _ 3 ) AND feed . theme ( x _ 1 , x _ 5 ) AND host ( x _ 3 )
|
in_distribution
|
A cake was helped by a duke .
|
cake ( x _ 1 ) AND help . theme ( x _ 3 , x _ 1 ) AND help . agent ( x _ 3 , x _ 6 ) AND duke ( x _ 6 )
|
in_distribution
|
The rose was offered to a cat by Liam .
|
* rose ( x _ 1 ) ; offer . theme ( x _ 3 , x _ 1 ) AND offer . recipient ( x _ 3 , x _ 6 ) AND offer . agent ( x _ 3 , Liam ) AND cat ( x _ 6 )
|
in_distribution
|
A cat was given the box on a bowl .
|
* box ( x _ 5 ) ; cat ( x _ 1 ) AND give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 ) AND box . nmod . on ( x _ 5 , x _ 8 ) AND bowl ( x _ 8 )
|
in_distribution
|
A sandwich was nursed .
|
sandwich ( x _ 1 ) AND nurse . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
Emma sold a donut to Olivia .
|
sell . agent ( x _ 1 , Emma ) AND sell . theme ( x _ 1 , x _ 3 ) AND sell . recipient ( x _ 1 , Olivia ) AND donut ( x _ 3 )
|
in_distribution
|
Aria rolled a boy .
|
roll . agent ( x _ 1 , Aria ) AND roll . theme ( x _ 1 , x _ 3 ) AND boy ( x _ 3 )
|
in_distribution
|
Emma rolled a girl .
|
roll . agent ( x _ 1 , Emma ) AND roll . theme ( x _ 1 , x _ 3 ) AND girl ( x _ 3 )
|
in_distribution
|
Emma hunted the boy .
|
* boy ( x _ 3 ) ; hunt . agent ( x _ 1 , Emma ) AND hunt . theme ( x _ 1 , x _ 3 )
|
in_distribution
|
The fly was passed a donut .
|
* fly ( x _ 1 ) ; pass . recipient ( x _ 3 , x _ 1 ) AND pass . theme ( x _ 3 , x _ 5 ) AND donut ( x _ 5 )
|
in_distribution
|
The box was sold to Emma .
|
* box ( x _ 1 ) ; sell . theme ( x _ 3 , x _ 1 ) AND sell . recipient ( x _ 3 , Emma )
|
in_distribution
|
A bear rolled Emma .
|
bear ( x _ 1 ) AND roll . agent ( x _ 2 , x _ 1 ) AND roll . theme ( x _ 2 , Emma )
|
in_distribution
|
The teacher liked that a driver hoped that the girl meant to eat .
|
* teacher ( x _ 1 ) ; * girl ( x _ 9 ) ; like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 6 ) AND driver ( x _ 5 ) AND hope . agent ( x _ 6 , x _ 5 ) AND hope . ccomp ( x _ 6 , x _ 10 ) AND mean . agent ( x _ 10 , x _ 9 ) AND mean . xcomp ( x _ 10 , x _ 12 ) AND eat . agent ( x _ 12 , x _ 9 )
|
in_distribution
|
Charlotte rolled the cake .
|
* cake ( x _ 3 ) ; roll . agent ( x _ 1 , Charlotte ) AND roll . theme ( x _ 1 , x _ 3 )
|
in_distribution
|
The crystal was fed to a boy .
|
* crystal ( x _ 1 ) ; feed . theme ( x _ 3 , x _ 1 ) AND feed . recipient ( x _ 3 , x _ 6 ) AND boy ( x _ 6 )
|
in_distribution
|
Lillian discovered a donut .
|
discover . agent ( x _ 1 , Lillian ) AND discover . theme ( x _ 1 , x _ 3 ) AND donut ( x _ 3 )
|
in_distribution
|
A knife was liked .
|
knife ( x _ 1 ) AND like . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
The host cleaned .
|
* host ( x _ 1 ) ; clean . agent ( x _ 2 , x _ 1 )
|
in_distribution
|
William gave Isabella a crayon beside a trophy .
|
give . agent ( x _ 1 , William ) AND give . recipient ( x _ 1 , Isabella ) AND give . theme ( x _ 1 , x _ 4 ) AND crayon ( x _ 4 ) AND crayon . nmod . beside ( x _ 4 , x _ 7 ) AND trophy ( x _ 7 )
|
in_distribution
|
A girl said that a boy was sent the cake .
|
* cake ( x _ 9 ) ; girl ( x _ 1 ) AND say . agent ( x _ 2 , x _ 1 ) AND say . ccomp ( x _ 2 , x _ 7 ) AND boy ( x _ 5 ) AND send . recipient ( x _ 7 , x _ 5 ) AND send . theme ( x _ 7 , x _ 9 )
|
in_distribution
|
The balloon was given to a horse by Harper .
|
* balloon ( x _ 1 ) ; give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 ) AND give . agent ( x _ 3 , Harper ) AND horse ( x _ 6 )
|
in_distribution
|
The pretzel was offered to a duke .
|
* pretzel ( x _ 1 ) ; offer . theme ( x _ 3 , x _ 1 ) AND offer . recipient ( x _ 3 , x _ 6 ) AND duke ( x _ 6 )
|
in_distribution
|
A cake was passed to William by Liam .
|
cake ( x _ 1 ) AND pass . theme ( x _ 3 , x _ 1 ) AND pass . recipient ( x _ 3 , William ) AND pass . agent ( x _ 3 , Liam )
|
in_distribution
|
The duck liked the girl .
|
* duck ( x _ 1 ) ; * girl ( x _ 4 ) ; like . agent ( x _ 2 , x _ 1 ) AND like . theme ( x _ 2 , x _ 4 )
|
in_distribution
|
The girl gave a box on the table to the dog .
|
* girl ( x _ 1 ) ; * table ( x _ 7 ) ; * dog ( x _ 10 ) ; give . agent ( x _ 2 , x _ 1 ) AND give . theme ( x _ 2 , x _ 4 ) AND give . recipient ( x _ 2 , x _ 10 ) AND box ( x _ 4 ) AND box . nmod . on ( x _ 4 , x _ 7 )
|
in_distribution
|
The lawyer grew a cake in a hole .
|
* lawyer ( x _ 1 ) ; grow . agent ( x _ 2 , x _ 1 ) AND grow . theme ( x _ 2 , x _ 4 ) AND cake ( x _ 4 ) AND cake . nmod . in ( x _ 4 , x _ 7 ) AND hole ( x _ 7 )
|
in_distribution
|
A child shortened .
|
child ( x _ 1 ) AND shorten . theme ( x _ 2 , x _ 1 )
|
in_distribution
|
James admired the cat beside the table .
|
* cat ( x _ 3 ) ; * table ( x _ 6 ) ; admire . agent ( x _ 1 , James ) AND admire . theme ( x _ 1 , x _ 3 ) AND cat . nmod . beside ( x _ 3 , x _ 6 )
|
in_distribution
|
The yogurt was slid .
|
* yogurt ( x _ 1 ) ; slide . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
A cat preferred to walk .
|
cat ( x _ 1 ) AND prefer . agent ( x _ 2 , x _ 1 ) AND prefer . xcomp ( x _ 2 , x _ 4 ) AND walk . agent ( x _ 4 , x _ 1 )
|
in_distribution
|
William mailed a cookie to the girl .
|
* girl ( x _ 6 ) ; mail . agent ( x _ 1 , William ) AND mail . theme ( x _ 1 , x _ 3 ) AND mail . recipient ( x _ 1 , x _ 6 ) AND cookie ( x _ 3 )
|
in_distribution
|
The cookie was returned to the girl .
|
* cookie ( x _ 1 ) ; * girl ( x _ 6 ) ; return . theme ( x _ 3 , x _ 1 ) AND return . recipient ( x _ 3 , x _ 6 )
|
in_distribution
|
A boy said that a cup was loved by Emma .
|
boy ( x _ 1 ) AND say . agent ( x _ 2 , x _ 1 ) AND say . ccomp ( x _ 2 , x _ 7 ) AND cup ( x _ 5 ) AND love . theme ( x _ 7 , x _ 5 ) AND love . agent ( x _ 7 , Emma )
|
in_distribution
|
Liam shortened Emma .
|
shorten . agent ( x _ 1 , Liam ) AND shorten . theme ( x _ 1 , Emma )
|
in_distribution
|
A radio was floated by Emma .
|
radio ( x _ 1 ) AND float . theme ( x _ 3 , x _ 1 ) AND float . agent ( x _ 3 , Emma )
|
in_distribution
|
The bat was broken by Liam .
|
* bat ( x _ 1 ) ; break . theme ( x _ 3 , x _ 1 ) AND break . agent ( x _ 3 , Liam )
|
in_distribution
|
A teacher was sent a box on the bed by Liam .
|
* bed ( x _ 8 ) ; teacher ( x _ 1 ) AND send . recipient ( x _ 3 , x _ 1 ) AND send . theme ( x _ 3 , x _ 5 ) AND send . agent ( x _ 3 , Liam ) AND box ( x _ 5 ) AND box . nmod . on ( x _ 5 , x _ 8 )
|
in_distribution
|
A girl hoped to run .
|
girl ( x _ 1 ) AND hope . agent ( x _ 2 , x _ 1 ) AND hope . xcomp ( x _ 2 , x _ 4 ) AND run . agent ( x _ 4 , x _ 1 )
|
in_distribution
|
The mandarin was appreciated by Emma .
|
* mandarin ( x _ 1 ) ; appreciate . theme ( x _ 3 , x _ 1 ) AND appreciate . agent ( x _ 3 , Emma )
|
in_distribution
|
William served the girl the cookie on the table .
|
* girl ( x _ 3 ) ; * cookie ( x _ 5 ) ; * table ( x _ 8 ) ; serve . agent ( x _ 1 , William ) AND serve . recipient ( x _ 1 , x _ 3 ) AND serve . theme ( x _ 1 , x _ 5 ) AND cookie . nmod . on ( x _ 5 , x _ 8 )
|
in_distribution
|
A drink was called by Emma .
|
drink ( x _ 1 ) AND call . theme ( x _ 3 , x _ 1 ) AND call . agent ( x _ 3 , Emma )
|
in_distribution
|
The boy said that the cake was found .
|
* boy ( x _ 1 ) ; * cake ( x _ 5 ) ; say . agent ( x _ 2 , x _ 1 ) AND say . ccomp ( x _ 2 , x _ 7 ) AND find . theme ( x _ 7 , x _ 5 )
|
in_distribution
|
Olivia was promised the cake by Noah .
|
* cake ( x _ 4 ) ; promise . recipient ( x _ 2 , Olivia ) AND promise . theme ( x _ 2 , x _ 4 ) AND promise . agent ( x _ 2 , Noah )
|
in_distribution
|
Grayson snapped the block .
|
* block ( x _ 3 ) ; snap . agent ( x _ 1 , Grayson ) AND snap . theme ( x _ 1 , x _ 3 )
|
in_distribution
|
The cake was given to the girl by David .
|
* cake ( x _ 1 ) ; * girl ( x _ 6 ) ; give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 ) AND give . agent ( x _ 3 , David )
|
in_distribution
|
Emma enlarged the can .
|
* can ( x _ 3 ) ; enlarge . agent ( x _ 1 , Emma ) AND enlarge . theme ( x _ 1 , x _ 3 )
|
in_distribution
|
A baby decomposed Liam .
|
baby ( x _ 1 ) AND decompose . agent ( x _ 2 , x _ 1 ) AND decompose . theme ( x _ 2 , Liam )
|
in_distribution
|
Liam liked that the baby ate .
|
* baby ( x _ 4 ) ; like . agent ( x _ 1 , Liam ) AND like . ccomp ( x _ 1 , x _ 5 ) AND eat . agent ( x _ 5 , x _ 4 )
|
in_distribution
|
The dog froze the raisin in the cupboard .
|
* dog ( x _ 1 ) ; * raisin ( x _ 4 ) ; * cupboard ( x _ 7 ) ; freeze . agent ( x _ 2 , x _ 1 ) AND freeze . theme ( x _ 2 , x _ 4 ) AND raisin . nmod . in ( x _ 4 , x _ 7 )
|
in_distribution
|
The melon was found by Olivia .
|
* melon ( x _ 1 ) ; find . theme ( x _ 3 , x _ 1 ) AND find . agent ( x _ 3 , Olivia )
|
in_distribution
|
Liam valued that the dog said that a block enlarged .
|
* dog ( x _ 4 ) ; value . agent ( x _ 1 , Liam ) AND value . ccomp ( x _ 1 , x _ 5 ) AND say . agent ( x _ 5 , x _ 4 ) AND say . ccomp ( x _ 5 , x _ 9 ) AND block ( x _ 8 ) AND enlarge . theme ( x _ 9 , x _ 8 )
|
in_distribution
|
Liam froze a girl in a storage .
|
freeze . agent ( x _ 1 , Liam ) AND freeze . theme ( x _ 1 , x _ 3 ) AND girl ( x _ 3 ) AND girl . nmod . in ( x _ 3 , x _ 6 ) AND storage ( x _ 6 )
|
in_distribution
|
A radio was eaten by the girl .
|
* girl ( x _ 6 ) ; radio ( x _ 1 ) AND eat . theme ( x _ 3 , x _ 1 ) AND eat . agent ( 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.