Claim Missing Document
Check
Articles

Found 1 Documents
Search
Journal : The Indonesian Journal of Computer Science

Unsupervised Clustering of Vietnamese Positive and Negative News Using PhoBERT and DBSCAN Dinh, Long; Le, An
The Indonesian Journal of Computer Science Vol. 14 No. 6 (2025): The Indonesian Journal of Computer Science
Publisher : AI Society & STMIK Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.33022/ijcs.v14i6.5065

Abstract

The proliferation of digital media has made detecting and analyzing sentiment trends in Vietnamese news content increasingly important. This paper proposes an unsupervised learning approach for clustering Vietnamese news articles into positive and negative sentiment categories. The model combines headline and content features using PhoBERT, a Vietnamese-optimized language model, with DBSCAN clustering. Text is encoded using PhoBERT-base for headlines (768 dimensions) and PhoBERT-large for content (1024 dimensions), then concatenated and reduced to 64 dimensions via UMAP before clustering. KeyPhoBERT extracts representative keywords to enhance interpretability. Evaluated on 1,180 manually annotated articles from university social media with inter-annotator agreement of Cohen's kappa 0.83, the model achieves F1-score of 94.37%, with Adjusted Rand Index of 0.87 and Normalized Mutual Information of 0.81. Comparison with BERTopic baseline demonstrates the effectiveness of our approach for Vietnamese sentiment clustering without requiring labeled training data.