input
stringlengths
3
103
output
stringlengths
3
435
domain
stringclasses
14 values
The melon was inflated .
* melon ( x _ 1 ) ; inflate . theme ( x _ 3 , x _ 1 )
in_distribution
A girl rolled the donut in a cabinet .
* donut ( x _ 4 ) ; girl ( x _ 1 ) AND roll . agent ( x _ 2 , x _ 1 ) AND roll . theme ( x _ 2 , x _ 4 ) AND donut . nmod . in ( x _ 4 , x _ 7 ) AND cabinet ( x _ 7 )
in_distribution
The ball was decomposed by Emma .
* ball ( x _ 1 ) ; decompose . theme ( x _ 3 , x _ 1 ) AND decompose . agent ( x _ 3 , Emma )
in_distribution
The yogurt was frozen by a professor .
* yogurt ( x _ 1 ) ; freeze . theme ( x _ 3 , x _ 1 ) AND freeze . agent ( x _ 3 , x _ 6 ) AND professor ( x _ 6 )
in_distribution
James heard .
hear . agent ( x _ 1 , James )
in_distribution
Sophia rolled a girl .
roll . agent ( x _ 1 , Sophia ) AND roll . theme ( x _ 1 , x _ 3 ) AND girl ( x _ 3 )
in_distribution
A box was enlarged by the boy .
* boy ( x _ 6 ) ; box ( x _ 1 ) AND enlarge . theme ( x _ 3 , x _ 1 ) AND enlarge . agent ( x _ 3 , x _ 6 )
in_distribution
Charlotte loved the cake beside a bed .
* cake ( x _ 3 ) ; love . agent ( x _ 1 , Charlotte ) AND love . theme ( x _ 1 , x _ 3 ) AND cake . nmod . beside ( x _ 3 , x _ 6 ) AND bed ( x _ 6 )
in_distribution
A girl returned Emma the bell in the garden .
* bell ( x _ 5 ) ; * garden ( x _ 8 ) ; girl ( x _ 1 ) AND return . agent ( x _ 2 , x _ 1 ) AND return . recipient ( x _ 2 , Emma ) AND return . theme ( x _ 2 , x _ 5 ) AND bell . nmod . in ( x _ 5 , x _ 8 )
in_distribution
A monster thought that a sandwich was rolled by a prisoner .
monster ( x _ 1 ) AND think . agent ( x _ 2 , x _ 1 ) AND think . ccomp ( x _ 2 , x _ 7 ) AND sandwich ( x _ 5 ) AND roll . theme ( x _ 7 , x _ 5 ) AND roll . agent ( x _ 7 , x _ 10 ) AND prisoner ( x _ 10 )
in_distribution
The cake was passed to Emma .
* cake ( x _ 1 ) ; pass . theme ( x _ 3 , x _ 1 ) AND pass . recipient ( x _ 3 , Emma )
in_distribution
Emma hoped that a teacher dusted the cake beside a table .
* cake ( x _ 7 ) ; hope . agent ( x _ 1 , Emma ) AND hope . ccomp ( x _ 1 , x _ 5 ) AND teacher ( x _ 4 ) AND dust . agent ( x _ 5 , x _ 4 ) AND dust . theme ( x _ 5 , x _ 7 ) AND cake . nmod . beside ( x _ 7 , x _ 10 ) AND table ( x _ 10 )
in_distribution
The drink was sketched .
* drink ( x _ 1 ) ; sketch . theme ( x _ 3 , x _ 1 )
in_distribution
The sheep slept .
* sheep ( x _ 1 ) ; sleep . agent ( x _ 2 , x _ 1 )
in_distribution
A pretzel was pierced by Luke .
pretzel ( x _ 1 ) AND pierce . theme ( x _ 3 , x _ 1 ) AND pierce . agent ( x _ 3 , Luke )
in_distribution
A game was promised to a girl .
game ( x _ 1 ) AND promise . theme ( x _ 3 , x _ 1 ) AND promise . recipient ( x _ 3 , x _ 6 ) AND girl ( x _ 6 )
in_distribution
Emma gave James a cake beside a table .
give . agent ( x _ 1 , Emma ) AND give . recipient ( x _ 1 , James ) AND give . theme ( x _ 1 , x _ 4 ) AND cake ( x _ 4 ) AND cake . nmod . beside ( x _ 4 , x _ 7 ) AND table ( x _ 7 )
in_distribution
The crocodile liked a girl .
* crocodile ( x _ 1 ) ; like . agent ( x _ 2 , x _ 1 ) AND like . theme ( x _ 2 , x _ 4 ) AND girl ( x _ 4 )
in_distribution
Olivia was given a cake .
give . recipient ( x _ 2 , Olivia ) AND give . theme ( x _ 2 , x _ 4 ) AND cake ( x _ 4 )
in_distribution
Liam napped .
nap . agent ( x _ 1 , Liam )
in_distribution
Liam was given a cake by a baby .
give . recipient ( x _ 2 , Liam ) AND give . theme ( x _ 2 , x _ 4 ) AND give . agent ( x _ 2 , x _ 7 ) AND cake ( x _ 4 ) AND baby ( x _ 7 )
in_distribution
A puppy wanted to eat .
puppy ( x _ 1 ) AND want . agent ( x _ 2 , x _ 1 ) AND want . xcomp ( x _ 2 , x _ 4 ) AND eat . agent ( x _ 4 , x _ 1 )
in_distribution
Aria smiled .
smile . agent ( x _ 1 , Aria )
in_distribution
The jigsaw was slid .
* jigsaw ( x _ 1 ) ; slide . theme ( x _ 3 , x _ 1 )
in_distribution
A book rolled .
book ( x _ 1 ) AND roll . theme ( x _ 2 , x _ 1 )
in_distribution
A cake was frozen by Liam .
cake ( x _ 1 ) AND freeze . theme ( x _ 3 , x _ 1 ) AND freeze . agent ( x _ 3 , Liam )
in_distribution
Ella split .
split . theme ( x _ 1 , Ella )
in_distribution
A chicken changed the melon .
* melon ( x _ 4 ) ; chicken ( x _ 1 ) AND change . agent ( x _ 2 , x _ 1 ) AND change . theme ( x _ 2 , x _ 4 )
in_distribution
William forwarded Isabella the cake on the cupboard .
* cake ( x _ 4 ) ; * cupboard ( x _ 7 ) ; forward . agent ( x _ 1 , William ) AND forward . recipient ( x _ 1 , Isabella ) AND forward . theme ( x _ 1 , x _ 4 ) AND cake . nmod . on ( x _ 4 , x _ 7 )
in_distribution
Henry was mailed the cake on the tree .
* cake ( x _ 4 ) ; * tree ( x _ 7 ) ; mail . recipient ( x _ 2 , Henry ) AND mail . theme ( x _ 2 , x _ 4 ) AND cake . nmod . on ( x _ 4 , x _ 7 )
in_distribution
Aubrey noticed that Asher wanted to eat .
notice . agent ( x _ 1 , Aubrey ) AND notice . ccomp ( x _ 1 , x _ 4 ) AND want . agent ( x _ 4 , Asher ) AND want . xcomp ( x _ 4 , x _ 6 ) AND eat . agent ( x _ 6 , Asher )
in_distribution
A boy lended the cookie in a cup to Emma .
* cookie ( x _ 4 ) ; boy ( x _ 1 ) AND lend . agent ( x _ 2 , x _ 1 ) AND lend . theme ( x _ 2 , x _ 4 ) AND lend . recipient ( x _ 2 , Emma ) AND cookie . nmod . in ( x _ 4 , x _ 7 ) AND cup ( x _ 7 )
in_distribution
A cake was liked by Mia .
cake ( x _ 1 ) AND like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , Mia )
in_distribution
Benjamin hoped that the boy liked that the cake was rolled by Harper .
* boy ( x _ 4 ) ; * cake ( x _ 8 ) ; hope . agent ( x _ 1 , Benjamin ) AND hope . ccomp ( x _ 1 , x _ 5 ) AND like . agent ( x _ 5 , x _ 4 ) AND like . ccomp ( x _ 5 , x _ 10 ) AND roll . theme ( x _ 10 , x _ 8 ) AND roll . agent ( x _ 10 , Harper )
in_distribution
The turkey froze Emma .
* turkey ( x _ 1 ) ; freeze . agent ( x _ 2 , x _ 1 ) AND freeze . theme ( x _ 2 , Emma )
in_distribution
Madison sketched .
sketch . agent ( x _ 1 , Madison )
in_distribution
The ball was slid by the cat .
* ball ( x _ 1 ) ; * cat ( x _ 6 ) ; slide . theme ( x _ 3 , x _ 1 ) AND slide . agent ( x _ 3 , x _ 6 )
in_distribution
The boy loved a girl .
* boy ( x _ 1 ) ; love . agent ( x _ 2 , x _ 1 ) AND love . theme ( x _ 2 , x _ 4 ) AND girl ( x _ 4 )
in_distribution
The cake was liked by the boy .
* cake ( x _ 1 ) ; * boy ( x _ 6 ) ; like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , x _ 6 )
in_distribution
A flower was lended to Emma by a girl .
flower ( x _ 1 ) AND lend . theme ( x _ 3 , x _ 1 ) AND lend . recipient ( x _ 3 , Emma ) AND lend . agent ( x _ 3 , x _ 8 ) AND girl ( x _ 8 )
in_distribution
The cake was passed to Liam .
* cake ( x _ 1 ) ; pass . theme ( x _ 3 , x _ 1 ) AND pass . recipient ( x _ 3 , Liam )
in_distribution
The box was cleaned .
* box ( x _ 1 ) ; clean . theme ( x _ 3 , x _ 1 )
in_distribution
A boy called the dog on a table .
* dog ( x _ 4 ) ; boy ( x _ 1 ) AND call . agent ( x _ 2 , x _ 1 ) AND call . theme ( x _ 2 , x _ 4 ) AND dog . nmod . on ( x _ 4 , x _ 7 ) AND table ( x _ 7 )
in_distribution
Emma inflated the pillow .
* pillow ( x _ 3 ) ; inflate . agent ( x _ 1 , Emma ) AND inflate . theme ( x _ 1 , x _ 3 )
in_distribution
A cake was shortened by the baby .
* baby ( x _ 6 ) ; cake ( x _ 1 ) AND shorten . theme ( x _ 3 , x _ 1 ) AND shorten . agent ( x _ 3 , x _ 6 )
in_distribution
The rose was returned to the girl .
* rose ( x _ 1 ) ; * girl ( x _ 6 ) ; return . theme ( x _ 3 , x _ 1 ) AND return . recipient ( x _ 3 , x _ 6 )
in_distribution
A cookie was found by Emma .
cookie ( x _ 1 ) AND find . theme ( x _ 3 , x _ 1 ) AND find . agent ( x _ 3 , Emma )
in_distribution
The boy rolled the girl in a vessel .
* boy ( x _ 1 ) ; * girl ( x _ 4 ) ; roll . agent ( x _ 2 , x _ 1 ) AND roll . theme ( x _ 2 , x _ 4 ) AND girl . nmod . in ( x _ 4 , x _ 7 ) AND vessel ( x _ 7 )
in_distribution
Ava liked a donut on the plate .
* plate ( x _ 6 ) ; like . agent ( x _ 1 , Ava ) AND like . theme ( x _ 1 , x _ 3 ) AND donut ( x _ 3 ) AND donut . nmod . on ( x _ 3 , x _ 6 )
in_distribution
A moose needed to jog .
moose ( x _ 1 ) AND need . agent ( x _ 2 , x _ 1 ) AND need . xcomp ( x _ 2 , x _ 4 ) AND jog . agent ( x _ 4 , x _ 1 )
in_distribution
The box was missed by the girl .
* box ( x _ 1 ) ; * girl ( x _ 6 ) ; miss . theme ( x _ 3 , x _ 1 ) AND miss . agent ( x _ 3 , x _ 6 )
in_distribution
A pencil was sold to the girl .
* girl ( x _ 6 ) ; pencil ( x _ 1 ) AND sell . theme ( x _ 3 , x _ 1 ) AND sell . recipient ( x _ 3 , x _ 6 )
in_distribution
The dog believed that James hunted .
* dog ( x _ 1 ) ; believe . agent ( x _ 2 , x _ 1 ) AND believe . ccomp ( x _ 2 , x _ 5 ) AND hunt . agent ( x _ 5 , James )
in_distribution
A knife was examined by Liam .
knife ( x _ 1 ) AND examine . theme ( x _ 3 , x _ 1 ) AND examine . agent ( x _ 3 , Liam )
in_distribution
A girl said that the chicken was given a ball .
* chicken ( x _ 5 ) ; girl ( x _ 1 ) AND say . agent ( x _ 2 , x _ 1 ) AND say . ccomp ( x _ 2 , x _ 7 ) AND give . recipient ( x _ 7 , x _ 5 ) AND give . theme ( x _ 7 , x _ 9 ) AND ball ( x _ 9 )
in_distribution
A moose was served the cup .
* cup ( x _ 5 ) ; moose ( x _ 1 ) AND serve . recipient ( x _ 3 , x _ 1 ) AND serve . theme ( x _ 3 , x _ 5 )
in_distribution
A cake was rolled by Sebastian .
cake ( x _ 1 ) AND roll . theme ( x _ 3 , x _ 1 ) AND roll . agent ( x _ 3 , Sebastian )
in_distribution
Elijah gave Henry the cake .
* cake ( x _ 4 ) ; give . agent ( x _ 1 , Elijah ) AND give . recipient ( x _ 1 , Henry ) AND give . theme ( x _ 1 , x _ 4 )
in_distribution
The teacher preferred to walk .
* teacher ( x _ 1 ) ; prefer . agent ( x _ 2 , x _ 1 ) AND prefer . xcomp ( x _ 2 , x _ 4 ) AND walk . agent ( x _ 4 , x _ 1 )
in_distribution
The cake was floated by Emma .
* cake ( x _ 1 ) ; float . theme ( x _ 3 , x _ 1 ) AND float . agent ( x _ 3 , Emma )
in_distribution
Olivia lended a dog a cookie on a table .
lend . agent ( x _ 1 , Olivia ) AND lend . recipient ( x _ 1 , x _ 3 ) AND lend . theme ( x _ 1 , x _ 5 ) AND dog ( x _ 3 ) AND cookie ( x _ 5 ) AND cookie . nmod . on ( x _ 5 , x _ 8 ) AND table ( x _ 8 )
in_distribution
Savannah liked the cake .
* cake ( x _ 3 ) ; like . agent ( x _ 1 , Savannah ) AND like . theme ( x _ 1 , x _ 3 )
in_distribution
The mouse noticed .
* mouse ( x _ 1 ) ; notice . agent ( x _ 2 , x _ 1 )
in_distribution
Emma was given a donut by Andrew .
give . recipient ( x _ 2 , Emma ) AND give . theme ( x _ 2 , x _ 4 ) AND give . agent ( x _ 2 , Andrew ) AND donut ( x _ 4 )
in_distribution
The cake was found by Isaac .
* cake ( x _ 1 ) ; find . theme ( x _ 3 , x _ 1 ) AND find . agent ( x _ 3 , Isaac )
in_distribution
A nail was seen .
nail ( x _ 1 ) AND see . theme ( x _ 3 , x _ 1 )
in_distribution
The cake was eaten by a child .
* cake ( x _ 1 ) ; eat . theme ( x _ 3 , x _ 1 ) AND eat . agent ( x _ 3 , x _ 6 ) AND child ( x _ 6 )
in_distribution
The book was cooked by Christopher .
* book ( x _ 1 ) ; cook . theme ( x _ 3 , x _ 1 ) AND cook . agent ( x _ 3 , Christopher )
in_distribution
A cookie was forwarded to the guard by a pupil .
* guard ( x _ 6 ) ; cookie ( x _ 1 ) AND forward . theme ( x _ 3 , x _ 1 ) AND forward . recipient ( x _ 3 , x _ 6 ) AND forward . agent ( x _ 3 , x _ 9 ) AND pupil ( x _ 9 )
in_distribution
The boy decomposed a donut on the throne .
* boy ( x _ 1 ) ; * throne ( x _ 7 ) ; decompose . agent ( x _ 2 , x _ 1 ) AND decompose . theme ( x _ 2 , x _ 4 ) AND donut ( x _ 4 ) AND donut . nmod . on ( x _ 4 , x _ 7 )
in_distribution
The cake was eaten by a prince .
* cake ( x _ 1 ) ; eat . theme ( x _ 3 , x _ 1 ) AND eat . agent ( x _ 3 , x _ 6 ) AND prince ( x _ 6 )
in_distribution
The melon was poked by Emma .
* melon ( x _ 1 ) ; poke . theme ( x _ 3 , x _ 1 ) AND poke . agent ( x _ 3 , Emma )
in_distribution
Emma knew a cake .
know . agent ( x _ 1 , Emma ) AND know . theme ( x _ 1 , x _ 3 ) AND cake ( x _ 3 )
in_distribution
Olivia cleaned the donut in a house .
* donut ( x _ 3 ) ; clean . agent ( x _ 1 , Olivia ) AND clean . theme ( x _ 1 , x _ 3 ) AND donut . nmod . in ( x _ 3 , x _ 6 ) AND house ( x _ 6 )
in_distribution
A hammer was awarded to Liam by a teacher .
hammer ( x _ 1 ) AND award . theme ( x _ 3 , x _ 1 ) AND award . recipient ( x _ 3 , Liam ) AND award . agent ( x _ 3 , x _ 8 ) AND teacher ( x _ 8 )
in_distribution
A spoon was given to the duck by Emma .
* duck ( x _ 6 ) ; spoon ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 ) AND give . agent ( x _ 3 , Emma )
in_distribution
A hamburger was decomposed .
hamburger ( x _ 1 ) AND decompose . theme ( x _ 3 , x _ 1 )
in_distribution
A baby was given the donut .
* donut ( x _ 5 ) ; baby ( x _ 1 ) AND give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 )
in_distribution
The girl dreamed to eat .
* girl ( x _ 1 ) ; dream . agent ( x _ 2 , x _ 1 ) AND dream . xcomp ( x _ 2 , x _ 4 ) AND eat . agent ( x _ 4 , x _ 1 )
in_distribution
The cloud was given to the boy by a scientist .
* cloud ( x _ 1 ) ; * boy ( x _ 6 ) ; give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 ) AND give . agent ( x _ 3 , x _ 9 ) AND scientist ( x _ 9 )
in_distribution
The girl cleaned a drink on a table .
* girl ( x _ 1 ) ; clean . agent ( x _ 2 , x _ 1 ) AND clean . theme ( x _ 2 , x _ 4 ) AND drink ( x _ 4 ) AND drink . nmod . on ( x _ 4 , x _ 7 ) AND table ( x _ 7 )
in_distribution
A girl liked that Emma packed .
girl ( x _ 1 ) AND like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 5 ) AND pack . agent ( x _ 5 , Emma )
in_distribution
The radio was appreciated .
* radio ( x _ 1 ) ; appreciate . theme ( x _ 3 , x _ 1 )
in_distribution
The girl wished to run .
* girl ( x _ 1 ) ; wish . agent ( x _ 2 , x _ 1 ) AND wish . xcomp ( x _ 2 , x _ 4 ) AND run . agent ( x _ 4 , x _ 1 )
in_distribution
William rolled a cookie on a bed .
roll . agent ( x _ 1 , William ) AND roll . theme ( x _ 1 , x _ 3 ) AND cookie ( x _ 3 ) AND cookie . nmod . on ( x _ 3 , x _ 6 ) AND bed ( x _ 6 )
in_distribution
A book was lended to Olivia by Emma .
book ( x _ 1 ) AND lend . theme ( x _ 3 , x _ 1 ) AND lend . recipient ( x _ 3 , Olivia ) AND lend . agent ( x _ 3 , Emma )
in_distribution
A cake was helped by Liam .
cake ( x _ 1 ) AND help . theme ( x _ 3 , x _ 1 ) AND help . agent ( x _ 3 , Liam )
in_distribution
Avery painted a book beside a stage .
paint . agent ( x _ 1 , Avery ) AND paint . theme ( x _ 1 , x _ 3 ) AND book ( x _ 3 ) AND book . nmod . beside ( x _ 3 , x _ 6 ) AND stage ( x _ 6 )
in_distribution
The lion was offered the cake beside a stage .
* lion ( 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 stage ( x _ 8 )
in_distribution
The hamburger was rolled by Evelyn .
* hamburger ( x _ 1 ) ; roll . theme ( x _ 3 , x _ 1 ) AND roll . agent ( x _ 3 , Evelyn )
in_distribution
Noah wanted to eat .
want . agent ( x _ 1 , Noah ) AND want . xcomp ( x _ 1 , x _ 3 ) AND eat . agent ( x _ 3 , Noah )
in_distribution
Noah drew the strawberry beside the table .
* strawberry ( x _ 3 ) ; * table ( x _ 6 ) ; draw . agent ( x _ 1 , Noah ) AND draw . theme ( x _ 1 , x _ 3 ) AND strawberry . nmod . beside ( x _ 3 , x _ 6 )
in_distribution
A key was eaten by the lion .
* lion ( x _ 6 ) ; key ( x _ 1 ) AND eat . theme ( x _ 3 , x _ 1 ) AND eat . agent ( x _ 3 , x _ 6 )
in_distribution
A cake was given to Liam by the girl .
* girl ( x _ 8 ) ; cake ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , Liam ) AND give . agent ( x _ 3 , x _ 8 )
in_distribution
The dealer cleaned the cake in a coffin .
* dealer ( x _ 1 ) ; * cake ( x _ 4 ) ; clean . agent ( x _ 2 , x _ 1 ) AND clean . theme ( x _ 2 , x _ 4 ) AND cake . nmod . in ( x _ 4 , x _ 7 ) AND coffin ( x _ 7 )
in_distribution
Olivia sold Natalie a cake beside a speaker .
sell . agent ( x _ 1 , Olivia ) AND sell . recipient ( x _ 1 , Natalie ) AND sell . theme ( x _ 1 , x _ 4 ) AND cake ( x _ 4 ) AND cake . nmod . beside ( x _ 4 , x _ 7 ) AND speaker ( x _ 7 )
in_distribution
A girl gave the cake on a coffin to James .
* cake ( x _ 4 ) ; girl ( x _ 1 ) AND give . agent ( x _ 2 , x _ 1 ) AND give . theme ( x _ 2 , x _ 4 ) AND give . recipient ( x _ 2 , James ) AND cake . nmod . on ( x _ 4 , x _ 7 ) AND coffin ( x _ 7 )
in_distribution
A child sent a donut beside a stage to Levi .
child ( x _ 1 ) AND send . agent ( x _ 2 , x _ 1 ) AND send . theme ( x _ 2 , x _ 4 ) AND send . recipient ( x _ 2 , Levi ) AND donut ( x _ 4 ) AND donut . nmod . beside ( x _ 4 , x _ 7 ) AND stage ( x _ 7 )
in_distribution
Emma believed that the sweetcorn was given to the child .
* sweetcorn ( x _ 4 ) ; * child ( x _ 9 ) ; believe . agent ( x _ 1 , Emma ) AND believe . ccomp ( x _ 1 , x _ 6 ) AND give . theme ( x _ 6 , x _ 4 ) AND give . recipient ( x _ 6 , x _ 9 )
in_distribution
A boy rolled a raisin .
boy ( x _ 1 ) AND roll . agent ( x _ 2 , x _ 1 ) AND roll . theme ( x _ 2 , x _ 4 ) AND raisin ( x _ 4 )
in_distribution