input
stringlengths 3
103
| output
stringlengths 3
435
| domain
stringclasses 14
values |
---|---|---|
Henry liked a girl .
|
like . agent ( x _ 1 , Henry ) AND like . theme ( x _ 1 , x _ 3 ) AND girl ( x _ 3 )
|
in_distribution
|
The cake was found by Avery .
|
* cake ( x _ 1 ) ; find . theme ( x _ 3 , x _ 1 ) AND find . agent ( x _ 3 , Avery )
|
in_distribution
|
The rose was frozen by Ella .
|
* rose ( x _ 1 ) ; freeze . theme ( x _ 3 , x _ 1 ) AND freeze . agent ( x _ 3 , Ella )
|
in_distribution
|
A sandwich was passed to Harper .
|
sandwich ( x _ 1 ) AND pass . theme ( x _ 3 , x _ 1 ) AND pass . recipient ( x _ 3 , Harper )
|
in_distribution
|
Skylar mailed the cake to Liam .
|
* cake ( x _ 3 ) ; mail . agent ( x _ 1 , Skylar ) AND mail . theme ( x _ 1 , x _ 3 ) AND mail . recipient ( x _ 1 , Liam )
|
in_distribution
|
Bella needed to call .
|
need . agent ( x _ 1 , Bella ) AND need . xcomp ( x _ 1 , x _ 3 ) AND call . agent ( x _ 3 , Bella )
|
in_distribution
|
The bunny lended the donut beside the road to a boy .
|
* bunny ( x _ 1 ) ; * donut ( x _ 4 ) ; * road ( x _ 7 ) ; lend . agent ( x _ 2 , x _ 1 ) AND lend . theme ( x _ 2 , x _ 4 ) AND lend . recipient ( x _ 2 , x _ 10 ) AND donut . nmod . beside ( x _ 4 , x _ 7 ) AND boy ( x _ 10 )
|
in_distribution
|
Liam lended the baby a donut in the bag .
|
* baby ( x _ 3 ) ; * bag ( x _ 8 ) ; lend . agent ( x _ 1 , Liam ) AND lend . recipient ( x _ 1 , x _ 3 ) AND lend . theme ( x _ 1 , x _ 5 ) AND donut ( x _ 5 ) AND donut . nmod . in ( x _ 5 , x _ 8 )
|
in_distribution
|
The girl admired that Joshua was given the glue .
|
* girl ( x _ 1 ) ; * glue ( x _ 8 ) ; admire . agent ( x _ 2 , x _ 1 ) AND admire . ccomp ( x _ 2 , x _ 6 ) AND give . recipient ( x _ 6 , Joshua ) AND give . theme ( x _ 6 , x _ 8 )
|
in_distribution
|
The girl doubled a cake .
|
* girl ( x _ 1 ) ; double . agent ( x _ 2 , x _ 1 ) AND double . theme ( x _ 2 , x _ 4 ) AND cake ( x _ 4 )
|
in_distribution
|
A present was given to Charlotte by the girl .
|
* girl ( x _ 8 ) ; present ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , Charlotte ) AND give . agent ( x _ 3 , x _ 8 )
|
in_distribution
|
The cake was slid by Camila .
|
* cake ( x _ 1 ) ; slide . theme ( x _ 3 , x _ 1 ) AND slide . agent ( x _ 3 , Camila )
|
in_distribution
|
The cookie was missed .
|
* cookie ( x _ 1 ) ; miss . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
A chair was rented to Emma by a cat .
|
chair ( x _ 1 ) AND rent . theme ( x _ 3 , x _ 1 ) AND rent . recipient ( x _ 3 , Emma ) AND rent . agent ( x _ 3 , x _ 8 ) AND cat ( x _ 8 )
|
in_distribution
|
A chalk was seen by the monkey .
|
* monkey ( x _ 6 ) ; chalk ( x _ 1 ) AND see . theme ( x _ 3 , x _ 1 ) AND see . agent ( x _ 3 , x _ 6 )
|
in_distribution
|
A boy burned a girl .
|
boy ( x _ 1 ) AND burn . agent ( x _ 2 , x _ 1 ) AND burn . theme ( x _ 2 , x _ 4 ) AND girl ( x _ 4 )
|
in_distribution
|
A cake was sent to the girl by Emma .
|
* girl ( x _ 6 ) ; cake ( x _ 1 ) AND send . theme ( x _ 3 , x _ 1 ) AND send . recipient ( x _ 3 , x _ 6 ) AND send . agent ( x _ 3 , Emma )
|
in_distribution
|
The rose was tolerated .
|
* rose ( x _ 1 ) ; tolerate . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
Jack liked a drink .
|
like . agent ( x _ 1 , Jack ) AND like . theme ( x _ 1 , x _ 3 ) AND drink ( x _ 3 )
|
in_distribution
|
Lucas was brought the cake .
|
* cake ( x _ 4 ) ; bring . recipient ( x _ 2 , Lucas ) AND bring . theme ( x _ 2 , x _ 4 )
|
in_distribution
|
Eleanor was offered the ball .
|
* ball ( x _ 4 ) ; offer . recipient ( x _ 2 , Eleanor ) AND offer . theme ( x _ 2 , x _ 4 )
|
in_distribution
|
The director liked that Olivia lended the baby the cake on the table in the microwave .
|
* director ( x _ 1 ) ; * baby ( x _ 7 ) ; * cake ( x _ 9 ) ; * table ( x _ 12 ) ; * microwave ( x _ 15 ) ; like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 5 ) AND lend . agent ( x _ 5 , Olivia ) AND lend . recipient ( x _ 5 , x _ 7 ) AND lend . theme ( x _ 5 , x _ 9 ) AND cake . nmod . on ( x _ 9 , x _ 12 ) AND table . nmod . in ( x _ 12 , x _ 15 )
|
in_distribution
|
Jack noticed that the plant was eaten by Liam .
|
* plant ( x _ 4 ) ; notice . agent ( x _ 1 , Jack ) AND notice . ccomp ( x _ 1 , x _ 6 ) AND eat . theme ( x _ 6 , x _ 4 ) AND eat . agent ( x _ 6 , Liam )
|
in_distribution
|
A cat liked that the girl liked a purse .
|
* girl ( x _ 5 ) ; cat ( x _ 1 ) AND like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 6 ) AND like . agent ( x _ 6 , x _ 5 ) AND like . theme ( x _ 6 , x _ 8 ) AND purse ( x _ 8 )
|
in_distribution
|
Emma gave a cake to Madison .
|
give . agent ( x _ 1 , Emma ) AND give . theme ( x _ 1 , x _ 3 ) AND give . recipient ( x _ 1 , Madison ) AND cake ( x _ 3 )
|
in_distribution
|
The baby slipped the drink to Carter .
|
* baby ( x _ 1 ) ; * drink ( x _ 4 ) ; slip . agent ( x _ 2 , x _ 1 ) AND slip . theme ( x _ 2 , x _ 4 ) AND slip . recipient ( x _ 2 , Carter )
|
in_distribution
|
A pen was liked .
|
pen ( x _ 1 ) AND like . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
Olivia was handed a drink beside the table .
|
* table ( x _ 7 ) ; hand . recipient ( x _ 2 , Olivia ) AND hand . theme ( x _ 2 , x _ 4 ) AND drink ( x _ 4 ) AND drink . nmod . beside ( x _ 4 , x _ 7 )
|
in_distribution
|
Emma poked the soldier .
|
* soldier ( x _ 3 ) ; poke . agent ( x _ 1 , Emma ) AND poke . theme ( x _ 1 , x _ 3 )
|
in_distribution
|
Aria was served a sandwich on a surface by the dog .
|
* dog ( x _ 10 ) ; serve . recipient ( x _ 2 , Aria ) AND serve . theme ( x _ 2 , x _ 4 ) AND serve . agent ( x _ 2 , x _ 10 ) AND sandwich ( x _ 4 ) AND sandwich . nmod . on ( x _ 4 , x _ 7 ) AND surface ( x _ 7 )
|
in_distribution
|
Emma liked a pancake in a taxi .
|
like . agent ( x _ 1 , Emma ) AND like . theme ( x _ 1 , x _ 3 ) AND pancake ( x _ 3 ) AND pancake . nmod . in ( x _ 3 , x _ 6 ) AND taxi ( x _ 6 )
|
in_distribution
|
The crocodile returned a girl a donut on the table .
|
* crocodile ( x _ 1 ) ; * table ( x _ 9 ) ; return . agent ( x _ 2 , x _ 1 ) AND return . recipient ( x _ 2 , x _ 4 ) AND return . theme ( x _ 2 , x _ 6 ) AND girl ( x _ 4 ) AND donut ( x _ 6 ) AND donut . nmod . on ( x _ 6 , x _ 9 )
|
in_distribution
|
A baby passed Emma the box .
|
* box ( x _ 5 ) ; baby ( x _ 1 ) AND pass . agent ( x _ 2 , x _ 1 ) AND pass . recipient ( x _ 2 , Emma ) AND pass . theme ( x _ 2 , x _ 5 )
|
in_distribution
|
The girl gave a cake in the house to a bunny .
|
* girl ( x _ 1 ) ; * house ( x _ 7 ) ; give . agent ( x _ 2 , x _ 1 ) AND give . theme ( x _ 2 , x _ 4 ) AND give . recipient ( x _ 2 , x _ 10 ) AND cake ( x _ 4 ) AND cake . nmod . in ( x _ 4 , x _ 7 ) AND bunny ( x _ 10 )
|
in_distribution
|
Noah ate the toothbrush on the stage .
|
* toothbrush ( x _ 3 ) ; * stage ( x _ 6 ) ; eat . agent ( x _ 1 , Noah ) AND eat . theme ( x _ 1 , x _ 3 ) AND toothbrush . nmod . on ( x _ 3 , x _ 6 )
|
in_distribution
|
A box froze .
|
box ( x _ 1 ) AND freeze . theme ( x _ 2 , x _ 1 )
|
in_distribution
|
The dog collapsed a bunny .
|
* dog ( x _ 1 ) ; collapse . agent ( x _ 2 , x _ 1 ) AND collapse . theme ( x _ 2 , x _ 4 ) AND bunny ( x _ 4 )
|
in_distribution
|
A customer rolled a girl .
|
customer ( x _ 1 ) AND roll . agent ( x _ 2 , x _ 1 ) AND roll . theme ( x _ 2 , x _ 4 ) AND girl ( x _ 4 )
|
in_distribution
|
James sold the raisin to the girl .
|
* raisin ( x _ 3 ) ; * girl ( x _ 6 ) ; sell . agent ( x _ 1 , James ) AND sell . theme ( x _ 1 , x _ 3 ) AND sell . recipient ( x _ 1 , x _ 6 )
|
in_distribution
|
A girl was given the cake by Noah .
|
* cake ( x _ 5 ) ; girl ( x _ 1 ) AND give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 ) AND give . agent ( x _ 3 , Noah )
|
in_distribution
|
A cat investigated .
|
cat ( x _ 1 ) AND investigate . agent ( x _ 2 , x _ 1 )
|
in_distribution
|
A bunny brought the girl a cake .
|
* girl ( x _ 4 ) ; bunny ( x _ 1 ) AND bring . agent ( x _ 2 , x _ 1 ) AND bring . recipient ( x _ 2 , x _ 4 ) AND bring . theme ( x _ 2 , x _ 6 ) AND cake ( x _ 6 )
|
in_distribution
|
The teacher hoped that the cake was lended to a girl .
|
* teacher ( x _ 1 ) ; * cake ( x _ 5 ) ; hope . agent ( x _ 2 , x _ 1 ) AND hope . ccomp ( x _ 2 , x _ 7 ) AND lend . theme ( x _ 7 , x _ 5 ) AND lend . recipient ( x _ 7 , x _ 10 ) AND girl ( x _ 10 )
|
in_distribution
|
A child was given a rose on a computer on the stage by a cat .
|
* stage ( x _ 11 ) ; child ( x _ 1 ) AND give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 ) AND give . agent ( x _ 3 , x _ 14 ) AND rose ( x _ 5 ) AND rose . nmod . on ( x _ 5 , x _ 8 ) AND computer ( x _ 8 ) AND computer . nmod . on ( x _ 8 , x _ 11 ) AND cat ( x _ 14 )
|
in_distribution
|
William gave the lion the cake .
|
* lion ( x _ 3 ) ; * cake ( x _ 5 ) ; give . agent ( x _ 1 , William ) AND give . recipient ( x _ 1 , x _ 3 ) AND give . theme ( x _ 1 , x _ 5 )
|
in_distribution
|
The crayon was slid .
|
* crayon ( x _ 1 ) ; slide . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
The glue was frozen by a boy .
|
* glue ( x _ 1 ) ; freeze . theme ( x _ 3 , x _ 1 ) AND freeze . agent ( x _ 3 , x _ 6 ) AND boy ( x _ 6 )
|
in_distribution
|
A cake was slid by Liam .
|
cake ( x _ 1 ) AND slide . theme ( x _ 3 , x _ 1 ) AND slide . agent ( x _ 3 , Liam )
|
in_distribution
|
The donut was lended to Mia .
|
* donut ( x _ 1 ) ; lend . theme ( x _ 3 , x _ 1 ) AND lend . recipient ( x _ 3 , Mia )
|
in_distribution
|
A teacher cleaned the girl in a parcel .
|
* girl ( x _ 4 ) ; teacher ( x _ 1 ) AND clean . agent ( x _ 2 , x _ 1 ) AND clean . theme ( x _ 2 , x _ 4 ) AND girl . nmod . in ( x _ 4 , x _ 7 ) AND parcel ( x _ 7 )
|
in_distribution
|
Charlotte was given a rose on the table by William .
|
* table ( x _ 7 ) ; give . recipient ( x _ 2 , Charlotte ) AND give . theme ( x _ 2 , x _ 4 ) AND give . agent ( x _ 2 , William ) AND rose ( x _ 4 ) AND rose . nmod . on ( x _ 4 , x _ 7 )
|
in_distribution
|
A girl gave Emma the balloon in a crate .
|
* balloon ( x _ 5 ) ; girl ( x _ 1 ) AND give . agent ( x _ 2 , x _ 1 ) AND give . recipient ( x _ 2 , Emma ) AND give . theme ( x _ 2 , x _ 5 ) AND balloon . nmod . in ( x _ 5 , x _ 8 ) AND crate ( x _ 8 )
|
in_distribution
|
A cat liked that the giraffe was posted a newspaper beside a computer by Liam .
|
* giraffe ( x _ 5 ) ; cat ( x _ 1 ) AND like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 7 ) AND post . recipient ( x _ 7 , x _ 5 ) AND post . theme ( x _ 7 , x _ 9 ) AND post . agent ( x _ 7 , Liam ) AND newspaper ( x _ 9 ) AND newspaper . nmod . beside ( x _ 9 , x _ 12 ) AND computer ( x _ 12 )
|
in_distribution
|
Evelyn gave a girl the box on the table .
|
* box ( x _ 5 ) ; * table ( x _ 8 ) ; give . agent ( x _ 1 , Evelyn ) AND give . recipient ( x _ 1 , x _ 3 ) AND give . theme ( x _ 1 , x _ 5 ) AND girl ( x _ 3 ) AND box . nmod . on ( x _ 5 , x _ 8 )
|
in_distribution
|
Emma was mailed the cookie .
|
* cookie ( x _ 4 ) ; mail . recipient ( x _ 2 , Emma ) AND mail . theme ( x _ 2 , x _ 4 )
|
in_distribution
|
The dog liked the sandwich on a table .
|
* dog ( x _ 1 ) ; * sandwich ( x _ 4 ) ; like . agent ( x _ 2 , x _ 1 ) AND like . theme ( x _ 2 , x _ 4 ) AND sandwich . nmod . on ( x _ 4 , x _ 7 ) AND table ( x _ 7 )
|
in_distribution
|
The cake was worshipped by William .
|
* cake ( x _ 1 ) ; worship . theme ( x _ 3 , x _ 1 ) AND worship . agent ( x _ 3 , William )
|
in_distribution
|
A buyer danced .
|
buyer ( x _ 1 ) AND dance . agent ( x _ 2 , x _ 1 )
|
in_distribution
|
The moose noticed that a sandwich was crumpled by the girl .
|
* moose ( x _ 1 ) ; * girl ( x _ 10 ) ; notice . agent ( x _ 2 , x _ 1 ) AND notice . ccomp ( x _ 2 , x _ 7 ) AND sandwich ( x _ 5 ) AND crumple . theme ( x _ 7 , x _ 5 ) AND crumple . agent ( x _ 7 , x _ 10 )
|
in_distribution
|
A boy offered a turkey a ball .
|
boy ( x _ 1 ) AND offer . agent ( x _ 2 , x _ 1 ) AND offer . recipient ( x _ 2 , x _ 4 ) AND offer . theme ( x _ 2 , x _ 6 ) AND turkey ( x _ 4 ) AND ball ( x _ 6 )
|
in_distribution
|
The girl expected that Daniel liked that a weapon was liked .
|
* girl ( x _ 1 ) ; expect . agent ( x _ 2 , x _ 1 ) AND expect . ccomp ( x _ 2 , x _ 5 ) AND like . agent ( x _ 5 , Daniel ) AND like . ccomp ( x _ 5 , x _ 10 ) AND weapon ( x _ 8 ) AND like . theme ( x _ 10 , x _ 8 )
|
in_distribution
|
The cake was liked by a duck .
|
* cake ( x _ 1 ) ; like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , x _ 6 ) AND duck ( x _ 6 )
|
in_distribution
|
Liam froze the giraffe in the glass .
|
* giraffe ( x _ 3 ) ; * glass ( x _ 6 ) ; freeze . agent ( x _ 1 , Liam ) AND freeze . theme ( x _ 1 , x _ 3 ) AND giraffe . nmod . in ( x _ 3 , x _ 6 )
|
in_distribution
|
The boy gave the duck the raisin in the house .
|
* boy ( x _ 1 ) ; * duck ( x _ 4 ) ; * raisin ( x _ 6 ) ; * house ( x _ 9 ) ; give . agent ( x _ 2 , x _ 1 ) AND give . recipient ( x _ 2 , x _ 4 ) AND give . theme ( x _ 2 , x _ 6 ) AND raisin . nmod . in ( x _ 6 , x _ 9 )
|
in_distribution
|
Olivia was given a box beside the book .
|
* book ( x _ 7 ) ; give . recipient ( x _ 2 , Olivia ) AND give . theme ( x _ 2 , x _ 4 ) AND box ( x _ 4 ) AND box . nmod . beside ( x _ 4 , x _ 7 )
|
in_distribution
|
A cake was given to the cat by Noah .
|
* cat ( x _ 6 ) ; cake ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 ) AND give . agent ( x _ 3 , Noah )
|
in_distribution
|
The cookie was heard by a girl .
|
* cookie ( x _ 1 ) ; hear . theme ( x _ 3 , x _ 1 ) AND hear . agent ( x _ 3 , x _ 6 ) AND girl ( x _ 6 )
|
in_distribution
|
A donut was rolled by a cow .
|
donut ( x _ 1 ) AND roll . theme ( x _ 3 , x _ 1 ) AND roll . agent ( x _ 3 , x _ 6 ) AND cow ( x _ 6 )
|
in_distribution
|
A balloon was loved by a boy .
|
balloon ( x _ 1 ) AND love . theme ( x _ 3 , x _ 1 ) AND love . agent ( x _ 3 , x _ 6 ) AND boy ( x _ 6 )
|
in_distribution
|
Aiden ate the donut .
|
* donut ( x _ 3 ) ; eat . agent ( x _ 1 , Aiden ) AND eat . theme ( x _ 1 , x _ 3 )
|
in_distribution
|
A girl was awarded a cake .
|
girl ( x _ 1 ) AND award . recipient ( x _ 3 , x _ 1 ) AND award . theme ( x _ 3 , x _ 5 ) AND cake ( x _ 5 )
|
in_distribution
|
The cake was lended to Sofia .
|
* cake ( x _ 1 ) ; lend . theme ( x _ 3 , x _ 1 ) AND lend . recipient ( x _ 3 , Sofia )
|
in_distribution
|
Emma rolled the cookie .
|
* cookie ( x _ 3 ) ; roll . agent ( x _ 1 , Emma ) AND roll . theme ( x _ 1 , x _ 3 )
|
in_distribution
|
The hammer was tossed by Hazel .
|
* hammer ( x _ 1 ) ; toss . theme ( x _ 3 , x _ 1 ) AND toss . agent ( x _ 3 , Hazel )
|
in_distribution
|
Harper broke Emma .
|
break . agent ( x _ 1 , Harper ) AND break . theme ( x _ 1 , Emma )
|
in_distribution
|
A girl froze a donut in a pit on the counter .
|
* counter ( x _ 10 ) ; girl ( x _ 1 ) AND freeze . agent ( x _ 2 , x _ 1 ) AND freeze . theme ( x _ 2 , x _ 4 ) AND donut ( x _ 4 ) AND donut . nmod . in ( x _ 4 , x _ 7 ) AND pit ( x _ 7 ) AND pit . nmod . on ( x _ 7 , x _ 10 )
|
in_distribution
|
A politician nursed a girl beside a table .
|
politician ( x _ 1 ) AND nurse . agent ( x _ 2 , x _ 1 ) AND nurse . theme ( x _ 2 , x _ 4 ) AND girl ( x _ 4 ) AND girl . nmod . beside ( x _ 4 , x _ 7 ) AND table ( x _ 7 )
|
in_distribution
|
The jacket was cooked by Liam .
|
* jacket ( x _ 1 ) ; cook . theme ( x _ 3 , x _ 1 ) AND cook . agent ( x _ 3 , Liam )
|
in_distribution
|
Olivia was posted the ball in the house .
|
* ball ( x _ 4 ) ; * house ( x _ 7 ) ; post . recipient ( x _ 2 , Olivia ) AND post . theme ( x _ 2 , x _ 4 ) AND ball . nmod . in ( x _ 4 , x _ 7 )
|
in_distribution
|
A spoon was passed to the cat by the girl .
|
* cat ( x _ 6 ) ; * girl ( x _ 9 ) ; spoon ( x _ 1 ) AND pass . theme ( x _ 3 , x _ 1 ) AND pass . recipient ( x _ 3 , x _ 6 ) AND pass . agent ( x _ 3 , x _ 9 )
|
in_distribution
|
Noah painted Emma .
|
paint . agent ( x _ 1 , Noah ) AND paint . theme ( x _ 1 , Emma )
|
in_distribution
|
A basket was changed .
|
basket ( x _ 1 ) AND change . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
Emma was given the cake on the sofa by James .
|
* cake ( x _ 4 ) ; * sofa ( x _ 7 ) ; give . recipient ( x _ 2 , Emma ) AND give . theme ( x _ 2 , x _ 4 ) AND give . agent ( x _ 2 , James ) AND cake . nmod . on ( x _ 4 , x _ 7 )
|
in_distribution
|
A girl was lended a chalk by a dog .
|
girl ( x _ 1 ) AND lend . recipient ( x _ 3 , x _ 1 ) AND lend . theme ( x _ 3 , x _ 5 ) AND lend . agent ( x _ 3 , x _ 8 ) AND chalk ( x _ 5 ) AND dog ( x _ 8 )
|
in_distribution
|
The girl passed the brick on the surface to the lawyer .
|
* girl ( x _ 1 ) ; * brick ( x _ 4 ) ; * surface ( x _ 7 ) ; * lawyer ( x _ 10 ) ; pass . agent ( x _ 2 , x _ 1 ) AND pass . theme ( x _ 2 , x _ 4 ) AND pass . recipient ( x _ 2 , x _ 10 ) AND brick . nmod . on ( x _ 4 , x _ 7 )
|
in_distribution
|
Mila expected to sneeze .
|
expect . agent ( x _ 1 , Mila ) AND expect . xcomp ( x _ 1 , x _ 3 ) AND sneeze . agent ( x _ 3 , Mila )
|
in_distribution
|
A raisin was cleaned .
|
raisin ( x _ 1 ) AND clean . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
A girl loved the cake .
|
* cake ( x _ 4 ) ; girl ( x _ 1 ) AND love . agent ( x _ 2 , x _ 1 ) AND love . theme ( x _ 2 , x _ 4 )
|
in_distribution
|
The professor fed a cake beside the stage to the dog .
|
* professor ( x _ 1 ) ; * stage ( x _ 7 ) ; * dog ( x _ 10 ) ; feed . agent ( x _ 2 , x _ 1 ) AND feed . theme ( x _ 2 , x _ 4 ) AND feed . recipient ( x _ 2 , x _ 10 ) AND cake ( x _ 4 ) AND cake . nmod . beside ( x _ 4 , x _ 7 )
|
in_distribution
|
Sophia lended Abigail the drink on the ladder .
|
* drink ( x _ 4 ) ; * ladder ( x _ 7 ) ; lend . agent ( x _ 1 , Sophia ) AND lend . recipient ( x _ 1 , Abigail ) AND lend . theme ( x _ 1 , x _ 4 ) AND drink . nmod . on ( x _ 4 , x _ 7 )
|
in_distribution
|
Matthew liked the cookie .
|
* cookie ( x _ 3 ) ; like . agent ( x _ 1 , Matthew ) AND like . theme ( x _ 1 , x _ 3 )
|
in_distribution
|
A pumpkin was given to Brooklyn .
|
pumpkin ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , Brooklyn )
|
in_distribution
|
Jaxon needed to eat .
|
need . agent ( x _ 1 , Jaxon ) AND need . xcomp ( x _ 1 , x _ 3 ) AND eat . agent ( x _ 3 , Jaxon )
|
in_distribution
|
A bunny was given the crayon .
|
* crayon ( x _ 5 ) ; bunny ( x _ 1 ) AND give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 )
|
in_distribution
|
Abigail sold Addison a donut in a cupboard .
|
sell . agent ( x _ 1 , Abigail ) AND sell . recipient ( x _ 1 , Addison ) AND sell . theme ( x _ 1 , x _ 4 ) AND donut ( x _ 4 ) AND donut . nmod . in ( x _ 4 , x _ 7 ) AND cupboard ( x _ 7 )
|
in_distribution
|
The jigsaw was valued .
|
* jigsaw ( x _ 1 ) ; value . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
The donut was loved by Liam .
|
* donut ( x _ 1 ) ; love . theme ( x _ 3 , x _ 1 ) AND love . agent ( x _ 3 , Liam )
|
in_distribution
|
Emma was given a cookie on the chair .
|
* chair ( x _ 7 ) ; give . recipient ( x _ 2 , Emma ) AND give . theme ( x _ 2 , x _ 4 ) AND cookie ( x _ 4 ) AND cookie . nmod . on ( x _ 4 , x _ 7 )
|
in_distribution
|
The melon was cleaned by Emma .
|
* melon ( x _ 1 ) ; clean . theme ( x _ 3 , x _ 1 ) AND clean . agent ( x _ 3 , Emma )
|
in_distribution
|
A game was sold to Emma .
|
game ( x _ 1 ) AND sell . theme ( x _ 3 , x _ 1 ) AND sell . recipient ( x _ 3 , Emma )
|
in_distribution
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.