Skip to content
Open access

A Large-Scale Vietnamese News Dataset for Text Classification: Construction and Evaluation

2026 · IEEE Access · Vol 14, pp. 109797-109808 · 0 citations · 27 references
Computer Science

TL;DR

This study analyzes classification performance through four critical dimensions: model architecture, temporal data shift, source-origin bias, and training data scale, and reveals distinct learning behaviors across model families: transformer models benefit increasingly from larger training sets, whereas the strongest traditional and deep learning baselines remain competitive throughout the evaluated range.

Abstract

The Vietnamese language presents distinctive natural language processing (NLP) challenges, which are compounded by a critical shortage of standard benchmark datasets. To address this gap, this paper introduces BN-VN3S, a large-scale Vietnamese news dataset containing 946,696 final processed articles derived from 1,042,295 articles initially collected from three major Vietnamese news publishers: VnExpress, VietNamNet, and Dân TrÍ. Spanning an extended publication period from 2019 to 2025 across 10 topical categories, this dataset provides unprecedented diversity. Utilizing this resource, we conduct a comprehensive empirical evaluation of ten different models across three paradigms: Traditional Machine Learning (Naïve Bayes, Logistic Regression, LinearSVC, SGDClassifier), Deep Learning (TextCNN, BiGRU, TextRCNN), and Transformers (mBERT, XLM-R, PhoBERT). Our study analyzes classification performance through four critical dimensions: model architecture, temporal data shift, source-origin bias, and training data scale. Experimental results surprisingly reveal that deep learning and traditional models surpass Transformers in overall performance; BiGRU achieved the highest macro F1-score of 92.42%, closely followed by LinearSVC at 92.33%, whereas PhoBERT reached 87.98% and mBERT lagged at 78.73%. However, under temporal distribution shifts evaluated on 2023–2025 data, Transformers particularly PhoBERT demonstrate superior robustness and maintain the most stable performance. Furthermore, we find that models are highly sensitive to source bias; BiGRU suffered a substantial performance drop of up to 9.71 F1 points during cross-source evaluation, while Naïve Bayes and mBERT were significantly more resilient. Finally, the data-scale analysis reveals distinct learning behaviors across model families: transformer models benefit increasingly from larger training sets, whereas the strongest traditional and deep learning baselines remain competitive throughout the evaluated range. No consistent crossover is observed under the present experimental configuration, suggesting differences in sample efficiency rather than the general superiority of any model family. Taken together, these findings provide actionable insights and practical recommendations for optimizing Vietnamese news classification systems in real-world environments.

Read PDF

Similar papers

Open access Jul 2026

LSTM-Based Classification of Indonesian Regional Song Lyrics by Language

This study successfully proposes a Long Short-Term Memory (LSTM)-based model for automatic classification of Indonesian regional song lyrics by language, demonstrating that LSTM effectively captures sequential linguistic patterns and contextual relationships within regional languages.

Muhammad Rizky, Anandita Priatama, Aviv Yuniar Rahman et al. · 0 citations
Open access 2026

Arabic News Text Classification Using Deep Learning Models with Dynamic N-grams

This study integrates parallel multi-kernel word-level convolutional features into conventional and hybrid deep learning models for Arabic text analysis tasks, providing a systematic within-study assessment of model sensitivity to architecture, preprocessing, and learning-rate selection.

Ahmed I.Taloba, George Samy Rady, Khaled F. Hussain · 0 citations
Book Jul 2026

NERBench-Chhattisgarh: A Multi-Family NER Dataset for Low-Resource Indic Languages

A morphological barrier is shown: while pivot-based adaptation facilitates transfer for distant languages through script alignment, it induces negative transfer in morphologically complex agglutinative languages like Gondi.

R. Mundotiya · 0 citations
Open access Jul 2026

Enhancing Readability of Telugu Text Summarization Using Multi-scale Attention and Bio-inspired Optimization

The proposed MLOA-MA-ASeqNet architecture, a Multi-scale Attention and Adaptive Sequence-to-Sequence Network whose hierarchical encoder operates simultaneously at word, phrase and sentence level granularity, achieves the highest average score across fluency, adequacy, coherence and readability.

V. M, Kunal Chakma, Anupam Jamatia et al. · 0 citations
Review Open access Jul 2026

Transformer-Based Topic Modeling and Sentiment Analysis for Multilingual Text Data

An integrated framework based on transformer architecture for topic modeling and sentiment analysis for Hindi and Italian social-media discourse, customer reviews and news corpus is introduced and it is suggested that there is clear benefit for morphologically complex text and mixed script text for using contextual embeddings and language-specific pretraining.

Sunita Basalingayya, T. J. Peter · 0 citations
Conference Jul 2026

PhoBERT: Long-Document Sentiment Analysis in Vietnamese with Sparse Attention

The rapid growth of user-generated content on Vietnamese e-commerce platforms (Tiki, Google Play) has created an urgent need for accurate sentiment analysis of long documents (>256 tokens). However, existing Vietnamese Transformer models like PhoBERT are limited by the 256-token input limit, leading to a loss of context when emotional signals appear later in the text. This study presents sentiment analysis of long documents in Vietnamese. We introduce a balanced dataset of 30,000 reviews (10,000 of each sentiment type: Positive 33.33%, Neutral 33.33%, Negative 33.33%) stratified by four length groups (<256, 256-512, 512-1024, >1024 tokens). We compared PhoBERT's basic models (truncation, sliding window, hierarchy) with a Longformer model initialized from PhoBERT, expanding the context to 2048 tokens through sparse self-attention mechanisms. Experimental results showed that Longformer achieved a Macro-F1 of 0.9206 (compared to 0.8923 with truncation, +2.83%), with performance increasing positively with document length (F1=0.9975 for >1024 tokens) while the truncation method reduced performance when exceeding 512 tokens. These results confirm that explicit long-context modeling via sparse attention is essential for robust document-level sentiment analysis in Vietnamese and provide the first reproducible framework for adapting monolingual Transformer models to long-document tasks in resource-limited languages.

Hau Than Phuc, Tra Nguyen Thanh, Tuan Phan Do Thanh et al. · 0 citations