Datasets:

You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

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