input
stringlengths
3
103
output
stringlengths
3
435
domain
stringclasses
14 values
The ball was sent to Noah by Sophia .
* ball ( x _ 1 ) ; send . theme ( x _ 3 , x _ 1 ) AND send . recipient ( x _ 3 , Noah ) AND send . agent ( x _ 3 , Sophia )
in_distribution
A turtle rolled .
turtle ( x _ 1 ) AND roll . theme ( x _ 2 , x _ 1 )
in_distribution
A watch rolled .
watch ( x _ 1 ) AND roll . theme ( x _ 2 , x _ 1 )
in_distribution
Luke liked that the donut was adored .
* donut ( x _ 4 ) ; like . agent ( x _ 1 , Luke ) AND like . ccomp ( x _ 1 , x _ 6 ) AND adore . theme ( x _ 6 , x _ 4 )
in_distribution
Christopher hunted .
hunt . agent ( x _ 1 , Christopher )
in_distribution
Ava was lended a cake on the table by the boy .
* table ( x _ 7 ) ; * boy ( x _ 10 ) ; lend . recipient ( x _ 2 , Ava ) AND lend . theme ( x _ 2 , x _ 4 ) AND lend . agent ( x _ 2 , x _ 10 ) AND cake ( x _ 4 ) AND cake . nmod . on ( x _ 4 , x _ 7 )
in_distribution
The lamb noticed .
* lamb ( x _ 1 ) ; notice . agent ( x _ 2 , x _ 1 )
in_distribution
Benjamin gave the boy a drink .
* boy ( x _ 3 ) ; give . agent ( x _ 1 , Benjamin ) AND give . recipient ( x _ 1 , x _ 3 ) AND give . theme ( x _ 1 , x _ 5 ) AND drink ( x _ 5 )
in_distribution
Emma examined the hat in the garden .
* hat ( x _ 3 ) ; * garden ( x _ 6 ) ; examine . agent ( x _ 1 , Emma ) AND examine . theme ( x _ 1 , x _ 3 ) AND hat . nmod . in ( x _ 3 , x _ 6 )
in_distribution
A politician sold the baby a cake on the stool .
* baby ( x _ 4 ) ; * stool ( x _ 9 ) ; politician ( x _ 1 ) AND sell . agent ( x _ 2 , x _ 1 ) AND sell . recipient ( x _ 2 , x _ 4 ) AND sell . theme ( x _ 2 , x _ 6 ) AND cake ( x _ 6 ) AND cake . nmod . on ( x _ 6 , x _ 9 )
in_distribution
Emma gave the shell to Liam .
* shell ( x _ 3 ) ; give . agent ( x _ 1 , Emma ) AND give . theme ( x _ 1 , x _ 3 ) AND give . recipient ( x _ 1 , Liam )
in_distribution
A spoon was floated by the puppy .
* puppy ( x _ 6 ) ; spoon ( x _ 1 ) AND float . theme ( x _ 3 , x _ 1 ) AND float . agent ( x _ 3 , x _ 6 )
in_distribution
Oliver posted the cake in the house to the girl .
* cake ( x _ 3 ) ; * house ( x _ 6 ) ; * girl ( x _ 9 ) ; post . agent ( x _ 1 , Oliver ) AND post . theme ( x _ 1 , x _ 3 ) AND post . recipient ( x _ 1 , x _ 9 ) AND cake . nmod . in ( x _ 3 , x _ 6 )
in_distribution
A donut was shortened by a girl .
donut ( x _ 1 ) AND shorten . theme ( x _ 3 , x _ 1 ) AND shorten . agent ( x _ 3 , x _ 6 ) AND girl ( x _ 6 )
in_distribution
A crystal was stabbed by Natalie .
crystal ( x _ 1 ) AND stab . theme ( x _ 3 , x _ 1 ) AND stab . agent ( x _ 3 , Natalie )
in_distribution
The lion believed that the biscuit was burned by Emma .
* lion ( x _ 1 ) ; * biscuit ( x _ 5 ) ; believe . agent ( x _ 2 , x _ 1 ) AND believe . ccomp ( x _ 2 , x _ 7 ) AND burn . theme ( x _ 7 , x _ 5 ) AND burn . agent ( x _ 7 , Emma )
in_distribution
Ava intended to run .
intend . agent ( x _ 1 , Ava ) AND intend . xcomp ( x _ 1 , x _ 3 ) AND run . agent ( x _ 3 , Ava )
in_distribution
The tiger ate a crocodile .
* tiger ( x _ 1 ) ; eat . agent ( x _ 2 , x _ 1 ) AND eat . theme ( x _ 2 , x _ 4 ) AND crocodile ( x _ 4 )
in_distribution
A doll snapped .
doll ( x _ 1 ) AND snap . theme ( x _ 2 , x _ 1 )
in_distribution
A puppy smiled .
puppy ( x _ 1 ) AND smile . agent ( x _ 2 , x _ 1 )
in_distribution
Emma liked that the boy was loaned a rose in a house .
* boy ( x _ 4 ) ; like . agent ( x _ 1 , Emma ) AND like . ccomp ( x _ 1 , x _ 6 ) AND loan . recipient ( x _ 6 , x _ 4 ) AND loan . theme ( x _ 6 , x _ 8 ) AND rose ( x _ 8 ) AND rose . nmod . in ( x _ 8 , x _ 11 ) AND house ( x _ 11 )
in_distribution
William was given a biscuit by a baby .
give . recipient ( x _ 2 , William ) AND give . theme ( x _ 2 , x _ 4 ) AND give . agent ( x _ 2 , x _ 7 ) AND biscuit ( x _ 4 ) AND baby ( x _ 7 )
in_distribution
Abigail gave a cake to the visitor .
* visitor ( x _ 6 ) ; give . agent ( x _ 1 , Abigail ) AND give . theme ( x _ 1 , x _ 3 ) AND give . recipient ( x _ 1 , x _ 6 ) AND cake ( x _ 3 )
in_distribution
The dog intended to run .
* dog ( x _ 1 ) ; intend . agent ( x _ 2 , x _ 1 ) AND intend . xcomp ( x _ 2 , x _ 4 ) AND run . agent ( x _ 4 , x _ 1 )
in_distribution
The penguin wanted to sleep .
* penguin ( x _ 1 ) ; want . agent ( x _ 2 , x _ 1 ) AND want . xcomp ( x _ 2 , x _ 4 ) AND sleep . agent ( x _ 4 , x _ 1 )
in_distribution
A boy adored Emma .
boy ( x _ 1 ) AND adore . agent ( x _ 2 , x _ 1 ) AND adore . theme ( x _ 2 , Emma )
in_distribution
A cake was missed by Asher .
cake ( x _ 1 ) AND miss . theme ( x _ 3 , x _ 1 ) AND miss . agent ( x _ 3 , Asher )
in_distribution
A girl liked that the donut was liked .
* donut ( x _ 5 ) ; girl ( x _ 1 ) AND like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 7 ) AND like . theme ( x _ 7 , x _ 5 )
in_distribution
A cookie was sold to Isabella .
cookie ( x _ 1 ) AND sell . theme ( x _ 3 , x _ 1 ) AND sell . recipient ( x _ 3 , Isabella )
in_distribution
Daniel gave the towel to a frog .
* towel ( x _ 3 ) ; give . agent ( x _ 1 , Daniel ) AND give . theme ( x _ 1 , x _ 3 ) AND give . recipient ( x _ 1 , x _ 6 ) AND frog ( x _ 6 )
in_distribution
A child rolled the cake on a road .
* cake ( x _ 4 ) ; child ( x _ 1 ) AND roll . agent ( x _ 2 , x _ 1 ) AND roll . theme ( x _ 2 , x _ 4 ) AND cake . nmod . on ( x _ 4 , x _ 7 ) AND road ( x _ 7 )
in_distribution
Olivia gave Emma the box .
* box ( x _ 4 ) ; give . agent ( x _ 1 , Olivia ) AND give . recipient ( x _ 1 , Emma ) AND give . theme ( x _ 1 , x _ 4 )
in_distribution
The balloon was crumpled .
* balloon ( x _ 1 ) ; crumple . theme ( x _ 3 , x _ 1 )
in_distribution
Emily burned Emma .
burn . agent ( x _ 1 , Emily ) AND burn . theme ( x _ 1 , Emma )
in_distribution
The box was liked by a teacher .
* box ( x _ 1 ) ; like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , x _ 6 ) AND teacher ( x _ 6 )
in_distribution
Emma gave the donut to Ava .
* donut ( x _ 3 ) ; give . agent ( x _ 1 , Emma ) AND give . theme ( x _ 1 , x _ 3 ) AND give . recipient ( x _ 1 , Ava )
in_distribution
The basket was eaten .
* basket ( x _ 1 ) ; eat . theme ( x _ 3 , x _ 1 )
in_distribution
The cake was stabbed by Noah .
* cake ( x _ 1 ) ; stab . theme ( x _ 3 , x _ 1 ) AND stab . agent ( x _ 3 , Noah )
in_distribution
Sophia liked the donut beside the stage .
* donut ( x _ 3 ) ; * stage ( x _ 6 ) ; like . agent ( x _ 1 , Sophia ) AND like . theme ( x _ 1 , x _ 3 ) AND donut . nmod . beside ( x _ 3 , x _ 6 )
in_distribution
A cake was nursed by Daniel .
cake ( x _ 1 ) AND nurse . theme ( x _ 3 , x _ 1 ) AND nurse . agent ( x _ 3 , Daniel )
in_distribution
Ava believed that Emma supported that a donut was fed to Liam by the girl .
* girl ( x _ 14 ) ; believe . agent ( x _ 1 , Ava ) AND believe . ccomp ( x _ 1 , x _ 4 ) AND support . agent ( x _ 4 , Emma ) AND support . ccomp ( x _ 4 , x _ 9 ) AND donut ( x _ 7 ) AND feed . theme ( x _ 9 , x _ 7 ) AND feed . recipient ( x _ 9 , Liam ) AND feed . agent ( x _ 9 , x _ 14 )
in_distribution
Olivia served the girl a sandwich .
* girl ( x _ 3 ) ; serve . agent ( x _ 1 , Olivia ) AND serve . recipient ( x _ 1 , x _ 3 ) AND serve . theme ( x _ 1 , x _ 5 ) AND sandwich ( x _ 5 )
in_distribution
The cake was nursed .
* cake ( x _ 1 ) ; nurse . theme ( x _ 3 , x _ 1 )
in_distribution
A donut was cleaned by Olivia .
donut ( x _ 1 ) AND clean . theme ( x _ 3 , x _ 1 ) AND clean . agent ( x _ 3 , Olivia )
in_distribution
A patient discovered a fruit .
patient ( x _ 1 ) AND discover . agent ( x _ 2 , x _ 1 ) AND discover . theme ( x _ 2 , x _ 4 ) AND fruit ( x _ 4 )
in_distribution
The cake was eaten .
* cake ( x _ 1 ) ; eat . theme ( x _ 3 , x _ 1 )
in_distribution
The duck preferred to nap .
* duck ( x _ 1 ) ; prefer . agent ( x _ 2 , x _ 1 ) AND prefer . xcomp ( x _ 2 , x _ 4 ) AND nap . agent ( x _ 4 , x _ 1 )
in_distribution
The captain drew .
* captain ( x _ 1 ) ; draw . agent ( x _ 2 , x _ 1 )
in_distribution
Amelia was passed a cake .
pass . recipient ( x _ 2 , Amelia ) AND pass . theme ( x _ 2 , x _ 4 ) AND cake ( x _ 4 )
in_distribution
Logan slid .
slide . theme ( x _ 1 , Logan )
in_distribution
The girl was loaned a cake by Emma .
* girl ( x _ 1 ) ; loan . recipient ( x _ 3 , x _ 1 ) AND loan . theme ( x _ 3 , x _ 5 ) AND loan . agent ( x _ 3 , Emma ) AND cake ( x _ 5 )
in_distribution
A pretzel was found by Liam .
pretzel ( x _ 1 ) AND find . theme ( x _ 3 , x _ 1 ) AND find . agent ( x _ 3 , Liam )
in_distribution
The cloud was known .
* cloud ( x _ 1 ) ; know . theme ( x _ 3 , x _ 1 )
in_distribution
Samuel slept .
sleep . agent ( x _ 1 , Samuel )
in_distribution
A donut was given to a boy by a giraffe .
donut ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 ) AND give . agent ( x _ 3 , x _ 9 ) AND boy ( x _ 6 ) AND giraffe ( x _ 9 )
in_distribution
A butterfly rolled .
butterfly ( x _ 1 ) AND roll . theme ( x _ 2 , x _ 1 )
in_distribution
Olivia said that a duck said that a cake was shortened .
say . agent ( x _ 1 , Olivia ) AND say . ccomp ( x _ 1 , x _ 5 ) AND duck ( x _ 4 ) AND say . agent ( x _ 5 , x _ 4 ) AND say . ccomp ( x _ 5 , x _ 10 ) AND cake ( x _ 8 ) AND shorten . theme ( x _ 10 , x _ 8 )
in_distribution
The box was burned by a boy .
* box ( x _ 1 ) ; burn . theme ( x _ 3 , x _ 1 ) AND burn . agent ( x _ 3 , x _ 6 ) AND boy ( x _ 6 )
in_distribution
The radio was heard .
* radio ( x _ 1 ) ; hear . theme ( x _ 3 , x _ 1 )
in_distribution
A girl lended a drink to a student .
girl ( x _ 1 ) AND lend . agent ( x _ 2 , x _ 1 ) AND lend . theme ( x _ 2 , x _ 4 ) AND lend . recipient ( x _ 2 , x _ 7 ) AND drink ( x _ 4 ) AND student ( x _ 7 )
in_distribution
The cake was offered to the child .
* cake ( x _ 1 ) ; * child ( x _ 6 ) ; offer . theme ( x _ 3 , x _ 1 ) AND offer . recipient ( x _ 3 , x _ 6 )
in_distribution
A pillow was offered to a boy .
pillow ( x _ 1 ) AND offer . theme ( x _ 3 , x _ 1 ) AND offer . recipient ( x _ 3 , x _ 6 ) AND boy ( x _ 6 )
in_distribution
Olivia lended the balloon to Emma .
* balloon ( x _ 3 ) ; lend . agent ( x _ 1 , Olivia ) AND lend . theme ( x _ 1 , x _ 3 ) AND lend . recipient ( x _ 1 , Emma )
in_distribution
A cake was handed to Layla .
cake ( x _ 1 ) AND hand . theme ( x _ 3 , x _ 1 ) AND hand . recipient ( x _ 3 , Layla )
in_distribution
Emma was sold the cake in a car .
* cake ( x _ 4 ) ; sell . recipient ( x _ 2 , Emma ) AND sell . theme ( x _ 2 , x _ 4 ) AND cake . nmod . in ( x _ 4 , x _ 7 ) AND car ( x _ 7 )
in_distribution
A pancake was sold to Emma .
pancake ( x _ 1 ) AND sell . theme ( x _ 3 , x _ 1 ) AND sell . recipient ( x _ 3 , Emma )
in_distribution
The cake was lended to Liam by Emma .
* cake ( x _ 1 ) ; lend . theme ( x _ 3 , x _ 1 ) AND lend . recipient ( x _ 3 , Liam ) AND lend . agent ( x _ 3 , Emma )
in_distribution
The girl dusted a muffin .
* girl ( x _ 1 ) ; dust . agent ( x _ 2 , x _ 1 ) AND dust . theme ( x _ 2 , x _ 4 ) AND muffin ( x _ 4 )
in_distribution
Benjamin declared that Emma grew the citizen .
* citizen ( x _ 6 ) ; declare . agent ( x _ 1 , Benjamin ) AND declare . ccomp ( x _ 1 , x _ 4 ) AND grow . agent ( x _ 4 , Emma ) AND grow . theme ( x _ 4 , x _ 6 )
in_distribution
Olivia burned .
burn . theme ( x _ 1 , Olivia )
in_distribution
A drink was helped by a boy .
drink ( x _ 1 ) AND help . theme ( x _ 3 , x _ 1 ) AND help . agent ( x _ 3 , x _ 6 ) AND boy ( x _ 6 )
in_distribution
The cake was poked by Gabriel .
* cake ( x _ 1 ) ; poke . theme ( x _ 3 , x _ 1 ) AND poke . agent ( x _ 3 , Gabriel )
in_distribution
The doll was passed to the donkey .
* doll ( x _ 1 ) ; * donkey ( x _ 6 ) ; pass . theme ( x _ 3 , x _ 1 ) AND pass . recipient ( x _ 3 , x _ 6 )
in_distribution
William liked that the can was tossed by a girl .
* can ( x _ 4 ) ; like . agent ( x _ 1 , William ) AND like . ccomp ( x _ 1 , x _ 6 ) AND toss . theme ( x _ 6 , x _ 4 ) AND toss . agent ( x _ 6 , x _ 9 ) AND girl ( x _ 9 )
in_distribution
The cake was served to the baby .
* cake ( x _ 1 ) ; * baby ( x _ 6 ) ; serve . theme ( x _ 3 , x _ 1 ) AND serve . recipient ( x _ 3 , x _ 6 )
in_distribution
A writer juggled a frog on the stage .
* stage ( x _ 7 ) ; writer ( x _ 1 ) AND juggle . agent ( x _ 2 , x _ 1 ) AND juggle . theme ( x _ 2 , x _ 4 ) AND frog ( x _ 4 ) AND frog . nmod . on ( x _ 4 , x _ 7 )
in_distribution
A rose was improved by a bear .
rose ( x _ 1 ) AND improve . theme ( x _ 3 , x _ 1 ) AND improve . agent ( x _ 3 , x _ 6 ) AND bear ( x _ 6 )
in_distribution
A cake was frozen by Benjamin .
cake ( x _ 1 ) AND freeze . theme ( x _ 3 , x _ 1 ) AND freeze . agent ( x _ 3 , Benjamin )
in_distribution
A girl appreciated that Liam sketched Isabella .
girl ( x _ 1 ) AND appreciate . agent ( x _ 2 , x _ 1 ) AND appreciate . ccomp ( x _ 2 , x _ 5 ) AND sketch . agent ( x _ 5 , Liam ) AND sketch . theme ( x _ 5 , Isabella )
in_distribution
Ella rolled the pony beside a book .
* pony ( x _ 3 ) ; roll . agent ( x _ 1 , Ella ) AND roll . theme ( x _ 1 , x _ 3 ) AND pony . nmod . beside ( x _ 3 , x _ 6 ) AND book ( x _ 6 )
in_distribution
The cake was given to Emma by the boy .
* cake ( x _ 1 ) ; * boy ( x _ 8 ) ; give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , Emma ) AND give . agent ( x _ 3 , x _ 8 )
in_distribution
A horse rolled Emma .
horse ( x _ 1 ) AND roll . agent ( x _ 2 , x _ 1 ) AND roll . theme ( x _ 2 , Emma )
in_distribution
Olivia fed Noah the cake .
* cake ( x _ 4 ) ; feed . agent ( x _ 1 , Olivia ) AND feed . recipient ( x _ 1 , Noah ) AND feed . theme ( x _ 1 , x _ 4 )
in_distribution
Emma liked Victoria .
like . agent ( x _ 1 , Emma ) AND like . theme ( x _ 1 , Victoria )
in_distribution
The girl sent a boy the fruit on a table .
* girl ( x _ 1 ) ; * fruit ( x _ 6 ) ; send . agent ( x _ 2 , x _ 1 ) AND send . recipient ( x _ 2 , x _ 4 ) AND send . theme ( x _ 2 , x _ 6 ) AND boy ( x _ 4 ) AND fruit . nmod . on ( x _ 6 , x _ 9 ) AND table ( x _ 9 )
in_distribution
Emma liked that a girl awarded a donut to Oliver .
like . agent ( x _ 1 , Emma ) AND like . ccomp ( x _ 1 , x _ 5 ) AND girl ( x _ 4 ) AND award . agent ( x _ 5 , x _ 4 ) AND award . theme ( x _ 5 , x _ 7 ) AND award . recipient ( x _ 5 , Oliver ) AND donut ( x _ 7 )
in_distribution
A donut was examined .
donut ( x _ 1 ) AND examine . theme ( x _ 3 , x _ 1 )
in_distribution
The dog sold a girl the muffin on the table .
* dog ( x _ 1 ) ; * muffin ( x _ 6 ) ; * table ( x _ 9 ) ; sell . agent ( x _ 2 , x _ 1 ) AND sell . recipient ( x _ 2 , x _ 4 ) AND sell . theme ( x _ 2 , x _ 6 ) AND girl ( x _ 4 ) AND muffin . nmod . on ( x _ 6 , x _ 9 )
in_distribution
The cow liked a girl beside the stage .
* cow ( x _ 1 ) ; * stage ( x _ 7 ) ; like . agent ( x _ 2 , x _ 1 ) AND like . theme ( x _ 2 , x _ 4 ) AND girl ( x _ 4 ) AND girl . nmod . beside ( x _ 4 , x _ 7 )
in_distribution
A shoe rolled .
shoe ( x _ 1 ) AND roll . theme ( x _ 2 , x _ 1 )
in_distribution
The cookie was admired .
* cookie ( x _ 1 ) ; admire . theme ( x _ 3 , x _ 1 )
in_distribution
Liam loaned Scarlett a rose .
loan . agent ( x _ 1 , Liam ) AND loan . recipient ( x _ 1 , Scarlett ) AND loan . theme ( x _ 1 , x _ 4 ) AND rose ( x _ 4 )
in_distribution
A bottle was liked by a teacher .
bottle ( x _ 1 ) AND like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , x _ 6 ) AND teacher ( x _ 6 )
in_distribution
A cake was sold to a dog by the girl .
* girl ( x _ 9 ) ; cake ( x _ 1 ) AND sell . theme ( x _ 3 , x _ 1 ) AND sell . recipient ( x _ 3 , x _ 6 ) AND sell . agent ( x _ 3 , x _ 9 ) AND dog ( x _ 6 )
in_distribution
Isabella enjoyed to walk .
enjoy . agent ( x _ 1 , Isabella ) AND enjoy . xcomp ( x _ 1 , x _ 3 ) AND walk . agent ( x _ 3 , Isabella )
in_distribution
A cat painted Sofia .
cat ( x _ 1 ) AND paint . agent ( x _ 2 , x _ 1 ) AND paint . theme ( x _ 2 , Sofia )
in_distribution
A bowl was rented to the lawyer by the girl .
* lawyer ( x _ 6 ) ; * girl ( x _ 9 ) ; bowl ( x _ 1 ) AND rent . theme ( x _ 3 , x _ 1 ) AND rent . recipient ( x _ 3 , x _ 6 ) AND rent . agent ( x _ 3 , x _ 9 )
in_distribution
The donut was painted by a girl .
* donut ( x _ 1 ) ; paint . theme ( x _ 3 , x _ 1 ) AND paint . agent ( x _ 3 , x _ 6 ) AND girl ( x _ 6 )
in_distribution
The driver rolled a block on the stage .
* driver ( x _ 1 ) ; * stage ( x _ 7 ) ; roll . agent ( x _ 2 , x _ 1 ) AND roll . theme ( x _ 2 , x _ 4 ) AND block ( x _ 4 ) AND block . nmod . on ( x _ 4 , x _ 7 )
in_distribution
A gumball was pierced .
gumball ( x _ 1 ) AND pierce . theme ( x _ 3 , x _ 1 )
in_distribution