Skip to content

Author

Rifki Adhitama

2 papers indexed here

We haven’t gathered this author’s papers yet. Follow them and we’ll fetch their work.

Not the right person? Other researchers publish under this name.

Conference Jul 2026

The Effect of Hyperparameter Settings on BERT-Based Detection of Mental Health Support Needs on X (Twitter)

Mental health issues, particularly indications of the need for professional support, have become increasingly prominent in the digital era, requiring effective and efficient detection methods. This study develops a text classification model to identify indications of the need for professional mental health support from Indonesian-language posts on the X platform. The dataset consists of 40,000 scraped tweets collected from July 2023 to July 2025, followed by preprocessing (noise removal, slang and bilingual term normalization, and stopword removal) and automatic labeling using TF-IDF scoring and rule-based cue detection. The dataset was split using stratified sampling into train/validation/test sets (70%/20%/10%), with a label distribution of 73% non-needs_help and 27% needs_help. The model was built by fine-tuning BERT (bert-base-uncased) for binary classification (needs_help, non-needs_help) and evaluated using accuracy, precision, recall, and F1-scores (macro and weighted). Hyperparameter experiments across 12 combinations (learning rate 2e-5, 3e-5, 5e-5; batch size 16, 32; epochs 3, 5) show that the best configuration is learning rate 5e-5, batch size 32, and 3 epochs, achieving an accuracy of 0.8608 and a macro F1-score of 0.8017 (macro precision 0.8585; macro recall 0.7733). Epoch-wise stability analysis indicates a consistent decrease in evaluation loss up to epoch 3, while macro F1 peaks at epoch 2 and remains stable at epoch 3, confirming that hyperparameter selection affects both performance and training stability when fine-tuning BERT on informal social media text.

Fauzi Aditya Pratama, Rifki Adhitama, Mahazam Afrad · 0 citations
Conference Jul 2026

Impact of Knowledge Source Type on RAG-Based LLMs in Specialized Medical Domains: A Case Study on Systemic Lupus Erythematosus

Factual reliability remains a critical bottleneck for Large Language Models (LLMs) in specialized medical domains like Systemic Lupus Erythematosus (SLE). While Retrieval-Augmented Generation (RAG) mitigates hallucinations, the qualitative impact of different underlying knowledge sources remains under-explored. This paper addresses this gap by evaluating three distinct repositories—Medical Textbooks, Academic Journals, and Clinical Guidelines—within a multi-path RAG framework using an open-weights, small-scale LLM (Gemma-3:4b). Based on a double-blind assessment of 45 stratified queries by three medical residents, we map the unique competency profiles of each source type. The core contributions of this study are twofold: (1) we provide an empirical characterization of medical source trade-offs, demonstrating that textbooks excel in foundational clarity and complex reasoning, guidelines ensure procedural precision, and journals provide technical depth at the cost of synthesis friction; and (2) we offer initial empirical insights that can help the development of future intent-aware RAG routing mechanisms to enhance clinical safety.

Ukasya Zulfikar Ramadan, Amalia Beladinna Arifa, Rifki Adhitama · 0 citations