input
stringlengths
3
103
output
stringlengths
3
435
domain
stringclasses
14 values
Lucas saw the girl .
* girl ( x _ 3 ) ; see . agent ( x _ 1 , Lucas ) AND see . theme ( x _ 1 , x _ 3 )
in_distribution
The boy doubled a cake .
* boy ( x _ 1 ) ; double . agent ( x _ 2 , x _ 1 ) AND double . theme ( x _ 2 , x _ 4 ) AND cake ( x _ 4 )
in_distribution
A strawberry was given to Noah .
strawberry ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , Noah )
in_distribution
A fruit was helped by the girl .
* girl ( x _ 6 ) ; fruit ( x _ 1 ) AND help . theme ( x _ 3 , x _ 1 ) AND help . agent ( x _ 3 , x _ 6 )
in_distribution
The boy intended to run .
* boy ( x _ 1 ) ; intend . agent ( x _ 2 , x _ 1 ) AND intend . xcomp ( x _ 2 , x _ 4 ) AND run . agent ( x _ 4 , x _ 1 )
in_distribution
A needle was crumpled .
needle ( x _ 1 ) AND crumple . theme ( x _ 3 , x _ 1 )
in_distribution
Isabella confessed that a cake was painted by Grace .
confess . agent ( x _ 1 , Isabella ) AND confess . ccomp ( x _ 1 , x _ 6 ) AND cake ( x _ 4 ) AND paint . theme ( x _ 6 , x _ 4 ) AND paint . agent ( x _ 6 , Grace )
in_distribution
Lincoln admired that a cake froze .
admire . agent ( x _ 1 , Lincoln ) AND admire . ccomp ( x _ 1 , x _ 5 ) AND cake ( x _ 4 ) AND freeze . theme ( x _ 5 , x _ 4 )
in_distribution
The raisin was admired by the cat .
* raisin ( x _ 1 ) ; * cat ( x _ 6 ) ; admire . theme ( x _ 3 , x _ 1 ) AND admire . agent ( x _ 3 , x _ 6 )
in_distribution
Mia adored the mother on a pad .
* mother ( x _ 3 ) ; adore . agent ( x _ 1 , Mia ) AND adore . theme ( x _ 1 , x _ 3 ) AND mother . nmod . on ( x _ 3 , x _ 6 ) AND pad ( x _ 6 )
in_distribution
The glue was liked .
* glue ( x _ 1 ) ; like . theme ( x _ 3 , x _ 1 )
in_distribution
A lion smiled .
lion ( x _ 1 ) AND smile . agent ( x _ 2 , x _ 1 )
in_distribution
The cake was forwarded to Amelia by Alexander .
* cake ( x _ 1 ) ; forward . theme ( x _ 3 , x _ 1 ) AND forward . recipient ( x _ 3 , Amelia ) AND forward . agent ( x _ 3 , Alexander )
in_distribution
The princess was given a present on the stage .
* princess ( x _ 1 ) ; * stage ( x _ 8 ) ; give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 ) AND present ( x _ 5 ) AND present . nmod . on ( x _ 5 , x _ 8 )
in_distribution
Penelope painted .
paint . agent ( x _ 1 , Penelope )
in_distribution
Evelyn helped the cake .
* cake ( x _ 3 ) ; help . agent ( x _ 1 , Evelyn ) AND help . theme ( x _ 1 , x _ 3 )
in_distribution
The child liked that the box was found by the girl .
* child ( x _ 1 ) ; * box ( x _ 5 ) ; * girl ( x _ 10 ) ; like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 7 ) AND find . theme ( x _ 7 , x _ 5 ) AND find . agent ( x _ 7 , x _ 10 )
in_distribution
A donut was posted to Liam by Charlotte .
donut ( x _ 1 ) AND post . theme ( x _ 3 , x _ 1 ) AND post . recipient ( x _ 3 , Liam ) AND post . agent ( x _ 3 , Charlotte )
in_distribution
Harper froze .
freeze . theme ( x _ 1 , Harper )
in_distribution
The banana was liked by Emma .
* banana ( x _ 1 ) ; like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , Emma )
in_distribution
The cake was shortened by the girl .
* cake ( x _ 1 ) ; * girl ( x _ 6 ) ; shorten . theme ( x _ 3 , x _ 1 ) AND shorten . agent ( x _ 3 , x _ 6 )
in_distribution
Emma tolerated Ella .
tolerate . agent ( x _ 1 , Emma ) AND tolerate . theme ( x _ 1 , Ella )
in_distribution
Ava liked that a cookie was painted by Olivia .
like . agent ( x _ 1 , Ava ) AND like . ccomp ( x _ 1 , x _ 6 ) AND cookie ( x _ 4 ) AND paint . theme ( x _ 6 , x _ 4 ) AND paint . agent ( x _ 6 , Olivia )
in_distribution
The gumball was liked by the child .
* gumball ( x _ 1 ) ; * child ( x _ 6 ) ; like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , x _ 6 )
in_distribution
Andrew cleaned .
clean . agent ( x _ 1 , Andrew )
in_distribution
A girl passed the cookie beside the table to Evelyn .
* cookie ( x _ 4 ) ; * table ( x _ 7 ) ; girl ( x _ 1 ) AND pass . agent ( x _ 2 , x _ 1 ) AND pass . theme ( x _ 2 , x _ 4 ) AND pass . recipient ( x _ 2 , Evelyn ) AND cookie . nmod . beside ( x _ 4 , x _ 7 )
in_distribution
The duke examined a cake .
* duke ( x _ 1 ) ; examine . agent ( x _ 2 , x _ 1 ) AND examine . theme ( x _ 2 , x _ 4 ) AND cake ( x _ 4 )
in_distribution
paint
LAMBDA a . LAMBDA b . LAMBDA e . paint . agent ( e , b ) AND paint . theme ( e , a )
primitive
Noah gave Emma a plate .
give . agent ( x _ 1 , Noah ) AND give . recipient ( x _ 1 , Emma ) AND give . theme ( x _ 1 , x _ 4 ) AND plate ( x _ 4 )
in_distribution
The pickle was given to Luke by a chicken .
* pickle ( x _ 1 ) ; give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , Luke ) AND give . agent ( x _ 3 , x _ 8 ) AND chicken ( x _ 8 )
in_distribution
A boy liked the cake .
* cake ( x _ 4 ) ; boy ( x _ 1 ) AND like . agent ( x _ 2 , x _ 1 ) AND like . theme ( x _ 2 , x _ 4 )
in_distribution
The jacket was inflated .
* jacket ( x _ 1 ) ; inflate . theme ( x _ 3 , x _ 1 )
in_distribution
A girl preferred to sleep .
girl ( x _ 1 ) AND prefer . agent ( x _ 2 , x _ 1 ) AND prefer . xcomp ( x _ 2 , x _ 4 ) AND sleep . agent ( x _ 4 , x _ 1 )
in_distribution
The baby liked the box .
* baby ( x _ 1 ) ; * box ( x _ 4 ) ; like . agent ( x _ 2 , x _ 1 ) AND like . theme ( x _ 2 , x _ 4 )
in_distribution
A girl appreciated the brush .
* brush ( x _ 4 ) ; girl ( x _ 1 ) AND appreciate . agent ( x _ 2 , x _ 1 ) AND appreciate . theme ( x _ 2 , x _ 4 )
in_distribution
The boy hoped that a girl juggled .
* boy ( x _ 1 ) ; hope . agent ( x _ 2 , x _ 1 ) AND hope . ccomp ( x _ 2 , x _ 6 ) AND girl ( x _ 5 ) AND juggle . agent ( x _ 6 , x _ 5 )
in_distribution
The chicken forwarded a key in a house to Claire .
* chicken ( x _ 1 ) ; forward . agent ( x _ 2 , x _ 1 ) AND forward . theme ( x _ 2 , x _ 4 ) AND forward . recipient ( x _ 2 , Claire ) AND key ( x _ 4 ) AND key . nmod . in ( x _ 4 , x _ 7 ) AND house ( x _ 7 )
in_distribution
The prince was fed a cake .
* prince ( x _ 1 ) ; feed . recipient ( x _ 3 , x _ 1 ) AND feed . theme ( x _ 3 , x _ 5 ) AND cake ( x _ 5 )
in_distribution
Isabella changed the cake beside the chair .
* cake ( x _ 3 ) ; * chair ( x _ 6 ) ; change . agent ( x _ 1 , Isabella ) AND change . theme ( x _ 1 , x _ 3 ) AND cake . nmod . beside ( x _ 3 , x _ 6 )
in_distribution
Emma was given the cake beside the sailor .
* cake ( x _ 4 ) ; * sailor ( x _ 7 ) ; give . recipient ( x _ 2 , Emma ) AND give . theme ( x _ 2 , x _ 4 ) AND cake . nmod . beside ( x _ 4 , x _ 7 )
in_distribution
Noah was given a cake beside a toy .
give . recipient ( x _ 2 , Noah ) AND give . theme ( x _ 2 , x _ 4 ) AND cake ( x _ 4 ) AND cake . nmod . beside ( x _ 4 , x _ 7 ) AND toy ( x _ 7 )
in_distribution
The boy fed a dog the mirror beside the log .
* boy ( x _ 1 ) ; * mirror ( x _ 6 ) ; * log ( x _ 9 ) ; feed . agent ( x _ 2 , x _ 1 ) AND feed . recipient ( x _ 2 , x _ 4 ) AND feed . theme ( x _ 2 , x _ 6 ) AND dog ( x _ 4 ) AND mirror . nmod . beside ( x _ 6 , x _ 9 )
in_distribution
The boy ate a key .
* boy ( x _ 1 ) ; eat . agent ( x _ 2 , x _ 1 ) AND eat . theme ( x _ 2 , x _ 4 ) AND key ( x _ 4 )
in_distribution
The cup was heard by the girl .
* cup ( x _ 1 ) ; * girl ( x _ 6 ) ; hear . theme ( x _ 3 , x _ 1 ) AND hear . agent ( x _ 3 , x _ 6 )
in_distribution
The boy fed Noah the bucket in the cup .
* boy ( x _ 1 ) ; * bucket ( x _ 5 ) ; * cup ( x _ 8 ) ; feed . agent ( x _ 2 , x _ 1 ) AND feed . recipient ( x _ 2 , Noah ) AND feed . theme ( x _ 2 , x _ 5 ) AND bucket . nmod . in ( x _ 5 , x _ 8 )
in_distribution
A girl sold a cookie beside a cabinet to a cat .
girl ( x _ 1 ) AND sell . agent ( x _ 2 , x _ 1 ) AND sell . theme ( x _ 2 , x _ 4 ) AND sell . recipient ( x _ 2 , x _ 10 ) AND cookie ( x _ 4 ) AND cookie . nmod . beside ( x _ 4 , x _ 7 ) AND cabinet ( x _ 7 ) AND cat ( x _ 10 )
in_distribution
A cake was drawn by the baby .
* baby ( x _ 6 ) ; cake ( x _ 1 ) AND draw . theme ( x _ 3 , x _ 1 ) AND draw . agent ( x _ 3 , x _ 6 )
in_distribution
A chicken froze Alexander .
chicken ( x _ 1 ) AND freeze . agent ( x _ 2 , x _ 1 ) AND freeze . theme ( x _ 2 , Alexander )
in_distribution
The donut was given to the dog by Emma .
* donut ( x _ 1 ) ; * dog ( x _ 6 ) ; give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 ) AND give . agent ( x _ 3 , Emma )
in_distribution
A buyer decomposed .
buyer ( x _ 1 ) AND decompose . theme ( x _ 2 , x _ 1 )
in_distribution
Ava lended a boy the box on a chair .
* box ( x _ 5 ) ; lend . agent ( x _ 1 , Ava ) AND lend . recipient ( x _ 1 , x _ 3 ) AND lend . theme ( x _ 1 , x _ 5 ) AND boy ( x _ 3 ) AND box . nmod . on ( x _ 5 , x _ 8 ) AND chair ( x _ 8 )
in_distribution
The girl lended Emma a cookie on the stage .
* girl ( x _ 1 ) ; * stage ( x _ 8 ) ; lend . agent ( x _ 2 , x _ 1 ) AND lend . recipient ( x _ 2 , Emma ) AND lend . theme ( x _ 2 , x _ 5 ) AND cookie ( x _ 5 ) AND cookie . nmod . on ( x _ 5 , x _ 8 )
in_distribution
Emma fed a girl the ball .
* ball ( x _ 5 ) ; feed . agent ( x _ 1 , Emma ) AND feed . recipient ( x _ 1 , x _ 3 ) AND feed . theme ( x _ 1 , x _ 5 ) AND girl ( x _ 3 )
in_distribution
The cake was poked by Emma .
* cake ( x _ 1 ) ; poke . theme ( x _ 3 , x _ 1 ) AND poke . agent ( x _ 3 , Emma )
in_distribution
A cake was found by the boy .
* boy ( x _ 6 ) ; cake ( x _ 1 ) AND find . theme ( x _ 3 , x _ 1 ) AND find . agent ( x _ 3 , x _ 6 )
in_distribution
Emma split Wyatt .
split . agent ( x _ 1 , Emma ) AND split . theme ( x _ 1 , Wyatt )
in_distribution
Liam doubled the girl on a keyboard .
* girl ( x _ 3 ) ; double . agent ( x _ 1 , Liam ) AND double . theme ( x _ 1 , x _ 3 ) AND girl . nmod . on ( x _ 3 , x _ 6 ) AND keyboard ( x _ 6 )
in_distribution
The bear smiled .
* bear ( x _ 1 ) ; smile . agent ( x _ 2 , x _ 1 )
in_distribution
The cat pierced a baby in the room .
* cat ( x _ 1 ) ; * room ( x _ 7 ) ; pierce . agent ( x _ 2 , x _ 1 ) AND pierce . theme ( x _ 2 , x _ 4 ) AND baby ( x _ 4 ) AND baby . nmod . in ( x _ 4 , x _ 7 )
in_distribution
The cookie was sold to Liam by a boy .
* cookie ( x _ 1 ) ; sell . theme ( x _ 3 , x _ 1 ) AND sell . recipient ( x _ 3 , Liam ) AND sell . agent ( x _ 3 , x _ 8 ) AND boy ( x _ 8 )
in_distribution
Mia rolled .
roll . theme ( x _ 1 , Mia )
in_distribution
The girl gave the cake to the baby .
* girl ( x _ 1 ) ; * cake ( x _ 4 ) ; * baby ( x _ 7 ) ; give . agent ( x _ 2 , x _ 1 ) AND give . theme ( x _ 2 , x _ 4 ) AND give . recipient ( x _ 2 , x _ 7 )
in_distribution
The jacket was split by Emma .
* jacket ( x _ 1 ) ; split . theme ( x _ 3 , x _ 1 ) AND split . agent ( x _ 3 , Emma )
in_distribution
The cookie was frozen by a cat .
* cookie ( x _ 1 ) ; freeze . theme ( x _ 3 , x _ 1 ) AND freeze . agent ( x _ 3 , x _ 6 ) AND cat ( x _ 6 )
in_distribution
The cat was loaned a chemical in a bag by Emma .
* cat ( x _ 1 ) ; loan . recipient ( x _ 3 , x _ 1 ) AND loan . theme ( x _ 3 , x _ 5 ) AND loan . agent ( x _ 3 , Emma ) AND chemical ( x _ 5 ) AND chemical . nmod . in ( x _ 5 , x _ 8 ) AND bag ( x _ 8 )
in_distribution
A donut was poked .
donut ( x _ 1 ) AND poke . theme ( x _ 3 , x _ 1 )
in_distribution
A watch was helped by the moose .
* moose ( x _ 6 ) ; watch ( x _ 1 ) AND help . theme ( x _ 3 , x _ 1 ) AND help . agent ( x _ 3 , x _ 6 )
in_distribution
A block was noticed .
block ( x _ 1 ) AND notice . theme ( x _ 3 , x _ 1 )
in_distribution
A plate was hunted .
plate ( x _ 1 ) AND hunt . theme ( x _ 3 , x _ 1 )
in_distribution
Sophia helped a doctor .
help . agent ( x _ 1 , Sophia ) AND help . theme ( x _ 1 , x _ 3 ) AND doctor ( x _ 3 )
in_distribution
The brain was rolled by a girl .
* brain ( x _ 1 ) ; roll . theme ( x _ 3 , x _ 1 ) AND roll . agent ( x _ 3 , x _ 6 ) AND girl ( x _ 6 )
in_distribution
Emma lended a cake beside the table to Ava .
* table ( x _ 6 ) ; lend . agent ( x _ 1 , Emma ) AND lend . theme ( x _ 1 , x _ 3 ) AND lend . recipient ( x _ 1 , Ava ) AND cake ( x _ 3 ) AND cake . nmod . beside ( x _ 3 , x _ 6 )
in_distribution
A girl called the professor in the car .
* professor ( x _ 4 ) ; * car ( x _ 7 ) ; girl ( x _ 1 ) AND call . agent ( x _ 2 , x _ 1 ) AND call . theme ( x _ 2 , x _ 4 ) AND professor . nmod . in ( x _ 4 , x _ 7 )
in_distribution
The goose gave Benjamin the cake .
* goose ( x _ 1 ) ; * cake ( x _ 5 ) ; give . agent ( x _ 2 , x _ 1 ) AND give . recipient ( x _ 2 , Benjamin ) AND give . theme ( x _ 2 , x _ 5 )
in_distribution
A box was broken .
box ( x _ 1 ) AND break . theme ( x _ 3 , x _ 1 )
in_distribution
A plate was helped .
plate ( x _ 1 ) AND help . theme ( x _ 3 , x _ 1 )
in_distribution
A deer ate the politician .
* politician ( x _ 4 ) ; deer ( x _ 1 ) AND eat . agent ( x _ 2 , x _ 1 ) AND eat . theme ( x _ 2 , x _ 4 )
in_distribution
A baby was given a cookie on a blanket by Luna .
baby ( x _ 1 ) AND give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 ) AND give . agent ( x _ 3 , Luna ) AND cookie ( x _ 5 ) AND cookie . nmod . on ( x _ 5 , x _ 8 ) AND blanket ( x _ 8 )
in_distribution
Penelope reddened .
redden . theme ( x _ 1 , Penelope )
in_distribution
Emma posted a bag to the cat .
* cat ( x _ 6 ) ; post . agent ( x _ 1 , Emma ) AND post . theme ( x _ 1 , x _ 3 ) AND post . recipient ( x _ 1 , x _ 6 ) AND bag ( x _ 3 )
in_distribution
The cake was tolerated by the monster .
* cake ( x _ 1 ) ; * monster ( x _ 6 ) ; tolerate . theme ( x _ 3 , x _ 1 ) AND tolerate . agent ( x _ 3 , x _ 6 )
in_distribution
A raisin was lended to William by a customer .
raisin ( x _ 1 ) AND lend . theme ( x _ 3 , x _ 1 ) AND lend . recipient ( x _ 3 , William ) AND lend . agent ( x _ 3 , x _ 8 ) AND customer ( x _ 8 )
in_distribution
The seed was shortened by Lucas .
* seed ( x _ 1 ) ; shorten . theme ( x _ 3 , x _ 1 ) AND shorten . agent ( x _ 3 , Lucas )
in_distribution
The teacher ate the bean on the stage .
* teacher ( x _ 1 ) ; * bean ( x _ 4 ) ; * stage ( x _ 7 ) ; eat . agent ( x _ 2 , x _ 1 ) AND eat . theme ( x _ 2 , x _ 4 ) AND bean . nmod . on ( x _ 4 , x _ 7 )
in_distribution
A crayon was decomposed .
crayon ( x _ 1 ) AND decompose . theme ( x _ 3 , x _ 1 )
in_distribution
Penelope handed Emma the donut on a stool .
* donut ( x _ 4 ) ; hand . agent ( x _ 1 , Penelope ) AND hand . recipient ( x _ 1 , Emma ) AND hand . theme ( x _ 1 , x _ 4 ) AND donut . nmod . on ( x _ 4 , x _ 7 ) AND stool ( x _ 7 )
in_distribution
The cat juggled a giraffe .
* cat ( x _ 1 ) ; juggle . agent ( x _ 2 , x _ 1 ) AND juggle . theme ( x _ 2 , x _ 4 ) AND giraffe ( x _ 4 )
in_distribution
A crayon was shortened by the girl .
* girl ( x _ 6 ) ; crayon ( x _ 1 ) AND shorten . theme ( x _ 3 , x _ 1 ) AND shorten . agent ( x _ 3 , x _ 6 )
in_distribution
The girl meant to sleep .
* girl ( x _ 1 ) ; mean . agent ( x _ 2 , x _ 1 ) AND mean . xcomp ( x _ 2 , x _ 4 ) AND sleep . agent ( x _ 4 , x _ 1 )
in_distribution
The ball was eaten .
* ball ( x _ 1 ) ; eat . theme ( x _ 3 , x _ 1 )
in_distribution
The boy helped the box .
* boy ( x _ 1 ) ; * box ( x _ 4 ) ; help . agent ( x _ 2 , x _ 1 ) AND help . theme ( x _ 2 , x _ 4 )
in_distribution
A cake was poked by a girl .
cake ( x _ 1 ) AND poke . theme ( x _ 3 , x _ 1 ) AND poke . agent ( x _ 3 , x _ 6 ) AND girl ( x _ 6 )
in_distribution
Bella smirked .
smirk . agent ( x _ 1 , Bella )
in_distribution
A cake was noticed by a boy .
cake ( x _ 1 ) AND notice . theme ( x _ 3 , x _ 1 ) AND notice . agent ( x _ 3 , x _ 6 ) AND boy ( x _ 6 )
in_distribution
The hamburger was observed .
* hamburger ( x _ 1 ) ; observe . theme ( x _ 3 , x _ 1 )
in_distribution
A drink was passed to a cat .
drink ( x _ 1 ) AND pass . theme ( x _ 3 , x _ 1 ) AND pass . recipient ( x _ 3 , x _ 6 ) AND cat ( x _ 6 )
in_distribution
The mirror was disintegrated by a soldier .
* mirror ( x _ 1 ) ; disintegrate . theme ( x _ 3 , x _ 1 ) AND disintegrate . agent ( x _ 3 , x _ 6 ) AND soldier ( x _ 6 )
in_distribution
A sweetcorn was shortened by a girl .
sweetcorn ( x _ 1 ) AND shorten . theme ( x _ 3 , x _ 1 ) AND shorten . agent ( x _ 3 , x _ 6 ) AND girl ( x _ 6 )
in_distribution
A hamburger was frozen by a cat .
hamburger ( x _ 1 ) AND freeze . theme ( x _ 3 , x _ 1 ) AND freeze . agent ( x _ 3 , x _ 6 ) AND cat ( x _ 6 )
in_distribution
A shoe was mailed to the dog .
* dog ( x _ 6 ) ; shoe ( x _ 1 ) AND mail . theme ( x _ 3 , x _ 1 ) AND mail . recipient ( x _ 3 , x _ 6 )
in_distribution