input
stringlengths 3
103
| output
stringlengths 3
435
| domain
stringclasses 14
values |
---|---|---|
A rose was helped by a dog . | rose ( x _ 1 ) AND help . theme ( x _ 3 , x _ 1 ) AND help . agent ( x _ 3 , x _ 6 ) AND dog ( x _ 6 ) | in_distribution |
The sailor dusted a boy . | * sailor ( x _ 1 ) ; dust . agent ( x _ 2 , x _ 1 ) AND dust . theme ( x _ 2 , x _ 4 ) AND boy ( x _ 4 ) | in_distribution |
Emma rolled a teacher . | roll . agent ( x _ 1 , Emma ) AND roll . theme ( x _ 1 , x _ 3 ) AND teacher ( x _ 3 ) | in_distribution |
Evelyn rolled the girl . | * girl ( x _ 3 ) ; roll . agent ( x _ 1 , Evelyn ) AND roll . theme ( x _ 1 , x _ 3 ) | in_distribution |
A cake was forwarded to Levi by Charlotte . | cake ( x _ 1 ) AND forward . theme ( x _ 3 , x _ 1 ) AND forward . recipient ( x _ 3 , Levi ) AND forward . agent ( x _ 3 , Charlotte ) | in_distribution |
The captain ate . | * captain ( x _ 1 ) ; eat . agent ( x _ 2 , x _ 1 ) | in_distribution |
The girl needed to cook . | * girl ( x _ 1 ) ; need . agent ( x _ 2 , x _ 1 ) AND need . xcomp ( x _ 2 , x _ 4 ) AND cook . agent ( x _ 4 , x _ 1 ) | in_distribution |
A cake rolled . | cake ( x _ 1 ) AND roll . theme ( x _ 2 , x _ 1 ) | in_distribution |
The cookie was passed to Emma . | * cookie ( x _ 1 ) ; pass . theme ( x _ 3 , x _ 1 ) AND pass . recipient ( x _ 3 , Emma ) | in_distribution |
Emma ate the ring beside a bed . | * ring ( x _ 3 ) ; eat . agent ( x _ 1 , Emma ) AND eat . theme ( x _ 1 , x _ 3 ) AND ring . nmod . beside ( x _ 3 , x _ 6 ) AND bed ( x _ 6 ) | in_distribution |
A horse gave the cake beside a table to the mouse . | * cake ( x _ 4 ) ; * mouse ( x _ 10 ) ; horse ( x _ 1 ) AND give . agent ( x _ 2 , x _ 1 ) AND give . theme ( x _ 2 , x _ 4 ) AND give . recipient ( x _ 2 , x _ 10 ) AND cake . nmod . beside ( x _ 4 , x _ 7 ) AND table ( x _ 7 ) | in_distribution |
Amelia gave Emma a strawberry . | give . agent ( x _ 1 , Amelia ) AND give . recipient ( x _ 1 , Emma ) AND give . theme ( x _ 1 , x _ 4 ) AND strawberry ( x _ 4 ) | in_distribution |
A cat disintegrated a girl . | cat ( x _ 1 ) AND disintegrate . agent ( x _ 2 , x _ 1 ) AND disintegrate . theme ( x _ 2 , x _ 4 ) AND girl ( x _ 4 ) | in_distribution |
Eleanor sold Evelyn the cake . | * cake ( x _ 4 ) ; sell . agent ( x _ 1 , Eleanor ) AND sell . recipient ( x _ 1 , Evelyn ) AND sell . theme ( x _ 1 , x _ 4 ) | in_distribution |
The book was lended to Benjamin by a cat . | * book ( x _ 1 ) ; lend . theme ( x _ 3 , x _ 1 ) AND lend . recipient ( x _ 3 , Benjamin ) AND lend . agent ( x _ 3 , x _ 8 ) AND cat ( x _ 8 ) | in_distribution |
The cake was frozen by the giraffe . | * cake ( x _ 1 ) ; * giraffe ( x _ 6 ) ; freeze . theme ( x _ 3 , x _ 1 ) AND freeze . agent ( x _ 3 , x _ 6 ) | in_distribution |
The donut was studied . | * donut ( x _ 1 ) ; study . theme ( x _ 3 , x _ 1 ) | in_distribution |
Isabella forwarded a box on a tree to Emma . | forward . agent ( x _ 1 , Isabella ) AND forward . theme ( x _ 1 , x _ 3 ) AND forward . recipient ( x _ 1 , Emma ) AND box ( x _ 3 ) AND box . nmod . on ( x _ 3 , x _ 6 ) AND tree ( x _ 6 ) | in_distribution |
A cake was stabbed by Scarlett . | cake ( x _ 1 ) AND stab . theme ( x _ 3 , x _ 1 ) AND stab . agent ( x _ 3 , Scarlett ) | in_distribution |
A pencil was fed to Liam by the deer . | * deer ( x _ 8 ) ; pencil ( x _ 1 ) AND feed . theme ( x _ 3 , x _ 1 ) AND feed . recipient ( x _ 3 , Liam ) AND feed . agent ( x _ 3 , x _ 8 ) | in_distribution |
The cake was eaten by Olivia . | * cake ( x _ 1 ) ; eat . theme ( x _ 3 , x _ 1 ) AND eat . agent ( x _ 3 , Olivia ) | in_distribution |
The pen was offered to the girl by Emma . | * pen ( x _ 1 ) ; * girl ( x _ 6 ) ; offer . theme ( x _ 3 , x _ 1 ) AND offer . recipient ( x _ 3 , x _ 6 ) AND offer . agent ( x _ 3 , Emma ) | in_distribution |
Oliver crumpled . | crumple . theme ( x _ 1 , Oliver ) | in_distribution |
A butterfly cleaned . | butterfly ( x _ 1 ) AND clean . agent ( x _ 2 , x _ 1 ) | in_distribution |
The melon was lended to a girl . | * melon ( x _ 1 ) ; lend . theme ( x _ 3 , x _ 1 ) AND lend . recipient ( x _ 3 , x _ 6 ) AND girl ( x _ 6 ) | in_distribution |
A bottle was rolled by Olivia . | bottle ( x _ 1 ) AND roll . theme ( x _ 3 , x _ 1 ) AND roll . agent ( x _ 3 , Olivia ) | in_distribution |
The priest ate . | * priest ( x _ 1 ) ; eat . agent ( x _ 2 , x _ 1 ) | in_distribution |
The cat knew the boy . | * cat ( x _ 1 ) ; * boy ( x _ 4 ) ; know . agent ( x _ 2 , x _ 1 ) AND know . theme ( x _ 2 , x _ 4 ) | in_distribution |
Olivia was slipped a pencil . | slip . recipient ( x _ 2 , Olivia ) AND slip . theme ( x _ 2 , x _ 4 ) AND pencil ( x _ 4 ) | in_distribution |
Oliver awarded Isabella the donut . | * donut ( x _ 4 ) ; award . agent ( x _ 1 , Oliver ) AND award . recipient ( x _ 1 , Isabella ) AND award . theme ( x _ 1 , x _ 4 ) | in_distribution |
The cake was liked by a lawyer . | * cake ( x _ 1 ) ; like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , x _ 6 ) AND lawyer ( x _ 6 ) | in_distribution |
A girl was awarded a cake in a soup . | girl ( x _ 1 ) AND award . recipient ( x _ 3 , x _ 1 ) AND award . theme ( x _ 3 , x _ 5 ) AND cake ( x _ 5 ) AND cake . nmod . in ( x _ 5 , x _ 8 ) AND soup ( x _ 8 ) | in_distribution |
The girl drew a bat . | * girl ( x _ 1 ) ; draw . agent ( x _ 2 , x _ 1 ) AND draw . theme ( x _ 2 , x _ 4 ) AND bat ( x _ 4 ) | in_distribution |
A squirrel valued a cookie on a seat . | squirrel ( x _ 1 ) AND value . agent ( x _ 2 , x _ 1 ) AND value . theme ( x _ 2 , x _ 4 ) AND cookie ( x _ 4 ) AND cookie . nmod . on ( x _ 4 , x _ 7 ) AND seat ( x _ 7 ) | in_distribution |
The bat was drawn by Emma . | * bat ( x _ 1 ) ; draw . theme ( x _ 3 , x _ 1 ) AND draw . agent ( x _ 3 , Emma ) | in_distribution |
A drink was eaten by a child . | drink ( x _ 1 ) AND eat . theme ( x _ 3 , x _ 1 ) AND eat . agent ( x _ 3 , x _ 6 ) AND child ( x _ 6 ) | in_distribution |
Amelia dusted the girl beside a stage . | * girl ( x _ 3 ) ; dust . agent ( x _ 1 , Amelia ) AND dust . theme ( x _ 1 , x _ 3 ) AND girl . nmod . beside ( x _ 3 , x _ 6 ) AND stage ( x _ 6 ) | in_distribution |
Mia respected a cake . | respect . agent ( x _ 1 , Mia ) AND respect . theme ( x _ 1 , x _ 3 ) AND cake ( x _ 3 ) | in_distribution |
The cookie was sold to Charlotte . | * cookie ( x _ 1 ) ; sell . theme ( x _ 3 , x _ 1 ) AND sell . recipient ( x _ 3 , Charlotte ) | in_distribution |
A penny rolled . | penny ( x _ 1 ) AND roll . theme ( x _ 2 , x _ 1 ) | in_distribution |
Charlotte was passed a cake . | pass . recipient ( x _ 2 , Charlotte ) AND pass . theme ( x _ 2 , x _ 4 ) AND cake ( x _ 4 ) | in_distribution |
A girl offered a rose to Isabella . | girl ( x _ 1 ) AND offer . agent ( x _ 2 , x _ 1 ) AND offer . theme ( x _ 2 , x _ 4 ) AND offer . recipient ( x _ 2 , Isabella ) AND rose ( x _ 4 ) | in_distribution |
The crayon was nursed . | * crayon ( x _ 1 ) ; nurse . theme ( x _ 3 , x _ 1 ) | in_distribution |
A cookie was lended to a frog by a girl . | cookie ( x _ 1 ) AND lend . theme ( x _ 3 , x _ 1 ) AND lend . recipient ( x _ 3 , x _ 6 ) AND lend . agent ( x _ 3 , x _ 9 ) AND frog ( x _ 6 ) AND girl ( x _ 9 ) | in_distribution |
Liam meant that Sophia rolled a teacher on a seat . | mean . agent ( x _ 1 , Liam ) AND mean . ccomp ( x _ 1 , x _ 4 ) AND roll . agent ( x _ 4 , Sophia ) AND roll . theme ( x _ 4 , x _ 6 ) AND teacher ( x _ 6 ) AND teacher . nmod . on ( x _ 6 , x _ 9 ) AND seat ( x _ 9 ) | in_distribution |
The dog sold the girl a cake . | * dog ( x _ 1 ) ; * girl ( x _ 4 ) ; sell . agent ( x _ 2 , x _ 1 ) AND sell . recipient ( x _ 2 , x _ 4 ) AND sell . theme ( x _ 2 , x _ 6 ) AND cake ( x _ 6 ) | in_distribution |
A citizen passed the dog the cake . | * dog ( x _ 4 ) ; * cake ( x _ 6 ) ; citizen ( x _ 1 ) AND pass . agent ( x _ 2 , x _ 1 ) AND pass . recipient ( x _ 2 , x _ 4 ) AND pass . theme ( x _ 2 , x _ 6 ) | in_distribution |
A sandwich was given to the cat by the giraffe . | * cat ( x _ 6 ) ; * giraffe ( x _ 9 ) ; sandwich ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 ) AND give . agent ( x _ 3 , x _ 9 ) | in_distribution |
The box was missed by Emma . | * box ( x _ 1 ) ; miss . theme ( x _ 3 , x _ 1 ) AND miss . agent ( x _ 3 , Emma ) | in_distribution |
Liam hoped that the dog preferred to run . | * dog ( x _ 4 ) ; hope . agent ( x _ 1 , Liam ) AND hope . ccomp ( x _ 1 , x _ 5 ) AND prefer . agent ( x _ 5 , x _ 4 ) AND prefer . xcomp ( x _ 5 , x _ 7 ) AND run . agent ( x _ 7 , x _ 4 ) | in_distribution |
A visitor was posted a rose by a turtle . | visitor ( x _ 1 ) AND post . recipient ( x _ 3 , x _ 1 ) AND post . theme ( x _ 3 , x _ 5 ) AND post . agent ( x _ 3 , x _ 8 ) AND rose ( x _ 5 ) AND turtle ( x _ 8 ) | in_distribution |
The penny was painted . | * penny ( x _ 1 ) ; paint . theme ( x _ 3 , x _ 1 ) | in_distribution |
David expected to cook . | expect . agent ( x _ 1 , David ) AND expect . xcomp ( x _ 1 , x _ 3 ) AND cook . agent ( x _ 3 , David ) | in_distribution |
Camila was forwarded the cookie in a house beside the computer by Olivia . | * cookie ( x _ 4 ) ; * computer ( x _ 10 ) ; forward . recipient ( x _ 2 , Camila ) AND forward . theme ( x _ 2 , x _ 4 ) AND forward . agent ( x _ 2 , Olivia ) AND cookie . nmod . in ( x _ 4 , x _ 7 ) AND house ( x _ 7 ) AND house . nmod . beside ( x _ 7 , x _ 10 ) | in_distribution |
James investigated . | investigate . agent ( x _ 1 , James ) | in_distribution |
The child appreciated that Emma valued that a cookie was slid . | * child ( x _ 1 ) ; appreciate . agent ( x _ 2 , x _ 1 ) AND appreciate . ccomp ( x _ 2 , x _ 5 ) AND value . agent ( x _ 5 , Emma ) AND value . ccomp ( x _ 5 , x _ 10 ) AND cookie ( x _ 8 ) AND slide . theme ( x _ 10 , x _ 8 ) | in_distribution |
Emma liked that a girl saw . | like . agent ( x _ 1 , Emma ) AND like . ccomp ( x _ 1 , x _ 5 ) AND girl ( x _ 4 ) AND see . agent ( x _ 5 , x _ 4 ) | in_distribution |
The pen was helped . | * pen ( x _ 1 ) ; help . theme ( x _ 3 , x _ 1 ) | in_distribution |
Emma liked that the melon was rolled . | * melon ( x _ 4 ) ; like . agent ( x _ 1 , Emma ) AND like . ccomp ( x _ 1 , x _ 6 ) AND roll . theme ( x _ 6 , x _ 4 ) | in_distribution |
The sailor laughed . | * sailor ( x _ 1 ) ; laugh . agent ( x _ 2 , x _ 1 ) | in_distribution |
The teacher hunted Emma . | * teacher ( x _ 1 ) ; hunt . agent ( x _ 2 , x _ 1 ) AND hunt . theme ( x _ 2 , Emma ) | in_distribution |
A game was changed by the boy . | * boy ( x _ 6 ) ; game ( x _ 1 ) AND change . theme ( x _ 3 , x _ 1 ) AND change . agent ( x _ 3 , x _ 6 ) | in_distribution |
Liam gave the monkey a chalk in the container . | * monkey ( x _ 3 ) ; * container ( x _ 8 ) ; give . agent ( x _ 1 , Liam ) AND give . recipient ( x _ 1 , x _ 3 ) AND give . theme ( x _ 1 , x _ 5 ) AND chalk ( x _ 5 ) AND chalk . nmod . in ( x _ 5 , x _ 8 ) | in_distribution |
The boy was lended a present by the baby . | * boy ( x _ 1 ) ; * baby ( x _ 8 ) ; lend . recipient ( x _ 3 , x _ 1 ) AND lend . theme ( x _ 3 , x _ 5 ) AND lend . agent ( x _ 3 , x _ 8 ) AND present ( x _ 5 ) | in_distribution |
Isabella liked a cat . | like . agent ( x _ 1 , Isabella ) AND like . theme ( x _ 1 , x _ 3 ) AND cat ( x _ 3 ) | in_distribution |
A donut was offered to the turtle . | * turtle ( x _ 6 ) ; donut ( x _ 1 ) AND offer . theme ( x _ 3 , x _ 1 ) AND offer . recipient ( x _ 3 , x _ 6 ) | in_distribution |
Michael respected a cake on a chair . | respect . agent ( x _ 1 , Michael ) AND respect . theme ( x _ 1 , x _ 3 ) AND cake ( x _ 3 ) AND cake . nmod . on ( x _ 3 , x _ 6 ) AND chair ( x _ 6 ) | in_distribution |
touch | LAMBDA a . LAMBDA b . LAMBDA e . touch . agent ( e , b ) AND touch . theme ( e , a ) | primitive |
Chloe was handed the raisin on the table by Emma . | * raisin ( x _ 4 ) ; * table ( x _ 7 ) ; hand . recipient ( x _ 2 , Chloe ) AND hand . theme ( x _ 2 , x _ 4 ) AND hand . agent ( x _ 2 , Emma ) AND raisin . nmod . on ( x _ 4 , x _ 7 ) | in_distribution |
A cake was rented to a bee . | cake ( x _ 1 ) AND rent . theme ( x _ 3 , x _ 1 ) AND rent . recipient ( x _ 3 , x _ 6 ) AND bee ( x _ 6 ) | in_distribution |
A bee hunted the cake on the seat in the sack . | * cake ( x _ 4 ) ; * seat ( x _ 7 ) ; * sack ( x _ 10 ) ; bee ( x _ 1 ) AND hunt . agent ( x _ 2 , x _ 1 ) AND hunt . theme ( x _ 2 , x _ 4 ) AND cake . nmod . on ( x _ 4 , x _ 7 ) AND seat . nmod . in ( x _ 7 , x _ 10 ) | in_distribution |
A brain was valued by Emma . | brain ( x _ 1 ) AND value . theme ( x _ 3 , x _ 1 ) AND value . agent ( x _ 3 , Emma ) | in_distribution |
A box was inflated . | box ( x _ 1 ) AND inflate . theme ( x _ 3 , x _ 1 ) | in_distribution |
Olivia liked the donut . | * donut ( x _ 3 ) ; like . agent ( x _ 1 , Olivia ) AND like . theme ( x _ 1 , x _ 3 ) | in_distribution |
A monster ate . | monster ( x _ 1 ) AND eat . agent ( x _ 2 , x _ 1 ) | in_distribution |
The coach ate . | * coach ( x _ 1 ) ; eat . agent ( x _ 2 , x _ 1 ) | in_distribution |
Dylan offered a flag beside a trophy to Liam . | offer . agent ( x _ 1 , Dylan ) AND offer . theme ( x _ 1 , x _ 3 ) AND offer . recipient ( x _ 1 , Liam ) AND flag ( x _ 3 ) AND flag . nmod . beside ( x _ 3 , x _ 6 ) AND trophy ( x _ 6 ) | in_distribution |
The donut was thrown . | * donut ( x _ 1 ) ; throw . theme ( x _ 3 , x _ 1 ) | in_distribution |
A cake was given to Ethan . | cake ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , Ethan ) | in_distribution |
Olivia was handed a cake in a garden . | hand . recipient ( x _ 2 , Olivia ) AND hand . theme ( x _ 2 , x _ 4 ) AND cake ( x _ 4 ) AND cake . nmod . in ( x _ 4 , x _ 7 ) AND garden ( x _ 7 ) | in_distribution |
The butterfly lended a donut beside the table to Matthew . | * butterfly ( x _ 1 ) ; * table ( x _ 7 ) ; lend . agent ( x _ 2 , x _ 1 ) AND lend . theme ( x _ 2 , x _ 4 ) AND lend . recipient ( x _ 2 , Matthew ) AND donut ( x _ 4 ) AND donut . nmod . beside ( x _ 4 , x _ 7 ) | in_distribution |
A muffin was fed to the monkey by Elizabeth . | * monkey ( x _ 6 ) ; muffin ( x _ 1 ) AND feed . theme ( x _ 3 , x _ 1 ) AND feed . recipient ( x _ 3 , x _ 6 ) AND feed . agent ( x _ 3 , Elizabeth ) | in_distribution |
A bat was cooked . | bat ( x _ 1 ) AND cook . theme ( x _ 3 , x _ 1 ) | in_distribution |
Ella decomposed a cookie in the stadium . | * stadium ( x _ 6 ) ; decompose . agent ( x _ 1 , Ella ) AND decompose . theme ( x _ 1 , x _ 3 ) AND cookie ( x _ 3 ) AND cookie . nmod . in ( x _ 3 , x _ 6 ) | in_distribution |
The frog believed that a cake was given to Emma by Ava . | * frog ( x _ 1 ) ; believe . agent ( x _ 2 , x _ 1 ) AND believe . ccomp ( x _ 2 , x _ 7 ) AND cake ( x _ 5 ) AND give . theme ( x _ 7 , x _ 5 ) AND give . recipient ( x _ 7 , Emma ) AND give . agent ( x _ 7 , Ava ) | in_distribution |
Liam was given the strawberry in a cabinet . | * strawberry ( x _ 4 ) ; give . recipient ( x _ 2 , Liam ) AND give . theme ( x _ 2 , x _ 4 ) AND strawberry . nmod . in ( x _ 4 , x _ 7 ) AND cabinet ( x _ 7 ) | in_distribution |
Evelyn preferred to eat . | prefer . agent ( x _ 1 , Evelyn ) AND prefer . xcomp ( x _ 1 , x _ 3 ) AND eat . agent ( x _ 3 , Evelyn ) | in_distribution |
The lion smiled . | * lion ( x _ 1 ) ; smile . agent ( x _ 2 , x _ 1 ) | in_distribution |
Olivia nursed . | nurse . agent ( x _ 1 , Olivia ) | in_distribution |
The girl posted Emma the rose . | * girl ( x _ 1 ) ; * rose ( x _ 5 ) ; post . agent ( x _ 2 , x _ 1 ) AND post . recipient ( x _ 2 , Emma ) AND post . theme ( x _ 2 , x _ 5 ) | in_distribution |
The girl loved a cake beside a house . | * girl ( x _ 1 ) ; love . agent ( x _ 2 , x _ 1 ) AND love . theme ( x _ 2 , x _ 4 ) AND cake ( x _ 4 ) AND cake . nmod . beside ( x _ 4 , x _ 7 ) AND house ( x _ 7 ) | in_distribution |
Emma passed a cake to the girl . | * girl ( x _ 6 ) ; pass . agent ( x _ 1 , Emma ) AND pass . theme ( x _ 1 , x _ 3 ) AND pass . recipient ( x _ 1 , x _ 6 ) AND cake ( x _ 3 ) | in_distribution |
The priest changed . | * priest ( x _ 1 ) ; change . theme ( x _ 2 , x _ 1 ) | in_distribution |
A lion supported that the boy dusted . | * boy ( x _ 5 ) ; lion ( x _ 1 ) AND support . agent ( x _ 2 , x _ 1 ) AND support . ccomp ( x _ 2 , x _ 6 ) AND dust . agent ( x _ 6 , x _ 5 ) | in_distribution |
The child dreamed to talk . | * child ( x _ 1 ) ; dream . agent ( x _ 2 , x _ 1 ) AND dream . xcomp ( x _ 2 , x _ 4 ) AND talk . agent ( x _ 4 , x _ 1 ) | in_distribution |
The box was drawn by the child . | * box ( x _ 1 ) ; * child ( x _ 6 ) ; draw . theme ( x _ 3 , x _ 1 ) AND draw . agent ( x _ 3 , x _ 6 ) | in_distribution |
Camila gave a cake in a storage to Emma . | give . agent ( x _ 1 , Camila ) AND give . theme ( x _ 1 , x _ 3 ) AND give . recipient ( x _ 1 , Emma ) AND cake ( x _ 3 ) AND cake . nmod . in ( x _ 3 , x _ 6 ) AND storage ( x _ 6 ) | in_distribution |
The cookie was liked by a scientist . | * cookie ( x _ 1 ) ; like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , x _ 6 ) AND scientist ( x _ 6 ) | in_distribution |
The balloon was handed to a donkey by Ava . | * balloon ( x _ 1 ) ; hand . theme ( x _ 3 , x _ 1 ) AND hand . recipient ( x _ 3 , x _ 6 ) AND hand . agent ( x _ 3 , Ava ) AND donkey ( x _ 6 ) | in_distribution |
A cracker was poked . | cracker ( x _ 1 ) AND poke . theme ( x _ 3 , x _ 1 ) | in_distribution |
End of preview. Expand
in Dataset Viewer.
Dataset Card for "COGS"
It contains the dataset used in the paper COGS: A Compositional Generalization Challenge Based on Semantic Interpretation.
It has four splits, where gen refers to the generalization split and train_100 refers to the training version with 100 primitive exposure examples.
You can use it by calling:
train_data = datasets.load_dataset("Punchwe/COGS", split="train")
train100_data = datasets.load_dataset("Punchwe/COGS", split="train_100")
gen_data = datasets.load_dataset("Punchwe/COGS", split="gen")
- Downloads last month
- 0