CoolFace
Datasetpublic

murodbek/uz-text-classification

Dataset Card for "uzbek_news" Dataset Summary Multi-label text classification dataset for Uzbek language and some sourcode for analysis. This repository contains the code and dataset used for text classification analysis for the Uzbek language. The dataset consists text data from 9 Uzbek news websites and press portals that included news articles and press releases. These websites were selected to cover various categories such as politics, sports, entertainment… See the full description on the dataset page: https://huggingface.co/datasets/murodbek/uz-text-classification.

sourceHugging Faceupdated 3y agoView on Hugging Face
5likes177downloads
Dataset Card

Dataset Card for "uzbek_news"

Table of Contents

Dataset Description

Dataset Summary

Multi-label text classification dataset for Uzbek language and some sourcode for analysis. This repository contains the code and dataset used for text classification analysis for the Uzbek language. The dataset consists text data from 9 Uzbek news websites and press portals that included news articles and press releases. These websites were selected to cover various categories such as politics, sports, entertainment, technology, and others. In total, we collected 512,750 articles with over 120 million words accross 15 distinct categories, which provides a large and diverse corpus for text classification. It is worth noting that all the text in the corpus is written in the Latin script.

Please refer to paper and GitHub repository for further details.

Disclaimer: The team releasing UzTextClassification did not write this model card. This is HuggingFace version of the dataset that is created for mainly easy to access usage. The original dataset files can be accessed and downloaded from https://doi.org/10.5281/zenodo.7677431

Dataset Structure

Data Instances

default
  • Size of downloaded dataset files: 593 MB
  • Size of the generated dataset: 522 MB
  • Total amount of disk used: 1115 MB

An example of 'train' looks as follows.

{
    "label": 14,
    "text": "Samsung Galaxy S21 Ultra eng yaxshi kamerofonlar reytingida 17-o‘rinni egalladi DxOMark laboratoriyasi mutaxassislari Samsung Galaxy S21 Ultra’ning asosiy ..."
}

Data Fields

The data fields are the same among all splits.

default
  • text: a string feature.
  • label: a classification label, with possible values including 'Avto' (0), 'Ayollar' (1), 'Dunyo' (2), 'Foto' (3), 'Iqtisodiyot' (4), 'Jamiyat' (5), 'Jinoyat' (6), 'Madaniyat' (7), 'O‘zbekiston' (8), 'Pazandachilik' (9), 'Qonunchilik' (10), 'Salomatlik' (11), 'Siyosat' (12), 'Sport' (13), 'Texnologiya' (14).

Data Splits

nametrainvalidationtest
default4102005127551275

Citation Information

@proceedings{kuriyozov_elmurod_2023_7677431,
  title        = {{Text classification dataset and analysis for Uzbek 
                   language}},
  year         = 2023,
  publisher    = {Zenodo},
  month        = feb,
  doi          = {10.5281/zenodo.7677431},
  url          = {https://doi.org/10.5281/zenodo.7677431}
}

Contact

For any questions or issues related to the dataset or code, please contact [elmurod1202@urdu.uz, ulugbek.salaev@urdu.uz].