CoolFace
Datasetpublic

NamSyntax/vietnamese-news-classification

Vietnamese News Classification Dataset (1.3M) Dataset Description This dataset contains approximately 1.3 million Vietnamese news articles collected from major online news portals. Structured similarly to the popular AG News dataset, it serves as a valuable resource for experimenting with multi-class text classification in Vietnamese. The dataset covers 11 topics (categories) ranging from current affairs, sports, technology, to entertainment. Curated by: Nam… See the full description on the dataset page: https://huggingface.co/datasets/NamSyntax/vietnamese-news-classification.

sourceHugging Faceapache-2.0updated 9mo agoView on Hugging Face
4likes48downloads
Dataset Card

Vietnamese News Classification Dataset (1.3M)

Dataset Description

This dataset contains approximately 1.3 million Vietnamese news articles collected from major online news portals. Structured similarly to the popular AG News dataset, it serves as a valuable resource for experimenting with multi-class text classification in Vietnamese.

The dataset covers 11 topics (categories) ranging from current affairs, sports, technology, to entertainment.

  • —Curated by: Nam Syntax
  • —Language: Vietnamese
  • —Total Rows: ~1.3M
  • —Task: Multi-class Text Classification

Dataset Structure

Data Fields

Each instance in the dataset consists of the following fields:

  • —label: The category label id (Integer, 0-10).
  • —title: The title of the news article (String).
  • —description: A short summary/abstract of the article (String).
  • —text: The combination of title and description (and body content if available) used for training (String).

Example

json
{
"label": 0
"title": "Ba xe tông liên hoàn trên đường tránh Quảng Bình",
"description": "Xe khách bị rách hông bên phải sau cú tông vào xe tải chạy ngược chiều...",
"text": "Ba xe tông liên hoàn trên đường tránh Quảng Bình. Xe khách bị rách hông...",
}
IDVietnamese LabelEnglish Alias
0Thời sựcurrent_affairs
1Thế giớiworld
2Kinh doanhbusiness
3Khoa học công nghệscience_tech
4Bất động sảnreal_estate
5Sức khỏehealth
6Thể thaosports
7Giải tríentertainment
8Pháp luậtlaw
9Giáo dụceducation
10Đời sốnglifestyle