input
stringlengths
3
103
output
stringlengths
3
435
domain
stringclasses
14 values
A cake was broken .
cake ( x _ 1 ) AND break . theme ( x _ 3 , x _ 1 )
in_distribution
A box was doubled .
box ( x _ 1 ) AND double . theme ( x _ 3 , x _ 1 )
in_distribution
The cake was liked by a giraffe .
* cake ( x _ 1 ) ; like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , x _ 6 ) AND giraffe ( x _ 6 )
in_distribution
A drink was helped .
drink ( x _ 1 ) AND help . theme ( x _ 3 , x _ 1 )
in_distribution
A girl ate the lawyer .
* lawyer ( x _ 4 ) ; girl ( x _ 1 ) AND eat . agent ( x _ 2 , x _ 1 ) AND eat . theme ( x _ 2 , x _ 4 )
in_distribution
A mouse wanted to walk .
mouse ( x _ 1 ) AND want . agent ( x _ 2 , x _ 1 ) AND want . xcomp ( x _ 2 , x _ 4 ) AND walk . agent ( x _ 4 , x _ 1 )
in_distribution
The cookie was examined by the boy .
* cookie ( x _ 1 ) ; * boy ( x _ 6 ) ; examine . theme ( x _ 3 , x _ 1 ) AND examine . agent ( x _ 3 , x _ 6 )
in_distribution
A raisin was given to a girl .
raisin ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 ) AND girl ( x _ 6 )
in_distribution
A girl drew Emma .
girl ( x _ 1 ) AND draw . agent ( x _ 2 , x _ 1 ) AND draw . theme ( x _ 2 , Emma )
in_distribution
The game rolled .
* game ( x _ 1 ) ; roll . theme ( x _ 2 , x _ 1 )
in_distribution
A mouse gave the raisin to the girl .
* raisin ( x _ 4 ) ; * girl ( x _ 7 ) ; mouse ( x _ 1 ) AND give . agent ( x _ 2 , x _ 1 ) AND give . theme ( x _ 2 , x _ 4 ) AND give . recipient ( x _ 2 , x _ 7 )
in_distribution
A rose was juggled .
rose ( x _ 1 ) AND juggle . theme ( x _ 3 , x _ 1 )
in_distribution
Aria needed to run .
need . agent ( x _ 1 , Aria ) AND need . xcomp ( x _ 1 , x _ 3 ) AND run . agent ( x _ 3 , Aria )
in_distribution
A cat called .
cat ( x _ 1 ) AND call . agent ( x _ 2 , x _ 1 )
in_distribution
The doll was sketched .
* doll ( x _ 1 ) ; sketch . theme ( x _ 3 , x _ 1 )
in_distribution
A cake was wired to Emma .
cake ( x _ 1 ) AND wire . theme ( x _ 3 , x _ 1 ) AND wire . recipient ( x _ 3 , Emma )
in_distribution
A boy changed .
boy ( x _ 1 ) AND change . theme ( x _ 2 , x _ 1 )
in_distribution
A girl found a strawberry .
girl ( x _ 1 ) AND find . agent ( x _ 2 , x _ 1 ) AND find . theme ( x _ 2 , x _ 4 ) AND strawberry ( x _ 4 )
in_distribution
A cake was noticed by Emma .
cake ( x _ 1 ) AND notice . theme ( x _ 3 , x _ 1 ) AND notice . agent ( x _ 3 , Emma )
in_distribution
The cake was forwarded to a girl by Jack .
* cake ( x _ 1 ) ; forward . theme ( x _ 3 , x _ 1 ) AND forward . recipient ( x _ 3 , x _ 6 ) AND forward . agent ( x _ 3 , Jack ) AND girl ( x _ 6 )
in_distribution
The cookie was hunted .
* cookie ( x _ 1 ) ; hunt . theme ( x _ 3 , x _ 1 )
in_distribution
A coin enlarged .
coin ( x _ 1 ) AND enlarge . theme ( x _ 2 , x _ 1 )
in_distribution
The donut was given to a turkey .
* donut ( x _ 1 ) ; give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 ) AND turkey ( x _ 6 )
in_distribution
Noah grew the pizza .
* pizza ( x _ 3 ) ; grow . agent ( x _ 1 , Noah ) AND grow . theme ( x _ 1 , x _ 3 )
in_distribution
The radio was frozen .
* radio ( x _ 1 ) ; freeze . theme ( x _ 3 , x _ 1 )
in_distribution
The box was given to the frog by Benjamin .
* box ( x _ 1 ) ; * frog ( x _ 6 ) ; give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 ) AND give . agent ( x _ 3 , Benjamin )
in_distribution
A boy found a beer on the stage .
* stage ( x _ 7 ) ; boy ( x _ 1 ) AND find . agent ( x _ 2 , x _ 1 ) AND find . theme ( x _ 2 , x _ 4 ) AND beer ( x _ 4 ) AND beer . nmod . on ( x _ 4 , x _ 7 )
in_distribution
Dylan slept .
sleep . agent ( x _ 1 , Dylan )
in_distribution
The brain was pierced .
* brain ( x _ 1 ) ; pierce . theme ( x _ 3 , x _ 1 )
in_distribution
The horse liked a rose .
* horse ( x _ 1 ) ; like . agent ( x _ 2 , x _ 1 ) AND like . theme ( x _ 2 , x _ 4 ) AND rose ( x _ 4 )
in_distribution
The director liked that a cake was served to the visitor .
* director ( x _ 1 ) ; * visitor ( x _ 10 ) ; like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 7 ) AND cake ( x _ 5 ) AND serve . theme ( x _ 7 , x _ 5 ) AND serve . recipient ( x _ 7 , x _ 10 )
in_distribution
Harper respected that Isabella wanted to read .
respect . agent ( x _ 1 , Harper ) AND respect . ccomp ( x _ 1 , x _ 4 ) AND want . agent ( x _ 4 , Isabella ) AND want . xcomp ( x _ 4 , x _ 6 ) AND read . agent ( x _ 6 , Isabella )
in_distribution
The cookie was given to a girl by Liam .
* cookie ( x _ 1 ) ; give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 ) AND give . agent ( x _ 3 , Liam ) AND girl ( x _ 6 )
in_distribution
Sophia helped the frog beside the car .
* frog ( x _ 3 ) ; * car ( x _ 6 ) ; help . agent ( x _ 1 , Sophia ) AND help . theme ( x _ 1 , x _ 3 ) AND frog . nmod . beside ( x _ 3 , x _ 6 )
in_distribution
Grace returned a girl the cake .
* cake ( x _ 5 ) ; return . agent ( x _ 1 , Grace ) AND return . recipient ( x _ 1 , x _ 3 ) AND return . theme ( x _ 1 , x _ 5 ) AND girl ( x _ 3 )
in_distribution
Anthony discovered the box .
* box ( x _ 3 ) ; discover . agent ( x _ 1 , Anthony ) AND discover . theme ( x _ 1 , x _ 3 )
in_distribution
A dog gave a girl the cake beside the bed on a chair .
* cake ( x _ 6 ) ; * bed ( x _ 9 ) ; dog ( x _ 1 ) AND give . agent ( x _ 2 , x _ 1 ) AND give . recipient ( x _ 2 , x _ 4 ) AND give . theme ( x _ 2 , x _ 6 ) AND girl ( x _ 4 ) AND cake . nmod . beside ( x _ 6 , x _ 9 ) AND bed . nmod . on ( x _ 9 , x _ 12 ) AND chair ( x _ 12 )
in_distribution
A cat liked the girl .
* girl ( x _ 4 ) ; cat ( x _ 1 ) AND like . agent ( x _ 2 , x _ 1 ) AND like . theme ( x _ 2 , x _ 4 )
in_distribution
A shoe was loaned to Emma by Benjamin .
shoe ( x _ 1 ) AND loan . theme ( x _ 3 , x _ 1 ) AND loan . recipient ( x _ 3 , Emma ) AND loan . agent ( x _ 3 , Benjamin )
in_distribution
A boy wanted to dance .
boy ( x _ 1 ) AND want . agent ( x _ 2 , x _ 1 ) AND want . xcomp ( x _ 2 , x _ 4 ) AND dance . agent ( x _ 4 , x _ 1 )
in_distribution
A bear liked that Olivia drew .
bear ( x _ 1 ) AND like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 5 ) AND draw . agent ( x _ 5 , Olivia )
in_distribution
The donut was respected by the girl .
* donut ( x _ 1 ) ; * girl ( x _ 6 ) ; respect . theme ( x _ 3 , x _ 1 ) AND respect . agent ( x _ 3 , x _ 6 )
in_distribution
The pancake broke .
* pancake ( x _ 1 ) ; break . theme ( x _ 2 , x _ 1 )
in_distribution
The donut was tolerated by Noah .
* donut ( x _ 1 ) ; tolerate . theme ( x _ 3 , x _ 1 ) AND tolerate . agent ( x _ 3 , Noah )
in_distribution
The crown was liked by Emma .
* crown ( x _ 1 ) ; like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , Emma )
in_distribution
The boy awarded a dog a scarf .
* boy ( x _ 1 ) ; award . agent ( x _ 2 , x _ 1 ) AND award . recipient ( x _ 2 , x _ 4 ) AND award . theme ( x _ 2 , x _ 6 ) AND dog ( x _ 4 ) AND scarf ( x _ 6 )
in_distribution
A flag was sketched by Liam .
flag ( x _ 1 ) AND sketch . theme ( x _ 3 , x _ 1 ) AND sketch . agent ( x _ 3 , Liam )
in_distribution
The hen liked the donut .
* hen ( x _ 1 ) ; * donut ( x _ 4 ) ; like . agent ( x _ 2 , x _ 1 ) AND like . theme ( x _ 2 , x _ 4 )
in_distribution
A donut was rented to the journalist .
* journalist ( x _ 6 ) ; donut ( x _ 1 ) AND rent . theme ( x _ 3 , x _ 1 ) AND rent . recipient ( x _ 3 , x _ 6 )
in_distribution
Isabella forwarded the cake to Ava .
* cake ( x _ 3 ) ; forward . agent ( x _ 1 , Isabella ) AND forward . theme ( x _ 1 , x _ 3 ) AND forward . recipient ( x _ 1 , Ava )
in_distribution
The boy sketched the cake in a house .
* boy ( x _ 1 ) ; * cake ( x _ 4 ) ; sketch . agent ( x _ 2 , x _ 1 ) AND sketch . theme ( x _ 2 , x _ 4 ) AND cake . nmod . in ( x _ 4 , x _ 7 ) AND house ( x _ 7 )
in_distribution
A baby gave the girl a donut .
* girl ( x _ 4 ) ; baby ( x _ 1 ) AND give . agent ( x _ 2 , x _ 1 ) AND give . recipient ( x _ 2 , x _ 4 ) AND give . theme ( x _ 2 , x _ 6 ) AND donut ( x _ 6 )
in_distribution
The scarf was liked .
* scarf ( x _ 1 ) ; like . theme ( x _ 3 , x _ 1 )
in_distribution
A cake was eaten by a visitor .
cake ( x _ 1 ) AND eat . theme ( x _ 3 , x _ 1 ) AND eat . agent ( x _ 3 , x _ 6 ) AND visitor ( x _ 6 )
in_distribution
A biscuit was given to Liam .
biscuit ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , Liam )
in_distribution
A girl missed Emma .
girl ( x _ 1 ) AND miss . agent ( x _ 2 , x _ 1 ) AND miss . theme ( x _ 2 , Emma )
in_distribution
A book was broken by William .
book ( x _ 1 ) AND break . theme ( x _ 3 , x _ 1 ) AND break . agent ( x _ 3 , William )
in_distribution
A brick was given to the manager by William .
* manager ( x _ 6 ) ; brick ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 ) AND give . agent ( x _ 3 , William )
in_distribution
Ethan gave a boy the cake in the house .
* cake ( x _ 5 ) ; * house ( x _ 8 ) ; give . agent ( x _ 1 , Ethan ) AND give . recipient ( x _ 1 , x _ 3 ) AND give . theme ( x _ 1 , x _ 5 ) AND boy ( x _ 3 ) AND cake . nmod . in ( x _ 5 , x _ 8 )
in_distribution
A boy was given the cake beside the bat .
* cake ( x _ 5 ) ; * bat ( x _ 8 ) ; boy ( x _ 1 ) AND give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 ) AND cake . nmod . beside ( x _ 5 , x _ 8 )
in_distribution
A guard danced .
guard ( x _ 1 ) AND dance . agent ( x _ 2 , x _ 1 )
in_distribution
A crown was grown by Olivia .
crown ( x _ 1 ) AND grow . theme ( x _ 3 , x _ 1 ) AND grow . agent ( x _ 3 , Olivia )
in_distribution
Emma valued the cake on the stage .
* cake ( x _ 3 ) ; * stage ( x _ 6 ) ; value . agent ( x _ 1 , Emma ) AND value . theme ( x _ 1 , x _ 3 ) AND cake . nmod . on ( x _ 3 , x _ 6 )
in_distribution
Oliver nursed the girl beside a road .
* girl ( x _ 3 ) ; nurse . agent ( x _ 1 , Oliver ) AND nurse . theme ( x _ 1 , x _ 3 ) AND girl . nmod . beside ( x _ 3 , x _ 6 ) AND road ( x _ 6 )
in_distribution
A melon was given to Noah .
melon ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , Noah )
in_distribution
A teacher attempted to walk .
teacher ( x _ 1 ) AND attempt . agent ( x _ 2 , x _ 1 ) AND attempt . xcomp ( x _ 2 , x _ 4 ) AND walk . agent ( x _ 4 , x _ 1 )
in_distribution
A tool was worshipped .
tool ( x _ 1 ) AND worship . theme ( x _ 3 , x _ 1 )
in_distribution
The girl liked Hazel .
* girl ( x _ 1 ) ; like . agent ( x _ 2 , x _ 1 ) AND like . theme ( x _ 2 , Hazel )
in_distribution
Liam believed that the researcher was given a box by a boy .
* researcher ( x _ 4 ) ; believe . agent ( x _ 1 , Liam ) AND believe . ccomp ( x _ 1 , x _ 6 ) AND give . recipient ( x _ 6 , x _ 4 ) AND give . theme ( x _ 6 , x _ 8 ) AND give . agent ( x _ 6 , x _ 11 ) AND box ( x _ 8 ) AND boy ( x _ 11 )
in_distribution
A hen cleaned .
hen ( x _ 1 ) AND clean . agent ( x _ 2 , x _ 1 )
in_distribution
The girl gave Scarlett the melon beside the table .
* girl ( x _ 1 ) ; * melon ( x _ 5 ) ; * table ( x _ 8 ) ; give . agent ( x _ 2 , x _ 1 ) AND give . recipient ( x _ 2 , Scarlett ) AND give . theme ( x _ 2 , x _ 5 ) AND melon . nmod . beside ( x _ 5 , x _ 8 )
in_distribution
A frog rolled the cookie beside the stage .
* cookie ( x _ 4 ) ; * stage ( x _ 7 ) ; frog ( x _ 1 ) AND roll . agent ( x _ 2 , x _ 1 ) AND roll . theme ( x _ 2 , x _ 4 ) AND cookie . nmod . beside ( x _ 4 , x _ 7 )
in_distribution
James appreciated the baby beside the bottle .
* baby ( x _ 3 ) ; * bottle ( x _ 6 ) ; appreciate . agent ( x _ 1 , James ) AND appreciate . theme ( x _ 1 , x _ 3 ) AND baby . nmod . beside ( x _ 3 , x _ 6 )
in_distribution
The yogurt was noticed .
* yogurt ( x _ 1 ) ; notice . theme ( x _ 3 , x _ 1 )
in_distribution
William hoped that Liam was given the cake beside a poster by Emma .
* cake ( x _ 7 ) ; hope . agent ( x _ 1 , William ) AND hope . ccomp ( x _ 1 , x _ 5 ) AND give . recipient ( x _ 5 , Liam ) AND give . theme ( x _ 5 , x _ 7 ) AND give . agent ( x _ 5 , Emma ) AND cake . nmod . beside ( x _ 7 , x _ 10 ) AND poster ( x _ 10 )
in_distribution
The strawberry was helped by a girl .
* strawberry ( x _ 1 ) ; help . theme ( x _ 3 , x _ 1 ) AND help . agent ( x _ 3 , x _ 6 ) AND girl ( x _ 6 )
in_distribution
A moose gave a box in the house to Emma .
* house ( x _ 7 ) ; moose ( x _ 1 ) AND give . agent ( x _ 2 , x _ 1 ) AND give . theme ( x _ 2 , x _ 4 ) AND give . recipient ( x _ 2 , Emma ) AND box ( x _ 4 ) AND box . nmod . in ( x _ 4 , x _ 7 )
in_distribution
A box was burned by the monster .
* monster ( x _ 6 ) ; box ( x _ 1 ) AND burn . theme ( x _ 3 , x _ 1 ) AND burn . agent ( x _ 3 , x _ 6 )
in_distribution
A boy liked that Emma cried .
boy ( x _ 1 ) AND like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 5 ) AND cry . agent ( x _ 5 , Emma )
in_distribution
The horse liked that Mia liked that a cookie was rolled .
* horse ( x _ 1 ) ; like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 5 ) AND like . agent ( x _ 5 , Mia ) AND like . ccomp ( x _ 5 , x _ 10 ) AND cookie ( x _ 8 ) AND roll . theme ( x _ 10 , x _ 8 )
in_distribution
The scarf was rolled .
* scarf ( x _ 1 ) ; roll . theme ( x _ 3 , x _ 1 )
in_distribution
Emma hoped that Isabella sent a donut to a boy .
hope . agent ( x _ 1 , Emma ) AND hope . ccomp ( x _ 1 , x _ 4 ) AND send . agent ( x _ 4 , Isabella ) AND send . theme ( x _ 4 , x _ 6 ) AND send . recipient ( x _ 4 , x _ 9 ) AND donut ( x _ 6 ) AND boy ( x _ 9 )
in_distribution
Harper respected that a donkey crumpled .
respect . agent ( x _ 1 , Harper ) AND respect . ccomp ( x _ 1 , x _ 5 ) AND donkey ( x _ 4 ) AND crumple . theme ( x _ 5 , x _ 4 )
in_distribution
The girl liked that Eleanor sent Emma the ball on a seat .
* girl ( x _ 1 ) ; * ball ( x _ 8 ) ; like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 5 ) AND send . agent ( x _ 5 , Eleanor ) AND send . recipient ( x _ 5 , Emma ) AND send . theme ( x _ 5 , x _ 8 ) AND ball . nmod . on ( x _ 8 , x _ 11 ) AND seat ( x _ 11 )
in_distribution
Caleb preferred to sneeze .
prefer . agent ( x _ 1 , Caleb ) AND prefer . xcomp ( x _ 1 , x _ 3 ) AND sneeze . agent ( x _ 3 , Caleb )
in_distribution
The girl rolled a cake beside the machine .
* girl ( x _ 1 ) ; * machine ( x _ 7 ) ; roll . agent ( x _ 2 , x _ 1 ) AND roll . theme ( x _ 2 , x _ 4 ) AND cake ( x _ 4 ) AND cake . nmod . beside ( x _ 4 , x _ 7 )
in_distribution
The bucket rolled .
* bucket ( x _ 1 ) ; roll . theme ( x _ 2 , x _ 1 )
in_distribution
A sweetcorn rolled .
sweetcorn ( x _ 1 ) AND roll . theme ( x _ 2 , x _ 1 )
in_distribution
The pizza was missed by a frog .
* pizza ( x _ 1 ) ; miss . theme ( x _ 3 , x _ 1 ) AND miss . agent ( x _ 3 , x _ 6 ) AND frog ( x _ 6 )
in_distribution
A manager said that Emma was posted a donut .
manager ( x _ 1 ) AND say . agent ( x _ 2 , x _ 1 ) AND say . ccomp ( x _ 2 , x _ 6 ) AND post . recipient ( x _ 6 , Emma ) AND post . theme ( x _ 6 , x _ 8 ) AND donut ( x _ 8 )
in_distribution
A duck was rented a cookie beside a cylinder .
duck ( x _ 1 ) AND rent . recipient ( x _ 3 , x _ 1 ) AND rent . theme ( x _ 3 , x _ 5 ) AND cookie ( x _ 5 ) AND cookie . nmod . beside ( x _ 5 , x _ 8 ) AND cylinder ( x _ 8 )
in_distribution
A cat expected to walk .
cat ( x _ 1 ) AND expect . agent ( x _ 2 , x _ 1 ) AND expect . xcomp ( x _ 2 , x _ 4 ) AND walk . agent ( x _ 4 , x _ 1 )
in_distribution
A girl tolerated the cake .
* cake ( x _ 4 ) ; girl ( x _ 1 ) AND tolerate . agent ( x _ 2 , x _ 1 ) AND tolerate . theme ( x _ 2 , x _ 4 )
in_distribution
The block was given to Olivia .
* block ( x _ 1 ) ; give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , Olivia )
in_distribution
A block was eaten by a girl .
block ( x _ 1 ) AND eat . theme ( x _ 3 , x _ 1 ) AND eat . agent ( x _ 3 , x _ 6 ) AND girl ( x _ 6 )
in_distribution
A rose was posted to the buyer .
* buyer ( x _ 6 ) ; rose ( x _ 1 ) AND post . theme ( x _ 3 , x _ 1 ) AND post . recipient ( x _ 3 , x _ 6 )
in_distribution
A mouse heard .
mouse ( x _ 1 ) AND hear . agent ( x _ 2 , x _ 1 )
in_distribution
The cat walked .
* cat ( x _ 1 ) ; walk . agent ( x _ 2 , x _ 1 )
in_distribution
The boy noticed .
* boy ( x _ 1 ) ; notice . agent ( x _ 2 , x _ 1 )
in_distribution
Aiden was offered the box .
* box ( x _ 4 ) ; offer . recipient ( x _ 2 , Aiden ) AND offer . theme ( x _ 2 , x _ 4 )
in_distribution