input stringlengths 3 103 | output stringlengths 3 435 | domain stringclasses 14
values |
|---|---|---|
Isabella liked Jacob . | like . agent ( x _ 1 , Isabella ) AND like . theme ( x _ 1 , Jacob ) | in_distribution |
Bella ate the cat . | * cat ( x _ 3 ) ; eat . agent ( x _ 1 , Bella ) AND eat . theme ( x _ 1 , x _ 3 ) | in_distribution |
A boy was fed the cake in a puddle . | * cake ( x _ 5 ) ; boy ( x _ 1 ) AND feed . recipient ( x _ 3 , x _ 1 ) AND feed . theme ( x _ 3 , x _ 5 ) AND cake . nmod . in ( x _ 5 , x _ 8 ) AND puddle ( x _ 8 ) | in_distribution |
The bee proved that a cookie was eaten . | * bee ( x _ 1 ) ; prove . agent ( x _ 2 , x _ 1 ) AND prove . ccomp ( x _ 2 , x _ 7 ) AND cookie ( x _ 5 ) AND eat . theme ( x _ 7 , x _ 5 ) | in_distribution |
A drink was given to Benjamin by William . | drink ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , Benjamin ) AND give . agent ( x _ 3 , William ) | in_distribution |
A turkey was given a cake by Anthony . | turkey ( x _ 1 ) AND give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 ) AND give . agent ( x _ 3 , Anthony ) AND cake ( x _ 5 ) | in_distribution |
The baby snored . | * baby ( x _ 1 ) ; snore . agent ( x _ 2 , x _ 1 ) | in_distribution |
The cat painted a cake in the house . | * cat ( x _ 1 ) ; * house ( x _ 7 ) ; paint . agent ( x _ 2 , x _ 1 ) AND paint . theme ( x _ 2 , x _ 4 ) AND cake ( x _ 4 ) AND cake . nmod . in ( x _ 4 , x _ 7 ) | in_distribution |
A cake was passed to the lion by Charlotte . | * lion ( x _ 6 ) ; cake ( x _ 1 ) AND pass . theme ( x _ 3 , x _ 1 ) AND pass . recipient ( x _ 3 , x _ 6 ) AND pass . agent ( x _ 3 , Charlotte ) | in_distribution |
Sebastian was awarded a block by the girl . | * girl ( x _ 7 ) ; award . recipient ( x _ 2 , Sebastian ) AND award . theme ( x _ 2 , x _ 4 ) AND award . agent ( x _ 2 , x _ 7 ) AND block ( x _ 4 ) | in_distribution |
A turtle found Liam . | turtle ( x _ 1 ) AND find . agent ( x _ 2 , x _ 1 ) AND find . theme ( x _ 2 , Liam ) | in_distribution |
The girl was loaned a pen on the stage by Emma . | * girl ( x _ 1 ) ; * stage ( x _ 8 ) ; loan . recipient ( x _ 3 , x _ 1 ) AND loan . theme ( x _ 3 , x _ 5 ) AND loan . agent ( x _ 3 , Emma ) AND pen ( x _ 5 ) AND pen . nmod . on ( x _ 5 , x _ 8 ) | in_distribution |
A cat was sold a donut by the girl . | * girl ( x _ 8 ) ; cat ( x _ 1 ) AND sell . recipient ( x _ 3 , x _ 1 ) AND sell . theme ( x _ 3 , x _ 5 ) AND sell . agent ( x _ 3 , x _ 8 ) AND donut ( x _ 5 ) | in_distribution |
The donut was given to a girl by Liam . | * donut ( x _ 1 ) ; give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 ) AND give . agent ( x _ 3 , Liam ) AND girl ( x _ 6 ) | in_distribution |
The strawberry froze . | * strawberry ( x _ 1 ) ; freeze . theme ( x _ 2 , x _ 1 ) | in_distribution |
The tenant loaned the rose to Emma . | * tenant ( x _ 1 ) ; * rose ( x _ 4 ) ; loan . agent ( x _ 2 , x _ 1 ) AND loan . theme ( x _ 2 , x _ 4 ) AND loan . recipient ( x _ 2 , Emma ) | in_distribution |
Noah was fed the cake beside a tree . | * cake ( x _ 4 ) ; feed . recipient ( x _ 2 , Noah ) AND feed . theme ( x _ 2 , x _ 4 ) AND cake . nmod . beside ( x _ 4 , x _ 7 ) AND tree ( x _ 7 ) | in_distribution |
The buyer cleaned . | * buyer ( x _ 1 ) ; clean . agent ( x _ 2 , x _ 1 ) | in_distribution |
The girl froze the sandwich . | * girl ( x _ 1 ) ; * sandwich ( x _ 4 ) ; freeze . agent ( x _ 2 , x _ 1 ) AND freeze . theme ( x _ 2 , x _ 4 ) | in_distribution |
A boy was sold the donut in a room by Ava . | * donut ( x _ 5 ) ; boy ( x _ 1 ) AND sell . recipient ( x _ 3 , x _ 1 ) AND sell . theme ( x _ 3 , x _ 5 ) AND sell . agent ( x _ 3 , Ava ) AND donut . nmod . in ( x _ 5 , x _ 8 ) AND room ( x _ 8 ) | in_distribution |
The basket was cooked by Noah . | * basket ( x _ 1 ) ; cook . theme ( x _ 3 , x _ 1 ) AND cook . agent ( x _ 3 , Noah ) | in_distribution |
Benjamin ate the servant in a envelope . | * servant ( x _ 3 ) ; eat . agent ( x _ 1 , Benjamin ) AND eat . theme ( x _ 1 , x _ 3 ) AND servant . nmod . in ( x _ 3 , x _ 6 ) AND envelope ( x _ 6 ) | in_distribution |
The cake was given to the girl by a dog . | * cake ( x _ 1 ) ; * girl ( x _ 6 ) ; give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 ) AND give . agent ( x _ 3 , x _ 9 ) AND dog ( x _ 9 ) | in_distribution |
The pumpkin was liked by a girl . | * pumpkin ( x _ 1 ) ; like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , x _ 6 ) AND girl ( x _ 6 ) | in_distribution |
A queen preferred to walk . | queen ( x _ 1 ) AND prefer . agent ( x _ 2 , x _ 1 ) AND prefer . xcomp ( x _ 2 , x _ 4 ) AND walk . agent ( x _ 4 , x _ 1 ) | in_distribution |
A child hoped that Noah cooked a cookie on the table . | * table ( x _ 10 ) ; child ( x _ 1 ) AND hope . agent ( x _ 2 , x _ 1 ) AND hope . ccomp ( x _ 2 , x _ 5 ) AND cook . agent ( x _ 5 , Noah ) AND cook . theme ( x _ 5 , x _ 7 ) AND cookie ( x _ 7 ) AND cookie . nmod . on ( x _ 7 , x _ 10 ) | in_distribution |
Liam gave Emma a donut . | give . agent ( x _ 1 , Liam ) AND give . recipient ( x _ 1 , Emma ) AND give . theme ( x _ 1 , x _ 4 ) AND donut ( x _ 4 ) | in_distribution |
A giraffe liked that Liam froze a doll in a house . | giraffe ( x _ 1 ) AND like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 5 ) AND freeze . agent ( x _ 5 , Liam ) AND freeze . theme ( x _ 5 , x _ 7 ) AND doll ( x _ 7 ) AND doll . nmod . in ( x _ 7 , x _ 10 ) AND house ( x _ 10 ) | in_distribution |
The governor rolled the child . | * governor ( x _ 1 ) ; * child ( x _ 4 ) ; roll . agent ( x _ 2 , x _ 1 ) AND roll . theme ( x _ 2 , x _ 4 ) | in_distribution |
The cookie was offered to the girl by Benjamin . | * cookie ( x _ 1 ) ; * girl ( x _ 6 ) ; offer . theme ( x _ 3 , x _ 1 ) AND offer . recipient ( x _ 3 , x _ 6 ) AND offer . agent ( x _ 3 , Benjamin ) | in_distribution |
The box was frozen by a hero . | * box ( x _ 1 ) ; freeze . theme ( x _ 3 , x _ 1 ) AND freeze . agent ( x _ 3 , x _ 6 ) AND hero ( x _ 6 ) | in_distribution |
The box was hunted by a president . | * box ( x _ 1 ) ; hunt . theme ( x _ 3 , x _ 1 ) AND hunt . agent ( x _ 3 , x _ 6 ) AND president ( x _ 6 ) | in_distribution |
Elizabeth awarded a priest the rose . | * rose ( x _ 5 ) ; award . agent ( x _ 1 , Elizabeth ) AND award . recipient ( x _ 1 , x _ 3 ) AND award . theme ( x _ 1 , x _ 5 ) AND priest ( x _ 3 ) | in_distribution |
Emma gave the girl the pen beside the table . | * girl ( x _ 3 ) ; * pen ( x _ 5 ) ; * table ( x _ 8 ) ; give . agent ( x _ 1 , Emma ) AND give . recipient ( x _ 1 , x _ 3 ) AND give . theme ( x _ 1 , x _ 5 ) AND pen . nmod . beside ( x _ 5 , x _ 8 ) | in_distribution |
The cake was returned to the cow by a baby . | * cake ( x _ 1 ) ; * cow ( x _ 6 ) ; return . theme ( x _ 3 , x _ 1 ) AND return . recipient ( x _ 3 , x _ 6 ) AND return . agent ( x _ 3 , x _ 9 ) AND baby ( x _ 9 ) | in_distribution |
A cake was thrown by a girl . | cake ( x _ 1 ) AND throw . theme ( x _ 3 , x _ 1 ) AND throw . agent ( x _ 3 , x _ 6 ) AND girl ( x _ 6 ) | in_distribution |
A frog cried . | frog ( x _ 1 ) AND cry . agent ( x _ 2 , x _ 1 ) | in_distribution |
The child was given a donut by the boy . | * child ( x _ 1 ) ; * boy ( x _ 8 ) ; give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 ) AND give . agent ( x _ 3 , x _ 8 ) AND donut ( x _ 5 ) | in_distribution |
The father was slipped a sweetcorn beside a table . | * father ( x _ 1 ) ; slip . recipient ( x _ 3 , x _ 1 ) AND slip . theme ( x _ 3 , x _ 5 ) AND sweetcorn ( x _ 5 ) AND sweetcorn . nmod . beside ( x _ 5 , x _ 8 ) AND table ( x _ 8 ) | in_distribution |
A bat was awarded to Olivia . | bat ( x _ 1 ) AND award . theme ( x _ 3 , x _ 1 ) AND award . recipient ( x _ 3 , Olivia ) | in_distribution |
The farmer was given the donut in a coffin by Scarlett . | * farmer ( x _ 1 ) ; * donut ( x _ 5 ) ; give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 ) AND give . agent ( x _ 3 , Scarlett ) AND donut . nmod . in ( x _ 5 , x _ 8 ) AND coffin ( x _ 8 ) | in_distribution |
Skylar dusted the cake . | * cake ( x _ 3 ) ; dust . agent ( x _ 1 , Skylar ) AND dust . theme ( x _ 1 , x _ 3 ) | in_distribution |
A cake was sent to Emma by William . | cake ( x _ 1 ) AND send . theme ( x _ 3 , x _ 1 ) AND send . recipient ( x _ 3 , Emma ) AND send . agent ( x _ 3 , William ) | in_distribution |
Noah was lended the sandwich . | * sandwich ( x _ 4 ) ; lend . recipient ( x _ 2 , Noah ) AND lend . theme ( x _ 2 , x _ 4 ) | in_distribution |
A girl was lended a sweetcorn . | girl ( x _ 1 ) AND lend . recipient ( x _ 3 , x _ 1 ) AND lend . theme ( x _ 3 , x _ 5 ) AND sweetcorn ( x _ 5 ) | in_distribution |
A melon was painted by a girl . | melon ( x _ 1 ) AND paint . theme ( x _ 3 , x _ 1 ) AND paint . agent ( x _ 3 , x _ 6 ) AND girl ( x _ 6 ) | in_distribution |
Benjamin sneezed . | sneeze . agent ( x _ 1 , Benjamin ) | in_distribution |
Charlotte was given the cake . | * cake ( x _ 4 ) ; give . recipient ( x _ 2 , Charlotte ) AND give . theme ( x _ 2 , x _ 4 ) | in_distribution |
The kid lended a bat to the girl . | * kid ( x _ 1 ) ; * girl ( x _ 7 ) ; lend . agent ( x _ 2 , x _ 1 ) AND lend . theme ( x _ 2 , x _ 4 ) AND lend . recipient ( x _ 2 , x _ 7 ) AND bat ( x _ 4 ) | in_distribution |
A scarf was packed . | scarf ( x _ 1 ) AND pack . theme ( x _ 3 , x _ 1 ) | in_distribution |
A consumer was handed a box in a house . | consumer ( x _ 1 ) AND hand . recipient ( x _ 3 , x _ 1 ) AND hand . theme ( x _ 3 , x _ 5 ) AND box ( x _ 5 ) AND box . nmod . in ( x _ 5 , x _ 8 ) AND house ( x _ 8 ) | in_distribution |
Emma mailed the melon in a house to the frog . | * melon ( x _ 3 ) ; * frog ( x _ 9 ) ; mail . agent ( x _ 1 , Emma ) AND mail . theme ( x _ 1 , x _ 3 ) AND mail . recipient ( x _ 1 , x _ 9 ) AND melon . nmod . in ( x _ 3 , x _ 6 ) AND house ( x _ 6 ) | in_distribution |
A professor offered Jackson the bag . | * bag ( x _ 5 ) ; professor ( x _ 1 ) AND offer . agent ( x _ 2 , x _ 1 ) AND offer . recipient ( x _ 2 , Jackson ) AND offer . theme ( x _ 2 , x _ 5 ) | in_distribution |
A priest slept . | priest ( x _ 1 ) AND sleep . agent ( x _ 2 , x _ 1 ) | in_distribution |
The glue was slid . | * glue ( x _ 1 ) ; slide . theme ( x _ 3 , x _ 1 ) | in_distribution |
A brain was hunted by a boy . | brain ( x _ 1 ) AND hunt . theme ( x _ 3 , x _ 1 ) AND hunt . agent ( x _ 3 , x _ 6 ) AND boy ( x _ 6 ) | in_distribution |
Emma floated the girl beside a baron . | * girl ( x _ 3 ) ; float . agent ( x _ 1 , Emma ) AND float . theme ( x _ 1 , x _ 3 ) AND girl . nmod . beside ( x _ 3 , x _ 6 ) AND baron ( x _ 6 ) | in_distribution |
The child gave Liam a sandwich on a stage . | * child ( x _ 1 ) ; give . agent ( x _ 2 , x _ 1 ) AND give . recipient ( x _ 2 , Liam ) AND give . theme ( x _ 2 , x _ 5 ) AND sandwich ( x _ 5 ) AND sandwich . nmod . on ( x _ 5 , x _ 8 ) AND stage ( x _ 8 ) | in_distribution |
Liam enlarged the donut beside a table . | * donut ( x _ 3 ) ; enlarge . agent ( x _ 1 , Liam ) AND enlarge . theme ( x _ 1 , x _ 3 ) AND donut . nmod . beside ( x _ 3 , x _ 6 ) AND table ( x _ 6 ) | in_distribution |
A cake was given to the student . | * student ( x _ 6 ) ; cake ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 ) | in_distribution |
The cake was inflated by Liam . | * cake ( x _ 1 ) ; inflate . theme ( x _ 3 , x _ 1 ) AND inflate . agent ( x _ 3 , Liam ) | in_distribution |
Charlotte frowned . | frown . agent ( x _ 1 , Charlotte ) | in_distribution |
The hen believed that a donut was helped by the girl . | * hen ( x _ 1 ) ; * girl ( x _ 10 ) ; believe . agent ( x _ 2 , x _ 1 ) AND believe . ccomp ( x _ 2 , x _ 7 ) AND donut ( x _ 5 ) AND help . theme ( x _ 7 , x _ 5 ) AND help . agent ( x _ 7 , x _ 10 ) | in_distribution |
A girl threw Emma . | girl ( x _ 1 ) AND throw . agent ( x _ 2 , x _ 1 ) AND throw . theme ( x _ 2 , Emma ) | in_distribution |
The lollipop was liked by Amelia . | * lollipop ( x _ 1 ) ; like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , Amelia ) | in_distribution |
A drink was improved . | drink ( x _ 1 ) AND improve . theme ( x _ 3 , x _ 1 ) | in_distribution |
A block froze . | block ( x _ 1 ) AND freeze . theme ( x _ 2 , x _ 1 ) | in_distribution |
Elijah sold the girl a raisin . | * girl ( x _ 3 ) ; sell . agent ( x _ 1 , Elijah ) AND sell . recipient ( x _ 1 , x _ 3 ) AND sell . theme ( x _ 1 , x _ 5 ) AND raisin ( x _ 5 ) | in_distribution |
The donut was passed to a girl . | * donut ( x _ 1 ) ; pass . theme ( x _ 3 , x _ 1 ) AND pass . recipient ( x _ 3 , x _ 6 ) AND girl ( x _ 6 ) | in_distribution |
A mouse was given the cake . | * cake ( x _ 5 ) ; mouse ( x _ 1 ) AND give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 ) | in_distribution |
The scientist drew the present beside a table . | * scientist ( x _ 1 ) ; * present ( x _ 4 ) ; draw . agent ( x _ 2 , x _ 1 ) AND draw . theme ( x _ 2 , x _ 4 ) AND present . nmod . beside ( x _ 4 , x _ 7 ) AND table ( x _ 7 ) | in_distribution |
The cake was respected by a hero . | * cake ( x _ 1 ) ; respect . theme ( x _ 3 , x _ 1 ) AND respect . agent ( x _ 3 , x _ 6 ) AND hero ( x _ 6 ) | in_distribution |
A patient slid . | patient ( x _ 1 ) AND slide . theme ( x _ 2 , x _ 1 ) | in_distribution |
The mouse wired a cake to a girl . | * mouse ( x _ 1 ) ; wire . agent ( x _ 2 , x _ 1 ) AND wire . theme ( x _ 2 , x _ 4 ) AND wire . recipient ( x _ 2 , x _ 7 ) AND cake ( x _ 4 ) AND girl ( x _ 7 ) | in_distribution |
Harper poked a cake . | poke . agent ( x _ 1 , Harper ) AND poke . theme ( x _ 1 , x _ 3 ) AND cake ( x _ 3 ) | in_distribution |
A girl painted a frog on a table . | girl ( x _ 1 ) AND paint . agent ( x _ 2 , x _ 1 ) AND paint . theme ( x _ 2 , x _ 4 ) AND frog ( x _ 4 ) AND frog . nmod . on ( x _ 4 , x _ 7 ) AND table ( x _ 7 ) | in_distribution |
Luna talked . | talk . agent ( x _ 1 , Luna ) | in_distribution |
The moose was given a fig beside a bed . | * moose ( x _ 1 ) ; give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 ) AND fig ( x _ 5 ) AND fig . nmod . beside ( x _ 5 , x _ 8 ) AND bed ( x _ 8 ) | in_distribution |
A sweetcorn was shortened . | sweetcorn ( x _ 1 ) AND shorten . theme ( x _ 3 , x _ 1 ) | in_distribution |
The queen valued that a purse was eaten . | * queen ( x _ 1 ) ; value . agent ( x _ 2 , x _ 1 ) AND value . ccomp ( x _ 2 , x _ 7 ) AND purse ( x _ 5 ) AND eat . theme ( x _ 7 , x _ 5 ) | in_distribution |
The chicken was posted the jigsaw by Liam . | * chicken ( x _ 1 ) ; * jigsaw ( x _ 5 ) ; post . recipient ( x _ 3 , x _ 1 ) AND post . theme ( x _ 3 , x _ 5 ) AND post . agent ( x _ 3 , Liam ) | in_distribution |
The dog painted the bell . | * dog ( x _ 1 ) ; * bell ( x _ 4 ) ; paint . agent ( x _ 2 , x _ 1 ) AND paint . theme ( x _ 2 , x _ 4 ) | in_distribution |
The princess sent the donut on a cabinet to a girl . | * princess ( x _ 1 ) ; * donut ( x _ 4 ) ; send . agent ( x _ 2 , x _ 1 ) AND send . theme ( x _ 2 , x _ 4 ) AND send . recipient ( x _ 2 , x _ 10 ) AND donut . nmod . on ( x _ 4 , x _ 7 ) AND cabinet ( x _ 7 ) AND girl ( x _ 10 ) | in_distribution |
Lillian was given the cake by Sebastian . | * cake ( x _ 4 ) ; give . recipient ( x _ 2 , Lillian ) AND give . theme ( x _ 2 , x _ 4 ) AND give . agent ( x _ 2 , Sebastian ) | in_distribution |
A cake was frozen by Riley . | cake ( x _ 1 ) AND freeze . theme ( x _ 3 , x _ 1 ) AND freeze . agent ( x _ 3 , Riley ) | in_distribution |
A box was shortened by a baby . | box ( x _ 1 ) AND shorten . theme ( x _ 3 , x _ 1 ) AND shorten . agent ( x _ 3 , x _ 6 ) AND baby ( x _ 6 ) | in_distribution |
Hannah fed the donut on a road to the guy . | * donut ( x _ 3 ) ; * guy ( x _ 9 ) ; feed . agent ( x _ 1 , Hannah ) AND feed . theme ( x _ 1 , x _ 3 ) AND feed . recipient ( x _ 1 , x _ 9 ) AND donut . nmod . on ( x _ 3 , x _ 6 ) AND road ( x _ 6 ) | in_distribution |
A girl touched a cake on a table . | girl ( x _ 1 ) AND touch . agent ( x _ 2 , x _ 1 ) AND touch . theme ( x _ 2 , x _ 4 ) AND cake ( x _ 4 ) AND cake . nmod . on ( x _ 4 , x _ 7 ) AND table ( x _ 7 ) | in_distribution |
The penny was loaned to a child by a girl . | * penny ( x _ 1 ) ; loan . theme ( x _ 3 , x _ 1 ) AND loan . recipient ( x _ 3 , x _ 6 ) AND loan . agent ( x _ 3 , x _ 9 ) AND child ( x _ 6 ) AND girl ( x _ 9 ) | in_distribution |
The box was cleaned by William . | * box ( x _ 1 ) ; clean . theme ( x _ 3 , x _ 1 ) AND clean . agent ( x _ 3 , William ) | in_distribution |
Ava said that a donut was painted . | say . agent ( x _ 1 , Ava ) AND say . ccomp ( x _ 1 , x _ 6 ) AND donut ( x _ 4 ) AND paint . theme ( x _ 6 , x _ 4 ) | in_distribution |
Ava was offered the rose . | * rose ( x _ 4 ) ; offer . recipient ( x _ 2 , Ava ) AND offer . theme ( x _ 2 , x _ 4 ) | in_distribution |
Lincoln hoped that the cake was rolled by the boy . | * cake ( x _ 4 ) ; * boy ( x _ 9 ) ; hope . agent ( x _ 1 , Lincoln ) AND hope . ccomp ( x _ 1 , x _ 6 ) AND roll . theme ( x _ 6 , x _ 4 ) AND roll . agent ( x _ 6 , x _ 9 ) | in_distribution |
Liam liked the cookie beside a table . | * cookie ( x _ 3 ) ; like . agent ( x _ 1 , Liam ) AND like . theme ( x _ 1 , x _ 3 ) AND cookie . nmod . beside ( x _ 3 , x _ 6 ) AND table ( x _ 6 ) | in_distribution |
The box was floated by a girl . | * box ( x _ 1 ) ; float . theme ( x _ 3 , x _ 1 ) AND float . agent ( x _ 3 , x _ 6 ) AND girl ( x _ 6 ) | in_distribution |
Emma sold the pig a cake in the house beside a table . | * pig ( x _ 3 ) ; * house ( x _ 8 ) ; sell . agent ( x _ 1 , Emma ) AND sell . recipient ( x _ 1 , x _ 3 ) AND sell . theme ( x _ 1 , x _ 5 ) AND cake ( x _ 5 ) AND cake . nmod . in ( x _ 5 , x _ 8 ) AND house . nmod . beside ( x _ 8 , x _ 11 ) AND table ( x _ 11 ) | in_distribution |
Logan was offered the cake by a bird . | * cake ( x _ 4 ) ; offer . recipient ( x _ 2 , Logan ) AND offer . theme ( x _ 2 , x _ 4 ) AND offer . agent ( x _ 2 , x _ 7 ) AND bird ( x _ 7 ) | in_distribution |
Noah ate a towel . | eat . agent ( x _ 1 , Noah ) AND eat . theme ( x _ 1 , x _ 3 ) AND towel ( x _ 3 ) | in_distribution |
A shoe was painted . | shoe ( x _ 1 ) AND paint . theme ( x _ 3 , x _ 1 ) | in_distribution |
Jackson liked the donut beside a stage . | * donut ( x _ 3 ) ; like . agent ( x _ 1 , Jackson ) AND like . theme ( x _ 1 , x _ 3 ) AND donut . nmod . beside ( x _ 3 , x _ 6 ) AND stage ( x _ 6 ) | in_distribution |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.