input
stringlengths 3
103
| output
stringlengths 3
435
| domain
stringclasses 14
values |
---|---|---|
A cake was liked by a buyer .
|
cake ( x _ 1 ) AND like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , x _ 6 ) AND buyer ( x _ 6 )
|
in_distribution
|
The hero admired the frog in a bush .
|
* hero ( x _ 1 ) ; * frog ( x _ 4 ) ; admire . agent ( x _ 2 , x _ 1 ) AND admire . theme ( x _ 2 , x _ 4 ) AND frog . nmod . in ( x _ 4 , x _ 7 ) AND bush ( x _ 7 )
|
in_distribution
|
A cat tried to read .
|
cat ( x _ 1 ) AND try . agent ( x _ 2 , x _ 1 ) AND try . xcomp ( x _ 2 , x _ 4 ) AND read . agent ( x _ 4 , x _ 1 )
|
in_distribution
|
The donut was lended to a girl .
|
* donut ( x _ 1 ) ; lend . theme ( x _ 3 , x _ 1 ) AND lend . recipient ( x _ 3 , x _ 6 ) AND girl ( x _ 6 )
|
in_distribution
|
Lucas found Emma .
|
find . agent ( x _ 1 , Lucas ) AND find . theme ( x _ 1 , Emma )
|
in_distribution
|
A raisin was fed to the girl .
|
* girl ( x _ 6 ) ; raisin ( x _ 1 ) AND feed . theme ( x _ 3 , x _ 1 ) AND feed . recipient ( x _ 3 , x _ 6 )
|
in_distribution
|
The girl missed a bat beside the machine .
|
* girl ( x _ 1 ) ; * machine ( x _ 7 ) ; miss . agent ( x _ 2 , x _ 1 ) AND miss . theme ( x _ 2 , x _ 4 ) AND bat ( x _ 4 ) AND bat . nmod . beside ( x _ 4 , x _ 7 )
|
in_distribution
|
The cat studied .
|
* cat ( x _ 1 ) ; study . agent ( x _ 2 , x _ 1 )
|
in_distribution
|
Emma was sent the cake .
|
* cake ( x _ 4 ) ; send . recipient ( x _ 2 , Emma ) AND send . theme ( x _ 2 , x _ 4 )
|
in_distribution
|
Hazel was loaned the muffin by Jacob .
|
* muffin ( x _ 4 ) ; loan . recipient ( x _ 2 , Hazel ) AND loan . theme ( x _ 2 , x _ 4 ) AND loan . agent ( x _ 2 , Jacob )
|
in_distribution
|
A balloon was served to Benjamin by Olivia .
|
balloon ( x _ 1 ) AND serve . theme ( x _ 3 , x _ 1 ) AND serve . recipient ( x _ 3 , Benjamin ) AND serve . agent ( x _ 3 , Olivia )
|
in_distribution
|
The sandwich was enlarged .
|
* sandwich ( x _ 1 ) ; enlarge . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
A donut was respected by Liam .
|
donut ( x _ 1 ) AND respect . theme ( x _ 3 , x _ 1 ) AND respect . agent ( x _ 3 , Liam )
|
in_distribution
|
Lincoln cleaned a cake .
|
clean . agent ( x _ 1 , Lincoln ) AND clean . theme ( x _ 1 , x _ 3 ) AND cake ( x _ 3 )
|
in_distribution
|
Liam ate Benjamin .
|
eat . agent ( x _ 1 , Liam ) AND eat . theme ( x _ 1 , Benjamin )
|
in_distribution
|
The jar was missed .
|
* jar ( x _ 1 ) ; miss . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
The girl fed the boy a cake .
|
* girl ( x _ 1 ) ; * boy ( 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 )
|
in_distribution
|
The pillow was liked by the girl .
|
* pillow ( x _ 1 ) ; * girl ( x _ 6 ) ; like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , x _ 6 )
|
in_distribution
|
Joshua ate .
|
eat . agent ( x _ 1 , Joshua )
|
in_distribution
|
A cake was worshipped by the girl .
|
* girl ( x _ 6 ) ; cake ( x _ 1 ) AND worship . theme ( x _ 3 , x _ 1 ) AND worship . agent ( x _ 3 , x _ 6 )
|
in_distribution
|
The bird was brought a cake by Amelia .
|
* bird ( x _ 1 ) ; bring . recipient ( x _ 3 , x _ 1 ) AND bring . theme ( x _ 3 , x _ 5 ) AND bring . agent ( x _ 3 , Amelia ) AND cake ( x _ 5 )
|
in_distribution
|
Emma fed a cake to Hazel .
|
feed . agent ( x _ 1 , Emma ) AND feed . theme ( x _ 1 , x _ 3 ) AND feed . recipient ( x _ 1 , Hazel ) AND cake ( x _ 3 )
|
in_distribution
|
The baby proved that Sophia liked that a cow smiled .
|
* baby ( x _ 1 ) ; prove . agent ( x _ 2 , x _ 1 ) AND prove . ccomp ( x _ 2 , x _ 5 ) AND like . agent ( x _ 5 , Sophia ) AND like . ccomp ( x _ 5 , x _ 9 ) AND cow ( x _ 8 ) AND smile . agent ( x _ 9 , x _ 8 )
|
in_distribution
|
The cake was given to Mateo by Emma .
|
* cake ( x _ 1 ) ; give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , Mateo ) AND give . agent ( x _ 3 , Emma )
|
in_distribution
|
A cat lended a toy on the blanket to Noah .
|
* blanket ( x _ 7 ) ; cat ( x _ 1 ) AND lend . agent ( x _ 2 , x _ 1 ) AND lend . theme ( x _ 2 , x _ 4 ) AND lend . recipient ( x _ 2 , Noah ) AND toy ( x _ 4 ) AND toy . nmod . on ( x _ 4 , x _ 7 )
|
in_distribution
|
The strawberry was appreciated by a child .
|
* strawberry ( x _ 1 ) ; appreciate . theme ( x _ 3 , x _ 1 ) AND appreciate . agent ( x _ 3 , x _ 6 ) AND child ( x _ 6 )
|
in_distribution
|
A cake was given to Madison .
|
cake ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , Madison )
|
in_distribution
|
Emma fed the boy the jar .
|
* boy ( x _ 3 ) ; * jar ( x _ 5 ) ; feed . agent ( x _ 1 , Emma ) AND feed . recipient ( x _ 1 , x _ 3 ) AND feed . theme ( x _ 1 , x _ 5 )
|
in_distribution
|
A manager split .
|
manager ( x _ 1 ) AND split . theme ( x _ 2 , x _ 1 )
|
in_distribution
|
Oliver missed Olivia .
|
miss . agent ( x _ 1 , Oliver ) AND miss . theme ( x _ 1 , Olivia )
|
in_distribution
|
The shoe was respected by the child .
|
* shoe ( x _ 1 ) ; * child ( x _ 6 ) ; respect . theme ( x _ 3 , x _ 1 ) AND respect . agent ( x _ 3 , x _ 6 )
|
in_distribution
|
A bear said that Sophia gave Emma a bean in the house .
|
* house ( x _ 11 ) ; bear ( x _ 1 ) AND say . agent ( x _ 2 , x _ 1 ) AND say . ccomp ( x _ 2 , x _ 5 ) AND give . agent ( x _ 5 , Sophia ) AND give . recipient ( x _ 5 , Emma ) AND give . theme ( x _ 5 , x _ 8 ) AND bean ( x _ 8 ) AND bean . nmod . in ( x _ 8 , x _ 11 )
|
in_distribution
|
The rose was fed to Noah .
|
* rose ( x _ 1 ) ; feed . theme ( x _ 3 , x _ 1 ) AND feed . recipient ( x _ 3 , Noah )
|
in_distribution
|
A cloud rolled .
|
cloud ( x _ 1 ) AND roll . theme ( x _ 2 , x _ 1 )
|
in_distribution
|
A boy liked that the cake was sold to Ava .
|
* cake ( x _ 5 ) ; boy ( x _ 1 ) AND like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 7 ) AND sell . theme ( x _ 7 , x _ 5 ) AND sell . recipient ( x _ 7 , Ava )
|
in_distribution
|
The boy fed a girl a cake on the table .
|
* boy ( x _ 1 ) ; * table ( x _ 9 ) ; feed . agent ( x _ 2 , x _ 1 ) AND feed . recipient ( x _ 2 , x _ 4 ) AND feed . theme ( x _ 2 , x _ 6 ) AND girl ( x _ 4 ) AND cake ( x _ 6 ) AND cake . nmod . on ( x _ 6 , x _ 9 )
|
in_distribution
|
A plant was packed .
|
plant ( x _ 1 ) AND pack . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
A boy sketched a donut .
|
boy ( x _ 1 ) AND sketch . agent ( x _ 2 , x _ 1 ) AND sketch . theme ( x _ 2 , x _ 4 ) AND donut ( x _ 4 )
|
in_distribution
|
A strawberry was given to Ellie by Ava .
|
strawberry ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , Ellie ) AND give . agent ( x _ 3 , Ava )
|
in_distribution
|
The girl reddened Olivia .
|
* girl ( x _ 1 ) ; redden . agent ( x _ 2 , x _ 1 ) AND redden . theme ( x _ 2 , Olivia )
|
in_distribution
|
The teacher loved Emma .
|
* teacher ( x _ 1 ) ; love . agent ( x _ 2 , x _ 1 ) AND love . theme ( x _ 2 , Emma )
|
in_distribution
|
Layla wanted to talk .
|
want . agent ( x _ 1 , Layla ) AND want . xcomp ( x _ 1 , x _ 3 ) AND talk . agent ( x _ 3 , Layla )
|
in_distribution
|
The giraffe served the cake to Liam .
|
* giraffe ( x _ 1 ) ; * cake ( x _ 4 ) ; serve . agent ( x _ 2 , x _ 1 ) AND serve . theme ( x _ 2 , x _ 4 ) AND serve . recipient ( x _ 2 , Liam )
|
in_distribution
|
A box was frozen by Samuel .
|
box ( x _ 1 ) AND freeze . theme ( x _ 3 , x _ 1 ) AND freeze . agent ( x _ 3 , Samuel )
|
in_distribution
|
A pretzel was sketched .
|
pretzel ( x _ 1 ) AND sketch . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
Abigail slid .
|
slide . theme ( x _ 1 , Abigail )
|
in_distribution
|
A professor disintegrated .
|
professor ( x _ 1 ) AND disintegrate . theme ( x _ 2 , x _ 1 )
|
in_distribution
|
A jigsaw was adored .
|
jigsaw ( x _ 1 ) AND adore . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
The donut was frozen .
|
* donut ( x _ 1 ) ; freeze . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
The cookie was rolled by Oliver .
|
* cookie ( x _ 1 ) ; roll . theme ( x _ 3 , x _ 1 ) AND roll . agent ( x _ 3 , Oliver )
|
in_distribution
|
Isaac itched to sleep .
|
itch . agent ( x _ 1 , Isaac ) AND itch . xcomp ( x _ 1 , x _ 3 ) AND sleep . agent ( x _ 3 , Isaac )
|
in_distribution
|
A girl was awarded the cake in the envelope by William .
|
* cake ( x _ 5 ) ; * envelope ( x _ 8 ) ; girl ( x _ 1 ) AND award . recipient ( x _ 3 , x _ 1 ) AND award . theme ( x _ 3 , x _ 5 ) AND award . agent ( x _ 3 , William ) AND cake . nmod . in ( x _ 5 , x _ 8 )
|
in_distribution
|
A shoe was painted by a boy .
|
shoe ( x _ 1 ) AND paint . theme ( x _ 3 , x _ 1 ) AND paint . agent ( x _ 3 , x _ 6 ) AND boy ( x _ 6 )
|
in_distribution
|
Emma helped a donut beside a stage .
|
help . agent ( x _ 1 , Emma ) AND help . theme ( x _ 1 , x _ 3 ) AND donut ( x _ 3 ) AND donut . nmod . beside ( x _ 3 , x _ 6 ) AND stage ( x _ 6 )
|
in_distribution
|
Emma was given the gumball beside a desk .
|
* gumball ( x _ 4 ) ; give . recipient ( x _ 2 , Emma ) AND give . theme ( x _ 2 , x _ 4 ) AND gumball . nmod . beside ( x _ 4 , x _ 7 ) AND desk ( x _ 7 )
|
in_distribution
|
The jigsaw was eaten by a baby .
|
* jigsaw ( x _ 1 ) ; eat . theme ( x _ 3 , x _ 1 ) AND eat . agent ( x _ 3 , x _ 6 ) AND baby ( x _ 6 )
|
in_distribution
|
The rose was helped by a boy .
|
* rose ( x _ 1 ) ; help . theme ( x _ 3 , x _ 1 ) AND help . agent ( x _ 3 , x _ 6 ) AND boy ( x _ 6 )
|
in_distribution
|
The melon was painted by Emma .
|
* melon ( x _ 1 ) ; paint . theme ( x _ 3 , x _ 1 ) AND paint . agent ( x _ 3 , Emma )
|
in_distribution
|
The cookie was given to Amelia .
|
* cookie ( x _ 1 ) ; give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , Amelia )
|
in_distribution
|
The cookie was poked .
|
* cookie ( x _ 1 ) ; poke . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
Elizabeth rolled .
|
roll . theme ( x _ 1 , Elizabeth )
|
in_distribution
|
A girl cooked a boy beside the table .
|
* table ( x _ 7 ) ; girl ( x _ 1 ) AND cook . agent ( x _ 2 , x _ 1 ) AND cook . theme ( x _ 2 , x _ 4 ) AND boy ( x _ 4 ) AND boy . nmod . beside ( x _ 4 , x _ 7 )
|
in_distribution
|
Leah burned David .
|
burn . agent ( x _ 1 , Leah ) AND burn . theme ( x _ 1 , David )
|
in_distribution
|
A student lended the girl a cake on the bed .
|
* girl ( x _ 4 ) ; * bed ( x _ 9 ) ; student ( 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 . on ( x _ 6 , x _ 9 )
|
in_distribution
|
The cake changed .
|
* cake ( x _ 1 ) ; change . theme ( x _ 2 , x _ 1 )
|
in_distribution
|
Noah admired the cake in the house .
|
* cake ( x _ 3 ) ; * house ( x _ 6 ) ; admire . agent ( x _ 1 , Noah ) AND admire . theme ( x _ 1 , x _ 3 ) AND cake . nmod . in ( x _ 3 , x _ 6 )
|
in_distribution
|
The boy liked that the donut was admired .
|
* boy ( x _ 1 ) ; * donut ( x _ 5 ) ; like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 7 ) AND admire . theme ( x _ 7 , x _ 5 )
|
in_distribution
|
Isabella passed a ball to Emma .
|
pass . agent ( x _ 1 , Isabella ) AND pass . theme ( x _ 1 , x _ 3 ) AND pass . recipient ( x _ 1 , Emma ) AND ball ( x _ 3 )
|
in_distribution
|
A biscuit was sent to Emma by the girl .
|
* girl ( x _ 8 ) ; biscuit ( x _ 1 ) AND send . theme ( x _ 3 , x _ 1 ) AND send . recipient ( x _ 3 , Emma ) AND send . agent ( x _ 3 , x _ 8 )
|
in_distribution
|
A sandwich rolled .
|
sandwich ( x _ 1 ) AND roll . theme ( x _ 2 , x _ 1 )
|
in_distribution
|
Ava confessed that the girl served a boy a biscuit in the house .
|
* girl ( x _ 4 ) ; * house ( x _ 12 ) ; confess . agent ( x _ 1 , Ava ) AND confess . ccomp ( x _ 1 , x _ 5 ) AND serve . agent ( x _ 5 , x _ 4 ) AND serve . recipient ( x _ 5 , x _ 7 ) AND serve . theme ( x _ 5 , x _ 9 ) AND boy ( x _ 7 ) AND biscuit ( x _ 9 ) AND biscuit . nmod . in ( x _ 9 , x _ 12 )
|
in_distribution
|
A teacher shortened the potato .
|
* potato ( x _ 4 ) ; teacher ( x _ 1 ) AND shorten . agent ( x _ 2 , x _ 1 ) AND shorten . theme ( x _ 2 , x _ 4 )
|
in_distribution
|
A balloon was given to the horse .
|
* horse ( x _ 6 ) ; balloon ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 )
|
in_distribution
|
A poet said that the bat was enlarged by a baby .
|
* bat ( x _ 5 ) ; poet ( x _ 1 ) AND say . agent ( x _ 2 , x _ 1 ) AND say . ccomp ( x _ 2 , x _ 7 ) AND enlarge . theme ( x _ 7 , x _ 5 ) AND enlarge . agent ( x _ 7 , x _ 10 ) AND baby ( x _ 10 )
|
in_distribution
|
The politician touched the cat beside a road .
|
* politician ( x _ 1 ) ; * cat ( x _ 4 ) ; touch . agent ( x _ 2 , x _ 1 ) AND touch . theme ( x _ 2 , x _ 4 ) AND cat . nmod . beside ( x _ 4 , x _ 7 ) AND road ( x _ 7 )
|
in_distribution
|
Noah liked that the donut shortened .
|
* donut ( x _ 4 ) ; like . agent ( x _ 1 , Noah ) AND like . ccomp ( x _ 1 , x _ 5 ) AND shorten . theme ( x _ 5 , x _ 4 )
|
in_distribution
|
Emma said that the cake was liked .
|
* cake ( x _ 4 ) ; say . agent ( x _ 1 , Emma ) AND say . ccomp ( x _ 1 , x _ 6 ) AND like . theme ( x _ 6 , x _ 4 )
|
in_distribution
|
The girl slid a cake .
|
* girl ( x _ 1 ) ; slide . agent ( x _ 2 , x _ 1 ) AND slide . theme ( x _ 2 , x _ 4 ) AND cake ( x _ 4 )
|
in_distribution
|
Emma sent Wyatt a chair beside a table .
|
send . agent ( x _ 1 , Emma ) AND send . recipient ( x _ 1 , Wyatt ) AND send . theme ( x _ 1 , x _ 4 ) AND chair ( x _ 4 ) AND chair . nmod . beside ( x _ 4 , x _ 7 ) AND table ( x _ 7 )
|
in_distribution
|
The bear slept .
|
* bear ( x _ 1 ) ; sleep . agent ( x _ 2 , x _ 1 )
|
in_distribution
|
Olivia liked that the cake was shortened by Liam .
|
* cake ( x _ 4 ) ; like . agent ( x _ 1 , Olivia ) AND like . ccomp ( x _ 1 , x _ 6 ) AND shorten . theme ( x _ 6 , x _ 4 ) AND shorten . agent ( x _ 6 , Liam )
|
in_distribution
|
The doll was broken .
|
* doll ( x _ 1 ) ; break . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
A box was seen .
|
box ( x _ 1 ) AND see . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
The frog intended to walk .
|
* frog ( x _ 1 ) ; intend . agent ( x _ 2 , x _ 1 ) AND intend . xcomp ( x _ 2 , x _ 4 ) AND walk . agent ( x _ 4 , x _ 1 )
|
in_distribution
|
Aurora packed the chair .
|
* chair ( x _ 3 ) ; pack . agent ( x _ 1 , Aurora ) AND pack . theme ( x _ 1 , x _ 3 )
|
in_distribution
|
The monkey ate the brick in a glass on a TV .
|
* monkey ( x _ 1 ) ; * brick ( x _ 4 ) ; eat . agent ( x _ 2 , x _ 1 ) AND eat . theme ( x _ 2 , x _ 4 ) AND brick . nmod . in ( x _ 4 , x _ 7 ) AND glass ( x _ 7 ) AND glass . nmod . on ( x _ 7 , x _ 10 ) AND tv ( x _ 10 )
|
in_distribution
|
A toothbrush was rolled .
|
toothbrush ( x _ 1 ) AND roll . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
Emma liked that a balloon was painted by Sophia .
|
like . agent ( x _ 1 , Emma ) AND like . ccomp ( x _ 1 , x _ 6 ) AND balloon ( x _ 4 ) AND paint . theme ( x _ 6 , x _ 4 ) AND paint . agent ( x _ 6 , Sophia )
|
in_distribution
|
Noah wanted to run .
|
want . agent ( x _ 1 , Noah ) AND want . xcomp ( x _ 1 , x _ 3 ) AND run . agent ( x _ 3 , Noah )
|
in_distribution
|
The cat cleaned .
|
* cat ( x _ 1 ) ; clean . agent ( x _ 2 , x _ 1 )
|
in_distribution
|
The shell was helped by the boy .
|
* shell ( x _ 1 ) ; * boy ( x _ 6 ) ; help . theme ( x _ 3 , x _ 1 ) AND help . agent ( x _ 3 , x _ 6 )
|
in_distribution
|
The girl hoped that the president painted .
|
* girl ( x _ 1 ) ; * president ( x _ 5 ) ; hope . agent ( x _ 2 , x _ 1 ) AND hope . ccomp ( x _ 2 , x _ 6 ) AND paint . agent ( x _ 6 , x _ 5 )
|
in_distribution
|
Isaac liked a zebra .
|
like . agent ( x _ 1 , Isaac ) AND like . theme ( x _ 1 , x _ 3 ) AND zebra ( x _ 3 )
|
in_distribution
|
Emma gave the cake on the table to Mia .
|
* cake ( x _ 3 ) ; * table ( x _ 6 ) ; give . agent ( x _ 1 , Emma ) AND give . theme ( x _ 1 , x _ 3 ) AND give . recipient ( x _ 1 , Mia ) AND cake . nmod . on ( x _ 3 , x _ 6 )
|
in_distribution
|
Olivia expected that the cat preferred to jog .
|
* cat ( x _ 4 ) ; expect . agent ( x _ 1 , Olivia ) AND expect . ccomp ( x _ 1 , x _ 5 ) AND prefer . agent ( x _ 5 , x _ 4 ) AND prefer . xcomp ( x _ 5 , x _ 7 ) AND jog . agent ( x _ 7 , x _ 4 )
|
in_distribution
|
Oliver was promised a soap on the road .
|
* road ( x _ 7 ) ; promise . recipient ( x _ 2 , Oliver ) AND promise . theme ( x _ 2 , x _ 4 ) AND soap ( x _ 4 ) AND soap . nmod . on ( x _ 4 , x _ 7 )
|
in_distribution
|
Emma rolled the girl beside the monkey .
|
* girl ( x _ 3 ) ; * monkey ( x _ 6 ) ; roll . agent ( x _ 1 , Emma ) AND roll . theme ( x _ 1 , x _ 3 ) AND girl . nmod . beside ( x _ 3 , x _ 6 )
|
in_distribution
|
The zebra was posted the box on the table by a bird .
|
* zebra ( x _ 1 ) ; * box ( x _ 5 ) ; * table ( x _ 8 ) ; post . recipient ( x _ 3 , x _ 1 ) AND post . theme ( x _ 3 , x _ 5 ) AND post . agent ( x _ 3 , x _ 11 ) AND box . nmod . on ( x _ 5 , x _ 8 ) AND bird ( x _ 11 )
|
in_distribution
|
The molecule was rolled by the girl .
|
* molecule ( x _ 1 ) ; * girl ( x _ 6 ) ; roll . theme ( x _ 3 , x _ 1 ) AND roll . agent ( x _ 3 , x _ 6 )
|
in_distribution
|
Mason rolled a boy beside a table .
|
roll . agent ( x _ 1 , Mason ) AND roll . theme ( x _ 1 , x _ 3 ) AND boy ( x _ 3 ) AND boy . nmod . beside ( x _ 3 , x _ 6 ) AND table ( x _ 6 )
|
in_distribution
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.