Claim Missing Document
Check
Articles

Found 3 Documents
Search

Hate Speech Analysis Using IndoBERT in YouTube Comments on the 2024 Indonesian Presidential Debate Video Agus Sasmito Aribowo; Yuli Fauziah; Yusna Bantulu; Shoffan Saifullah; Azfa Mutiara Ahmad Fubalo
Kinetik: Game Technology, Information System, Computer Network, Computing, Electronics, and Control Vol. 11, No. 3, August 2026 (Article in Progress)
Publisher : Universitas Muhammadiyah Malang

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.22219/kinetik.v11i3.2604

Abstract

A Hate speech in the digital political space during election campaigns has the potential to cause polarization and undermine the quality of public discussion. This study analyzes hate speech in YouTube comments related to the five stages of the 2024 Indonesian presidential debate. We used IndoBERT, a Transformer-based language model specifically trained in Indonesian, to classify comments into hate speech and non-hate speech categories. The dataset consists of 38,742 comments collected from official debate videos. The dataset was labeled using a combination of manual annotation (20%) and semi-supervised learning (80%) using a pseudo-labeling approach. Experimental results show that IndoBERT achieved an average accuracy of 89.7% and a macro F1-score of 0.89 across all stages. IndoBERT outperformed baseline models such as mBERT, SVM, and Random Forest. These findings suggest that IndoBERT is more effective in capturing the linguistic nuances and distinctive Indonesian political rhetoric than multilingual or classical models. This study contributes an Indonesian-language political dataset and a comprehensive evaluation of relevant hate speech detection models for further research. Keywords: hate speech, IndoBERT, 2024 presidential debate, semi-supervised learning.
Development of a Web-Based Smart Ecosystem Platform for Sustainable Public Service Automation Shoffan Saifullah; Muhammad Iqbal; Lisnawanty Lisnawanty; Weiskhy Steven Dharmawan; Fahmi Raditya
Jurnal Infortech Vol. 8 No. 1 (2026): June 2026
Publisher : LPPM Universitas Bina Sarana Informatika

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.31294/infortech.v8i1.12830

Abstract

Public service delivery in Indonesia continues to face fundamental challenges including inefficient manual administrative processes, error-prone document validation, and the absence of real-time tracking systems. This research aims to develop the PANDU (Pelayanan Publik Digital Terpadu) platform as a web-based smart ecosystem that automates public services sustainably. The platform is built using the Waterfall development method with Model-View-Controller architecture based on Laravel 12 framework, Filament 4.0 administration panel, and Tailwind CSS 4.0 responsive interface. Four main smart features are integrated: automatic document validation, duplicate request detection within a 30-day window, category-based related service recommendations, and automatic priority calculation using multi-criteria scoring algorithm. The platform produces three separate panels for citizens, officers, and administrators, equipped with real-time tracking system through public API and configurable multi-step approval workflows. Black box testing results using equivalence partitioning technique demonstrate one hundred percent functional success rate, while usability evaluation using System Usability Scale yields an average score in the Excellent category with Acceptable acceptability level. The PANDU platform successfully bridges the gap between smart government theoretical frameworks and operational implementation, providing significant contribution to accelerating sustainable digital transformation of public services in Indonesia.
Comparative Analysis of Email Spam Detection Using SVM with TF-IDF and Word2Vec on Multilingual Datasets Kaifa Ahlal Katamsyi; Ahmad Taufiq Akbar; Andi Nurkholis; Hari Prapcoyo; Bagus Muhammad Akbar; Shoffan Saifullah
Paradigma - Jurnal Komputer dan Informatika Vol. 28 No. 1 (2026): March 2026 Period
Publisher : LPPM Universitas Bina Sarana Informatika

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.31294/p.v28i1.12339

Abstract

The rapid growth of email communication has increased the prevalence of spam emails, which can disrupt productivity and compromise information security. This study presents a comparative analysis of two text representation methods—TF-IDF and Word2Vec—for spam email classification using a Support Vector Machine (SVM) with a Radial Basis Function kernel. The experiments utilized Indonesian and English email datasets totaling 5,421 emails, split into 75% training and 25% testing sets. Two scenarios were evaluated: baseline with default parameters and after hyperparameter optimization using Grid Search combined with K-Fold Cross Validation. The results indicate that TF-IDF consistently outperformed Word2Vec across both languages, achieving the highest accuracy of 0.9562 on the English dataset after tuning. Word2Vec showed substantial improvement following parameter adjustment, reducing the performance gap with TF-IDF. The findings highlight the importance of hyperparameter optimization for enhancing the quality of feature representations and improving classification performance. This study also demonstrates that TF-IDF provides more stable results across different linguistic contexts, while Word2Vec benefits significantly from careful tuning. The results provide practical insights for implementing efficient spam email detection systems in multilingual environments. Future research could explore additional classifiers, deep learning approaches, and contextual embeddings to further improve classification accuracy and robustness.