input
stringlengths 3
103
| output
stringlengths 3
435
| domain
stringclasses 14
values |
---|---|---|
A box was loaned to the boy .
|
* boy ( x _ 6 ) ; box ( x _ 1 ) AND loan . theme ( x _ 3 , x _ 1 ) AND loan . recipient ( x _ 3 , x _ 6 )
|
in_distribution
|
Michael slipped the cake beside a helicopter to a girl .
|
* cake ( x _ 3 ) ; slip . agent ( x _ 1 , Michael ) AND slip . theme ( x _ 1 , x _ 3 ) AND slip . recipient ( x _ 1 , x _ 9 ) AND cake . nmod . beside ( x _ 3 , x _ 6 ) AND helicopter ( x _ 6 ) AND girl ( x _ 9 )
|
in_distribution
|
Jacob was given a donut on the towel by a politician .
|
* towel ( x _ 7 ) ; give . recipient ( x _ 2 , Jacob ) AND give . theme ( x _ 2 , x _ 4 ) AND give . agent ( x _ 2 , x _ 10 ) AND donut ( x _ 4 ) AND donut . nmod . on ( x _ 4 , x _ 7 ) AND politician ( x _ 10 )
|
in_distribution
|
Liam tried to walk .
|
try . agent ( x _ 1 , Liam ) AND try . xcomp ( x _ 1 , x _ 3 ) AND walk . agent ( x _ 3 , Liam )
|
in_distribution
|
The drink was held .
|
* drink ( x _ 1 ) ; hold . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
A drink was painted by a frog .
|
drink ( x _ 1 ) AND paint . theme ( x _ 3 , x _ 1 ) AND paint . agent ( x _ 3 , x _ 6 ) AND frog ( x _ 6 )
|
in_distribution
|
A dog was sold the drink by Emma .
|
* drink ( x _ 5 ) ; dog ( x _ 1 ) AND sell . recipient ( x _ 3 , x _ 1 ) AND sell . theme ( x _ 3 , x _ 5 ) AND sell . agent ( x _ 3 , Emma )
|
in_distribution
|
A girl tolerated that Elijah was fed the spoon by the baby .
|
* spoon ( x _ 8 ) ; * baby ( x _ 11 ) ; girl ( x _ 1 ) AND tolerate . agent ( x _ 2 , x _ 1 ) AND tolerate . ccomp ( x _ 2 , x _ 6 ) AND feed . recipient ( x _ 6 , Elijah ) AND feed . theme ( x _ 6 , x _ 8 ) AND feed . agent ( x _ 6 , x _ 11 )
|
in_distribution
|
A cookie inflated .
|
cookie ( x _ 1 ) AND inflate . theme ( x _ 2 , x _ 1 )
|
in_distribution
|
A rose was rolled by Lincoln .
|
rose ( x _ 1 ) AND roll . theme ( x _ 3 , x _ 1 ) AND roll . agent ( x _ 3 , Lincoln )
|
in_distribution
|
A child needed to hunt .
|
child ( x _ 1 ) AND need . agent ( x _ 2 , x _ 1 ) AND need . xcomp ( x _ 2 , x _ 4 ) AND hunt . agent ( x _ 4 , x _ 1 )
|
in_distribution
|
A girl inflated the cake .
|
* cake ( x _ 4 ) ; girl ( x _ 1 ) AND inflate . agent ( x _ 2 , x _ 1 ) AND inflate . theme ( x _ 2 , x _ 4 )
|
in_distribution
|
Emma liked that Liam jogged .
|
like . agent ( x _ 1 , Emma ) AND like . ccomp ( x _ 1 , x _ 4 ) AND jog . agent ( x _ 4 , Liam )
|
in_distribution
|
The donut was liked by William .
|
* donut ( x _ 1 ) ; like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , William )
|
in_distribution
|
A flag was examined by Emma .
|
flag ( x _ 1 ) AND examine . theme ( x _ 3 , x _ 1 ) AND examine . agent ( x _ 3 , Emma )
|
in_distribution
|
A scientist slept .
|
scientist ( x _ 1 ) AND sleep . agent ( x _ 2 , x _ 1 )
|
in_distribution
|
A cookie was hunted .
|
cookie ( x _ 1 ) AND hunt . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
Jayden confessed that a dog burned the child .
|
* child ( x _ 7 ) ; confess . agent ( x _ 1 , Jayden ) AND confess . ccomp ( x _ 1 , x _ 5 ) AND dog ( x _ 4 ) AND burn . agent ( x _ 5 , x _ 4 ) AND burn . theme ( x _ 5 , x _ 7 )
|
in_distribution
|
A donut was observed by a researcher .
|
donut ( x _ 1 ) AND observe . theme ( x _ 3 , x _ 1 ) AND observe . agent ( x _ 3 , x _ 6 ) AND researcher ( x _ 6 )
|
in_distribution
|
The bat was passed to Emma .
|
* bat ( x _ 1 ) ; pass . theme ( x _ 3 , x _ 1 ) AND pass . recipient ( x _ 3 , Emma )
|
in_distribution
|
The teacher rolled Emma .
|
* teacher ( x _ 1 ) ; roll . agent ( x _ 2 , x _ 1 ) AND roll . theme ( x _ 2 , Emma )
|
in_distribution
|
The bottle was eaten .
|
* bottle ( x _ 1 ) ; eat . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
Alexander brought Leah a box .
|
bring . agent ( x _ 1 , Alexander ) AND bring . recipient ( x _ 1 , Leah ) AND bring . theme ( x _ 1 , x _ 4 ) AND box ( x _ 4 )
|
in_distribution
|
A donut was sold to a cat by Emma .
|
donut ( x _ 1 ) AND sell . theme ( x _ 3 , x _ 1 ) AND sell . recipient ( x _ 3 , x _ 6 ) AND sell . agent ( x _ 3 , Emma ) AND cat ( x _ 6 )
|
in_distribution
|
The rose was rolled by Emma .
|
* rose ( x _ 1 ) ; roll . theme ( x _ 3 , x _ 1 ) AND roll . agent ( x _ 3 , Emma )
|
in_distribution
|
John grew a duke .
|
grow . agent ( x _ 1 , John ) AND grow . theme ( x _ 1 , x _ 3 ) AND duke ( x _ 3 )
|
in_distribution
|
Aria lended a deer a box .
|
lend . agent ( x _ 1 , Aria ) AND lend . recipient ( x _ 1 , x _ 3 ) AND lend . theme ( x _ 1 , x _ 5 ) AND deer ( x _ 3 ) AND box ( x _ 5 )
|
in_distribution
|
A girl tolerated that a book was liked .
|
girl ( x _ 1 ) AND tolerate . agent ( x _ 2 , x _ 1 ) AND tolerate . ccomp ( x _ 2 , x _ 7 ) AND book ( x _ 5 ) AND like . theme ( x _ 7 , x _ 5 )
|
in_distribution
|
The girl offered the crystal to a landlord .
|
* girl ( x _ 1 ) ; * crystal ( x _ 4 ) ; offer . agent ( x _ 2 , x _ 1 ) AND offer . theme ( x _ 2 , x _ 4 ) AND offer . recipient ( x _ 2 , x _ 7 ) AND landlord ( x _ 7 )
|
in_distribution
|
The cake was helped by a wolf .
|
* cake ( x _ 1 ) ; help . theme ( x _ 3 , x _ 1 ) AND help . agent ( x _ 3 , x _ 6 ) AND wolf ( x _ 6 )
|
in_distribution
|
A chalk was rolled by Jaxon .
|
chalk ( x _ 1 ) AND roll . theme ( x _ 3 , x _ 1 ) AND roll . agent ( x _ 3 , Jaxon )
|
in_distribution
|
A cake was passed to a boy .
|
cake ( x _ 1 ) AND pass . theme ( x _ 3 , x _ 1 ) AND pass . recipient ( x _ 3 , x _ 6 ) AND boy ( x _ 6 )
|
in_distribution
|
A cake was changed by a girl .
|
cake ( x _ 1 ) AND change . theme ( x _ 3 , x _ 1 ) AND change . agent ( x _ 3 , x _ 6 ) AND girl ( x _ 6 )
|
in_distribution
|
Emma was lended a box by Zoey .
|
lend . recipient ( x _ 2 , Emma ) AND lend . theme ( x _ 2 , x _ 4 ) AND lend . agent ( x _ 2 , Zoey ) AND box ( x _ 4 )
|
in_distribution
|
Sebastian expected to walk .
|
expect . agent ( x _ 1 , Sebastian ) AND expect . xcomp ( x _ 1 , x _ 3 ) AND walk . agent ( x _ 3 , Sebastian )
|
in_distribution
|
A glue was awarded to Liam .
|
glue ( x _ 1 ) AND award . theme ( x _ 3 , x _ 1 ) AND award . recipient ( x _ 3 , Liam )
|
in_distribution
|
The brain was adored .
|
* brain ( x _ 1 ) ; adore . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
A rose was drawn by Emma .
|
rose ( x _ 1 ) AND draw . theme ( x _ 3 , x _ 1 ) AND draw . agent ( x _ 3 , Emma )
|
in_distribution
|
Jacob liked that James loved Liam .
|
like . agent ( x _ 1 , Jacob ) AND like . ccomp ( x _ 1 , x _ 4 ) AND love . agent ( x _ 4 , James ) AND love . theme ( x _ 4 , Liam )
|
in_distribution
|
Addison declared that the box was appreciated .
|
* box ( x _ 4 ) ; declare . agent ( x _ 1 , Addison ) AND declare . ccomp ( x _ 1 , x _ 6 ) AND appreciate . theme ( x _ 6 , x _ 4 )
|
in_distribution
|
Emma was sent the cake in a car by the boy .
|
* cake ( x _ 4 ) ; * boy ( x _ 10 ) ; send . recipient ( x _ 2 , Emma ) AND send . theme ( x _ 2 , x _ 4 ) AND send . agent ( x _ 2 , x _ 10 ) AND cake . nmod . in ( x _ 4 , x _ 7 ) AND car ( x _ 7 )
|
in_distribution
|
A liver was broken by a boy .
|
liver ( x _ 1 ) AND break . theme ( x _ 3 , x _ 1 ) AND break . agent ( x _ 3 , x _ 6 ) AND boy ( x _ 6 )
|
in_distribution
|
A cookie was drawn by Nathan .
|
cookie ( x _ 1 ) AND draw . theme ( x _ 3 , x _ 1 ) AND draw . agent ( x _ 3 , Nathan )
|
in_distribution
|
Riley rented the girl a box beside a table .
|
* girl ( x _ 3 ) ; rent . agent ( x _ 1 , Riley ) AND rent . recipient ( x _ 1 , x _ 3 ) AND rent . theme ( x _ 1 , x _ 5 ) AND box ( x _ 5 ) AND box . nmod . beside ( x _ 5 , x _ 8 ) AND table ( x _ 8 )
|
in_distribution
|
Riley wanted to nap .
|
want . agent ( x _ 1 , Riley ) AND want . xcomp ( x _ 1 , x _ 3 ) AND nap . agent ( x _ 3 , Riley )
|
in_distribution
|
The raisin was examined .
|
* raisin ( x _ 1 ) ; examine . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
The cookie was sold to a boy by Emma .
|
* cookie ( x _ 1 ) ; sell . theme ( x _ 3 , x _ 1 ) AND sell . recipient ( x _ 3 , x _ 6 ) AND sell . agent ( x _ 3 , Emma ) AND boy ( x _ 6 )
|
in_distribution
|
Liam slid a boy .
|
slide . agent ( x _ 1 , Liam ) AND slide . theme ( x _ 1 , x _ 3 ) AND boy ( x _ 3 )
|
in_distribution
|
A guy yearned to sleep .
|
guy ( x _ 1 ) AND yearn . agent ( x _ 2 , x _ 1 ) AND yearn . xcomp ( x _ 2 , x _ 4 ) AND sleep . agent ( x _ 4 , x _ 1 )
|
in_distribution
|
The sailor was mailed a cake on the stack .
|
* sailor ( x _ 1 ) ; * stack ( x _ 8 ) ; mail . recipient ( x _ 3 , x _ 1 ) AND mail . theme ( x _ 3 , x _ 5 ) AND cake ( x _ 5 ) AND cake . nmod . on ( x _ 5 , x _ 8 )
|
in_distribution
|
sketch
|
LAMBDA a . LAMBDA b . LAMBDA e . sketch . agent ( e , b ) AND sketch . theme ( e , a )
|
primitive
|
A dog liked the cake .
|
* cake ( x _ 4 ) ; dog ( x _ 1 ) AND like . agent ( x _ 2 , x _ 1 ) AND like . theme ( x _ 2 , x _ 4 )
|
in_distribution
|
The soldier sold a cake on the stool to a girl .
|
* soldier ( x _ 1 ) ; * stool ( x _ 7 ) ; sell . agent ( x _ 2 , x _ 1 ) AND sell . theme ( x _ 2 , x _ 4 ) AND sell . recipient ( x _ 2 , x _ 10 ) AND cake ( x _ 4 ) AND cake . nmod . on ( x _ 4 , x _ 7 ) AND girl ( x _ 10 )
|
in_distribution
|
The boy was given the cookie by a baby .
|
* boy ( x _ 1 ) ; * cookie ( x _ 5 ) ; give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 ) AND give . agent ( x _ 3 , x _ 8 ) AND baby ( x _ 8 )
|
in_distribution
|
The bag was fed to a horse by the girl .
|
* bag ( x _ 1 ) ; * girl ( x _ 9 ) ; feed . theme ( x _ 3 , x _ 1 ) AND feed . recipient ( x _ 3 , x _ 6 ) AND feed . agent ( x _ 3 , x _ 9 ) AND horse ( x _ 6 )
|
in_distribution
|
A rose was tossed by Liam .
|
rose ( x _ 1 ) AND toss . theme ( x _ 3 , x _ 1 ) AND toss . agent ( x _ 3 , Liam )
|
in_distribution
|
The drink was shortened by the girl .
|
* drink ( x _ 1 ) ; * girl ( x _ 6 ) ; shorten . theme ( x _ 3 , x _ 1 ) AND shorten . agent ( x _ 3 , x _ 6 )
|
in_distribution
|
Lily shortened the rose .
|
* rose ( x _ 3 ) ; shorten . agent ( x _ 1 , Lily ) AND shorten . theme ( x _ 1 , x _ 3 )
|
in_distribution
|
The king called a bowl .
|
* king ( x _ 1 ) ; call . agent ( x _ 2 , x _ 1 ) AND call . theme ( x _ 2 , x _ 4 ) AND bowl ( x _ 4 )
|
in_distribution
|
A boy declared that a basket was painted by the crocodile .
|
* crocodile ( x _ 10 ) ; boy ( x _ 1 ) AND declare . agent ( x _ 2 , x _ 1 ) AND declare . ccomp ( x _ 2 , x _ 7 ) AND basket ( x _ 5 ) AND paint . theme ( x _ 7 , x _ 5 ) AND paint . agent ( x _ 7 , x _ 10 )
|
in_distribution
|
The melon was changed by a girl .
|
* melon ( x _ 1 ) ; change . theme ( x _ 3 , x _ 1 ) AND change . agent ( x _ 3 , x _ 6 ) AND girl ( x _ 6 )
|
in_distribution
|
Emma liked that the nail was liked by the pig .
|
* nail ( x _ 4 ) ; * pig ( x _ 9 ) ; like . agent ( x _ 1 , Emma ) AND like . ccomp ( x _ 1 , x _ 6 ) AND like . theme ( x _ 6 , x _ 4 ) AND like . agent ( x _ 6 , x _ 9 )
|
in_distribution
|
Emma slid the donut .
|
* donut ( x _ 3 ) ; slide . agent ( x _ 1 , Emma ) AND slide . theme ( x _ 1 , x _ 3 )
|
in_distribution
|
The cat helped the chicken on the cookie .
|
* cat ( x _ 1 ) ; * chicken ( x _ 4 ) ; * cookie ( x _ 7 ) ; help . agent ( x _ 2 , x _ 1 ) AND help . theme ( x _ 2 , x _ 4 ) AND chicken . nmod . on ( x _ 4 , x _ 7 )
|
in_distribution
|
Liam was lended the cake in the cot by the girl .
|
* cake ( x _ 4 ) ; * cot ( x _ 7 ) ; * girl ( x _ 10 ) ; lend . recipient ( x _ 2 , Liam ) AND lend . theme ( x _ 2 , x _ 4 ) AND lend . agent ( x _ 2 , x _ 10 ) AND cake . nmod . in ( x _ 4 , x _ 7 )
|
in_distribution
|
A princess rented the girl a balloon on the stool .
|
* girl ( x _ 4 ) ; * stool ( x _ 9 ) ; princess ( x _ 1 ) AND rent . agent ( x _ 2 , x _ 1 ) AND rent . recipient ( x _ 2 , x _ 4 ) AND rent . theme ( x _ 2 , x _ 6 ) AND balloon ( x _ 6 ) AND balloon . nmod . on ( x _ 6 , x _ 9 )
|
in_distribution
|
The flag was frozen .
|
* flag ( x _ 1 ) ; freeze . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
Emma served a donut on the device to a girl .
|
* device ( x _ 6 ) ; serve . agent ( x _ 1 , Emma ) AND serve . theme ( x _ 1 , x _ 3 ) AND serve . recipient ( x _ 1 , x _ 9 ) AND donut ( x _ 3 ) AND donut . nmod . on ( x _ 3 , x _ 6 ) AND girl ( x _ 9 )
|
in_distribution
|
William admired that the cake was painted .
|
* cake ( x _ 4 ) ; admire . agent ( x _ 1 , William ) AND admire . ccomp ( x _ 1 , x _ 6 ) AND paint . theme ( x _ 6 , x _ 4 )
|
in_distribution
|
A girl noticed that Emma liked that the crown rolled .
|
* crown ( x _ 8 ) ; girl ( x _ 1 ) AND notice . agent ( x _ 2 , x _ 1 ) AND notice . ccomp ( x _ 2 , x _ 5 ) AND like . agent ( x _ 5 , Emma ) AND like . ccomp ( x _ 5 , x _ 9 ) AND roll . theme ( x _ 9 , x _ 8 )
|
in_distribution
|
Alexander rolled a box .
|
roll . agent ( x _ 1 , Alexander ) AND roll . theme ( x _ 1 , x _ 3 ) AND box ( x _ 3 )
|
in_distribution
|
The chicken preferred to walk .
|
* chicken ( x _ 1 ) ; prefer . agent ( x _ 2 , x _ 1 ) AND prefer . xcomp ( x _ 2 , x _ 4 ) AND walk . agent ( x _ 4 , x _ 1 )
|
in_distribution
|
A girl was brought a cake by a queen .
|
girl ( x _ 1 ) AND bring . recipient ( x _ 3 , x _ 1 ) AND bring . theme ( x _ 3 , x _ 5 ) AND bring . agent ( x _ 3 , x _ 8 ) AND cake ( x _ 5 ) AND queen ( x _ 8 )
|
in_distribution
|
Emma loaned Liam a toothbrush in the house .
|
* house ( x _ 7 ) ; loan . agent ( x _ 1 , Emma ) AND loan . recipient ( x _ 1 , Liam ) AND loan . theme ( x _ 1 , x _ 4 ) AND toothbrush ( x _ 4 ) AND toothbrush . nmod . in ( x _ 4 , x _ 7 )
|
in_distribution
|
Noah lended a shell in a pit to the girl .
|
* girl ( x _ 9 ) ; lend . agent ( x _ 1 , Noah ) AND lend . theme ( x _ 1 , x _ 3 ) AND lend . recipient ( x _ 1 , x _ 9 ) AND shell ( x _ 3 ) AND shell . nmod . in ( x _ 3 , x _ 6 ) AND pit ( x _ 6 )
|
in_distribution
|
Elijah was given the raisin by a pig .
|
* raisin ( x _ 4 ) ; give . recipient ( x _ 2 , Elijah ) AND give . theme ( x _ 2 , x _ 4 ) AND give . agent ( x _ 2 , x _ 7 ) AND pig ( x _ 7 )
|
in_distribution
|
A raisin was nursed .
|
raisin ( x _ 1 ) AND nurse . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
A writer hoped that the cloud was liked .
|
* cloud ( x _ 5 ) ; writer ( x _ 1 ) AND hope . agent ( x _ 2 , x _ 1 ) AND hope . ccomp ( x _ 2 , x _ 7 ) AND like . theme ( x _ 7 , x _ 5 )
|
in_distribution
|
Olivia expected to sneeze .
|
expect . agent ( x _ 1 , Olivia ) AND expect . xcomp ( x _ 1 , x _ 3 ) AND sneeze . agent ( x _ 3 , Olivia )
|
in_distribution
|
The cake was given to a governor by Isabella .
|
* cake ( x _ 1 ) ; give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 ) AND give . agent ( x _ 3 , Isabella ) AND governor ( x _ 6 )
|
in_distribution
|
The box was rented to a boy by Emma .
|
* box ( x _ 1 ) ; rent . theme ( x _ 3 , x _ 1 ) AND rent . recipient ( x _ 3 , x _ 6 ) AND rent . agent ( x _ 3 , Emma ) AND boy ( x _ 6 )
|
in_distribution
|
Emma heard a girl .
|
hear . agent ( x _ 1 , Emma ) AND hear . theme ( x _ 1 , x _ 3 ) AND girl ( x _ 3 )
|
in_distribution
|
A strawberry was lended to a dog by Liam .
|
strawberry ( x _ 1 ) AND lend . theme ( x _ 3 , x _ 1 ) AND lend . recipient ( x _ 3 , x _ 6 ) AND lend . agent ( x _ 3 , Liam ) AND dog ( x _ 6 )
|
in_distribution
|
A box was missed .
|
box ( x _ 1 ) AND miss . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
Chloe liked that Jayden found the girl .
|
* girl ( x _ 6 ) ; like . agent ( x _ 1 , Chloe ) AND like . ccomp ( x _ 1 , x _ 4 ) AND find . agent ( x _ 4 , Jayden ) AND find . theme ( x _ 4 , x _ 6 )
|
in_distribution
|
A mouse drew the student beside a chair .
|
* student ( x _ 4 ) ; mouse ( x _ 1 ) AND draw . agent ( x _ 2 , x _ 1 ) AND draw . theme ( x _ 2 , x _ 4 ) AND student . nmod . beside ( x _ 4 , x _ 7 ) AND chair ( x _ 7 )
|
in_distribution
|
A girl sold the cake beside a stage to Liam .
|
* cake ( x _ 4 ) ; girl ( x _ 1 ) AND sell . agent ( x _ 2 , x _ 1 ) AND sell . theme ( x _ 2 , x _ 4 ) AND sell . recipient ( x _ 2 , Liam ) AND cake . nmod . beside ( x _ 4 , x _ 7 ) AND stage ( x _ 7 )
|
in_distribution
|
Mason inflated the cake in the house .
|
* cake ( x _ 3 ) ; * house ( x _ 6 ) ; inflate . agent ( x _ 1 , Mason ) AND inflate . theme ( x _ 1 , x _ 3 ) AND cake . nmod . in ( x _ 3 , x _ 6 )
|
in_distribution
|
A present was painted .
|
present ( x _ 1 ) AND paint . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
A girl nursed the boy .
|
* boy ( x _ 4 ) ; girl ( x _ 1 ) AND nurse . agent ( x _ 2 , x _ 1 ) AND nurse . theme ( x _ 2 , x _ 4 )
|
in_distribution
|
A sailor napped .
|
sailor ( x _ 1 ) AND nap . agent ( x _ 2 , x _ 1 )
|
in_distribution
|
Wyatt liked that the block was helped by Emma .
|
* block ( x _ 4 ) ; like . agent ( x _ 1 , Wyatt ) AND like . ccomp ( x _ 1 , x _ 6 ) AND help . theme ( x _ 6 , x _ 4 ) AND help . agent ( x _ 6 , Emma )
|
in_distribution
|
The cake was lended to Camila by Liam .
|
* cake ( x _ 1 ) ; lend . theme ( x _ 3 , x _ 1 ) AND lend . recipient ( x _ 3 , Camila ) AND lend . agent ( x _ 3 , Liam )
|
in_distribution
|
The king saw the girl .
|
* king ( x _ 1 ) ; * girl ( x _ 4 ) ; see . agent ( x _ 2 , x _ 1 ) AND see . theme ( x _ 2 , x _ 4 )
|
in_distribution
|
Emma rolled the cat .
|
* cat ( x _ 3 ) ; roll . agent ( x _ 1 , Emma ) AND roll . theme ( x _ 1 , x _ 3 )
|
in_distribution
|
The cake was dusted by Bella .
|
* cake ( x _ 1 ) ; dust . theme ( x _ 3 , x _ 1 ) AND dust . agent ( x _ 3 , Bella )
|
in_distribution
|
Emma was lended the watch by a lion .
|
* watch ( x _ 4 ) ; lend . recipient ( x _ 2 , Emma ) AND lend . theme ( x _ 2 , x _ 4 ) AND lend . agent ( x _ 2 , x _ 7 ) AND lion ( x _ 7 )
|
in_distribution
|
A girl meant that Mia thought that the present was liked .
|
* present ( x _ 8 ) ; girl ( x _ 1 ) AND mean . agent ( x _ 2 , x _ 1 ) AND mean . ccomp ( x _ 2 , x _ 5 ) AND think . agent ( x _ 5 , Mia ) AND think . ccomp ( x _ 5 , x _ 10 ) AND like . theme ( x _ 10 , x _ 8 )
|
in_distribution
|
A duck awarded a girl a cake .
|
duck ( x _ 1 ) AND award . agent ( x _ 2 , x _ 1 ) AND award . recipient ( x _ 2 , x _ 4 ) AND award . theme ( x _ 2 , x _ 6 ) AND girl ( x _ 4 ) AND cake ( x _ 6 )
|
in_distribution
|
Mila sold a cat a cookie .
|
sell . agent ( x _ 1 , Mila ) AND sell . recipient ( x _ 1 , x _ 3 ) AND sell . theme ( x _ 1 , x _ 5 ) AND cat ( x _ 3 ) AND cookie ( x _ 5 )
|
in_distribution
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.