CoolFace
Datasetpublic

artindnr/khayyam-challenge-poems

Khayyam Challenge - Poems The 20 classical Persian source poems (Hafez, Ferdowsi, and others) used in the Khayyam Challenge benchmark, split low / medium / long by length (low: 10, medium: 7, long: 3 poems). This is a standalone slice of the full benchmark repo, published separately so it can be loaded directly: from datasets import load_dataset poems = load_dataset("artindnr/khayyam-challenge-poems") poem = poems["low"][0] For the paired AI-generated prose descriptions of… See the full description on the dataset page: https://huggingface.co/datasets/artindnr/khayyam-challenge-poems.

sourceHugging Facecc-by-4.0updated 2mo agoView on Hugging Face
1likes54downloads
Dataset Card

Khayyam Challenge - Poems

The 20 classical Persian source poems (Hafez, Ferdowsi, and others) used in the Khayyam Challenge benchmark, split low / medium / long by length (low: 10, medium: 7, long: 3 poems).

This is a standalone slice of the full benchmark repo, published separately so it can be loaded directly:

python
from datasets import load_dataset
poems = load_dataset("artindnr/khayyam-challenge-poems")
poem = poems["low"][0]

For the paired AI-generated prose descriptions of these same poems, see:

  • —https://huggingface.co/datasets/artindnr/khayyam-challenge-prose-luna
  • —https://huggingface.co/datasets/artindnr/khayyam-challenge-prose-terra

Schema

id, poet, title, form, verse_count, theme, text (list of verses, hemistichs joined with /) are populated in every split. meter, verified, notes are only meaningful in low (empty string / false elsewhere -- "not applicable", not a data error). selected_section is only meaningful in long (empty string elsewhere).

Licensing

Source poems are classical Persian works in the public domain; the compilation/curation/metadata here is released under CC BY 4.0.

Citation

See the main repo: https://huggingface.co/datasets/artindnr/khayyam-challenge