Sentiment Analysis of AI Adoption in Indonesian Higher Education Using Machine Learning and Transformer-Based Models
For researchers in Indonesian higher education sentiment analysis, this provides a benchmark comparing traditional ML and Transformer models on a specific dataset.
This study analyzes Indonesian student opinions on AI adoption in higher education using TF-IDF-based machine learning and Transformer-based models. SVM achieved 82.14% accuracy/F1, while DistilBERT achieved 84.78% accuracy and 84.75% F1-score.
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.