Sentiment Analysis of AI Adoption in Indonesian Higher Education Using Machine Learning and Transformer-Based Models
This study evaluates Indonesian student sentiment regarding AI adoption in higher education by comparing traditional machine learning models against the Transformer-based DistilBERT, finding that while DistilBERT achieves superior accuracy (84.78%) by better capturing context, SVM remains a competitive and efficient alternative with 82.14% accuracy.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Imagine a bustling university campus in Indonesia where students are buzzing with opinions about a new, powerful tool: Artificial Intelligence (AI). Some see it as a magic wand for learning; others worry it's a cheat sheet that will ruin their critical thinking. The researchers in this paper wanted to listen to this "buzz" and figure out exactly what the students are feeling. They didn't just ask a few people; they gathered over 2,000 written opinions and used two different types of "digital ears" to listen and sort them into Happy/Supportive or Worried/Negative.
Here is how they did it, explained simply:
The Two "Digital Ears" (The Methods)
The researchers tested two different ways to understand these student opinions, like comparing a fast, efficient librarian against a deep-thinking professor.
1. The Fast Librarian (Machine Learning with SVM)
- How it works: This method uses a technique called TF-IDF. Imagine taking every word a student wrote and counting how often it appears. If a student writes "AI is great," the system notes that "great" is a strong word for them. It treats the text like a bag of words, looking for specific keywords that signal happiness or worry.
- The Tool: They used a model called SVM (Support Vector Machine). Think of SVM as a very sharp, efficient sorter. It draws a line in the sand to separate "Positive" words from "Negative" words. It's fast, doesn't need much computing power, and is great at spotting patterns in simple word lists.
- The Result: This "Librarian" was very good! It got about 82% of the opinions right. It was the best of the traditional methods, proving that sometimes you don't need a supercomputer to get a good read on a crowd.
2. The Deep-Thinking Professor (Transformer with DistilBERT)
- How it works: This method uses DistilBERT, a type of AI based on "Transformers." Unlike the Librarian who just counts words, the Professor reads the whole sentence and understands the context. It knows that "AI is not great" is very different from "AI is great," even though they share the same words. It understands the nuance, the tone, and the hidden meaning.
- The Tool: DistilBERT is a "lite" version of a massive AI brain. It's like a professor who has read the entire internet but is small enough to fit on a standard laptop.
- The Result: This "Professor" was the champion, getting about 85% of the opinions right. It was slightly better than the Librarian because it understood the feelings behind the words, not just the words themselves.
The Experiment Setup
- The Data: They collected 2,295 student comments. It was a fair fight: about half the students were negative (worried about cheating or losing skills), and half were positive (excited about learning efficiency).
- The Test: They split the data into three piles:
- Training (80%): Teaching the models.
- Validation (10%): Checking their homework.
- Testing (10%): The final exam to see who actually learned.
The Showdown: Who Won?
| The Contender | The Style | Final Score (Accuracy) | Speed |
|---|---|---|---|
| LightGBM | The Speedster | ~50% (Missed the mark) | Super Fast |
| Random Forest | The Team Player | ~59% (Okay, but not great) | Fast |
| SVM | The Efficient Librarian | 82.14% | Fast |
| DistilBERT | The Deep Professor | 84.78% | Slower (takes minutes to train) |
- The Winner: DistilBERT took the gold medal with the highest accuracy. It proved that understanding the context of a sentence gives you a better read on human emotion.
- The Runner-Up: SVM came in second. While it didn't win, the paper notes it is still a "strong, low-cost alternative." If you need a quick answer and don't have a supercomputer, the Librarian (SVM) is still a very reliable choice.
The Takeaway
The paper concludes that while the "Deep Professor" (DistilBERT) is the most accurate at understanding how Indonesian students feel about AI in their schools, the "Efficient Librarian" (SVM) is still a very powerful tool that is much faster and cheaper to run.
Finally, the researchers didn't just stop at the numbers. They built a live web app (using a tool called Gradio) where anyone can type in a sentence, and the system will instantly tell them if the sentiment is positive or negative, complete with a confidence score. It's like having a digital mood ring for student opinions.
In short: To understand student feelings about AI, you can use a fast, keyword-based sorter (SVM) or a smart, context-aware reader (DistilBERT). The smart reader wins on accuracy, but the fast sorter is still a very useful tool.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.