Comparative Analysis of AutoML and BiLSTM Models for Cyberbullying Detection on Indonesian Instagram Comments
arXiv cs.CL / 4/30/2026
📰 NewsIdeas & Deep AnalysisModels & Research
Key Points
- The study compares traditional machine learning and deep learning methods for detecting cyberbullying in Indonesian Instagram comments using a labeled balanced dataset of 650 posts.
- For classical models, Naive Bayes, Logistic Regression, and SVM with TF-IDF features are evaluated, with Logistic Regression achieving the best performance among them.
- For deep learning, BiLSTM is benchmarked against BiLSTM augmented with Bahdanau Attention, with the attention-based BiLSTM delivering the strongest overall results.
- A domain-specific preprocessing pipeline for informal Indonesian text (slang normalization, stopword removal, and stemming) is used, and the study argues that such tailoring improves effectiveness even when comparing architectures.
- The authors conclude that while deep learning better captures contextual signals, conventional machine learning remains viable for deployments with limited compute or resources.
Related Articles

Building a Local AI Agent (Part 2): Six UX and UI Design Challenges
Dev.to

We Built a DNS-Based Discovery Protocol for AI Agents — Here's How It Works
Dev.to

Your first business opportunity in 3 commands: /register_directory in @biznode_bot, wait for matches, then /my_pulse to view...
Dev.to

Building AI Evaluation Pipelines: Automating LLM Testing from Dataset to CI/CD
Dev.to

Function Calling Harness 2: CoT Compliance from 9.91% to 100%
Dev.to