input stringlengths 3 103 | output stringlengths 3 435 | domain stringclasses 14
values |
|---|---|---|
The girl was returned the lollipop beside a table . | * girl ( x _ 1 ) ; * lollipop ( x _ 5 ) ; return . recipient ( x _ 3 , x _ 1 ) AND return . theme ( x _ 3 , x _ 5 ) AND lollipop . nmod . beside ( x _ 5 , x _ 8 ) AND table ( x _ 8 ) | in_distribution |
The girl gave the cake to Liam . | * girl ( x _ 1 ) ; * cake ( x _ 4 ) ; give . agent ( x _ 2 , x _ 1 ) AND give . theme ( x _ 2 , x _ 4 ) AND give . recipient ( x _ 2 , Liam ) | in_distribution |
Lucas attempted to run . | attempt . agent ( x _ 1 , Lucas ) AND attempt . xcomp ( x _ 1 , x _ 3 ) AND run . agent ( x _ 3 , Lucas ) | in_distribution |
The cookie was adored . | * cookie ( x _ 1 ) ; adore . theme ( x _ 3 , x _ 1 ) | in_distribution |
Liam ate a donut on a table . | eat . agent ( x _ 1 , Liam ) AND eat . theme ( x _ 1 , x _ 3 ) AND donut ( x _ 3 ) AND donut . nmod . on ( x _ 3 , x _ 6 ) AND table ( x _ 6 ) | in_distribution |
A girl cleaned . | girl ( x _ 1 ) AND clean . agent ( x _ 2 , x _ 1 ) | in_distribution |
The cake was burned by Isabella . | * cake ( x _ 1 ) ; burn . theme ( x _ 3 , x _ 1 ) AND burn . agent ( x _ 3 , Isabella ) | in_distribution |
A donut was lended to Sophia by Oliver . | donut ( x _ 1 ) AND lend . theme ( x _ 3 , x _ 1 ) AND lend . recipient ( x _ 3 , Sophia ) AND lend . agent ( x _ 3 , Oliver ) | in_distribution |
A donut was served to the girl . | * girl ( x _ 6 ) ; donut ( x _ 1 ) AND serve . theme ( x _ 3 , x _ 1 ) AND serve . recipient ( x _ 3 , x _ 6 ) | in_distribution |
Benjamin nursed . | nurse . agent ( x _ 1 , Benjamin ) | in_distribution |
The rose was liked by the boy . | * rose ( x _ 1 ) ; * boy ( x _ 6 ) ; like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , x _ 6 ) | in_distribution |
The cake was sent to Zoe by Aiden . | * cake ( x _ 1 ) ; send . theme ( x _ 3 , x _ 1 ) AND send . recipient ( x _ 3 , Zoe ) AND send . agent ( x _ 3 , Aiden ) | in_distribution |
A bear admired that the rose was cooked . | * rose ( x _ 5 ) ; bear ( x _ 1 ) AND admire . agent ( x _ 2 , x _ 1 ) AND admire . ccomp ( x _ 2 , x _ 7 ) AND cook . theme ( x _ 7 , x _ 5 ) | in_distribution |
The rose was given to a girl by a boy . | * rose ( x _ 1 ) ; give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 ) AND give . agent ( x _ 3 , x _ 9 ) AND girl ( x _ 6 ) AND boy ( x _ 9 ) | in_distribution |
A princess rolled a girl . | princess ( x _ 1 ) AND roll . agent ( x _ 2 , x _ 1 ) AND roll . theme ( x _ 2 , x _ 4 ) AND girl ( x _ 4 ) | in_distribution |
The lion liked that the cake was rented to Dylan by the driver . | * lion ( x _ 1 ) ; * cake ( x _ 5 ) ; * driver ( x _ 12 ) ; like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 7 ) AND rent . theme ( x _ 7 , x _ 5 ) AND rent . recipient ( x _ 7 , Dylan ) AND rent . agent ( x _ 7 , x _ 12 ) | in_distribution |
Ryan grew . | grow . theme ( x _ 1 , Ryan ) | in_distribution |
Lincoln gave the cake on a table to the butterfly . | * cake ( x _ 3 ) ; * butterfly ( x _ 9 ) ; give . agent ( x _ 1 , Lincoln ) AND give . theme ( x _ 1 , x _ 3 ) AND give . recipient ( x _ 1 , x _ 9 ) AND cake . nmod . on ( x _ 3 , x _ 6 ) AND table ( x _ 6 ) | in_distribution |
A block was given to Emma by the girl . | * girl ( x _ 8 ) ; block ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , Emma ) AND give . agent ( x _ 3 , x _ 8 ) | in_distribution |
A jar was frozen by Emma . | jar ( x _ 1 ) AND freeze . theme ( x _ 3 , x _ 1 ) AND freeze . agent ( x _ 3 , Emma ) | in_distribution |
The cake was promised to the boy . | * cake ( x _ 1 ) ; * boy ( x _ 6 ) ; promise . theme ( x _ 3 , x _ 1 ) AND promise . recipient ( x _ 3 , x _ 6 ) | in_distribution |
A block was frozen . | block ( x _ 1 ) AND freeze . theme ( x _ 3 , x _ 1 ) | in_distribution |
A pencil was sketched . | pencil ( x _ 1 ) AND sketch . theme ( x _ 3 , x _ 1 ) | in_distribution |
The kid poked a girl in the house . | * kid ( x _ 1 ) ; * house ( x _ 7 ) ; poke . agent ( x _ 2 , x _ 1 ) AND poke . theme ( x _ 2 , x _ 4 ) AND girl ( x _ 4 ) AND girl . nmod . in ( x _ 4 , x _ 7 ) | in_distribution |
Matthew handed Emma a strawberry in the house . | * house ( x _ 7 ) ; hand . agent ( x _ 1 , Matthew ) AND hand . recipient ( x _ 1 , Emma ) AND hand . theme ( x _ 1 , x _ 4 ) AND strawberry ( x _ 4 ) AND strawberry . nmod . in ( x _ 4 , x _ 7 ) | in_distribution |
The glue was admired by the girl . | * glue ( x _ 1 ) ; * girl ( x _ 6 ) ; admire . theme ( x _ 3 , x _ 1 ) AND admire . agent ( x _ 3 , x _ 6 ) | in_distribution |
The flag was eaten . | * flag ( x _ 1 ) ; eat . theme ( x _ 3 , x _ 1 ) | in_distribution |
Emily returned a baby a needle in a house . | return . agent ( x _ 1 , Emily ) AND return . recipient ( x _ 1 , x _ 3 ) AND return . theme ( x _ 1 , x _ 5 ) AND baby ( x _ 3 ) AND needle ( x _ 5 ) AND needle . nmod . in ( x _ 5 , x _ 8 ) AND house ( x _ 8 ) | in_distribution |
The cake was given to Emma by the cat . | * cake ( x _ 1 ) ; * cat ( x _ 8 ) ; give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , Emma ) AND give . agent ( x _ 3 , x _ 8 ) | in_distribution |
Mason supported that Dylan was awarded the melon beside a seat . | * melon ( x _ 7 ) ; support . agent ( x _ 1 , Mason ) AND support . ccomp ( x _ 1 , x _ 5 ) AND award . recipient ( x _ 5 , Dylan ) AND award . theme ( x _ 5 , x _ 7 ) AND melon . nmod . beside ( x _ 7 , x _ 10 ) AND seat ( x _ 10 ) | in_distribution |
The girl was mailed a cake . | * girl ( x _ 1 ) ; mail . recipient ( x _ 3 , x _ 1 ) AND mail . theme ( x _ 3 , x _ 5 ) AND cake ( x _ 5 ) | in_distribution |
A boy noticed . | boy ( x _ 1 ) AND notice . agent ( x _ 2 , x _ 1 ) | in_distribution |
Emma declared that a cow juggled the jacket . | * jacket ( x _ 7 ) ; declare . agent ( x _ 1 , Emma ) AND declare . ccomp ( x _ 1 , x _ 5 ) AND cow ( x _ 4 ) AND juggle . agent ( x _ 5 , x _ 4 ) AND juggle . theme ( x _ 5 , x _ 7 ) | in_distribution |
Isabella wished to walk . | wish . agent ( x _ 1 , Isabella ) AND wish . xcomp ( x _ 1 , x _ 3 ) AND walk . agent ( x _ 3 , Isabella ) | in_distribution |
Emma gave a cloud to Harper . | give . agent ( x _ 1 , Emma ) AND give . theme ( x _ 1 , x _ 3 ) AND give . recipient ( x _ 1 , Harper ) AND cloud ( x _ 3 ) | in_distribution |
The cookie was loved by Emma . | * cookie ( x _ 1 ) ; love . theme ( x _ 3 , x _ 1 ) AND love . agent ( x _ 3 , Emma ) | in_distribution |
A scientist gave Savannah the box . | * box ( x _ 5 ) ; scientist ( x _ 1 ) AND give . agent ( x _ 2 , x _ 1 ) AND give . recipient ( x _ 2 , Savannah ) AND give . theme ( x _ 2 , x _ 5 ) | in_distribution |
A cake was painted by Mason . | cake ( x _ 1 ) AND paint . theme ( x _ 3 , x _ 1 ) AND paint . agent ( x _ 3 , Mason ) | in_distribution |
Emma rolled William . | roll . agent ( x _ 1 , Emma ) AND roll . theme ( x _ 1 , William ) | in_distribution |
A cake was given to the boy by Lily . | * boy ( x _ 6 ) ; cake ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 ) AND give . agent ( x _ 3 , Lily ) | in_distribution |
The duck ate Zoe . | * duck ( x _ 1 ) ; eat . agent ( x _ 2 , x _ 1 ) AND eat . theme ( x _ 2 , Zoe ) | in_distribution |
Emma drew Zoey . | draw . agent ( x _ 1 , Emma ) AND draw . theme ( x _ 1 , Zoey ) | in_distribution |
The mouse lended the shoe beside the chair to Emma . | * mouse ( x _ 1 ) ; * shoe ( x _ 4 ) ; * chair ( x _ 7 ) ; lend . agent ( x _ 2 , x _ 1 ) AND lend . theme ( x _ 2 , x _ 4 ) AND lend . recipient ( x _ 2 , Emma ) AND shoe . nmod . beside ( x _ 4 , x _ 7 ) | in_distribution |
A mandarin was drawn by the frog . | * frog ( x _ 6 ) ; mandarin ( x _ 1 ) AND draw . theme ( x _ 3 , x _ 1 ) AND draw . agent ( x _ 3 , x _ 6 ) | in_distribution |
Aria was handed a cake . | hand . recipient ( x _ 2 , Aria ) AND hand . theme ( x _ 2 , x _ 4 ) AND cake ( x _ 4 ) | in_distribution |
The boy gave a cake on a table to Emma . | * boy ( x _ 1 ) ; give . agent ( x _ 2 , x _ 1 ) AND give . theme ( x _ 2 , x _ 4 ) AND give . recipient ( x _ 2 , Emma ) AND cake ( x _ 4 ) AND cake . nmod . on ( x _ 4 , x _ 7 ) AND table ( x _ 7 ) | in_distribution |
A donut was slipped to Elijah . | donut ( x _ 1 ) AND slip . theme ( x _ 3 , x _ 1 ) AND slip . recipient ( x _ 3 , Elijah ) | in_distribution |
bucket | LAMBDA a . bucket ( a ) | primitive |
A cake was inflated by the bunny . | * bunny ( x _ 6 ) ; cake ( x _ 1 ) AND inflate . theme ( x _ 3 , x _ 1 ) AND inflate . agent ( x _ 3 , x _ 6 ) | in_distribution |
A monkey smiled . | monkey ( x _ 1 ) AND smile . agent ( x _ 2 , x _ 1 ) | in_distribution |
A cookie was eaten by a dog . | cookie ( x _ 1 ) AND eat . theme ( x _ 3 , x _ 1 ) AND eat . agent ( x _ 3 , x _ 6 ) AND dog ( x _ 6 ) | in_distribution |
A game was reddened by a lion . | game ( x _ 1 ) AND redden . theme ( x _ 3 , x _ 1 ) AND redden . agent ( x _ 3 , x _ 6 ) AND lion ( x _ 6 ) | in_distribution |
Nathan was lended the drink by Isabella . | * drink ( x _ 4 ) ; lend . recipient ( x _ 2 , Nathan ) AND lend . theme ( x _ 2 , x _ 4 ) AND lend . agent ( x _ 2 , Isabella ) | in_distribution |
A frog liked that the donut was rolled by Ava . | * donut ( x _ 5 ) ; frog ( x _ 1 ) AND like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 7 ) AND roll . theme ( x _ 7 , x _ 5 ) AND roll . agent ( x _ 7 , Ava ) | in_distribution |
William gave the cake to the pig . | * cake ( x _ 3 ) ; * pig ( x _ 6 ) ; give . agent ( x _ 1 , William ) AND give . theme ( x _ 1 , x _ 3 ) AND give . recipient ( x _ 1 , x _ 6 ) | in_distribution |
The dog gave Emma a cake beside the table . | * dog ( x _ 1 ) ; * table ( x _ 8 ) ; give . agent ( x _ 2 , x _ 1 ) AND give . recipient ( x _ 2 , Emma ) AND give . theme ( x _ 2 , x _ 5 ) AND cake ( x _ 5 ) AND cake . nmod . beside ( x _ 5 , x _ 8 ) | in_distribution |
Olivia rolled a girl . | roll . agent ( x _ 1 , Olivia ) AND roll . theme ( x _ 1 , x _ 3 ) AND girl ( x _ 3 ) | in_distribution |
A toothbrush was given to the giraffe . | * giraffe ( x _ 6 ) ; toothbrush ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 ) | in_distribution |
The seed was touched . | * seed ( x _ 1 ) ; touch . theme ( x _ 3 , x _ 1 ) | in_distribution |
A cookie was stabbed by Aurora . | cookie ( x _ 1 ) AND stab . theme ( x _ 3 , x _ 1 ) AND stab . agent ( x _ 3 , Aurora ) | in_distribution |
The chief slept . | * chief ( x _ 1 ) ; sleep . agent ( x _ 2 , x _ 1 ) | in_distribution |
John gave the frog a cake . | * frog ( x _ 3 ) ; give . agent ( x _ 1 , John ) AND give . recipient ( x _ 1 , x _ 3 ) AND give . theme ( x _ 1 , x _ 5 ) AND cake ( x _ 5 ) | in_distribution |
The hammer rolled . | * hammer ( x _ 1 ) ; roll . theme ( x _ 2 , x _ 1 ) | in_distribution |
A sandwich changed . | sandwich ( x _ 1 ) AND change . theme ( x _ 2 , x _ 1 ) | in_distribution |
A child sent the girl a cake . | * girl ( x _ 4 ) ; child ( x _ 1 ) AND send . agent ( x _ 2 , x _ 1 ) AND send . recipient ( x _ 2 , x _ 4 ) AND send . theme ( x _ 2 , x _ 6 ) AND cake ( x _ 6 ) | in_distribution |
The crystal was pierced by Alexander . | * crystal ( x _ 1 ) ; pierce . theme ( x _ 3 , x _ 1 ) AND pierce . agent ( x _ 3 , Alexander ) | in_distribution |
A cat investigated a donut on a dog . | cat ( x _ 1 ) AND investigate . agent ( x _ 2 , x _ 1 ) AND investigate . theme ( x _ 2 , x _ 4 ) AND donut ( x _ 4 ) AND donut . nmod . on ( x _ 4 , x _ 7 ) AND dog ( x _ 7 ) | in_distribution |
Charlotte needed to call . | need . agent ( x _ 1 , Charlotte ) AND need . xcomp ( x _ 1 , x _ 3 ) AND call . agent ( x _ 3 , Charlotte ) | in_distribution |
Emma was passed a cookie . | pass . recipient ( x _ 2 , Emma ) AND pass . theme ( x _ 2 , x _ 4 ) AND cookie ( x _ 4 ) | in_distribution |
A girl said that Emma held a donut on the table . | * table ( x _ 10 ) ; girl ( x _ 1 ) AND say . agent ( x _ 2 , x _ 1 ) AND say . ccomp ( x _ 2 , x _ 5 ) AND hold . agent ( x _ 5 , Emma ) AND hold . theme ( x _ 5 , x _ 7 ) AND donut ( x _ 7 ) AND donut . nmod . on ( x _ 7 , x _ 10 ) | in_distribution |
Chloe gave the girl a cookie . | * girl ( x _ 3 ) ; give . agent ( x _ 1 , Chloe ) AND give . recipient ( x _ 1 , x _ 3 ) AND give . theme ( x _ 1 , x _ 5 ) AND cookie ( x _ 5 ) | in_distribution |
The cookie was liked by a cat . | * cookie ( x _ 1 ) ; like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , x _ 6 ) AND cat ( x _ 6 ) | in_distribution |
A professor decomposed . | professor ( x _ 1 ) AND decompose . theme ( x _ 2 , x _ 1 ) | in_distribution |
The seed was eaten by the coach . | * seed ( x _ 1 ) ; * coach ( x _ 6 ) ; eat . theme ( x _ 3 , x _ 1 ) AND eat . agent ( x _ 3 , x _ 6 ) | in_distribution |
The donut was offered to a girl by Liam . | * donut ( x _ 1 ) ; offer . theme ( x _ 3 , x _ 1 ) AND offer . recipient ( x _ 3 , x _ 6 ) AND offer . agent ( x _ 3 , Liam ) AND girl ( x _ 6 ) | in_distribution |
A cake was slid by Sofia . | cake ( x _ 1 ) AND slide . theme ( x _ 3 , x _ 1 ) AND slide . agent ( x _ 3 , Sofia ) | in_distribution |
The butterfly rolled the raisin . | * butterfly ( x _ 1 ) ; * raisin ( x _ 4 ) ; roll . agent ( x _ 2 , x _ 1 ) AND roll . theme ( x _ 2 , x _ 4 ) | in_distribution |
The pen was drawn by the boy . | * pen ( x _ 1 ) ; * boy ( x _ 6 ) ; draw . theme ( x _ 3 , x _ 1 ) AND draw . agent ( x _ 3 , x _ 6 ) | in_distribution |
Emma dreamed that Olivia laughed . | dream . agent ( x _ 1 , Emma ) AND dream . ccomp ( x _ 1 , x _ 4 ) AND laugh . agent ( x _ 4 , Olivia ) | in_distribution |
The cat loved a professor . | * cat ( x _ 1 ) ; love . agent ( x _ 2 , x _ 1 ) AND love . theme ( x _ 2 , x _ 4 ) AND professor ( x _ 4 ) | in_distribution |
The cake was forwarded to Camila by Emma . | * cake ( x _ 1 ) ; forward . theme ( x _ 3 , x _ 1 ) AND forward . recipient ( x _ 3 , Camila ) AND forward . agent ( x _ 3 , Emma ) | in_distribution |
The scientist snored . | * scientist ( x _ 1 ) ; snore . agent ( x _ 2 , x _ 1 ) | in_distribution |
A guitar was eaten . | guitar ( x _ 1 ) AND eat . theme ( x _ 3 , x _ 1 ) | in_distribution |
Emma was sold the crown . | * crown ( x _ 4 ) ; sell . recipient ( x _ 2 , Emma ) AND sell . theme ( x _ 2 , x _ 4 ) | in_distribution |
Harper changed the cat in the house . | * cat ( x _ 3 ) ; * house ( x _ 6 ) ; change . agent ( x _ 1 , Harper ) AND change . theme ( x _ 1 , x _ 3 ) AND cat . nmod . in ( x _ 3 , x _ 6 ) | in_distribution |
A king planned to sketch . | king ( x _ 1 ) AND plan . agent ( x _ 2 , x _ 1 ) AND plan . xcomp ( x _ 2 , x _ 4 ) AND sketch . agent ( x _ 4 , x _ 1 ) | in_distribution |
A cake was dusted by Aurora . | cake ( x _ 1 ) AND dust . theme ( x _ 3 , x _ 1 ) AND dust . agent ( x _ 3 , Aurora ) | in_distribution |
A girl wanted to giggle . | girl ( x _ 1 ) AND want . agent ( x _ 2 , x _ 1 ) AND want . xcomp ( x _ 2 , x _ 4 ) AND giggle . agent ( x _ 4 , x _ 1 ) | in_distribution |
A chemical crumpled . | chemical ( x _ 1 ) AND crumple . theme ( x _ 2 , x _ 1 ) | in_distribution |
The gumball was sketched by Abigail . | * gumball ( x _ 1 ) ; sketch . theme ( x _ 3 , x _ 1 ) AND sketch . agent ( x _ 3 , Abigail ) | in_distribution |
A box was changed by Emma . | box ( x _ 1 ) AND change . theme ( x _ 3 , x _ 1 ) AND change . agent ( x _ 3 , Emma ) | in_distribution |
Jacob gave the shirt to the girl . | * shirt ( x _ 3 ) ; * girl ( x _ 6 ) ; give . agent ( x _ 1 , Jacob ) AND give . theme ( x _ 1 , x _ 3 ) AND give . recipient ( x _ 1 , x _ 6 ) | in_distribution |
The cake was heard . | * cake ( x _ 1 ) ; hear . theme ( x _ 3 , x _ 1 ) | in_distribution |
A cake was rolled by the lawyer . | * lawyer ( x _ 6 ) ; cake ( x _ 1 ) AND roll . theme ( x _ 3 , x _ 1 ) AND roll . agent ( x _ 3 , x _ 6 ) | in_distribution |
The girl gave a cookie to the frog . | * girl ( x _ 1 ) ; * frog ( x _ 7 ) ; give . agent ( x _ 2 , x _ 1 ) AND give . theme ( x _ 2 , x _ 4 ) AND give . recipient ( x _ 2 , x _ 7 ) AND cookie ( x _ 4 ) | in_distribution |
The donut was snapped by Emma . | * donut ( x _ 1 ) ; snap . theme ( x _ 3 , x _ 1 ) AND snap . agent ( x _ 3 , Emma ) | in_distribution |
Liam held a cat on the mattress . | * mattress ( x _ 6 ) ; hold . agent ( x _ 1 , Liam ) AND hold . theme ( x _ 1 , x _ 3 ) AND cat ( x _ 3 ) AND cat . nmod . on ( x _ 3 , x _ 6 ) | in_distribution |
Liam was sold the shirt . | * shirt ( x _ 4 ) ; sell . recipient ( x _ 2 , Liam ) AND sell . theme ( x _ 2 , x _ 4 ) | in_distribution |
The strawberry was respected . | * strawberry ( x _ 1 ) ; respect . theme ( x _ 3 , x _ 1 ) | in_distribution |
The frog ate . | * frog ( x _ 1 ) ; eat . agent ( x _ 2 , x _ 1 ) | in_distribution |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.