input
stringlengths 3
103
| output
stringlengths 3
435
| domain
stringclasses 14
values |
---|---|---|
Emma gave Amelia the strawberry beside the stage .
|
* strawberry ( x _ 4 ) ; * stage ( x _ 7 ) ; give . agent ( x _ 1 , Emma ) AND give . recipient ( x _ 1 , Amelia ) AND give . theme ( x _ 1 , x _ 4 ) AND strawberry . nmod . beside ( x _ 4 , x _ 7 )
|
in_distribution
|
Emma liked that the cake was given to a girl by Evelyn .
|
* cake ( x _ 4 ) ; like . agent ( x _ 1 , Emma ) AND like . ccomp ( x _ 1 , x _ 6 ) AND give . theme ( x _ 6 , x _ 4 ) AND give . recipient ( x _ 6 , x _ 9 ) AND give . agent ( x _ 6 , Evelyn ) AND girl ( x _ 9 )
|
in_distribution
|
Noah rolled the girl in the puddle .
|
* girl ( x _ 3 ) ; * puddle ( x _ 6 ) ; roll . agent ( x _ 1 , Noah ) AND roll . theme ( x _ 1 , x _ 3 ) AND girl . nmod . in ( x _ 3 , x _ 6 )
|
in_distribution
|
Charlotte cleaned a cake .
|
clean . agent ( x _ 1 , Charlotte ) AND clean . theme ( x _ 1 , x _ 3 ) AND cake ( x _ 3 )
|
in_distribution
|
Benjamin noticed the girl beside a stage .
|
* girl ( x _ 3 ) ; notice . agent ( x _ 1 , Benjamin ) AND notice . theme ( x _ 1 , x _ 3 ) AND girl . nmod . beside ( x _ 3 , x _ 6 ) AND stage ( x _ 6 )
|
in_distribution
|
The father floated .
|
* father ( x _ 1 ) ; float . theme ( x _ 2 , x _ 1 )
|
in_distribution
|
Emma proved that a cake was liked .
|
prove . agent ( x _ 1 , Emma ) AND prove . ccomp ( x _ 1 , x _ 6 ) AND cake ( x _ 4 ) AND like . theme ( x _ 6 , x _ 4 )
|
in_distribution
|
Amelia slept .
|
sleep . agent ( x _ 1 , Amelia )
|
in_distribution
|
James hoped that the chicken gave the raisin to the boy .
|
* chicken ( x _ 4 ) ; * raisin ( x _ 7 ) ; * boy ( x _ 10 ) ; hope . agent ( x _ 1 , James ) AND hope . 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 _ 10 )
|
in_distribution
|
The bear drew .
|
* bear ( x _ 1 ) ; draw . agent ( x _ 2 , x _ 1 )
|
in_distribution
|
A cake was given to a girl .
|
cake ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 ) AND girl ( x _ 6 )
|
in_distribution
|
The cake was helped by James .
|
* cake ( x _ 1 ) ; help . theme ( x _ 3 , x _ 1 ) AND help . agent ( x _ 3 , James )
|
in_distribution
|
ball
|
LAMBDA a . ball ( a )
|
primitive
|
William rolled a child on a bed .
|
roll . agent ( x _ 1 , William ) AND roll . theme ( x _ 1 , x _ 3 ) AND child ( x _ 3 ) AND child . nmod . on ( x _ 3 , x _ 6 ) AND bed ( x _ 6 )
|
in_distribution
|
A girl sold Ava a donut .
|
girl ( x _ 1 ) AND sell . agent ( x _ 2 , x _ 1 ) AND sell . recipient ( x _ 2 , Ava ) AND sell . theme ( x _ 2 , x _ 5 ) AND donut ( x _ 5 )
|
in_distribution
|
The chalk was sold to Camila by Emma .
|
* chalk ( x _ 1 ) ; sell . theme ( x _ 3 , x _ 1 ) AND sell . recipient ( x _ 3 , Camila ) AND sell . agent ( x _ 3 , Emma )
|
in_distribution
|
A frog slipped a cake beside a table to a girl .
|
frog ( x _ 1 ) AND slip . agent ( x _ 2 , x _ 1 ) AND slip . theme ( x _ 2 , x _ 4 ) AND slip . recipient ( x _ 2 , x _ 10 ) AND cake ( x _ 4 ) AND cake . nmod . beside ( x _ 4 , x _ 7 ) AND table ( x _ 7 ) AND girl ( x _ 10 )
|
in_distribution
|
Olivia nursed the raisin in the room beside a table .
|
* raisin ( x _ 3 ) ; * room ( x _ 6 ) ; nurse . agent ( x _ 1 , Olivia ) AND nurse . theme ( x _ 1 , x _ 3 ) AND raisin . nmod . in ( x _ 3 , x _ 6 ) AND room . nmod . beside ( x _ 6 , x _ 9 ) AND table ( x _ 9 )
|
in_distribution
|
Elizabeth lended the girl a sandwich in the bin .
|
* girl ( x _ 3 ) ; * bin ( x _ 8 ) ; lend . agent ( x _ 1 , Elizabeth ) AND lend . recipient ( x _ 1 , x _ 3 ) AND lend . theme ( x _ 1 , x _ 5 ) AND sandwich ( x _ 5 ) AND sandwich . nmod . in ( x _ 5 , x _ 8 )
|
in_distribution
|
The chair was given to the boy .
|
* chair ( x _ 1 ) ; * boy ( x _ 6 ) ; give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 )
|
in_distribution
|
The plate was changed by Layla .
|
* plate ( x _ 1 ) ; change . theme ( x _ 3 , x _ 1 ) AND change . agent ( x _ 3 , Layla )
|
in_distribution
|
A donut was given to the boy by a deer .
|
* boy ( x _ 6 ) ; donut ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 ) AND give . agent ( x _ 3 , x _ 9 ) AND deer ( x _ 9 )
|
in_distribution
|
Alexander liked that Noah noticed that the drink was liked .
|
* drink ( x _ 7 ) ; like . agent ( x _ 1 , Alexander ) AND like . ccomp ( x _ 1 , x _ 4 ) AND notice . agent ( x _ 4 , Noah ) AND notice . ccomp ( x _ 4 , x _ 9 ) AND like . theme ( x _ 9 , x _ 7 )
|
in_distribution
|
The rose was shortened by Olivia .
|
* rose ( x _ 1 ) ; shorten . theme ( x _ 3 , x _ 1 ) AND shorten . agent ( x _ 3 , Olivia )
|
in_distribution
|
A shell was passed to a lion by a patient .
|
shell ( x _ 1 ) AND pass . theme ( x _ 3 , x _ 1 ) AND pass . recipient ( x _ 3 , x _ 6 ) AND pass . agent ( x _ 3 , x _ 9 ) AND lion ( x _ 6 ) AND patient ( x _ 9 )
|
in_distribution
|
The dog liked the girl beside a table .
|
* dog ( x _ 1 ) ; * girl ( x _ 4 ) ; like . agent ( x _ 2 , x _ 1 ) AND like . theme ( x _ 2 , x _ 4 ) AND girl . nmod . beside ( x _ 4 , x _ 7 ) AND table ( x _ 7 )
|
in_distribution
|
The baby ate Andrew .
|
* baby ( x _ 1 ) ; eat . agent ( x _ 2 , x _ 1 ) AND eat . theme ( x _ 2 , Andrew )
|
in_distribution
|
The teacher shortened a game .
|
* teacher ( x _ 1 ) ; shorten . agent ( x _ 2 , x _ 1 ) AND shorten . theme ( x _ 2 , x _ 4 ) AND game ( x _ 4 )
|
in_distribution
|
Liam liked a girl .
|
like . agent ( x _ 1 , Liam ) AND like . theme ( x _ 1 , x _ 3 ) AND girl ( x _ 3 )
|
in_distribution
|
A boy handed the cookie to Savannah .
|
* cookie ( x _ 4 ) ; boy ( x _ 1 ) AND hand . agent ( x _ 2 , x _ 1 ) AND hand . theme ( x _ 2 , x _ 4 ) AND hand . recipient ( x _ 2 , Savannah )
|
in_distribution
|
Joseph hunted .
|
hunt . agent ( x _ 1 , Joseph )
|
in_distribution
|
The melon was given to Liam .
|
* melon ( x _ 1 ) ; give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , Liam )
|
in_distribution
|
The moose liked that the cake was eaten by Abigail .
|
* moose ( x _ 1 ) ; * cake ( x _ 5 ) ; like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 7 ) AND eat . theme ( x _ 7 , x _ 5 ) AND eat . agent ( x _ 7 , Abigail )
|
in_distribution
|
The girl liked that William was lended a game beside the stage .
|
* girl ( x _ 1 ) ; * stage ( x _ 11 ) ; like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 6 ) AND lend . recipient ( x _ 6 , William ) AND lend . theme ( x _ 6 , x _ 8 ) AND game ( x _ 8 ) AND game . nmod . beside ( x _ 8 , x _ 11 )
|
in_distribution
|
A turtle lended a cake to Mateo .
|
turtle ( x _ 1 ) AND lend . agent ( x _ 2 , x _ 1 ) AND lend . theme ( x _ 2 , x _ 4 ) AND lend . recipient ( x _ 2 , Mateo ) AND cake ( x _ 4 )
|
in_distribution
|
The duck loved Oliver .
|
* duck ( x _ 1 ) ; love . agent ( x _ 2 , x _ 1 ) AND love . theme ( x _ 2 , Oliver )
|
in_distribution
|
Charlotte lended Emily a tool .
|
lend . agent ( x _ 1 , Charlotte ) AND lend . recipient ( x _ 1 , Emily ) AND lend . theme ( x _ 1 , x _ 4 ) AND tool ( x _ 4 )
|
in_distribution
|
Daniel was brought the box by the girl .
|
* box ( x _ 4 ) ; * girl ( x _ 7 ) ; bring . recipient ( x _ 2 , Daniel ) AND bring . theme ( x _ 2 , x _ 4 ) AND bring . agent ( x _ 2 , x _ 7 )
|
in_distribution
|
Lucas awarded Ava a cake beside the baron .
|
* baron ( x _ 7 ) ; award . agent ( x _ 1 , Lucas ) AND award . recipient ( x _ 1 , Ava ) AND award . theme ( x _ 1 , x _ 4 ) AND cake ( x _ 4 ) AND cake . nmod . beside ( x _ 4 , x _ 7 )
|
in_distribution
|
The director was lended a cake on a tree .
|
* director ( x _ 1 ) ; lend . recipient ( x _ 3 , x _ 1 ) AND lend . theme ( x _ 3 , x _ 5 ) AND cake ( x _ 5 ) AND cake . nmod . on ( x _ 5 , x _ 8 ) AND tree ( x _ 8 )
|
in_distribution
|
The cat intended to walk .
|
* cat ( x _ 1 ) ; intend . agent ( x _ 2 , x _ 1 ) AND intend . xcomp ( x _ 2 , x _ 4 ) AND walk . agent ( x _ 4 , x _ 1 )
|
in_distribution
|
The melon was lended to a farmer .
|
* melon ( x _ 1 ) ; lend . theme ( x _ 3 , x _ 1 ) AND lend . recipient ( x _ 3 , x _ 6 ) AND farmer ( x _ 6 )
|
in_distribution
|
The turtle missed Emily .
|
* turtle ( x _ 1 ) ; miss . agent ( x _ 2 , x _ 1 ) AND miss . theme ( x _ 2 , Emily )
|
in_distribution
|
A cat longed to sleep .
|
cat ( x _ 1 ) AND long . agent ( x _ 2 , x _ 1 ) AND long . xcomp ( x _ 2 , x _ 4 ) AND sleep . agent ( x _ 4 , x _ 1 )
|
in_distribution
|
A chalk was stabbed .
|
chalk ( x _ 1 ) AND stab . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
The chicken noticed a melon on a cabinet .
|
* chicken ( x _ 1 ) ; notice . agent ( x _ 2 , x _ 1 ) AND notice . theme ( x _ 2 , x _ 4 ) AND melon ( x _ 4 ) AND melon . nmod . on ( x _ 4 , x _ 7 ) AND cabinet ( x _ 7 )
|
in_distribution
|
The chicken smirked .
|
* chicken ( x _ 1 ) ; smirk . agent ( x _ 2 , x _ 1 )
|
in_distribution
|
A puppy was served a mirror .
|
puppy ( x _ 1 ) AND serve . recipient ( x _ 3 , x _ 1 ) AND serve . theme ( x _ 3 , x _ 5 ) AND mirror ( x _ 5 )
|
in_distribution
|
Olivia broke the host on the table .
|
* host ( x _ 3 ) ; * table ( x _ 6 ) ; break . agent ( x _ 1 , Olivia ) AND break . theme ( x _ 1 , x _ 3 ) AND host . nmod . on ( x _ 3 , x _ 6 )
|
in_distribution
|
A manager cleaned a brick .
|
manager ( x _ 1 ) AND clean . agent ( x _ 2 , x _ 1 ) AND clean . theme ( x _ 2 , x _ 4 ) AND brick ( x _ 4 )
|
in_distribution
|
Emma hoped that the girl napped .
|
* girl ( x _ 4 ) ; hope . agent ( x _ 1 , Emma ) AND hope . ccomp ( x _ 1 , x _ 5 ) AND nap . agent ( x _ 5 , x _ 4 )
|
in_distribution
|
Noah juggled .
|
juggle . agent ( x _ 1 , Noah )
|
in_distribution
|
A box was discovered .
|
box ( x _ 1 ) AND discover . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
The lion tried to walk .
|
* lion ( x _ 1 ) ; try . agent ( x _ 2 , x _ 1 ) AND try . xcomp ( x _ 2 , x _ 4 ) AND walk . agent ( x _ 4 , x _ 1 )
|
in_distribution
|
A cookie was returned to Leah .
|
cookie ( x _ 1 ) AND return . theme ( x _ 3 , x _ 1 ) AND return . recipient ( x _ 3 , Leah )
|
in_distribution
|
A lion floated the leaf .
|
* leaf ( x _ 4 ) ; lion ( x _ 1 ) AND float . agent ( x _ 2 , x _ 1 ) AND float . theme ( x _ 2 , x _ 4 )
|
in_distribution
|
Noah was given a donut by Liam .
|
give . recipient ( x _ 2 , Noah ) AND give . theme ( x _ 2 , x _ 4 ) AND give . agent ( x _ 2 , Liam ) AND donut ( x _ 4 )
|
in_distribution
|
Liam liked that the gumball was slid .
|
* gumball ( x _ 4 ) ; like . agent ( x _ 1 , Liam ) AND like . ccomp ( x _ 1 , x _ 6 ) AND slide . theme ( x _ 6 , x _ 4 )
|
in_distribution
|
A cake was painted by Noah .
|
cake ( x _ 1 ) AND paint . theme ( x _ 3 , x _ 1 ) AND paint . agent ( x _ 3 , Noah )
|
in_distribution
|
Victoria hoped that a girl rolled .
|
hope . agent ( x _ 1 , Victoria ) AND hope . ccomp ( x _ 1 , x _ 5 ) AND girl ( x _ 4 ) AND roll . theme ( x _ 5 , x _ 4 )
|
in_distribution
|
A girl liked that Emma wanted to sleep .
|
girl ( x _ 1 ) AND like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 5 ) AND want . agent ( x _ 5 , Emma ) AND want . xcomp ( x _ 5 , x _ 7 ) AND sleep . agent ( x _ 7 , Emma )
|
in_distribution
|
A zebra needed to walk .
|
zebra ( x _ 1 ) AND need . agent ( x _ 2 , x _ 1 ) AND need . xcomp ( x _ 2 , x _ 4 ) AND walk . agent ( x _ 4 , x _ 1 )
|
in_distribution
|
The donut was rolled by a child .
|
* donut ( x _ 1 ) ; roll . theme ( x _ 3 , x _ 1 ) AND roll . agent ( x _ 3 , x _ 6 ) AND child ( x _ 6 )
|
in_distribution
|
A hamburger was liked .
|
hamburger ( x _ 1 ) AND like . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
The cake was burned by Samuel .
|
* cake ( x _ 1 ) ; burn . theme ( x _ 3 , x _ 1 ) AND burn . agent ( x _ 3 , Samuel )
|
in_distribution
|
The jar was rolled .
|
* jar ( x _ 1 ) ; roll . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
A cat painted the raisin beside the torch .
|
* raisin ( x _ 4 ) ; * torch ( x _ 7 ) ; cat ( x _ 1 ) AND paint . agent ( x _ 2 , x _ 1 ) AND paint . theme ( x _ 2 , x _ 4 ) AND raisin . nmod . beside ( x _ 4 , x _ 7 )
|
in_distribution
|
A book was promised to Olivia .
|
book ( x _ 1 ) AND promise . theme ( x _ 3 , x _ 1 ) AND promise . recipient ( x _ 3 , Olivia )
|
in_distribution
|
A melon was broken by a bear .
|
melon ( x _ 1 ) AND break . theme ( x _ 3 , x _ 1 ) AND break . agent ( x _ 3 , x _ 6 ) AND bear ( x _ 6 )
|
in_distribution
|
A cake was found by Alexander .
|
cake ( x _ 1 ) AND find . theme ( x _ 3 , x _ 1 ) AND find . agent ( x _ 3 , Alexander )
|
in_distribution
|
The boy painted a cake .
|
* boy ( x _ 1 ) ; paint . agent ( x _ 2 , x _ 1 ) AND paint . theme ( x _ 2 , x _ 4 ) AND cake ( x _ 4 )
|
in_distribution
|
A girl ate the dog .
|
* dog ( x _ 4 ) ; girl ( x _ 1 ) AND eat . agent ( x _ 2 , x _ 1 ) AND eat . theme ( x _ 2 , x _ 4 )
|
in_distribution
|
Emma broke Liam .
|
break . agent ( x _ 1 , Emma ) AND break . theme ( x _ 1 , Liam )
|
in_distribution
|
Jacob cleaned a cake .
|
clean . agent ( x _ 1 , Jacob ) AND clean . theme ( x _ 1 , x _ 3 ) AND cake ( x _ 3 )
|
in_distribution
|
The donut was noticed by a girl .
|
* donut ( x _ 1 ) ; notice . theme ( x _ 3 , x _ 1 ) AND notice . agent ( x _ 3 , x _ 6 ) AND girl ( x _ 6 )
|
in_distribution
|
Lily liked that the child liked the pony in a garden .
|
* child ( x _ 4 ) ; * pony ( x _ 7 ) ; like . agent ( x _ 1 , Lily ) AND like . ccomp ( x _ 1 , x _ 5 ) AND like . agent ( x _ 5 , x _ 4 ) AND like . theme ( x _ 5 , x _ 7 ) AND pony . nmod . in ( x _ 7 , x _ 10 ) AND garden ( x _ 10 )
|
in_distribution
|
A pony called the drink .
|
* drink ( x _ 4 ) ; pony ( x _ 1 ) AND call . agent ( x _ 2 , x _ 1 ) AND call . theme ( x _ 2 , x _ 4 )
|
in_distribution
|
The strawberry was slid by the prisoner .
|
* strawberry ( x _ 1 ) ; * prisoner ( x _ 6 ) ; slide . theme ( x _ 3 , x _ 1 ) AND slide . agent ( x _ 3 , x _ 6 )
|
in_distribution
|
The tiger confessed that the horse was loaned a cake beside the stage by a boy .
|
* tiger ( x _ 1 ) ; * horse ( x _ 5 ) ; * stage ( x _ 12 ) ; confess . agent ( x _ 2 , x _ 1 ) AND confess . ccomp ( x _ 2 , x _ 7 ) AND loan . recipient ( x _ 7 , x _ 5 ) AND loan . theme ( x _ 7 , x _ 9 ) AND loan . agent ( x _ 7 , x _ 15 ) AND cake ( x _ 9 ) AND cake . nmod . beside ( x _ 9 , x _ 12 ) AND boy ( x _ 15 )
|
in_distribution
|
The boy gave the girl a crystal on a boat .
|
* boy ( x _ 1 ) ; * girl ( x _ 4 ) ; give . agent ( x _ 2 , x _ 1 ) AND give . recipient ( x _ 2 , x _ 4 ) AND give . theme ( x _ 2 , x _ 6 ) AND crystal ( x _ 6 ) AND crystal . nmod . on ( x _ 6 , x _ 9 ) AND boat ( x _ 9 )
|
in_distribution
|
A president returned the cake to the poet .
|
* cake ( x _ 4 ) ; * poet ( x _ 7 ) ; president ( x _ 1 ) AND return . agent ( x _ 2 , x _ 1 ) AND return . theme ( x _ 2 , x _ 4 ) AND return . recipient ( x _ 2 , x _ 7 )
|
in_distribution
|
Liam slid Michael .
|
slide . agent ( x _ 1 , Liam ) AND slide . theme ( x _ 1 , Michael )
|
in_distribution
|
The watch was helped by Emma .
|
* watch ( x _ 1 ) ; help . theme ( x _ 3 , x _ 1 ) AND help . agent ( x _ 3 , Emma )
|
in_distribution
|
Emma expected to jog .
|
expect . agent ( x _ 1 , Emma ) AND expect . xcomp ( x _ 1 , x _ 3 ) AND jog . agent ( x _ 3 , Emma )
|
in_distribution
|
Isabella drew a cat .
|
draw . agent ( x _ 1 , Isabella ) AND draw . theme ( x _ 1 , x _ 3 ) AND cat ( x _ 3 )
|
in_distribution
|
Noah was given the jar on a table .
|
* jar ( x _ 4 ) ; give . recipient ( x _ 2 , Noah ) AND give . theme ( x _ 2 , x _ 4 ) AND jar . nmod . on ( x _ 4 , x _ 7 ) AND table ( x _ 7 )
|
in_distribution
|
A cat called the mouse .
|
* mouse ( x _ 4 ) ; cat ( x _ 1 ) AND call . agent ( x _ 2 , x _ 1 ) AND call . theme ( x _ 2 , x _ 4 )
|
in_distribution
|
A girl needed to cook .
|
girl ( x _ 1 ) AND need . agent ( x _ 2 , x _ 1 ) AND need . xcomp ( x _ 2 , x _ 4 ) AND cook . agent ( x _ 4 , x _ 1 )
|
in_distribution
|
Emma gave the rose to the lamb .
|
* rose ( x _ 3 ) ; * lamb ( x _ 6 ) ; give . agent ( x _ 1 , Emma ) AND give . theme ( x _ 1 , x _ 3 ) AND give . recipient ( x _ 1 , x _ 6 )
|
in_distribution
|
A cookie was promised to Ava by Emma .
|
cookie ( x _ 1 ) AND promise . theme ( x _ 3 , x _ 1 ) AND promise . recipient ( x _ 3 , Ava ) AND promise . agent ( x _ 3 , Emma )
|
in_distribution
|
The manager liked that Liam adored the hat beside the table .
|
* manager ( x _ 1 ) ; * hat ( x _ 7 ) ; * table ( x _ 10 ) ; like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 5 ) AND adore . agent ( x _ 5 , Liam ) AND adore . theme ( x _ 5 , x _ 7 ) AND hat . nmod . beside ( x _ 7 , x _ 10 )
|
in_distribution
|
A boy cried .
|
boy ( x _ 1 ) AND cry . agent ( x _ 2 , x _ 1 )
|
in_distribution
|
The donkey served the box in the room to Scarlett .
|
* donkey ( x _ 1 ) ; * box ( x _ 4 ) ; * room ( x _ 7 ) ; serve . agent ( x _ 2 , x _ 1 ) AND serve . theme ( x _ 2 , x _ 4 ) AND serve . recipient ( x _ 2 , Scarlett ) AND box . nmod . in ( x _ 4 , x _ 7 )
|
in_distribution
|
A crocodile liked the cake in a house .
|
* cake ( x _ 4 ) ; crocodile ( x _ 1 ) AND like . agent ( x _ 2 , x _ 1 ) AND like . theme ( x _ 2 , x _ 4 ) AND cake . nmod . in ( x _ 4 , x _ 7 ) AND house ( x _ 7 )
|
in_distribution
|
A girl held the drink on a table .
|
* drink ( x _ 4 ) ; girl ( x _ 1 ) AND hold . agent ( x _ 2 , x _ 1 ) AND hold . theme ( x _ 2 , x _ 4 ) AND drink . nmod . on ( x _ 4 , x _ 7 ) AND table ( x _ 7 )
|
in_distribution
|
Ava was served a drink on the rug by Emma .
|
* rug ( x _ 7 ) ; serve . recipient ( x _ 2 , Ava ) AND serve . theme ( x _ 2 , x _ 4 ) AND serve . agent ( x _ 2 , Emma ) AND drink ( x _ 4 ) AND drink . nmod . on ( x _ 4 , x _ 7 )
|
in_distribution
|
The baby hoped that the rose was rolled by Samuel .
|
* baby ( x _ 1 ) ; * rose ( x _ 5 ) ; hope . agent ( x _ 2 , x _ 1 ) AND hope . ccomp ( x _ 2 , x _ 7 ) AND roll . theme ( x _ 7 , x _ 5 ) AND roll . agent ( x _ 7 , Samuel )
|
in_distribution
|
A citizen was returned a chalk .
|
citizen ( x _ 1 ) AND return . recipient ( x _ 3 , x _ 1 ) AND return . theme ( x _ 3 , x _ 5 ) AND chalk ( x _ 5 )
|
in_distribution
|
William sold Emma a cake .
|
sell . agent ( x _ 1 , William ) AND sell . recipient ( x _ 1 , Emma ) AND sell . theme ( x _ 1 , x _ 4 ) AND cake ( x _ 4 )
|
in_distribution
|
James was rented a banana by Olivia .
|
rent . recipient ( x _ 2 , James ) AND rent . theme ( x _ 2 , x _ 4 ) AND rent . agent ( x _ 2 , Olivia ) AND banana ( x _ 4 )
|
in_distribution
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.