Search papers, labs, and topics across Lattice.
This paper benchmarks TF-IDF-based machine learning models (LightGBM, Random Forest, SVM) against a fine-tuned DistilBERT model for sentiment analysis of Indonesian student opinions on AI adoption in higher education. DistilBERT achieves the highest performance (84.78% accuracy), suggesting its superior ability to capture contextual information in this domain. However, SVM provides a competitive and efficient alternative, achieving 82.14% accuracy.
Transformer-based models aren't always the only answer: SVMs offer a surprisingly competitive and efficient alternative for sentiment analysis, even when contextual understanding is key.
This study analyzes Indonesian student opinions on the adoption of artificial intelligence in higher education using two approaches: TF-IDF-based machine learning and Transformer-based deep learning. The dataset consists of 2,295 labeled samples, combining 1,154 student opinions with additional lexical sentiment data. LightGBM, Random Forest, and Support Vector Machine (SVM) are evaluated as machine learning models, while DistilBERT is fine-tuned for binary sentiment classification. The results show that SVM achieves the best performance among the machine learning models with 82.14% test accuracy and F1-score, while DistilBERT performs best overall with 84.78% accuracy and 84.75% F1-score. These findings indicate that Transformer-based models better capture contextual information, although SVM remains a competitive and efficient alternative for sentiment classification.