Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
multi-class-classification
Languages:
Czech
Size:
1K - 10K
License:
Add CzechVerseFormClassification v1.0.0 (19 gold forms, freq>=10; train/test; CC BY-SA 4.0)
Browse files- CITATION.bib +17 -0
- CITATION.cff +10 -0
- LICENSE +13 -0
- README.md +162 -0
- VERSION +1 -0
- checksums.sha256 +11 -0
- data/test-00000-of-00001.parquet +3 -0
- data/train-00000-of-00001.parquet +3 -0
- dataset_infos.yaml +33 -0
- label_taxonomy.json +288 -0
- metadata.json +30 -0
CITATION.bib
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
@misc{riazhsks_multilingual_annotated_poems,
|
| 2 |
+
title = {Multilingual Annotated Poems},
|
| 3 |
+
author = {riazhsks},
|
| 4 |
+
year = {2025},
|
| 5 |
+
howpublished = {GitHub},
|
| 6 |
+
url = {https://github.com/riazhsks/multilingual-annotated-poems},
|
| 7 |
+
note = {Multilingual poetry corpora with form/meter/rhyme annotations}
|
| 8 |
+
}
|
| 9 |
+
|
| 10 |
+
@misc{czechverseformclassification_poetrymteb,
|
| 11 |
+
title = {Czech Verse Form Classification (PoetryMTEB packaging)},
|
| 12 |
+
author = {PoetryMTEB},
|
| 13 |
+
year = {2026},
|
| 14 |
+
howpublished = {Hugging Face Datasets},
|
| 15 |
+
url = {https://huggingface.co/datasets/PoetryMTEB/CzechVerseFormClassification},
|
| 16 |
+
note = {version 1.0.0}
|
| 17 |
+
}
|
CITATION.cff
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
cff-version: 1.2.0
|
| 2 |
+
message: If you use this dataset, please cite the upstream multilingual-annotated-poems repository and this PoetryMTEB packaging.
|
| 3 |
+
title: "Czech Verse Form Classification (PoetryMTEB packaging)"
|
| 4 |
+
version: "1.0.0"
|
| 5 |
+
license: CC-BY-SA-4.0
|
| 6 |
+
authors:
|
| 7 |
+
- name: "riazhsks"
|
| 8 |
+
- name: "PoetryMTEB"
|
| 9 |
+
url: "https://huggingface.co/datasets/PoetryMTEB/CzechVerseFormClassification"
|
| 10 |
+
repository-code: "https://github.com/riazhsks/multilingual-annotated-poems"
|
LICENSE
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
|
| 2 |
+
==========================================================================
|
| 3 |
+
|
| 4 |
+
This PoetryMTEB packaging redistributes annotations and texts derived from:
|
| 5 |
+
|
| 6 |
+
https://github.com/riazhsks/multilingual-annotated-poems
|
| 7 |
+
|
| 8 |
+
Upstream repository license notice: CC-BY-SA
|
| 9 |
+
|
| 10 |
+
Please also respect licenses / terms of the original poetry corpora cited in
|
| 11 |
+
the upstream README (CCV, poetry-eval English, DISCO/Spanish sonnets, DLK, etc.).
|
| 12 |
+
|
| 13 |
+
Full legal text: https://creativecommons.org/licenses/by-sa/4.0/legalcode
|
README.md
ADDED
|
@@ -0,0 +1,162 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-sa-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-classification
|
| 5 |
+
task_ids:
|
| 6 |
+
- multi-class-classification
|
| 7 |
+
language:
|
| 8 |
+
- cs
|
| 9 |
+
multilinguality:
|
| 10 |
+
- monolingual
|
| 11 |
+
size_categories:
|
| 12 |
+
- 1K<n<10K
|
| 13 |
+
pretty_name: Czech Verse Form Classification
|
| 14 |
+
tags:
|
| 15 |
+
- poetry
|
| 16 |
+
- czech
|
| 17 |
+
- form-classification
|
| 18 |
+
- poetic-form
|
| 19 |
+
- text-classification
|
| 20 |
+
- mteb
|
| 21 |
+
- poetrymteb
|
| 22 |
+
- embedding-evaluation
|
| 23 |
+
annotations_creators:
|
| 24 |
+
- found
|
| 25 |
+
source_datasets:
|
| 26 |
+
- riazhsks/multilingual-annotated-poems
|
| 27 |
+
- versotym/corpusCzechVerse
|
| 28 |
+
configs:
|
| 29 |
+
- config_name: default
|
| 30 |
+
data_files:
|
| 31 |
+
- split: train
|
| 32 |
+
path: data/train-*
|
| 33 |
+
- split: test
|
| 34 |
+
path: data/test-*
|
| 35 |
+
default: true
|
| 36 |
+
dataset_info:
|
| 37 |
+
- config_name: default
|
| 38 |
+
features:
|
| 39 |
+
- name: id
|
| 40 |
+
dtype: string
|
| 41 |
+
- name: poem
|
| 42 |
+
dtype: string
|
| 43 |
+
- name: title
|
| 44 |
+
dtype: string
|
| 45 |
+
- name: author
|
| 46 |
+
dtype: string
|
| 47 |
+
- name: label
|
| 48 |
+
dtype: int64
|
| 49 |
+
- name: label_name
|
| 50 |
+
dtype: string
|
| 51 |
+
splits:
|
| 52 |
+
- name: train
|
| 53 |
+
num_examples: 7018
|
| 54 |
+
- name: test
|
| 55 |
+
num_examples: 1754
|
| 56 |
+
---
|
| 57 |
+
|
| 58 |
+
# Czech Verse Form Classification
|
| 59 |
+
|
| 60 |
+
Single-label **Czech poetic form classification** for PoetryMTEB, using **gold** `form` labels from the Corpus of Czech Verse (CCV) subset packaged in [multilingual-annotated-poems](https://github.com/riazhsks/multilingual-annotated-poems).
|
| 61 |
+
|
| 62 |
+
Only poems with a non-empty original form label are kept (most CCV poems are unlabeled for form). Rule-based auto-form labels are **not** used.
|
| 63 |
+
|
| 64 |
+
## Dataset Card
|
| 65 |
+
|
| 66 |
+
| Item | Description |
|
| 67 |
+
|------|-------------|
|
| 68 |
+
| **Source** | [https://github.com/riazhsks/multilingual-annotated-poems](https://github.com/riazhsks/multilingual-annotated-poems) → `corpora/czech_poems_processed_ccv.jsonl`; upstream [CCV](https://github.com/versotym/corpusCzechVerse) |
|
| 69 |
+
| **Languages** | Czech (`cs`) |
|
| 70 |
+
| **Size** | train=7018; test=1754 (no validation) |
|
| 71 |
+
| **Classes** | 19 forms with frequency ≥ 10 |
|
| 72 |
+
| **Filtering** | Gold form only; length ∈ [40, 8000]; rare forms dropped |
|
| 73 |
+
| **Splits** | Stratified by form ≈ 80% / 19%, seed=42 |
|
| 74 |
+
| **License** | [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) (packaging; cite CCV) |
|
| 75 |
+
| **Dataset version** | `1.0.0` |
|
| 76 |
+
| **Evaluation metrics** | **accuracy**, **macro/weighted F1** |
|
| 77 |
+
|
| 78 |
+
## Features
|
| 79 |
+
|
| 80 |
+
| Field | Type | Description |
|
| 81 |
+
|-------|------|-------------|
|
| 82 |
+
| `id` | string | Example id |
|
| 83 |
+
| `poem` | string | Poem text |
|
| 84 |
+
| `title` | string | Title |
|
| 85 |
+
| `author` | string | Author |
|
| 86 |
+
| `label` | int64 | Form class index |
|
| 87 |
+
| `label_name` | string | Czech form name |
|
| 88 |
+
|
| 89 |
+
### Label inventory (kept)
|
| 90 |
+
|
| 91 |
+
| id | label_name | gloss | train | test | source_count* |
|
| 92 |
+
|---:|------------|-------|------:|-----:|--------------:|
|
| 93 |
+
| 0 | `sonet` | Sonnet (十四行) | 4483 | 1121 | 5604 |
|
| 94 |
+
| 1 | `strofa venuše a adonise` | Venus and Adonis stanza | 578 | 145 | 723 |
|
| 95 |
+
| 2 | `ritornel` | Ritornello | 534 | 133 | 667 |
|
| 96 |
+
| 3 | `madrigal` | Madrigal | 472 | 118 | 590 |
|
| 97 |
+
| 4 | `hrdinský kuplet` | Heroic couplet | 170 | 43 | 213 |
|
| 98 |
+
| 5 | `stance` | Stance / stanza form | 169 | 42 | 211 |
|
| 99 |
+
| 6 | `siciliána` | Siciliana | 108 | 27 | 135 |
|
| 100 |
+
| 7 | `gazel` | Ghazal | 85 | 21 | 106 |
|
| 101 |
+
| 8 | `elegické distichon` | Elegiac couplet | 84 | 21 | 105 |
|
| 102 |
+
| 9 | `sapfická strofa` | Sapphic stanza | 73 | 18 | 91 |
|
| 103 |
+
| 10 | `rondó` | Rondeau | 69 | 17 | 86 |
|
| 104 |
+
| 11 | `tercína` | Terza rima | 43 | 11 | 54 |
|
| 105 |
+
| 12 | `rondel` | Rondel | 42 | 11 | 53 |
|
| 106 |
+
| 13 | `sestina` | Sestina | 31 | 8 | 39 |
|
| 107 |
+
| 14 | `sonet anglický` | English sonnet | 29 | 7 | 36 |
|
| 108 |
+
| 15 | `limerik` | Limerick | 20 | 5 | 25 |
|
| 109 |
+
| 16 | `alkajská strofa` | Alcaic stanza | 10 | 2 | 12 |
|
| 110 |
+
| 17 | `spenserova strofa` | Spenserian stanza | 10 | 2 | 12 |
|
| 111 |
+
| 18 | `chaucerova strofa` | Chaucerian stanza / rhyme royal | 8 | 2 | 10 |
|
| 112 |
+
|
| 113 |
+
### Dropped forms (count < 10)
|
| 114 |
+
|
| 115 |
+
| form | count |
|
| 116 |
+
|------|------:|
|
| 117 |
+
| asklepiadská strofa 4 | 6 |
|
| 118 |
+
| kasída | 4 |
|
| 119 |
+
| arte mayor | 3 |
|
| 120 |
+
| triolet | 2 |
|
| 121 |
+
| burnsova strofa | 2 |
|
| 122 |
+
| huitain | 1 |
|
| 123 |
+
|
| 124 |
+
## Construction method
|
| 125 |
+
|
| 126 |
+
1. Load CCV JSONL from multilingual-annotated-poems.
|
| 127 |
+
2. Keep rows with gold `form` + `text` (skip `null` form).
|
| 128 |
+
3. Length filter; keep classes ≥ 10.
|
| 129 |
+
4. Frequency-descending label ids; stratified train/test.
|
| 130 |
+
|
| 131 |
+
## How to load
|
| 132 |
+
|
| 133 |
+
```python
|
| 134 |
+
from datasets import load_dataset
|
| 135 |
+
|
| 136 |
+
ds = load_dataset("PoetryMTEB/CzechVerseFormClassification")
|
| 137 |
+
print(ds["test"][0]["label_name"])
|
| 138 |
+
```
|
| 139 |
+
|
| 140 |
+
## Citation
|
| 141 |
+
|
| 142 |
+
```bibtex
|
| 143 |
+
@article{ccv2015,
|
| 144 |
+
author = {Plecháč, Petr and Kolár, Robert},
|
| 145 |
+
title = {The Corpus of Czech Verse},
|
| 146 |
+
journal = {Studia Metrica et Poetica},
|
| 147 |
+
volume = {2},
|
| 148 |
+
number = {1},
|
| 149 |
+
year = {2015},
|
| 150 |
+
pages = {107--118},
|
| 151 |
+
doi = {10.12697/smp.2015.2.1.05}
|
| 152 |
+
}
|
| 153 |
+
|
| 154 |
+
@misc{riazhsks_multilingual_annotated_poems,
|
| 155 |
+
title={Multilingual Annotated Poems},
|
| 156 |
+
author={riazhsks},
|
| 157 |
+
year={2025},
|
| 158 |
+
url={https://github.com/riazhsks/multilingual-annotated-poems}
|
| 159 |
+
}
|
| 160 |
+
```
|
| 161 |
+
|
| 162 |
+
Hub packaging: `PoetryMTEB/CzechVerseFormClassification` (v1.0.0).
|
VERSION
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
1.0.0
|
checksums.sha256
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
7227d4fa252a154c04858acb19e48e5c1111757ecaf764c4013ba2b14a0111f3 CITATION.bib
|
| 2 |
+
84cb3ea3d4653b7a6c1d5e4ab2294c0af9492df37ad79cd5f3fabc055c057893 CITATION.cff
|
| 3 |
+
820e9efa25944a97da6d6c18b98c92a64d8221557053c12a7046c61a2909cca3 data/test-00000-of-00001.parquet
|
| 4 |
+
ee41d934d356a10180f79b48dc74e691b502f3415b8ff0ddb13694073755e073 data/train-00000-of-00001.parquet
|
| 5 |
+
d3ff48ce8b7a11689cf5ca4b5e6cbb1135eb37c52abf5f3abdccf7eb5fdcb63d dataset_infos.yaml
|
| 6 |
+
343837da35a4e1fb9844d1c99f722e5f5d1de60dcbc694235a8e2dbb41cb617c label_taxonomy.json
|
| 7 |
+
6a7b381325060368e7c1370f6daad24d406bad9f167c1c3a30ed2bd3b816f94a LICENSE
|
| 8 |
+
f9bf226f2b797dfe685309dfebf7e793a1b62d02b9b3c51ca3ed74b820e1cbd3 metadata.json
|
| 9 |
+
f42e13f72a3597c8c0491b1b5cb137a73a5fe4a479cdd5eaa7bf9683e93e7de0 README.md
|
| 10 |
+
2df1fdf43cc3b0992b586507dd3ce15a556d5b22194e9888a53b0440acef6380 stats.json
|
| 11 |
+
4ca8bbd3c595ee306226c6996b32b8d47a900217c55a7ed0cfc868ee444f34f1 VERSION
|
data/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:820e9efa25944a97da6d6c18b98c92a64d8221557053c12a7046c61a2909cca3
|
| 3 |
+
size 880083
|
data/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ee41d934d356a10180f79b48dc74e691b502f3415b8ff0ddb13694073755e073
|
| 3 |
+
size 3478282
|
dataset_infos.yaml
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
configs:
|
| 2 |
+
- config_name: default
|
| 3 |
+
data_files:
|
| 4 |
+
- path: data/train-*.parquet
|
| 5 |
+
split: train
|
| 6 |
+
- path: data/test-*.parquet
|
| 7 |
+
split: test
|
| 8 |
+
default: true
|
| 9 |
+
dataset_info:
|
| 10 |
+
configs:
|
| 11 |
+
- config_name: default
|
| 12 |
+
dataset_size: 4358365
|
| 13 |
+
download_size: 4358365
|
| 14 |
+
features:
|
| 15 |
+
- dtype: string
|
| 16 |
+
name: id
|
| 17 |
+
- dtype: string
|
| 18 |
+
name: poem
|
| 19 |
+
- dtype: string
|
| 20 |
+
name: title
|
| 21 |
+
- dtype: string
|
| 22 |
+
name: author
|
| 23 |
+
- dtype: int64
|
| 24 |
+
name: label
|
| 25 |
+
- dtype: string
|
| 26 |
+
name: label_name
|
| 27 |
+
splits:
|
| 28 |
+
- name: train
|
| 29 |
+
num_bytes: 3478282
|
| 30 |
+
num_examples: 7018
|
| 31 |
+
- name: test
|
| 32 |
+
num_bytes: 880083
|
| 33 |
+
num_examples: 1754
|
label_taxonomy.json
ADDED
|
@@ -0,0 +1,288 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"description": "Form codebook for CzechVerseFormClassification (gold CCV forms only)",
|
| 3 |
+
"source": "https://github.com/riazhsks/multilingual-annotated-poems",
|
| 4 |
+
"min_count": 10,
|
| 5 |
+
"filtering": {
|
| 6 |
+
"n_raw": 70643,
|
| 7 |
+
"n_no_form": 61845,
|
| 8 |
+
"n_candidates_after_length_filter": 8790,
|
| 9 |
+
"n_no_text": 0,
|
| 10 |
+
"n_length_filtered": 8,
|
| 11 |
+
"n_rare_label_rows": 18,
|
| 12 |
+
"n_kept": 8772,
|
| 13 |
+
"min_count": 10,
|
| 14 |
+
"max_chars": 8000,
|
| 15 |
+
"min_chars": 40,
|
| 16 |
+
"dropped_labels": [
|
| 17 |
+
[
|
| 18 |
+
"asklepiadská strofa 4",
|
| 19 |
+
6
|
| 20 |
+
],
|
| 21 |
+
[
|
| 22 |
+
"kasída",
|
| 23 |
+
4
|
| 24 |
+
],
|
| 25 |
+
[
|
| 26 |
+
"arte mayor",
|
| 27 |
+
3
|
| 28 |
+
],
|
| 29 |
+
[
|
| 30 |
+
"triolet",
|
| 31 |
+
2
|
| 32 |
+
],
|
| 33 |
+
[
|
| 34 |
+
"burnsova strofa",
|
| 35 |
+
2
|
| 36 |
+
],
|
| 37 |
+
[
|
| 38 |
+
"huitain",
|
| 39 |
+
1
|
| 40 |
+
]
|
| 41 |
+
],
|
| 42 |
+
"filtered_label_counts": {
|
| 43 |
+
"sonet": 5604,
|
| 44 |
+
"strofa venuše a adonise": 723,
|
| 45 |
+
"hrdinský kuplet": 213,
|
| 46 |
+
"rondel": 53,
|
| 47 |
+
"madrigal": 590,
|
| 48 |
+
"rondó": 86,
|
| 49 |
+
"sapfická strofa": 91,
|
| 50 |
+
"triolet": 2,
|
| 51 |
+
"gazel": 106,
|
| 52 |
+
"alkajská strofa": 12,
|
| 53 |
+
"tercína": 54,
|
| 54 |
+
"sestina": 39,
|
| 55 |
+
"ritornel": 667,
|
| 56 |
+
"limerik": 25,
|
| 57 |
+
"sonet anglický": 36,
|
| 58 |
+
"spenserova strofa": 12,
|
| 59 |
+
"stance": 211,
|
| 60 |
+
"elegické distichon": 105,
|
| 61 |
+
"siciliána": 135,
|
| 62 |
+
"chaucerova strofa": 10,
|
| 63 |
+
"huitain": 1,
|
| 64 |
+
"kasída": 4,
|
| 65 |
+
"burnsova strofa": 2,
|
| 66 |
+
"asklepiadská strofa 4": 6,
|
| 67 |
+
"arte mayor": 3
|
| 68 |
+
},
|
| 69 |
+
"kept_labels": [
|
| 70 |
+
[
|
| 71 |
+
"sonet",
|
| 72 |
+
5604
|
| 73 |
+
],
|
| 74 |
+
[
|
| 75 |
+
"strofa venuše a adonise",
|
| 76 |
+
723
|
| 77 |
+
],
|
| 78 |
+
[
|
| 79 |
+
"ritornel",
|
| 80 |
+
667
|
| 81 |
+
],
|
| 82 |
+
[
|
| 83 |
+
"madrigal",
|
| 84 |
+
590
|
| 85 |
+
],
|
| 86 |
+
[
|
| 87 |
+
"hrdinský kuplet",
|
| 88 |
+
213
|
| 89 |
+
],
|
| 90 |
+
[
|
| 91 |
+
"stance",
|
| 92 |
+
211
|
| 93 |
+
],
|
| 94 |
+
[
|
| 95 |
+
"siciliána",
|
| 96 |
+
135
|
| 97 |
+
],
|
| 98 |
+
[
|
| 99 |
+
"gazel",
|
| 100 |
+
106
|
| 101 |
+
],
|
| 102 |
+
[
|
| 103 |
+
"elegické distichon",
|
| 104 |
+
105
|
| 105 |
+
],
|
| 106 |
+
[
|
| 107 |
+
"sapfická strofa",
|
| 108 |
+
91
|
| 109 |
+
],
|
| 110 |
+
[
|
| 111 |
+
"rondó",
|
| 112 |
+
86
|
| 113 |
+
],
|
| 114 |
+
[
|
| 115 |
+
"tercína",
|
| 116 |
+
54
|
| 117 |
+
],
|
| 118 |
+
[
|
| 119 |
+
"rondel",
|
| 120 |
+
53
|
| 121 |
+
],
|
| 122 |
+
[
|
| 123 |
+
"sestina",
|
| 124 |
+
39
|
| 125 |
+
],
|
| 126 |
+
[
|
| 127 |
+
"sonet anglický",
|
| 128 |
+
36
|
| 129 |
+
],
|
| 130 |
+
[
|
| 131 |
+
"limerik",
|
| 132 |
+
25
|
| 133 |
+
],
|
| 134 |
+
[
|
| 135 |
+
"alkajská strofa",
|
| 136 |
+
12
|
| 137 |
+
],
|
| 138 |
+
[
|
| 139 |
+
"spenserova strofa",
|
| 140 |
+
12
|
| 141 |
+
],
|
| 142 |
+
[
|
| 143 |
+
"chaucerova strofa",
|
| 144 |
+
10
|
| 145 |
+
]
|
| 146 |
+
]
|
| 147 |
+
},
|
| 148 |
+
"split": {
|
| 149 |
+
"method": "stratified-by-form",
|
| 150 |
+
"train_ratio": 0.8,
|
| 151 |
+
"seed": 42,
|
| 152 |
+
"sizes": {
|
| 153 |
+
"train": 7018,
|
| 154 |
+
"test": 1754
|
| 155 |
+
}
|
| 156 |
+
},
|
| 157 |
+
"labels": {
|
| 158 |
+
"names": [
|
| 159 |
+
"sonet",
|
| 160 |
+
"strofa venuše a adonise",
|
| 161 |
+
"ritornel",
|
| 162 |
+
"madrigal",
|
| 163 |
+
"hrdinský kuplet",
|
| 164 |
+
"stance",
|
| 165 |
+
"siciliána",
|
| 166 |
+
"gazel",
|
| 167 |
+
"elegické distichon",
|
| 168 |
+
"sapfická strofa",
|
| 169 |
+
"rondó",
|
| 170 |
+
"tercína",
|
| 171 |
+
"rondel",
|
| 172 |
+
"sestina",
|
| 173 |
+
"sonet anglický",
|
| 174 |
+
"limerik",
|
| 175 |
+
"alkajská strofa",
|
| 176 |
+
"spenserova strofa",
|
| 177 |
+
"chaucerova strofa"
|
| 178 |
+
],
|
| 179 |
+
"name2id": {
|
| 180 |
+
"sonet": 0,
|
| 181 |
+
"strofa venuše a adonise": 1,
|
| 182 |
+
"ritornel": 2,
|
| 183 |
+
"madrigal": 3,
|
| 184 |
+
"hrdinský kuplet": 4,
|
| 185 |
+
"stance": 5,
|
| 186 |
+
"siciliána": 6,
|
| 187 |
+
"gazel": 7,
|
| 188 |
+
"elegické distichon": 8,
|
| 189 |
+
"sapfická strofa": 9,
|
| 190 |
+
"rondó": 10,
|
| 191 |
+
"tercína": 11,
|
| 192 |
+
"rondel": 12,
|
| 193 |
+
"sestina": 13,
|
| 194 |
+
"sonet anglický": 14,
|
| 195 |
+
"limerik": 15,
|
| 196 |
+
"alkajská strofa": 16,
|
| 197 |
+
"spenserova strofa": 17,
|
| 198 |
+
"chaucerova strofa": 18
|
| 199 |
+
},
|
| 200 |
+
"counts": {
|
| 201 |
+
"sonet": 5604,
|
| 202 |
+
"strofa venuše a adonise": 723,
|
| 203 |
+
"ritornel": 667,
|
| 204 |
+
"madrigal": 590,
|
| 205 |
+
"hrdinský kuplet": 213,
|
| 206 |
+
"stance": 211,
|
| 207 |
+
"siciliána": 135,
|
| 208 |
+
"gazel": 106,
|
| 209 |
+
"elegické distichon": 105,
|
| 210 |
+
"sapfická strofa": 91,
|
| 211 |
+
"rondó": 86,
|
| 212 |
+
"tercína": 54,
|
| 213 |
+
"rondel": 53,
|
| 214 |
+
"sestina": 39,
|
| 215 |
+
"sonet anglický": 36,
|
| 216 |
+
"limerik": 25,
|
| 217 |
+
"alkajská strofa": 12,
|
| 218 |
+
"spenserova strofa": 12,
|
| 219 |
+
"chaucerova strofa": 10
|
| 220 |
+
},
|
| 221 |
+
"n_classes": 19,
|
| 222 |
+
"gloss": {
|
| 223 |
+
"sonet": "Sonnet (十四行)",
|
| 224 |
+
"strofa venuše a adonise": "Venus and Adonis stanza",
|
| 225 |
+
"ritornel": "Ritornello",
|
| 226 |
+
"madrigal": "Madrigal",
|
| 227 |
+
"hrdinský kuplet": "Heroic couplet",
|
| 228 |
+
"stance": "Stance / stanza form",
|
| 229 |
+
"siciliána": "Siciliana",
|
| 230 |
+
"gazel": "Ghazal",
|
| 231 |
+
"elegické distichon": "Elegiac couplet",
|
| 232 |
+
"sapfická strofa": "Sapphic stanza",
|
| 233 |
+
"rondó": "Rondeau",
|
| 234 |
+
"tercína": "Terza rima",
|
| 235 |
+
"rondel": "Rondel",
|
| 236 |
+
"sestina": "Sestina",
|
| 237 |
+
"sonet anglický": "English sonnet",
|
| 238 |
+
"limerik": "Limerick",
|
| 239 |
+
"alkajská strofa": "Alcaic stanza",
|
| 240 |
+
"spenserova strofa": "Spenserian stanza",
|
| 241 |
+
"chaucerova strofa": "Chaucerian stanza / rhyme royal"
|
| 242 |
+
},
|
| 243 |
+
"split_counts": {
|
| 244 |
+
"train": {
|
| 245 |
+
"stance": 169,
|
| 246 |
+
"strofa venuše a adonise": 578,
|
| 247 |
+
"sonet": 4483,
|
| 248 |
+
"madrigal": 472,
|
| 249 |
+
"ritornel": 534,
|
| 250 |
+
"sonet anglický": 29,
|
| 251 |
+
"rondó": 69,
|
| 252 |
+
"siciliána": 108,
|
| 253 |
+
"rondel": 42,
|
| 254 |
+
"gazel": 85,
|
| 255 |
+
"hrdinský kuplet": 170,
|
| 256 |
+
"elegické distichon": 84,
|
| 257 |
+
"sapfická strofa": 73,
|
| 258 |
+
"limerik": 20,
|
| 259 |
+
"sestina": 31,
|
| 260 |
+
"chaucerova strofa": 8,
|
| 261 |
+
"tercína": 43,
|
| 262 |
+
"spenserova strofa": 10,
|
| 263 |
+
"alkajská strofa": 10
|
| 264 |
+
},
|
| 265 |
+
"test": {
|
| 266 |
+
"sonet": 1121,
|
| 267 |
+
"ritornel": 133,
|
| 268 |
+
"spenserova strofa": 2,
|
| 269 |
+
"madrigal": 118,
|
| 270 |
+
"gazel": 21,
|
| 271 |
+
"strofa venuše a adonise": 145,
|
| 272 |
+
"alkajská strofa": 2,
|
| 273 |
+
"tercína": 11,
|
| 274 |
+
"stance": 42,
|
| 275 |
+
"sonet anglický": 7,
|
| 276 |
+
"hrdinský kuplet": 43,
|
| 277 |
+
"sapfická strofa": 18,
|
| 278 |
+
"elegické distichon": 21,
|
| 279 |
+
"chaucerova strofa": 2,
|
| 280 |
+
"rondó": 17,
|
| 281 |
+
"siciliána": 27,
|
| 282 |
+
"rondel": 11,
|
| 283 |
+
"sestina": 8,
|
| 284 |
+
"limerik": 5
|
| 285 |
+
}
|
| 286 |
+
}
|
| 287 |
+
}
|
| 288 |
+
}
|
metadata.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "CzechVerseFormClassification",
|
| 3 |
+
"pretty_name": "Czech Verse Form Classification",
|
| 4 |
+
"poetrymteb_repo": "PoetryMTEB/CzechVerseFormClassification",
|
| 5 |
+
"version": "1.0.0",
|
| 6 |
+
"task": "multi-class-classification",
|
| 7 |
+
"language": [
|
| 8 |
+
"cs"
|
| 9 |
+
],
|
| 10 |
+
"n_classes": 19,
|
| 11 |
+
"n_examples": 8772,
|
| 12 |
+
"splits": {
|
| 13 |
+
"train": 7018,
|
| 14 |
+
"test": 1754
|
| 15 |
+
},
|
| 16 |
+
"has_validation": false,
|
| 17 |
+
"unit": "poem",
|
| 18 |
+
"label_field": "label",
|
| 19 |
+
"text_field": "poem",
|
| 20 |
+
"source": {
|
| 21 |
+
"github": "https://github.com/riazhsks/multilingual-annotated-poems"
|
| 22 |
+
},
|
| 23 |
+
"license": "cc-by-sa-4.0",
|
| 24 |
+
"metrics": [
|
| 25 |
+
"accuracy",
|
| 26 |
+
"macro_f1",
|
| 27 |
+
"weighted_f1"
|
| 28 |
+
],
|
| 29 |
+
"note": "Czech CCV gold poetic form classification"
|
| 30 |
+
}
|