Claim Missing Document
Check
Articles

Found 3 Documents
Search
Journal : JOURNAL OF APPLIED INFORMATICS AND COMPUTING

Utilization of Machine Learning for Predicting Corrosion Inhibition by Quinoxaline Compounds Fadil, Muhamad; Akrom, Muhamad; Herowati, Wise
Journal of Applied Informatics and Computing Vol. 9 No. 1 (2025): February 2025
Publisher : Politeknik Negeri Batam

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.30871/jaic.v9i1.8894

Abstract

Corrosion is a significant issue in both industrial and academic sectors, with widespread negative impacts on various aspects, including economics and safety. To address this problem, the use of corrosion inhibitors has proven effective. This study explores the application of Machine Learning (ML) methods based on Quantitative Structure-Properties Relationship (QSPR) to develop a predictive model for the efficiency of quinoxaline compounds as corrosion inhibitors. By conducting a comparative analysis among three algorithms: AdaBoost Regressor (ADB), Gradient Boosting Regressor (GBR), and Extreme Gradient Boosting Regressor (XGBR), and optimizing parameters through hyperparameter tuning using Grid Search and Random Search, this research demonstrates that the XGBR model yields the most superior prediction results. The XGBR optimized with hyperparameter tuning using Grid Search achieved the highest R² value of 0.970 and showed the lowest RMSE, MSE, MAD, and MAPE values of 0.368, 0.135, 0.119, and 0.273, respectively, indicating high predictive accuracy. These results are expected to contribute to the development of more effective methods for identifying corrosion inhibitor candidates.
Enhancing Aspect-Based Sentiment Analysis via Hugging Face Fine-Tuned IndoBERT Aprilah, Thania; Setiadi, De Rosal Ignatius Moses; Herowati, Wise
Journal of Applied Informatics and Computing Vol. 9 No. 6 (2025): December 2025
Publisher : Politeknik Negeri Batam

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.30871/jaic.v9i6.11409

Abstract

Aspect-Based Sentiment Analysis (ABSA) on hotel reviews faces significant challenges regarding semantic complexity and severe class imbalance, particularly in low-resource languages like Indonesian. This study evaluates the effectiveness of fine-tuning IndoBERT, a pre-trained Transformer model, to address these issues by benchmarking it against classical statistical methods (TF-IDF) and static embeddings (Sentence-BERT). Utilizing the HoASA dataset, the experiment implements a Random Oversampling strategy at the text level to mitigate data sparsity in minority classes. Empirical results demonstrate that the fine-tuned IndoBERT significantly outperforms baselines on the majority of aspects, achieving a global accuracy of 97% and macro F1-score of 0.92. Granular per-aspect analysis reveals that the model’s self-attention mechanism captures linguistic context robustly in tangible aspects (e.g., wifi, service), yet faces persistent challenges in highly ambiguous aspects such as smell (bau) and general. Statistical significance tests (Paired t-test and Wilcoxon) confirm that the performance gains over baselines are statistically significant (p < 0.05) and not due to random chance. The study concludes that leveraging contextual representations from IndoBERT, combined with data balancing strategies, offers a superior and statistically robust solution for handling linguistic variations and class bias in the Indonesian hospitality domain.
Indobert-Based Sentiment Analysis of Political Discourse on Platform X: The Case Of Prabowo-Gibran Administration Sidauruk, Vanesa Estetika; Herowati, Wise
Journal of Applied Informatics and Computing Vol. 10 No. 1 (2026): February 2026
Publisher : Politeknik Negeri Batam

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.30871/jaic.v10i1.11586

Abstract

The 2024 Indonesian presidential election inaugurated the Prabowo Subianto–Gibran Rakabuming Raka administration, whose early performance has been widely discussed on digital social networks, particularly X (Twitter). This study evaluates public sentiment toward the administration's performance up to June 30, 2025 using an IndoBERT-based text classification approach. A total of 2,612 public posts were collected via web scraping and processed through text preprocessing steps (noise removal, slang correction, normalization, and lemmatization). The data were labeled into three sentiment classes (positive, neutral, and negative) and split into training, validation, and test sets (2,092 / 418 / 105). The fine-tuned IndoBERT model achieved an overall test accuracy of 0.78, with the highest F1-score on the negative class (0.82), followed by neutral (0.76) and positive (0.75). The confusion matrix indicates that neutral posts are more frequently confused with positive posts, suggesting that neutral sentiment remains harder to separate in politically nuanced and noisy social-media text. This study also compares IndoBERT with a traditional baseline (TF-IDF + SVM using polynomial kernel). Results show that IndoBERT (78% accuracy) significantly outperforms SVM (72.19%), particularly in detecting negative sentiment (F1: 0.82 vs 0.72), demonstrating superior contextual understanding of politically nuanced text. This work also highlights methodological and ethical considerations for political opinion mining, including representativeness limits of X users and privacy-preserving handling of public posts. Future work should expand the dataset, address class imbalance, and explore additional transformer-based architectures to strengthen generalizability and benchmarking.