input
stringlengths
3
103
output
stringlengths
3
435
domain
stringclasses
14 values
A donut was given to the girl by Emma .
* girl ( x _ 6 ) ; donut ( 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 cake was rolled by Sophia .
cake ( x _ 1 ) AND roll . theme ( x _ 3 , x _ 1 ) AND roll . agent ( x _ 3 , Sophia )
in_distribution
The cake was held by Penelope .
* cake ( x _ 1 ) ; hold . theme ( x _ 3 , x _ 1 ) AND hold . agent ( x _ 3 , Penelope )
in_distribution
A donut was floated by Olivia .
donut ( x _ 1 ) AND float . theme ( x _ 3 , x _ 1 ) AND float . agent ( x _ 3 , Olivia )
in_distribution
Liam respected a girl .
respect . agent ( x _ 1 , Liam ) AND respect . theme ( x _ 1 , x _ 3 ) AND girl ( x _ 3 )
in_distribution
The balloon was rolled by Victoria .
* balloon ( x _ 1 ) ; roll . theme ( x _ 3 , x _ 1 ) AND roll . agent ( x _ 3 , Victoria )
in_distribution
A boy gave the cookie to the girl .
* cookie ( x _ 4 ) ; * girl ( x _ 7 ) ; boy ( 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 donut froze .
donut ( x _ 1 ) AND freeze . theme ( x _ 2 , x _ 1 )
in_distribution
Liam served a cookie to Emma .
serve . agent ( x _ 1 , Liam ) AND serve . theme ( x _ 1 , x _ 3 ) AND serve . recipient ( x _ 1 , Emma ) AND cookie ( x _ 3 )
in_distribution
The student respected the mother .
* student ( x _ 1 ) ; * mother ( x _ 4 ) ; respect . agent ( x _ 2 , x _ 1 ) AND respect . theme ( x _ 2 , x _ 4 )
in_distribution
A cake was seen by the baby .
* baby ( x _ 6 ) ; cake ( x _ 1 ) AND see . theme ( x _ 3 , x _ 1 ) AND see . agent ( x _ 3 , x _ 6 )
in_distribution
A cake was observed by a baby .
cake ( x _ 1 ) AND observe . theme ( x _ 3 , x _ 1 ) AND observe . agent ( x _ 3 , x _ 6 ) AND baby ( x _ 6 )
in_distribution
A dog admired the boy on the bed .
* boy ( x _ 4 ) ; * bed ( x _ 7 ) ; dog ( x _ 1 ) AND admire . agent ( x _ 2 , x _ 1 ) AND admire . theme ( x _ 2 , x _ 4 ) AND boy . nmod . on ( x _ 4 , x _ 7 )
in_distribution
Emma appreciated that Zoey gave the shirt on a bed to a girl .
* shirt ( x _ 6 ) ; appreciate . agent ( x _ 1 , Emma ) AND appreciate . ccomp ( x _ 1 , x _ 4 ) AND give . agent ( x _ 4 , Zoey ) AND give . theme ( x _ 4 , x _ 6 ) AND give . recipient ( x _ 4 , x _ 12 ) AND shirt . nmod . on ( x _ 6 , x _ 9 ) AND bed ( x _ 9 ) AND girl ( x _ 12 )
in_distribution
The cake was appreciated .
* cake ( x _ 1 ) ; appreciate . theme ( x _ 3 , x _ 1 )
in_distribution
A boy liked that Emily ate the girl beside the sphere .
* girl ( x _ 7 ) ; * sphere ( x _ 10 ) ; boy ( x _ 1 ) AND like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 5 ) AND eat . agent ( x _ 5 , Emily ) AND eat . theme ( x _ 5 , x _ 7 ) AND girl . nmod . beside ( x _ 7 , x _ 10 )
in_distribution
The cake was frozen by a girl .
* cake ( x _ 1 ) ; freeze . theme ( x _ 3 , x _ 1 ) AND freeze . agent ( x _ 3 , x _ 6 ) AND girl ( x _ 6 )
in_distribution
A balloon was poked by Logan .
balloon ( x _ 1 ) AND poke . theme ( x _ 3 , x _ 1 ) AND poke . agent ( x _ 3 , Logan )
in_distribution
Emma liked that the donut was painted by the baby .
* donut ( x _ 4 ) ; * baby ( x _ 9 ) ; like . agent ( x _ 1 , Emma ) AND like . ccomp ( x _ 1 , x _ 6 ) AND paint . theme ( x _ 6 , x _ 4 ) AND paint . agent ( x _ 6 , x _ 9 )
in_distribution
Emma was awarded a rose .
award . recipient ( x _ 2 , Emma ) AND award . theme ( x _ 2 , x _ 4 ) AND rose ( x _ 4 )
in_distribution
Olivia loved a bat .
love . agent ( x _ 1 , Olivia ) AND love . theme ( x _ 1 , x _ 3 ) AND bat ( x _ 3 )
in_distribution
A girl gave a customer the jacket .
* jacket ( x _ 6 ) ; girl ( x _ 1 ) AND give . agent ( x _ 2 , x _ 1 ) AND give . recipient ( x _ 2 , x _ 4 ) AND give . theme ( x _ 2 , x _ 6 ) AND customer ( x _ 4 )
in_distribution
A raisin was fed to a girl .
raisin ( x _ 1 ) AND feed . theme ( x _ 3 , x _ 1 ) AND feed . recipient ( x _ 3 , x _ 6 ) AND girl ( x _ 6 )
in_distribution
A block was floated by a dealer .
block ( x _ 1 ) AND float . theme ( x _ 3 , x _ 1 ) AND float . agent ( x _ 3 , x _ 6 ) AND dealer ( x _ 6 )
in_distribution
The lion snored .
* lion ( x _ 1 ) ; snore . agent ( x _ 2 , x _ 1 )
in_distribution
The donut was eaten by Michael .
* donut ( x _ 1 ) ; eat . theme ( x _ 3 , x _ 1 ) AND eat . agent ( x _ 3 , Michael )
in_distribution
The girl was offered the cake on a blanket by Elizabeth .
* girl ( x _ 1 ) ; * cake ( x _ 5 ) ; offer . recipient ( x _ 3 , x _ 1 ) AND offer . theme ( x _ 3 , x _ 5 ) AND offer . agent ( x _ 3 , Elizabeth ) AND cake . nmod . on ( x _ 5 , x _ 8 ) AND blanket ( x _ 8 )
in_distribution
Mila lended a melon to Emma .
lend . agent ( x _ 1 , Mila ) AND lend . theme ( x _ 1 , x _ 3 ) AND lend . recipient ( x _ 1 , Emma ) AND melon ( x _ 3 )
in_distribution
float
LAMBDA a . LAMBDA e . float . theme ( e , a )
primitive
A cake was cleaned .
cake ( x _ 1 ) AND clean . theme ( x _ 3 , x _ 1 )
in_distribution
A donut was posted to the guest by a boy .
* guest ( x _ 6 ) ; donut ( x _ 1 ) AND post . theme ( x _ 3 , x _ 1 ) AND post . recipient ( x _ 3 , x _ 6 ) AND post . agent ( x _ 3 , x _ 9 ) AND boy ( x _ 9 )
in_distribution
A cracker was cooked by Sofia .
cracker ( x _ 1 ) AND cook . theme ( x _ 3 , x _ 1 ) AND cook . agent ( x _ 3 , Sofia )
in_distribution
The mouse ate the donut .
* mouse ( x _ 1 ) ; * donut ( x _ 4 ) ; eat . agent ( x _ 2 , x _ 1 ) AND eat . theme ( x _ 2 , x _ 4 )
in_distribution
Noah rolled a girl .
roll . agent ( x _ 1 , Noah ) AND roll . theme ( x _ 1 , x _ 3 ) AND girl ( x _ 3 )
in_distribution
A mouse was lended the cake in the house by the frog .
* cake ( x _ 5 ) ; * house ( x _ 8 ) ; * frog ( x _ 11 ) ; mouse ( x _ 1 ) AND lend . recipient ( x _ 3 , x _ 1 ) AND lend . theme ( x _ 3 , x _ 5 ) AND lend . agent ( x _ 3 , x _ 11 ) AND cake . nmod . in ( x _ 5 , x _ 8 )
in_distribution
The teacher ate the donut .
* teacher ( x _ 1 ) ; * donut ( x _ 4 ) ; eat . agent ( x _ 2 , x _ 1 ) AND eat . theme ( x _ 2 , x _ 4 )
in_distribution
A girl adored a cake on the yacht .
* yacht ( x _ 7 ) ; girl ( x _ 1 ) AND adore . agent ( x _ 2 , x _ 1 ) AND adore . theme ( x _ 2 , x _ 4 ) AND cake ( x _ 4 ) AND cake . nmod . on ( x _ 4 , x _ 7 )
in_distribution
A donut grew .
donut ( x _ 1 ) AND grow . theme ( x _ 2 , x _ 1 )
in_distribution
A cake was shortened by the girl .
* girl ( x _ 6 ) ; cake ( x _ 1 ) AND shorten . theme ( x _ 3 , x _ 1 ) AND shorten . agent ( x _ 3 , x _ 6 )
in_distribution
Amelia gave Olivia a cake beside the piano on the tree .
* piano ( x _ 7 ) ; * tree ( x _ 10 ) ; give . agent ( x _ 1 , Amelia ) AND give . recipient ( x _ 1 , Olivia ) AND give . theme ( x _ 1 , x _ 4 ) AND cake ( x _ 4 ) AND cake . nmod . beside ( x _ 4 , x _ 7 ) AND piano . nmod . on ( x _ 7 , x _ 10 )
in_distribution
A girl gave a chicken a bottle .
girl ( x _ 1 ) AND give . agent ( x _ 2 , x _ 1 ) AND give . recipient ( x _ 2 , x _ 4 ) AND give . theme ( x _ 2 , x _ 6 ) AND chicken ( x _ 4 ) AND bottle ( x _ 6 )
in_distribution
Liam was given a flower in a hammock .
give . recipient ( x _ 2 , Liam ) AND give . theme ( x _ 2 , x _ 4 ) AND flower ( x _ 4 ) AND flower . nmod . in ( x _ 4 , x _ 7 ) AND hammock ( x _ 7 )
in_distribution
The leaf was rolled by the child .
* leaf ( x _ 1 ) ; * child ( x _ 6 ) ; roll . theme ( x _ 3 , x _ 1 ) AND roll . agent ( x _ 3 , x _ 6 )
in_distribution
A strawberry was helped by a president .
strawberry ( x _ 1 ) AND help . theme ( x _ 3 , x _ 1 ) AND help . agent ( x _ 3 , x _ 6 ) AND president ( x _ 6 )
in_distribution
A dog cried .
dog ( x _ 1 ) AND cry . agent ( x _ 2 , x _ 1 )
in_distribution
The baby rolled a cake .
* baby ( x _ 1 ) ; roll . agent ( x _ 2 , x _ 1 ) AND roll . theme ( x _ 2 , x _ 4 ) AND cake ( x _ 4 )
in_distribution
The cake was eaten by a scientist .
* cake ( x _ 1 ) ; eat . theme ( x _ 3 , x _ 1 ) AND eat . agent ( x _ 3 , x _ 6 ) AND scientist ( x _ 6 )
in_distribution
A hamburger was rolled by a poet .
hamburger ( x _ 1 ) AND roll . theme ( x _ 3 , x _ 1 ) AND roll . agent ( x _ 3 , x _ 6 ) AND poet ( x _ 6 )
in_distribution
Isabella gave a girl a box .
give . agent ( x _ 1 , Isabella ) AND give . recipient ( x _ 1 , x _ 3 ) AND give . theme ( x _ 1 , x _ 5 ) AND girl ( x _ 3 ) AND box ( x _ 5 )
in_distribution
A student sent the lollipop to Caleb .
* lollipop ( x _ 4 ) ; student ( x _ 1 ) AND send . agent ( x _ 2 , x _ 1 ) AND send . theme ( x _ 2 , x _ 4 ) AND send . recipient ( x _ 2 , Caleb )
in_distribution
A sandwich was given to the giraffe .
* giraffe ( x _ 6 ) ; sandwich ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 )
in_distribution
The cookie was improved by a girl .
* cookie ( x _ 1 ) ; improve . theme ( x _ 3 , x _ 1 ) AND improve . agent ( x _ 3 , x _ 6 ) AND girl ( x _ 6 )
in_distribution
A girl lended Mila the brain in a house .
* brain ( x _ 5 ) ; girl ( x _ 1 ) AND lend . agent ( x _ 2 , x _ 1 ) AND lend . recipient ( x _ 2 , Mila ) AND lend . theme ( x _ 2 , x _ 5 ) AND brain . nmod . in ( x _ 5 , x _ 8 ) AND house ( x _ 8 )
in_distribution
The book was found by a dog .
* book ( x _ 1 ) ; find . theme ( x _ 3 , x _ 1 ) AND find . agent ( x _ 3 , x _ 6 ) AND dog ( x _ 6 )
in_distribution
A girl sold Emma the cake beside the house .
* cake ( x _ 5 ) ; * house ( x _ 8 ) ; girl ( x _ 1 ) AND sell . agent ( x _ 2 , x _ 1 ) AND sell . recipient ( x _ 2 , Emma ) AND sell . theme ( x _ 2 , x _ 5 ) AND cake . nmod . beside ( x _ 5 , x _ 8 )
in_distribution
A cookie was given to Benjamin by Liam .
cookie ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , Benjamin ) AND give . agent ( x _ 3 , Liam )
in_distribution
Emma investigated Ava .
investigate . agent ( x _ 1 , Emma ) AND investigate . theme ( x _ 1 , Ava )
in_distribution
Owen juggled .
juggle . agent ( x _ 1 , Owen )
in_distribution
A donut was rolled by Ava .
donut ( x _ 1 ) AND roll . theme ( x _ 3 , x _ 1 ) AND roll . agent ( x _ 3 , Ava )
in_distribution
A cat cleaned a cake .
cat ( x _ 1 ) AND clean . agent ( x _ 2 , x _ 1 ) AND clean . theme ( x _ 2 , x _ 4 ) AND cake ( x _ 4 )
in_distribution
The dog was lended the hat by Emma .
* dog ( x _ 1 ) ; * hat ( x _ 5 ) ; lend . recipient ( x _ 3 , x _ 1 ) AND lend . theme ( x _ 3 , x _ 5 ) AND lend . agent ( x _ 3 , Emma )
in_distribution
The donut was examined by Aria .
* donut ( x _ 1 ) ; examine . theme ( x _ 3 , x _ 1 ) AND examine . agent ( x _ 3 , Aria )
in_distribution
The cat sold a sailor the cake in a garden in the room .
* cat ( x _ 1 ) ; * cake ( x _ 6 ) ; * room ( x _ 12 ) ; sell . agent ( x _ 2 , x _ 1 ) AND sell . recipient ( x _ 2 , x _ 4 ) AND sell . theme ( x _ 2 , x _ 6 ) AND sailor ( x _ 4 ) AND cake . nmod . in ( x _ 6 , x _ 9 ) AND garden ( x _ 9 ) AND garden . nmod . in ( x _ 9 , x _ 12 )
in_distribution
The boy gave a sandwich to William .
* boy ( x _ 1 ) ; give . agent ( x _ 2 , x _ 1 ) AND give . theme ( x _ 2 , x _ 4 ) AND give . recipient ( x _ 2 , William ) AND sandwich ( x _ 4 )
in_distribution
The basket was frozen by Olivia .
* basket ( x _ 1 ) ; freeze . theme ( x _ 3 , x _ 1 ) AND freeze . agent ( x _ 3 , Olivia )
in_distribution
A professor was lended the donut beside the chair by the girl .
* donut ( x _ 5 ) ; * chair ( x _ 8 ) ; * girl ( x _ 11 ) ; professor ( x _ 1 ) AND lend . recipient ( x _ 3 , x _ 1 ) AND lend . theme ( x _ 3 , x _ 5 ) AND lend . agent ( x _ 3 , x _ 11 ) AND donut . nmod . beside ( x _ 5 , x _ 8 )
in_distribution
A doll was rolled .
doll ( x _ 1 ) AND roll . theme ( x _ 3 , x _ 1 )
in_distribution
A lollipop was rolled by the fish .
* fish ( x _ 6 ) ; lollipop ( x _ 1 ) AND roll . theme ( x _ 3 , x _ 1 ) AND roll . agent ( x _ 3 , x _ 6 )
in_distribution
Sebastian
Sebastian
primitive
Noah broke Aubrey .
break . agent ( x _ 1 , Noah ) AND break . theme ( x _ 1 , Aubrey )
in_distribution
The writer was brought the donut on the podium by Liam .
* writer ( x _ 1 ) ; * donut ( x _ 5 ) ; * podium ( x _ 8 ) ; bring . recipient ( x _ 3 , x _ 1 ) AND bring . theme ( x _ 3 , x _ 5 ) AND bring . agent ( x _ 3 , Liam ) AND donut . nmod . on ( x _ 5 , x _ 8 )
in_distribution
The boy liked that the donut was seen .
* boy ( x _ 1 ) ; * donut ( x _ 5 ) ; like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 7 ) AND see . theme ( x _ 7 , x _ 5 )
in_distribution
A consumer helped the dog .
* dog ( x _ 4 ) ; consumer ( x _ 1 ) AND help . agent ( x _ 2 , x _ 1 ) AND help . theme ( x _ 2 , x _ 4 )
in_distribution
Isabella liked a seed .
like . agent ( x _ 1 , Isabella ) AND like . theme ( x _ 1 , x _ 3 ) AND seed ( x _ 3 )
in_distribution
A father helped a chicken .
father ( x _ 1 ) AND help . agent ( x _ 2 , x _ 1 ) AND help . theme ( x _ 2 , x _ 4 ) AND chicken ( x _ 4 )
in_distribution
The girl helped a cookie beside the cat .
* girl ( x _ 1 ) ; * cat ( x _ 7 ) ; help . agent ( x _ 2 , x _ 1 ) AND help . theme ( x _ 2 , x _ 4 ) AND cookie ( x _ 4 ) AND cookie . nmod . beside ( x _ 4 , x _ 7 )
in_distribution
A melon was eaten by the fish .
* fish ( x _ 6 ) ; melon ( x _ 1 ) AND eat . theme ( x _ 3 , x _ 1 ) AND eat . agent ( x _ 3 , x _ 6 )
in_distribution
The monkey liked a beer in a room .
* monkey ( x _ 1 ) ; like . agent ( x _ 2 , x _ 1 ) AND like . theme ( x _ 2 , x _ 4 ) AND beer ( x _ 4 ) AND beer . nmod . in ( x _ 4 , x _ 7 ) AND room ( x _ 7 )
in_distribution
The cat gave a girl the donut in the house .
* cat ( x _ 1 ) ; * donut ( 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 girl ( x _ 4 ) AND donut . nmod . in ( x _ 6 , x _ 9 )
in_distribution
Noah burned Olivia .
burn . agent ( x _ 1 , Noah ) AND burn . theme ( x _ 1 , Olivia )
in_distribution
A book was helped by the fly .
* fly ( x _ 6 ) ; book ( x _ 1 ) AND help . theme ( x _ 3 , x _ 1 ) AND help . agent ( x _ 3 , x _ 6 )
in_distribution
Evelyn helped a box on a table .
help . agent ( x _ 1 , Evelyn ) AND help . theme ( x _ 1 , x _ 3 ) AND box ( x _ 3 ) AND box . nmod . on ( x _ 3 , x _ 6 ) AND table ( x _ 6 )
in_distribution
The boy liked that the guitar was shortened by Emma .
* boy ( x _ 1 ) ; * guitar ( x _ 5 ) ; like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 7 ) AND shorten . theme ( x _ 7 , x _ 5 ) AND shorten . agent ( x _ 7 , Emma )
in_distribution
Charlotte wanted to walk .
want . agent ( x _ 1 , Charlotte ) AND want . xcomp ( x _ 1 , x _ 3 ) AND walk . agent ( x _ 3 , Charlotte )
in_distribution
A drink was dusted by Harper .
drink ( x _ 1 ) AND dust . theme ( x _ 3 , x _ 1 ) AND dust . agent ( x _ 3 , Harper )
in_distribution
A cookie was decomposed .
cookie ( x _ 1 ) AND decompose . theme ( x _ 3 , x _ 1 )
in_distribution
A cookie was eaten by the child .
* child ( x _ 6 ) ; cookie ( x _ 1 ) AND eat . theme ( x _ 3 , x _ 1 ) AND eat . agent ( x _ 3 , x _ 6 )
in_distribution
The girl confessed that a drink was cleaned .
* girl ( x _ 1 ) ; confess . agent ( x _ 2 , x _ 1 ) AND confess . ccomp ( x _ 2 , x _ 7 ) AND drink ( x _ 5 ) AND clean . theme ( x _ 7 , x _ 5 )
in_distribution
A jigsaw was drawn .
jigsaw ( x _ 1 ) AND draw . theme ( x _ 3 , x _ 1 )
in_distribution
Emma was given the cake by the boy .
* cake ( x _ 4 ) ; * boy ( x _ 7 ) ; give . recipient ( x _ 2 , Emma ) AND give . theme ( x _ 2 , x _ 4 ) AND give . agent ( x _ 2 , x _ 7 )
in_distribution
A beer decomposed .
beer ( x _ 1 ) AND decompose . theme ( x _ 2 , x _ 1 )
in_distribution
A cake was eaten by a baby .
cake ( x _ 1 ) AND eat . theme ( x _ 3 , x _ 1 ) AND eat . agent ( x _ 3 , x _ 6 ) AND baby ( x _ 6 )
in_distribution
hunt
LAMBDA a . LAMBDA b . LAMBDA e . hunt . agent ( e , b ) AND hunt . theme ( e , a )
primitive
A girl confessed that Emma wanted to walk .
girl ( x _ 1 ) AND confess . agent ( x _ 2 , x _ 1 ) AND confess . ccomp ( x _ 2 , x _ 5 ) AND want . agent ( x _ 5 , Emma ) AND want . xcomp ( x _ 5 , x _ 7 ) AND walk . agent ( x _ 7 , Emma )
in_distribution
The child was rented a muffin on the stool by a bear .
* child ( x _ 1 ) ; * stool ( x _ 8 ) ; rent . recipient ( x _ 3 , x _ 1 ) AND rent . theme ( x _ 3 , x _ 5 ) AND rent . agent ( x _ 3 , x _ 11 ) AND muffin ( x _ 5 ) AND muffin . nmod . on ( x _ 5 , x _ 8 ) AND bear ( x _ 11 )
in_distribution
The ball was cleaned .
* ball ( x _ 1 ) ; clean . theme ( x _ 3 , x _ 1 )
in_distribution
The cat hoped that Lucas wanted to walk .
* cat ( x _ 1 ) ; hope . agent ( x _ 2 , x _ 1 ) AND hope . ccomp ( x _ 2 , x _ 5 ) AND want . agent ( x _ 5 , Lucas ) AND want . xcomp ( x _ 5 , x _ 7 ) AND walk . agent ( x _ 7 , Lucas )
in_distribution
The donut was split .
* donut ( x _ 1 ) ; split . theme ( x _ 3 , x _ 1 )
in_distribution
The girl intended to nap .
* girl ( x _ 1 ) ; intend . agent ( x _ 2 , x _ 1 ) AND intend . xcomp ( x _ 2 , x _ 4 ) AND nap . agent ( x _ 4 , x _ 1 )
in_distribution
The boy was slipped a donut by a cow .
* boy ( x _ 1 ) ; slip . recipient ( x _ 3 , x _ 1 ) AND slip . theme ( x _ 3 , x _ 5 ) AND slip . agent ( x _ 3 , x _ 8 ) AND donut ( x _ 5 ) AND cow ( x _ 8 )
in_distribution