1602353775wzj's picture
Add MultilingualPoetryMeterClassification v1.0.0 (7 meters, EN/DE/ES/CS, lang-capped; CC BY-SA 4.0)
4ed3fa6 verified
Raw
History Blame Contribute Delete
3.31 kB
{
"description": "Meter codebook for MultilingualPoetryMeterClassification",
"source": "https://github.com/riazhsks/multilingual-annotated-poems",
"min_count": 10,
"filtering": {
"n_raw": 146464,
"n_after_filters_before_cap": 137047,
"n_after_lang_cap": 30585,
"n_kept": 30578,
"n_no_text": 0,
"n_bad_meter": 7204,
"n_length_filtered": 2213,
"n_rare_label_rows": 7,
"min_count": 10,
"max_chars": 8000,
"min_chars": 40,
"max_per_lang": 10000,
"dropped_labels": [
[
"sapphicusminor",
2
],
[
"prosodiakos",
2
],
[
"pherekrateus",
1
],
[
"elegiambus",
1
],
[
"glykoneus",
1
]
],
"pre_cap_meter_counts": {
"iambic": 83669,
"trochaic": 33906,
"polymetric": 14346,
"dactylic": 3613,
"amphibrachic": 932,
"anapestic": 454,
"hexameter": 92,
"prosodiakos": 14,
"sapphicusminor": 10,
"glykoneus": 5,
"pherekrateus": 5,
"elegiambus": 1
},
"languages": [
"en",
"de",
"es",
"cs"
]
},
"split": {
"method": "stratified-by-language-x-meter",
"train_ratio": 0.8,
"seed": 42,
"sizes": {
"train": 24464,
"test": 6114
}
},
"labels": {
"names": [
"iambic",
"trochaic",
"polymetric",
"dactylic",
"anapestic",
"amphibrachic",
"hexameter"
],
"name2id": {
"iambic": 0,
"trochaic": 1,
"polymetric": 2,
"dactylic": 3,
"anapestic": 4,
"amphibrachic": 5,
"hexameter": 6
},
"counts": {
"iambic": 18481,
"trochaic": 5469,
"polymetric": 5407,
"dactylic": 641,
"anapestic": 396,
"amphibrachic": 170,
"hexameter": 14
},
"n_classes": 7,
"lang_counts": {
"de": 9993,
"es": 9251,
"cs": 10000,
"en": 1334
},
"gloss": {
"iambic": "Iambic (抑扬格)",
"trochaic": "Trochaic (扬抑格)",
"polymetric": "Polymetric / mixed (多格律)",
"dactylic": "Dactylic (扬抑抑格)",
"anapestic": "Anapestic (抑抑扬格)",
"amphibrachic": "Amphibrachic (抑扬抑格)",
"hexameter": "Hexameter (六音步)"
},
"split_counts": {
"train": {
"polymetric": 4326,
"iambic": 14785,
"trochaic": 4375,
"anapestic": 317,
"dactylic": 514,
"amphibrachic": 136,
"hexameter": 11
},
"test": {
"iambic": 3696,
"trochaic": 1094,
"polymetric": 1081,
"anapestic": 79,
"dactylic": 127,
"amphibrachic": 34,
"hexameter": 3
}
},
"language_split_counts": {
"train": {
"es": 7402,
"cs": 8000,
"de": 7995,
"en": 1067
},
"test": {
"es": 1849,
"de": 1998,
"cs": 2000,
"en": 267
},
"all": {
"de": 9993,
"es": 9251,
"cs": 10000,
"en": 1334
}
}
}
}