Datasets:
Ossetian-News-Binary
A balanced dataset for binary classification of Ossetian news articles: "Sport" vs "Other".
This dataset contains approximately 3,296 manually curated records in the Ossetian language, designed to support natural language processing research for low-resource languages.
π Dataset Statistics
| Metric | Value |
|---|---|
| Total records | 3,296 |
| Language | Ossetian (ISO 639-1: os) |
| Task type | Binary text classification |
| Class distribution | Sport: 1,648 (50.0%) β’ Other: 1,648 (50.0%) |
| Avg. text length | 1,540 Β± 1,680 characters |
| License | CC BY 4.0 |
π Data Fields
| Field | Type | Description |
|---|---|---|
text |
string |
Full news text (headline + body content) in Ossetian |
label |
string |
Binary class label: "Π‘ΠΏΠΎΡΡ" (Sport) or "Π΄ΡΡΠ³ΠΎΠ΅" (Other) |
url |
string |
Original source URL of the news article |
π» Quick Start
from datasets import load_dataset
# Load and preview 5 samples
ds = load_dataset("OssetianNLPWorld/ossetian-news-binary")
for i, sample in enumerate(ds["train"].select(range(5)), 1):
print(f"\n--- Sample {i} ---")
print(f"Label: {sample['label']}")
print(f"Text: {sample['text'][:200]}...")
print(f"URL: {sample['url']}")
π Data Sources
News articles were collected from the following Ossetian-language media outlets:
| Source | Type |
|---|---|
| alaniatv.ru | TV & news portal |
| iryston.tv | Regional TV & news |
| mahdug.ru | Cultural & social news |
| rastdzinad.ru | Regional news |
| sputnik-ossetia.com | News agency |
| xurzarin.ru | Independent news portal |
π About the Creator
This dataset and the OssetianNLPWorld organization on Hugging Face were created and are maintained by:
Arabov Mullosharaf Kurbonovich
Candidate of Physical and Mathematical Sciences, Associate Professor
Department of Data Analysis and Programming Technologies
Kazan Federal University, Russia
The OssetianNLP initiative is a personal research project aimed at developing natural language processing tools and resources for the Ossetian language and other low-resource languages of the Caucasus region.
π Citation
If you use this dataset in your research, please cite it as follows:
@dataset{arabov2026ossetiannewsbinary,
author = {Arabov, Mullosharaf Kurbonovich},
title = {{Ossetian-News-Binary}: A Balanced Dataset for Binary Classification of Ossetian News},
year = {2026},
publisher = {Hugging Face},
url = {https://huggingface.co/datasets/OssetianNLPWorld/ossetian-news-binary},
license = {CC BY 4.0}
}
β οΈ Limitations
- The dataset focuses on the news domain; model performance may vary on other text types (social media, literature, etc.).
- Class labels are provided in Russian (
"Π‘ΠΏΠΎΡΡ","Π΄ΡΡΠ³ΠΎΠ΅") for compatibility with existing annotation workflows. - Some articles may contain mixed-language content (Ossetian + Russian).
π¬ Contact
For questions, collaboration proposals, or feedback:
Arabov Mullosharaf Kurbonovich
π§ cool.araby@gmail.com
π Telegram: @cool_araby β’ VK: @cool.araby
π’ Kazan, Russia
Dataset version: 1.0 β’ Last updated: April 2026 β’ Part of the OssetianNLP initiative by Arabov M.K.
- Downloads last month
- 19