input
stringlengths 3
103
| output
stringlengths 3
435
| domain
stringclasses 14
values |
---|---|---|
Emma snapped a lion in a coffin .
|
snap . agent ( x _ 1 , Emma ) AND snap . theme ( x _ 1 , x _ 3 ) AND lion ( x _ 3 ) AND lion . nmod . in ( x _ 3 , x _ 6 ) AND coffin ( x _ 6 )
|
in_distribution
|
The jar was floated .
|
* jar ( x _ 1 ) ; float . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
Addison was given a cake .
|
give . recipient ( x _ 2 , Addison ) AND give . theme ( x _ 2 , x _ 4 ) AND cake ( x _ 4 )
|
in_distribution
|
A girl lended the doll beside a table to a boy .
|
* doll ( x _ 4 ) ; girl ( x _ 1 ) AND lend . agent ( x _ 2 , x _ 1 ) AND lend . theme ( x _ 2 , x _ 4 ) AND lend . recipient ( x _ 2 , x _ 10 ) AND doll . nmod . beside ( x _ 4 , x _ 7 ) AND table ( x _ 7 ) AND boy ( x _ 10 )
|
in_distribution
|
A baby was passed the box in a tower .
|
* box ( x _ 5 ) ; baby ( x _ 1 ) AND pass . recipient ( x _ 3 , x _ 1 ) AND pass . theme ( x _ 3 , x _ 5 ) AND box . nmod . in ( x _ 5 , x _ 8 ) AND tower ( x _ 8 )
|
in_distribution
|
Liam investigated Olivia .
|
investigate . agent ( x _ 1 , Liam ) AND investigate . theme ( x _ 1 , Olivia )
|
in_distribution
|
A donut was fed to a girl by Mason .
|
donut ( x _ 1 ) AND feed . theme ( x _ 3 , x _ 1 ) AND feed . recipient ( x _ 3 , x _ 6 ) AND feed . agent ( x _ 3 , Mason ) AND girl ( x _ 6 )
|
in_distribution
|
A boy froze a cake .
|
boy ( x _ 1 ) AND freeze . agent ( x _ 2 , x _ 1 ) AND freeze . theme ( x _ 2 , x _ 4 ) AND cake ( x _ 4 )
|
in_distribution
|
A cake was helped by a penguin .
|
cake ( x _ 1 ) AND help . theme ( x _ 3 , x _ 1 ) AND help . agent ( x _ 3 , x _ 6 ) AND penguin ( x _ 6 )
|
in_distribution
|
The cake was brought to a cat by Emma .
|
* cake ( x _ 1 ) ; bring . theme ( x _ 3 , x _ 1 ) AND bring . recipient ( x _ 3 , x _ 6 ) AND bring . agent ( x _ 3 , Emma ) AND cat ( x _ 6 )
|
in_distribution
|
Layla said that a servant liked the rose in the coffin .
|
* rose ( x _ 7 ) ; * coffin ( x _ 10 ) ; say . agent ( x _ 1 , Layla ) AND say . ccomp ( x _ 1 , x _ 5 ) AND servant ( x _ 4 ) AND like . agent ( x _ 5 , x _ 4 ) AND like . theme ( x _ 5 , x _ 7 ) AND rose . nmod . in ( x _ 7 , x _ 10 )
|
in_distribution
|
The wolf talked .
|
* wolf ( x _ 1 ) ; talk . agent ( x _ 2 , x _ 1 )
|
in_distribution
|
The cow found the yogurt in a garden .
|
* cow ( x _ 1 ) ; * yogurt ( x _ 4 ) ; find . agent ( x _ 2 , x _ 1 ) AND find . theme ( x _ 2 , x _ 4 ) AND yogurt . nmod . in ( x _ 4 , x _ 7 ) AND garden ( x _ 7 )
|
in_distribution
|
The girl painted a boy .
|
* girl ( x _ 1 ) ; paint . agent ( x _ 2 , x _ 1 ) AND paint . theme ( x _ 2 , x _ 4 ) AND boy ( x _ 4 )
|
in_distribution
|
The cake was appreciated by Lucas .
|
* cake ( x _ 1 ) ; appreciate . theme ( x _ 3 , x _ 1 ) AND appreciate . agent ( x _ 3 , Lucas )
|
in_distribution
|
A bee cooked the brush in a house beside a table .
|
* brush ( x _ 4 ) ; bee ( x _ 1 ) AND cook . agent ( x _ 2 , x _ 1 ) AND cook . theme ( x _ 2 , x _ 4 ) AND brush . nmod . in ( x _ 4 , x _ 7 ) AND house ( x _ 7 ) AND house . nmod . beside ( x _ 7 , x _ 10 ) AND table ( x _ 10 )
|
in_distribution
|
The sandwich changed .
|
* sandwich ( x _ 1 ) ; change . theme ( x _ 2 , x _ 1 )
|
in_distribution
|
Liam offered Sophia a drink .
|
offer . agent ( x _ 1 , Liam ) AND offer . recipient ( x _ 1 , Sophia ) AND offer . theme ( x _ 1 , x _ 4 ) AND drink ( x _ 4 )
|
in_distribution
|
A toothbrush was adored .
|
toothbrush ( x _ 1 ) AND adore . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
The boy poked a hero .
|
* boy ( x _ 1 ) ; poke . agent ( x _ 2 , x _ 1 ) AND poke . theme ( x _ 2 , x _ 4 ) AND hero ( x _ 4 )
|
in_distribution
|
A box was noticed .
|
box ( x _ 1 ) AND notice . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
The raisin was stabbed .
|
* raisin ( x _ 1 ) ; stab . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
Andrew liked that a girl rolled .
|
like . agent ( x _ 1 , Andrew ) AND like . ccomp ( x _ 1 , x _ 5 ) AND girl ( x _ 4 ) AND roll . theme ( x _ 5 , x _ 4 )
|
in_distribution
|
Emma lended a donut to a girl .
|
lend . agent ( x _ 1 , Emma ) AND lend . theme ( x _ 1 , x _ 3 ) AND lend . recipient ( x _ 1 , x _ 6 ) AND donut ( x _ 3 ) AND girl ( x _ 6 )
|
in_distribution
|
A hen juggled .
|
hen ( x _ 1 ) AND juggle . agent ( x _ 2 , x _ 1 )
|
in_distribution
|
The cake was given to the girl by a boy .
|
* cake ( x _ 1 ) ; * girl ( x _ 6 ) ; give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 ) AND give . agent ( x _ 3 , x _ 9 ) AND boy ( x _ 9 )
|
in_distribution
|
A donut was forwarded to the teacher by a boy .
|
* teacher ( x _ 6 ) ; donut ( x _ 1 ) AND forward . theme ( x _ 3 , x _ 1 ) AND forward . recipient ( x _ 3 , x _ 6 ) AND forward . agent ( x _ 3 , x _ 9 ) AND boy ( x _ 9 )
|
in_distribution
|
A brain was broken .
|
brain ( x _ 1 ) AND break . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
A chair was sold to James by Ava .
|
chair ( x _ 1 ) AND sell . theme ( x _ 3 , x _ 1 ) AND sell . recipient ( x _ 3 , James ) AND sell . agent ( x _ 3 , Ava )
|
in_distribution
|
A lion posted Benjamin the donut .
|
* donut ( x _ 5 ) ; lion ( x _ 1 ) AND post . agent ( x _ 2 , x _ 1 ) AND post . recipient ( x _ 2 , Benjamin ) AND post . theme ( x _ 2 , x _ 5 )
|
in_distribution
|
The boy sold the girl a drink .
|
* boy ( x _ 1 ) ; * girl ( x _ 4 ) ; sell . agent ( x _ 2 , x _ 1 ) AND sell . recipient ( x _ 2 , x _ 4 ) AND sell . theme ( x _ 2 , x _ 6 ) AND drink ( x _ 6 )
|
in_distribution
|
The resident investigated .
|
* resident ( x _ 1 ) ; investigate . agent ( x _ 2 , x _ 1 )
|
in_distribution
|
Emma rolled a sailor .
|
roll . agent ( x _ 1 , Emma ) AND roll . theme ( x _ 1 , x _ 3 ) AND sailor ( x _ 3 )
|
in_distribution
|
Olivia ate a cat .
|
eat . agent ( x _ 1 , Olivia ) AND eat . theme ( x _ 1 , x _ 3 ) AND cat ( x _ 3 )
|
in_distribution
|
A rose was doubled by Mia .
|
rose ( x _ 1 ) AND double . theme ( x _ 3 , x _ 1 ) AND double . agent ( x _ 3 , Mia )
|
in_distribution
|
The girl said that a giraffe wanted to walk .
|
* girl ( x _ 1 ) ; say . agent ( x _ 2 , x _ 1 ) AND say . ccomp ( x _ 2 , x _ 6 ) AND giraffe ( x _ 5 ) AND want . agent ( x _ 6 , x _ 5 ) AND want . xcomp ( x _ 6 , x _ 8 ) AND walk . agent ( x _ 8 , x _ 5 )
|
in_distribution
|
The game was admired .
|
* game ( x _ 1 ) ; admire . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
The cake was eaten by the lion .
|
* cake ( x _ 1 ) ; * lion ( x _ 6 ) ; eat . theme ( x _ 3 , x _ 1 ) AND eat . agent ( x _ 3 , x _ 6 )
|
in_distribution
|
Isabella was offered the drink on the table by Ava .
|
* drink ( x _ 4 ) ; * table ( x _ 7 ) ; offer . recipient ( x _ 2 , Isabella ) AND offer . theme ( x _ 2 , x _ 4 ) AND offer . agent ( x _ 2 , Ava ) AND drink . nmod . on ( x _ 4 , x _ 7 )
|
in_distribution
|
A donut was valued by Noah .
|
donut ( x _ 1 ) AND value . theme ( x _ 3 , x _ 1 ) AND value . agent ( x _ 3 , Noah )
|
in_distribution
|
A donut was grown by Olivia .
|
donut ( x _ 1 ) AND grow . theme ( x _ 3 , x _ 1 ) AND grow . agent ( x _ 3 , Olivia )
|
in_distribution
|
Scarlett
|
Scarlett
|
primitive
|
Liam needed to nap .
|
need . agent ( x _ 1 , Liam ) AND need . xcomp ( x _ 1 , x _ 3 ) AND nap . agent ( x _ 3 , Liam )
|
in_distribution
|
The cookie was painted by a crocodile .
|
* cookie ( x _ 1 ) ; paint . theme ( x _ 3 , x _ 1 ) AND paint . agent ( x _ 3 , x _ 6 ) AND crocodile ( x _ 6 )
|
in_distribution
|
A raisin was snapped by Olivia .
|
raisin ( x _ 1 ) AND snap . theme ( x _ 3 , x _ 1 ) AND snap . agent ( x _ 3 , Olivia )
|
in_distribution
|
The bag was shortened by a lawyer .
|
* bag ( x _ 1 ) ; shorten . theme ( x _ 3 , x _ 1 ) AND shorten . agent ( x _ 3 , x _ 6 ) AND lawyer ( x _ 6 )
|
in_distribution
|
Emma hoped that Lucas sneezed .
|
hope . agent ( x _ 1 , Emma ) AND hope . ccomp ( x _ 1 , x _ 4 ) AND sneeze . agent ( x _ 4 , Lucas )
|
in_distribution
|
Liam gave Stella a cookie beside a stage .
|
give . agent ( x _ 1 , Liam ) AND give . recipient ( x _ 1 , Stella ) AND give . theme ( x _ 1 , x _ 4 ) AND cookie ( x _ 4 ) AND cookie . nmod . beside ( x _ 4 , x _ 7 ) AND stage ( x _ 7 )
|
in_distribution
|
A pen was given to Emma .
|
pen ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , Emma )
|
in_distribution
|
The rose was liked by the manager .
|
* rose ( x _ 1 ) ; * manager ( x _ 6 ) ; like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , x _ 6 )
|
in_distribution
|
A baby burned .
|
baby ( x _ 1 ) AND burn . theme ( x _ 2 , x _ 1 )
|
in_distribution
|
A cookie was discovered by Audrey .
|
cookie ( x _ 1 ) AND discover . theme ( x _ 3 , x _ 1 ) AND discover . agent ( x _ 3 , Audrey )
|
in_distribution
|
Olivia hoped to walk .
|
hope . agent ( x _ 1 , Olivia ) AND hope . xcomp ( x _ 1 , x _ 3 ) AND walk . agent ( x _ 3 , Olivia )
|
in_distribution
|
The teacher was lended the donut by a girl .
|
* teacher ( x _ 1 ) ; * donut ( x _ 5 ) ; lend . recipient ( x _ 3 , x _ 1 ) AND lend . theme ( x _ 3 , x _ 5 ) AND lend . agent ( x _ 3 , x _ 8 ) AND girl ( x _ 8 )
|
in_distribution
|
A box was frozen by Emma .
|
box ( x _ 1 ) AND freeze . theme ( x _ 3 , x _ 1 ) AND freeze . agent ( x _ 3 , Emma )
|
in_distribution
|
Logan cleaned the girl .
|
* girl ( x _ 3 ) ; clean . agent ( x _ 1 , Logan ) AND clean . theme ( x _ 1 , x _ 3 )
|
in_distribution
|
A pretzel was rented to Liam by a boy .
|
pretzel ( x _ 1 ) AND rent . theme ( x _ 3 , x _ 1 ) AND rent . recipient ( x _ 3 , Liam ) AND rent . agent ( x _ 3 , x _ 8 ) AND boy ( x _ 8 )
|
in_distribution
|
A bee shortened .
|
bee ( x _ 1 ) AND shorten . theme ( x _ 2 , x _ 1 )
|
in_distribution
|
A politician found the girl .
|
* girl ( x _ 4 ) ; politician ( x _ 1 ) AND find . agent ( x _ 2 , x _ 1 ) AND find . theme ( x _ 2 , x _ 4 )
|
in_distribution
|
A pancake was handed to the pig by a girl .
|
* pig ( x _ 6 ) ; pancake ( x _ 1 ) AND hand . theme ( x _ 3 , x _ 1 ) AND hand . recipient ( x _ 3 , x _ 6 ) AND hand . agent ( x _ 3 , x _ 9 ) AND girl ( x _ 9 )
|
in_distribution
|
A cake was painted by a cat .
|
cake ( x _ 1 ) AND paint . theme ( x _ 3 , x _ 1 ) AND paint . agent ( x _ 3 , x _ 6 ) AND cat ( x _ 6 )
|
in_distribution
|
The raisin was cleaned by a dog .
|
* raisin ( x _ 1 ) ; clean . theme ( x _ 3 , x _ 1 ) AND clean . agent ( x _ 3 , x _ 6 ) AND dog ( x _ 6 )
|
in_distribution
|
Emma was served the cake .
|
* cake ( x _ 4 ) ; serve . recipient ( x _ 2 , Emma ) AND serve . theme ( x _ 2 , x _ 4 )
|
in_distribution
|
The radio was eaten .
|
* radio ( x _ 1 ) ; eat . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
The customer hoped that the cake was stabbed by Grayson .
|
* customer ( x _ 1 ) ; * cake ( x _ 5 ) ; hope . agent ( x _ 2 , x _ 1 ) AND hope . ccomp ( x _ 2 , x _ 7 ) AND stab . theme ( x _ 7 , x _ 5 ) AND stab . agent ( x _ 7 , Grayson )
|
in_distribution
|
Emma painted the jigsaw .
|
* jigsaw ( x _ 3 ) ; paint . agent ( x _ 1 , Emma ) AND paint . theme ( x _ 1 , x _ 3 )
|
in_distribution
|
A cake was enlarged .
|
cake ( x _ 1 ) AND enlarge . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
The girl adored Ella .
|
* girl ( x _ 1 ) ; adore . agent ( x _ 2 , x _ 1 ) AND adore . theme ( x _ 2 , Ella )
|
in_distribution
|
A drink was loved by a dog .
|
drink ( x _ 1 ) AND love . theme ( x _ 3 , x _ 1 ) AND love . agent ( x _ 3 , x _ 6 ) AND dog ( x _ 6 )
|
in_distribution
|
The child was given the shirt on a table by the boy .
|
* child ( x _ 1 ) ; * shirt ( x _ 5 ) ; * boy ( x _ 11 ) ; give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 ) AND give . agent ( x _ 3 , x _ 11 ) AND shirt . nmod . on ( x _ 5 , x _ 8 ) AND table ( x _ 8 )
|
in_distribution
|
A glue was given to Emma .
|
glue ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , Emma )
|
in_distribution
|
Elijah was posted a crystal on the stage by a child .
|
* stage ( x _ 7 ) ; post . recipient ( x _ 2 , Elijah ) AND post . theme ( x _ 2 , x _ 4 ) AND post . agent ( x _ 2 , x _ 10 ) AND crystal ( x _ 4 ) AND crystal . nmod . on ( x _ 4 , x _ 7 ) AND child ( x _ 10 )
|
in_distribution
|
Noah napped .
|
nap . agent ( x _ 1 , Noah )
|
in_distribution
|
A ball was respected .
|
ball ( x _ 1 ) AND respect . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
The child wished that the lollipop was served to the girl by Charlotte .
|
* child ( x _ 1 ) ; * lollipop ( x _ 5 ) ; * girl ( x _ 10 ) ; wish . agent ( x _ 2 , x _ 1 ) AND wish . ccomp ( x _ 2 , x _ 7 ) AND serve . theme ( x _ 7 , x _ 5 ) AND serve . recipient ( x _ 7 , x _ 10 ) AND serve . agent ( x _ 7 , Charlotte )
|
in_distribution
|
A girl was slipped the bat by a boy .
|
* bat ( x _ 5 ) ; girl ( x _ 1 ) AND slip . recipient ( x _ 3 , x _ 1 ) AND slip . theme ( x _ 3 , x _ 5 ) AND slip . agent ( x _ 3 , x _ 8 ) AND boy ( x _ 8 )
|
in_distribution
|
The cake was sold to Aria .
|
* cake ( x _ 1 ) ; sell . theme ( x _ 3 , x _ 1 ) AND sell . recipient ( x _ 3 , Aria )
|
in_distribution
|
The girl was fed a brush on the table .
|
* girl ( x _ 1 ) ; * table ( x _ 8 ) ; feed . recipient ( x _ 3 , x _ 1 ) AND feed . theme ( x _ 3 , x _ 5 ) AND brush ( x _ 5 ) AND brush . nmod . on ( x _ 5 , x _ 8 )
|
in_distribution
|
Noah gave the balloon on the log to the soldier .
|
* balloon ( x _ 3 ) ; * log ( x _ 6 ) ; * soldier ( x _ 9 ) ; give . agent ( x _ 1 , Noah ) AND give . theme ( x _ 1 , x _ 3 ) AND give . recipient ( x _ 1 , x _ 9 ) AND balloon . nmod . on ( x _ 3 , x _ 6 )
|
in_distribution
|
A girl inflated .
|
girl ( x _ 1 ) AND inflate . theme ( x _ 2 , x _ 1 )
|
in_distribution
|
Emma thought that the cake was cooked .
|
* cake ( x _ 4 ) ; think . agent ( x _ 1 , Emma ) AND think . ccomp ( x _ 1 , x _ 6 ) AND cook . theme ( x _ 6 , x _ 4 )
|
in_distribution
|
The girl drew the giraffe .
|
* girl ( x _ 1 ) ; * giraffe ( x _ 4 ) ; draw . agent ( x _ 2 , x _ 1 ) AND draw . theme ( x _ 2 , x _ 4 )
|
in_distribution
|
Oliver crumpled a girl .
|
crumple . agent ( x _ 1 , Oliver ) AND crumple . theme ( x _ 1 , x _ 3 ) AND girl ( x _ 3 )
|
in_distribution
|
A horse gave the cake to Emma .
|
* cake ( x _ 4 ) ; horse ( x _ 1 ) AND give . agent ( x _ 2 , x _ 1 ) AND give . theme ( x _ 2 , x _ 4 ) AND give . recipient ( x _ 2 , Emma )
|
in_distribution
|
Emma sent a pillow beside the stage to the boy .
|
* stage ( x _ 6 ) ; * boy ( x _ 9 ) ; send . agent ( x _ 1 , Emma ) AND send . theme ( x _ 1 , x _ 3 ) AND send . recipient ( x _ 1 , x _ 9 ) AND pillow ( x _ 3 ) AND pillow . nmod . beside ( x _ 3 , x _ 6 )
|
in_distribution
|
A raisin was eaten by Aria .
|
raisin ( x _ 1 ) AND eat . theme ( x _ 3 , x _ 1 ) AND eat . agent ( x _ 3 , Aria )
|
in_distribution
|
The glue was helped by Henry .
|
* glue ( x _ 1 ) ; help . theme ( x _ 3 , x _ 1 ) AND help . agent ( x _ 3 , Henry )
|
in_distribution
|
The cat gave the host the yogurt .
|
* cat ( x _ 1 ) ; * host ( x _ 4 ) ; * yogurt ( x _ 6 ) ; give . agent ( x _ 2 , x _ 1 ) AND give . recipient ( x _ 2 , x _ 4 ) AND give . theme ( x _ 2 , x _ 6 )
|
in_distribution
|
The tool was admired .
|
* tool ( x _ 1 ) ; admire . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
Emma respected the dog in the house .
|
* dog ( x _ 3 ) ; * house ( x _ 6 ) ; respect . agent ( x _ 1 , Emma ) AND respect . theme ( x _ 1 , x _ 3 ) AND dog . nmod . in ( x _ 3 , x _ 6 )
|
in_distribution
|
Michael enjoyed to walk .
|
enjoy . agent ( x _ 1 , Michael ) AND enjoy . xcomp ( x _ 1 , x _ 3 ) AND walk . agent ( x _ 3 , Michael )
|
in_distribution
|
A poet needed to walk .
|
poet ( 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 dog was offered the cake beside a book .
|
* dog ( x _ 1 ) ; * cake ( x _ 5 ) ; offer . recipient ( x _ 3 , x _ 1 ) AND offer . theme ( x _ 3 , x _ 5 ) AND cake . nmod . beside ( x _ 5 , x _ 8 ) AND book ( x _ 8 )
|
in_distribution
|
A toothbrush was split .
|
toothbrush ( x _ 1 ) AND split . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
The sweetcorn was drawn by Emma .
|
* sweetcorn ( x _ 1 ) ; draw . theme ( x _ 3 , x _ 1 ) AND draw . agent ( x _ 3 , Emma )
|
in_distribution
|
Emma was given a cake in the house by a girl .
|
* house ( x _ 7 ) ; give . recipient ( x _ 2 , Emma ) AND give . theme ( x _ 2 , x _ 4 ) AND give . agent ( x _ 2 , x _ 10 ) AND cake ( x _ 4 ) AND cake . nmod . in ( x _ 4 , x _ 7 ) AND girl ( x _ 10 )
|
in_distribution
|
Benjamin confessed that the girl was sold the biscuit .
|
* girl ( x _ 4 ) ; * biscuit ( x _ 8 ) ; confess . agent ( x _ 1 , Benjamin ) AND confess . ccomp ( x _ 1 , x _ 6 ) AND sell . recipient ( x _ 6 , x _ 4 ) AND sell . theme ( x _ 6 , x _ 8 )
|
in_distribution
|
A girl was lended the cake by the customer .
|
* cake ( x _ 5 ) ; * customer ( x _ 8 ) ; girl ( x _ 1 ) AND lend . recipient ( x _ 3 , x _ 1 ) AND lend . theme ( x _ 3 , x _ 5 ) AND lend . agent ( x _ 3 , x _ 8 )
|
in_distribution
|
A donut was given to Isabella by Jacob .
|
donut ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , Isabella ) AND give . agent ( x _ 3 , Jacob )
|
in_distribution
|
A dog was wired a cake beside the bucket .
|
* bucket ( x _ 8 ) ; dog ( x _ 1 ) AND wire . recipient ( x _ 3 , x _ 1 ) AND wire . theme ( x _ 3 , x _ 5 ) AND cake ( x _ 5 ) AND cake . nmod . beside ( x _ 5 , x _ 8 )
|
in_distribution
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.