https://globaledupublisher.com/gsshj/index.php/GSSHJ/issue/feed Global Social Science and Humanities Journal 2026-05-04T18:24:21+00:00 Journal Editor gsshjed@GSSHJ.globaledupublisher.com Open Journal Systems https://globaledupublisher.com/gsshj/index.php/GSSHJ/article/view/28 Benchmarking Hallucination Mitigation Techniques in Large Language Models: A Comparative Study 2026-05-04T18:16:42+00:00 Wu Lingyi anwarsaif.ye@gmail.com Anwar Saif anwarsaif.ye@gmail.com <p>&nbsp;Hallucinations defined as factually incorrect or fabricated outputs remain a critical limitation of Large Language Models (LLMs), significantly undermining their reliability in high-stakes applications. This paper presents a systematic and reproducible comparative evaluation of prominent hallucination mitigation strategies, including prompt engineering, retrieval-augmented generation (RAG), and self-consistency decoding. Using benchmark factual question-answering datasets, we assess these approaches across multiple evaluation dimensions, including factual accuracy, hallucination rate, and response consistency. Furthermore, we introduce a unified evaluation protocol and extend prior work by incorporating a hybrid evaluation perspective that examines trade-offs between grounding effectiveness and computational overhead. Experimental results indicate that retrieval-based methods substantially improve factual grounding at the cost of increased latency, whereas prompt-based techniques provide lightweight yet less robust improvements. We complement quantitative findings with qualitative error analysis and discuss practical implications for real-world deployment. This study contributes a standardized benchmarking framework and provides actionable insights into optimizing reliability–efficiency trade-offs in LLM-based systems..</p> 2026-05-04T00:00:00+00:00 Copyright (c) 2026 Authors retain copyright of their published work in Global Social Science and Humanities Journal (GSSHJ). Authors grant the journal a non-exclusive right to publish the article and identify itself as the original publisher (right of first publication). The article is made available under CC BY 4.0, and any reuse must comply with the license terms. https://globaledupublisher.com/gsshj/index.php/GSSHJ/article/view/29 Balancing Efficiency and Performance: A Comparative Study of LoRA, Adapters, and Prompt Tuning 2026-05-04T18:24:21+00:00 Wu Lingyi anwarsaif.ye@gmail.com Anwar Saif anwarsaif.ye@gmail.com <p>The rapid growth of pre-trained language models has substantially improved performance across Natural Language Processing (NLP) tasks. However, full fine-tuning remains computationally expensive because it requires updating and storing all model parameters for each downstream task. This limitation is particularly important in resource-constrained environments where access to high-performance computing infrastructure is limited. Parameter-efficient fine-tuning (PEFT) methods, including Low-Rank Adaptation (LoRA), Adapters, and Prompt Tuning, offer practical alternatives by updating only a small subset of parameters while keeping most of the pre-trained model frozen. This study presents a controlled and reproducible comparison of LoRA, Adapters, and Prompt Tuning under lightweight experimental conditions. Using SST-2 and MRPC from the GLUE benchmark with the BERT-base model, we evaluate predictive performance using accuracy and F1-score, and computational efficiency using trainable parameter ratio, training time per epoch, and peak GPU memory usage. The experimental design emphasizes accessibility by using modest hardware settings such as a single-GPU Google Colab environment. The results show that LoRA provides the strongest efficiency–performance balance, achieving performance close to full fine-tuning while substantially reducing the number of trainable parameters. Adapters demonstrate stable performance and modular flexibility but introduce moderate computational overhead. Prompt Tuning requires the fewest trainable parameters, but its performance is more sensitive to dataset size and task complexity. These findings provide practical guidance for selecting PEFT methods in resource-constrained NLP applications and highlight the importance of evaluating model adaptation strategies through both accuracy and computational cost.</p> 2026-05-04T00:00:00+00:00 Copyright (c) 2026 Authors retain copyright of their published work in Global Social Science and Humanities Journal (GSSHJ). Authors grant the journal a non-exclusive right to publish the article and identify itself as the original publisher (right of first publication). The article is made available under CC BY 4.0, and any reuse must comply with the license terms.