菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-05-05
📄 Abstract - Sentiment Analysis of Indonesian Spotify Reviews Using Machine Learning and BiLSTM

This paper benchmarks classical machine learning and deep learning approaches for three-class sentiment classification of Indonesian Spotify reviews. Using 100,000 scraped reviews and 70,155 cleaned samples, the study compares Support Vector Machine, Multinomial Naive Bayes, and Decision Tree models with a two-layer BiLSTM. Both approaches use the same preprocessing pipeline, including slang normalization, stopword removal, and stemming. Decision Tree achieves the best performance among the classical models, while BiLSTM attains the highest weighted F1-score overall but fails on the minority neutral class. The paper concludes that BiLSTM is stronger for overall sentiment detection, whereas machine learning with SMOTE provides more balanced three-class performance.

顶级标签: natural language processing machine learning
详细标签: sentiment analysis indonesian bilstm benchmark spotify reviews 或 搜索:

基于机器学习和双向长短期记忆网络的印尼语Spotify评论情感分析 / Sentiment Analysis of Indonesian Spotify Reviews Using Machine Learning and BiLSTM


1️⃣ 一句话总结

本文使用10万条印尼语Spotify评论,比较了传统机器学习模型(支持向量机、多项式朴素贝叶斯、决策树)与双层双向长短期记忆网络(BiLSTM)在三类情感分类任务上的效果,发现决策树在传统模型中表现最佳,而BiLSTM在整体情感检测上准确率最高,但在少数中性情感类别上表现不足,若追求各类别平衡,传统机器学习结合数据过采样(SMOTE)是更好的选择。

源自 arXiv: 2605.03443