input
stringlengths
3
103
output
stringlengths
3
435
domain
stringclasses
14 values
The muffin was given to the father .
* muffin ( x _ 1 ) ; * father ( x _ 6 ) ; give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 )
in_distribution
A box was helped by the girl .
* girl ( x _ 6 ) ; box ( x _ 1 ) AND help . theme ( x _ 3 , x _ 1 ) AND help . agent ( x _ 3 , x _ 6 )
in_distribution
A resident knew .
resident ( x _ 1 ) AND know . agent ( x _ 2 , x _ 1 )
in_distribution
A girl painted the melon .
* melon ( x _ 4 ) ; girl ( x _ 1 ) AND paint . agent ( x _ 2 , x _ 1 ) AND paint . theme ( x _ 2 , x _ 4 )
in_distribution
A melon froze .
melon ( x _ 1 ) AND freeze . theme ( x _ 2 , x _ 1 )
in_distribution
A girl broke Olivia .
girl ( x _ 1 ) AND break . agent ( x _ 2 , x _ 1 ) AND break . theme ( x _ 2 , Olivia )
in_distribution
The bucket was rolled .
* bucket ( x _ 1 ) ; roll . theme ( x _ 3 , x _ 1 )
in_distribution
A patient gave Emma a melon on the stool .
* stool ( x _ 8 ) ; patient ( x _ 1 ) AND give . agent ( x _ 2 , x _ 1 ) AND give . recipient ( x _ 2 , Emma ) AND give . theme ( x _ 2 , x _ 5 ) AND melon ( x _ 5 ) AND melon . nmod . on ( x _ 5 , x _ 8 )
in_distribution
Liam meant to run .
mean . agent ( x _ 1 , Liam ) AND mean . xcomp ( x _ 1 , x _ 3 ) AND run . agent ( x _ 3 , Liam )
in_distribution
A kitty returned a cake beside the statue to a priest .
* statue ( x _ 7 ) ; kitty ( x _ 1 ) AND return . agent ( x _ 2 , x _ 1 ) AND return . theme ( x _ 2 , x _ 4 ) AND return . recipient ( x _ 2 , x _ 10 ) AND cake ( x _ 4 ) AND cake . nmod . beside ( x _ 4 , x _ 7 ) AND priest ( x _ 10 )
in_distribution
Noah admired that the crayon broke .
* crayon ( x _ 4 ) ; admire . agent ( x _ 1 , Noah ) AND admire . ccomp ( x _ 1 , x _ 5 ) AND break . theme ( x _ 5 , x _ 4 )
in_distribution
A girl knew .
girl ( x _ 1 ) AND know . agent ( x _ 2 , x _ 1 )
in_distribution
The cake was forwarded to a boy .
* cake ( x _ 1 ) ; forward . theme ( x _ 3 , x _ 1 ) AND forward . recipient ( x _ 3 , x _ 6 ) AND boy ( x _ 6 )
in_distribution
The chicken noticed .
* chicken ( x _ 1 ) ; notice . agent ( x _ 2 , x _ 1 )
in_distribution
Victoria awarded a cake to Olivia .
award . agent ( x _ 1 , Victoria ) AND award . theme ( x _ 1 , x _ 3 ) AND award . recipient ( x _ 1 , Olivia ) AND cake ( x _ 3 )
in_distribution
A strawberry was pierced .
strawberry ( x _ 1 ) AND pierce . theme ( x _ 3 , x _ 1 )
in_distribution
A girl lended Emma a sandwich .
girl ( x _ 1 ) AND lend . agent ( x _ 2 , x _ 1 ) AND lend . recipient ( x _ 2 , Emma ) AND lend . theme ( x _ 2 , x _ 5 ) AND sandwich ( x _ 5 )
in_distribution
A dog observed .
dog ( x _ 1 ) AND observe . agent ( x _ 2 , x _ 1 )
in_distribution
Olivia noticed that Mason saw .
notice . agent ( x _ 1 , Olivia ) AND notice . ccomp ( x _ 1 , x _ 4 ) AND see . agent ( x _ 4 , Mason )
in_distribution
Isabella loaned William a box .
loan . agent ( x _ 1 , Isabella ) AND loan . recipient ( x _ 1 , William ) AND loan . theme ( x _ 1 , x _ 4 ) AND box ( x _ 4 )
in_distribution
Emma liked a girl in the car .
* car ( x _ 6 ) ; like . agent ( x _ 1 , Emma ) AND like . theme ( x _ 1 , x _ 3 ) AND girl ( x _ 3 ) AND girl . nmod . in ( x _ 3 , x _ 6 )
in_distribution
Emma lended Liam a donut .
lend . agent ( x _ 1 , Emma ) AND lend . recipient ( x _ 1 , Liam ) AND lend . theme ( x _ 1 , x _ 4 ) AND donut ( x _ 4 )
in_distribution
Emma wanted to giggle .
want . agent ( x _ 1 , Emma ) AND want . xcomp ( x _ 1 , x _ 3 ) AND giggle . agent ( x _ 3 , Emma )
in_distribution
A lollipop was slid by the child .
* child ( x _ 6 ) ; lollipop ( x _ 1 ) AND slide . theme ( x _ 3 , x _ 1 ) AND slide . agent ( x _ 3 , x _ 6 )
in_distribution
Emma froze the cookie beside the tree .
* cookie ( x _ 3 ) ; * tree ( x _ 6 ) ; freeze . agent ( x _ 1 , Emma ) AND freeze . theme ( x _ 1 , x _ 3 ) AND cookie . nmod . beside ( x _ 3 , x _ 6 )
in_distribution
Avery liked a raisin in a house .
like . agent ( x _ 1 , Avery ) AND like . theme ( x _ 1 , x _ 3 ) AND raisin ( x _ 3 ) AND raisin . nmod . in ( x _ 3 , x _ 6 ) AND house ( x _ 6 )
in_distribution
A friend sneezed .
friend ( x _ 1 ) AND sneeze . agent ( x _ 2 , x _ 1 )
in_distribution
A girl admired the drink .
* drink ( x _ 4 ) ; girl ( x _ 1 ) AND admire . agent ( x _ 2 , x _ 1 ) AND admire . theme ( x _ 2 , x _ 4 )
in_distribution
Elizabeth was sent the cake in a corner by the pig .
* cake ( x _ 4 ) ; * pig ( x _ 10 ) ; send . recipient ( x _ 2 , Elizabeth ) AND send . theme ( x _ 2 , x _ 4 ) AND send . agent ( x _ 2 , x _ 10 ) AND cake . nmod . in ( x _ 4 , x _ 7 ) AND corner ( x _ 7 )
in_distribution
The donut was slipped to Olivia .
* donut ( x _ 1 ) ; slip . theme ( x _ 3 , x _ 1 ) AND slip . recipient ( x _ 3 , Olivia )
in_distribution
A shell was frozen .
shell ( x _ 1 ) AND freeze . theme ( x _ 3 , x _ 1 )
in_distribution
Avery served a girl the box .
* box ( x _ 5 ) ; serve . agent ( x _ 1 , Avery ) AND serve . recipient ( x _ 1 , x _ 3 ) AND serve . theme ( x _ 1 , x _ 5 ) AND girl ( x _ 3 )
in_distribution
The lion liked a donut in the cup .
* lion ( x _ 1 ) ; * cup ( x _ 7 ) ; like . agent ( x _ 2 , x _ 1 ) AND like . theme ( x _ 2 , x _ 4 ) AND donut ( x _ 4 ) AND donut . nmod . in ( x _ 4 , x _ 7 )
in_distribution
The sandwich was eaten by a guard .
* sandwich ( x _ 1 ) ; eat . theme ( x _ 3 , x _ 1 ) AND eat . agent ( x _ 3 , x _ 6 ) AND guard ( x _ 6 )
in_distribution
Charlotte saw the box beside the house .
* box ( x _ 3 ) ; * house ( x _ 6 ) ; see . agent ( x _ 1 , Charlotte ) AND see . theme ( x _ 1 , x _ 3 ) AND box . nmod . beside ( x _ 3 , x _ 6 )
in_distribution
The bell was valued by the girl .
* bell ( x _ 1 ) ; * girl ( x _ 6 ) ; value . theme ( x _ 3 , x _ 1 ) AND value . agent ( x _ 3 , x _ 6 )
in_distribution
Liam sent Olivia a bell .
send . agent ( x _ 1 , Liam ) AND send . recipient ( x _ 1 , Olivia ) AND send . theme ( x _ 1 , x _ 4 ) AND bell ( x _ 4 )
in_distribution
A sandwich was cooked .
sandwich ( x _ 1 ) AND cook . theme ( x _ 3 , x _ 1 )
in_distribution
The girl examined James .
* girl ( x _ 1 ) ; examine . agent ( x _ 2 , x _ 1 ) AND examine . theme ( x _ 2 , James )
in_distribution
A servant threw a cake on the vessel .
* vessel ( x _ 7 ) ; servant ( x _ 1 ) AND throw . agent ( x _ 2 , x _ 1 ) AND throw . theme ( x _ 2 , x _ 4 ) AND cake ( x _ 4 ) AND cake . nmod . on ( x _ 4 , x _ 7 )
in_distribution
Claire said that a cake was slid by Noah .
say . agent ( x _ 1 , Claire ) AND say . ccomp ( x _ 1 , x _ 6 ) AND cake ( x _ 4 ) AND slide . theme ( x _ 6 , x _ 4 ) AND slide . agent ( x _ 6 , Noah )
in_distribution
Olivia examined the girl .
* girl ( x _ 3 ) ; examine . agent ( x _ 1 , Olivia ) AND examine . theme ( x _ 1 , x _ 3 )
in_distribution
The sandwich was discovered by the mouse .
* sandwich ( x _ 1 ) ; * mouse ( x _ 6 ) ; discover . theme ( x _ 3 , x _ 1 ) AND discover . agent ( x _ 3 , x _ 6 )
in_distribution
Wyatt lended a cookie to James .
lend . agent ( x _ 1 , Wyatt ) AND lend . theme ( x _ 1 , x _ 3 ) AND lend . recipient ( x _ 1 , James ) AND cookie ( x _ 3 )
in_distribution
Emma rolled the sweetcorn on the tray .
* sweetcorn ( x _ 3 ) ; * tray ( x _ 6 ) ; roll . agent ( x _ 1 , Emma ) AND roll . theme ( x _ 1 , x _ 3 ) AND sweetcorn . nmod . on ( x _ 3 , x _ 6 )
in_distribution
The girl noticed that the cake was floated by Liam .
* girl ( x _ 1 ) ; * cake ( x _ 5 ) ; notice . agent ( x _ 2 , x _ 1 ) AND notice . ccomp ( x _ 2 , x _ 7 ) AND float . theme ( x _ 7 , x _ 5 ) AND float . agent ( x _ 7 , Liam )
in_distribution
The boy froze the dog beside the chair beside the table .
* boy ( x _ 1 ) ; * dog ( x _ 4 ) ; * chair ( x _ 7 ) ; * table ( x _ 10 ) ; freeze . agent ( x _ 2 , x _ 1 ) AND freeze . theme ( x _ 2 , x _ 4 ) AND dog . nmod . beside ( x _ 4 , x _ 7 ) AND chair . nmod . beside ( x _ 7 , x _ 10 )
in_distribution
A cat fed a cake in a car to the monkey .
* monkey ( x _ 10 ) ; cat ( x _ 1 ) AND feed . agent ( x _ 2 , x _ 1 ) AND feed . theme ( x _ 2 , x _ 4 ) AND feed . recipient ( x _ 2 , x _ 10 ) AND cake ( x _ 4 ) AND cake . nmod . in ( x _ 4 , x _ 7 ) AND car ( x _ 7 )
in_distribution
Liam froze a hen .
freeze . agent ( x _ 1 , Liam ) AND freeze . theme ( x _ 1 , x _ 3 ) AND hen ( x _ 3 )
in_distribution
Evelyn lended Liam the cookie in a basin .
* cookie ( x _ 4 ) ; lend . agent ( x _ 1 , Evelyn ) AND lend . recipient ( x _ 1 , Liam ) AND lend . theme ( x _ 1 , x _ 4 ) AND cookie . nmod . in ( x _ 4 , x _ 7 ) AND basin ( x _ 7 )
in_distribution
Henry wanted to sneeze .
want . agent ( x _ 1 , Henry ) AND want . xcomp ( x _ 1 , x _ 3 ) AND sneeze . agent ( x _ 3 , Henry )
in_distribution
Mia promised the game to Elijah .
* game ( x _ 3 ) ; promise . agent ( x _ 1 , Mia ) AND promise . theme ( x _ 1 , x _ 3 ) AND promise . recipient ( x _ 1 , Elijah )
in_distribution
A cake was given to a kitty .
cake ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 ) AND kitty ( x _ 6 )
in_distribution
Liam liked that a girl loved the cracker .
* cracker ( x _ 7 ) ; like . agent ( x _ 1 , Liam ) AND like . ccomp ( x _ 1 , x _ 5 ) AND girl ( x _ 4 ) AND love . agent ( x _ 5 , x _ 4 ) AND love . theme ( x _ 5 , x _ 7 )
in_distribution
The boy liked a girl beside the chemist .
* boy ( x _ 1 ) ; * chemist ( 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
James offered Emma the cake .
* cake ( x _ 4 ) ; offer . agent ( x _ 1 , James ) AND offer . recipient ( x _ 1 , Emma ) AND offer . theme ( x _ 1 , x _ 4 )
in_distribution
The cake was drawn by the poet .
* cake ( x _ 1 ) ; * poet ( x _ 6 ) ; draw . theme ( x _ 3 , x _ 1 ) AND draw . agent ( x _ 3 , x _ 6 )
in_distribution
The researcher adored the donut on a tree .
* researcher ( x _ 1 ) ; * donut ( x _ 4 ) ; adore . agent ( x _ 2 , x _ 1 ) AND adore . theme ( x _ 2 , x _ 4 ) AND donut . nmod . on ( x _ 4 , x _ 7 ) AND tree ( x _ 7 )
in_distribution
A girl slid .
girl ( x _ 1 ) AND slide . theme ( x _ 2 , x _ 1 )
in_distribution
Lincoln gave William a cake .
give . agent ( x _ 1 , Lincoln ) AND give . recipient ( x _ 1 , William ) AND give . theme ( x _ 1 , x _ 4 ) AND cake ( x _ 4 )
in_distribution
A donut burned .
donut ( x _ 1 ) AND burn . theme ( x _ 2 , x _ 1 )
in_distribution
The box was shortened by the cat .
* box ( x _ 1 ) ; * cat ( x _ 6 ) ; shorten . theme ( x _ 3 , x _ 1 ) AND shorten . agent ( x _ 3 , x _ 6 )
in_distribution
A girl was promised the ball in a room .
* ball ( x _ 5 ) ; girl ( x _ 1 ) AND promise . recipient ( x _ 3 , x _ 1 ) AND promise . theme ( x _ 3 , x _ 5 ) AND ball . nmod . in ( x _ 5 , x _ 8 ) AND room ( x _ 8 )
in_distribution
A cake was awarded to Emma .
cake ( x _ 1 ) AND award . theme ( x _ 3 , x _ 1 ) AND award . recipient ( x _ 3 , Emma )
in_distribution
Emma said that Madison gave the cake in the pool to the prisoner .
* cake ( x _ 6 ) ; * pool ( x _ 9 ) ; * prisoner ( x _ 12 ) ; say . agent ( x _ 1 , Emma ) AND say . ccomp ( x _ 1 , x _ 4 ) AND give . agent ( x _ 4 , Madison ) AND give . theme ( x _ 4 , x _ 6 ) AND give . recipient ( x _ 4 , x _ 12 ) AND cake . nmod . in ( x _ 6 , x _ 9 )
in_distribution
Ryan enlarged a cake in the room .
* room ( x _ 6 ) ; enlarge . agent ( x _ 1 , Ryan ) AND enlarge . theme ( x _ 1 , x _ 3 ) AND cake ( x _ 3 ) AND cake . nmod . in ( x _ 3 , x _ 6 )
in_distribution
The block was awarded to James .
* block ( x _ 1 ) ; award . theme ( x _ 3 , x _ 1 ) AND award . recipient ( x _ 3 , James )
in_distribution
The rose was helped by the cat .
* rose ( x _ 1 ) ; * cat ( x _ 6 ) ; help . theme ( x _ 3 , x _ 1 ) AND help . agent ( x _ 3 , x _ 6 )
in_distribution
The dog liked a penguin beside the painting .
* dog ( x _ 1 ) ; * painting ( x _ 7 ) ; like . agent ( x _ 2 , x _ 1 ) AND like . theme ( x _ 2 , x _ 4 ) AND penguin ( x _ 4 ) AND penguin . nmod . beside ( x _ 4 , x _ 7 )
in_distribution
A girl threw the cake .
* cake ( x _ 4 ) ; girl ( x _ 1 ) AND throw . agent ( x _ 2 , x _ 1 ) AND throw . theme ( x _ 2 , x _ 4 )
in_distribution
A cake was given to a chicken .
cake ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 ) AND chicken ( x _ 6 )
in_distribution
Emma helped the shoe .
* shoe ( x _ 3 ) ; help . agent ( x _ 1 , Emma ) AND help . theme ( x _ 1 , x _ 3 )
in_distribution
A book split .
book ( x _ 1 ) AND split . theme ( x _ 2 , x _ 1 )
in_distribution
A book was liked by Liam .
book ( x _ 1 ) AND like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , Liam )
in_distribution
The strawberry was lended to Joseph by Liam .
* strawberry ( x _ 1 ) ; lend . theme ( x _ 3 , x _ 1 ) AND lend . recipient ( x _ 3 , Joseph ) AND lend . agent ( x _ 3 , Liam )
in_distribution
A cake was helped by Emma .
cake ( x _ 1 ) AND help . theme ( x _ 3 , x _ 1 ) AND help . agent ( x _ 3 , Emma )
in_distribution
The girl broke the pizza beside the throne .
* girl ( x _ 1 ) ; * pizza ( x _ 4 ) ; * throne ( x _ 7 ) ; break . agent ( x _ 2 , x _ 1 ) AND break . theme ( x _ 2 , x _ 4 ) AND pizza . nmod . beside ( x _ 4 , x _ 7 )
in_distribution
Liam wanted to jog .
want . agent ( x _ 1 , Liam ) AND want . xcomp ( x _ 1 , x _ 3 ) AND jog . agent ( x _ 3 , Liam )
in_distribution
A monkey loved a cookie on the road on the tree .
* road ( x _ 7 ) ; * tree ( x _ 10 ) ; monkey ( x _ 1 ) AND love . agent ( x _ 2 , x _ 1 ) AND love . theme ( x _ 2 , x _ 4 ) AND cookie ( x _ 4 ) AND cookie . nmod . on ( x _ 4 , x _ 7 ) AND road . nmod . on ( x _ 7 , x _ 10 )
in_distribution
A lollipop was burned by the giraffe .
* giraffe ( x _ 6 ) ; lollipop ( x _ 1 ) AND burn . theme ( x _ 3 , x _ 1 ) AND burn . agent ( x _ 3 , x _ 6 )
in_distribution
Emma froze a pizza .
freeze . agent ( x _ 1 , Emma ) AND freeze . theme ( x _ 1 , x _ 3 ) AND pizza ( x _ 3 )
in_distribution
The gumball was eaten .
* gumball ( x _ 1 ) ; eat . theme ( x _ 3 , x _ 1 )
in_distribution
A potato was served to Emma .
potato ( x _ 1 ) AND serve . theme ( x _ 3 , x _ 1 ) AND serve . recipient ( x _ 3 , Emma )
in_distribution
The cake was called by Emma .
* cake ( x _ 1 ) ; call . theme ( x _ 3 , x _ 1 ) AND call . agent ( x _ 3 , Emma )
in_distribution
The patient was lended a cake beside the table beside a bed by Olivia .
* patient ( x _ 1 ) ; * table ( x _ 8 ) ; lend . recipient ( x _ 3 , x _ 1 ) AND lend . theme ( x _ 3 , x _ 5 ) AND lend . agent ( x _ 3 , Olivia ) AND cake ( x _ 5 ) AND cake . nmod . beside ( x _ 5 , x _ 8 ) AND table . nmod . beside ( x _ 8 , x _ 11 ) AND bed ( x _ 11 )
in_distribution
The girl was fed the donut on the table .
* girl ( x _ 1 ) ; * donut ( x _ 5 ) ; * table ( x _ 8 ) ; feed . recipient ( x _ 3 , x _ 1 ) AND feed . theme ( x _ 3 , x _ 5 ) AND donut . nmod . on ( x _ 5 , x _ 8 )
in_distribution
The mandarin was collapsed by Olivia .
* mandarin ( x _ 1 ) ; collapse . theme ( x _ 3 , x _ 1 ) AND collapse . agent ( x _ 3 , Olivia )
in_distribution
A chalk was lended to the boy by Liam .
* boy ( x _ 6 ) ; chalk ( x _ 1 ) AND lend . theme ( x _ 3 , x _ 1 ) AND lend . recipient ( x _ 3 , x _ 6 ) AND lend . agent ( x _ 3 , Liam )
in_distribution
A chemical was given to the child .
* child ( x _ 6 ) ; chemical ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 )
in_distribution
The baby was lended the raisin .
* baby ( x _ 1 ) ; * raisin ( x _ 5 ) ; lend . recipient ( x _ 3 , x _ 1 ) AND lend . theme ( x _ 3 , x _ 5 )
in_distribution
The cake was found by the teacher .
* cake ( x _ 1 ) ; * teacher ( x _ 6 ) ; find . theme ( x _ 3 , x _ 1 ) AND find . agent ( x _ 3 , x _ 6 )
in_distribution
A chief drew .
chief ( x _ 1 ) AND draw . agent ( x _ 2 , x _ 1 )
in_distribution
David believed that Olivia offered the crystal to a girl .
* crystal ( x _ 6 ) ; believe . agent ( x _ 1 , David ) AND believe . ccomp ( x _ 1 , x _ 4 ) AND offer . agent ( x _ 4 , Olivia ) AND offer . theme ( x _ 4 , x _ 6 ) AND offer . recipient ( x _ 4 , x _ 9 ) AND girl ( x _ 9 )
in_distribution
Ava painted .
paint . agent ( x _ 1 , Ava )
in_distribution
A boy broke the donut on a bed .
* donut ( x _ 4 ) ; boy ( x _ 1 ) AND break . agent ( x _ 2 , x _ 1 ) AND break . theme ( x _ 2 , x _ 4 ) AND donut . nmod . on ( x _ 4 , x _ 7 ) AND bed ( x _ 7 )
in_distribution
The cake was doubled by Noah .
* cake ( x _ 1 ) ; double . theme ( x _ 3 , x _ 1 ) AND double . agent ( x _ 3 , Noah )
in_distribution
A melon was eaten .
melon ( x _ 1 ) AND eat . theme ( x _ 3 , x _ 1 )
in_distribution
A girl crumpled .
girl ( x _ 1 ) AND crumple . theme ( x _ 2 , x _ 1 )
in_distribution
The rose was slid .
* rose ( x _ 1 ) ; slide . theme ( x _ 3 , x _ 1 )
in_distribution
Emma broke Evelyn .
break . agent ( x _ 1 , Emma ) AND break . theme ( x _ 1 , Evelyn )
in_distribution