paper-with-me

Papers

Triggering Hallucinations in LLMs: A Quantitative Study of Prompt-Induced Hallucination in Large Language Models

2025-05-01 · Makoto Sato

Hallucinations in large language models (LLMs) present a growing challenge across real-world applications, from healthcare to law, where factual reliability is essential. Despite advances in alignment and instruction tuning, LLMs can still generate outputs that are fluent yet fundamentally untrue. Understanding the cognitive dynamics that underlie these hallucinations remains an open problem. In this study, we propose a prompt-based framework to systematically trigger and quantify hallucination: a Hallucination-Inducing Prompt (HIP), which synthetically fuses semantically distant concepts (e.g., periodic table of elements and tarot divination) in a misleading way, and a Hallucination Quantifying Prompt (HQP), which scores the plausibility, confidence, and coherence of the output. Controlled experiments across multiple LLMs revealed that HIPs consistently produced less coherent and more hallucinated responses than their null-fusion controls. These effects varied across models, with reasoning-oriented LLMs showing distinct profiles from general-purpose ones. Our framework provides a reproducible testbed for studying hallucination vulnerability, and opens the door to developing safer, more introspective LLMs that can detect and self-regulate the onset of conceptual instability.

📄 PDF Abstract BibTeX arXiv:2505.00557

Code (0)

등록된 구현이 없습니다.

Tasks

Hallucination

Similar Papers 제목 키워드 기반

LLM Lies: Hallucinations are not Bugs, but Features as Adversarial Examples

2023-10-02 · Jia-Yu Yao, Kun-Peng Ning, Zhen-Hui Liu, Mu-Nan Ning 외

Large Language Models (LLMs), including GPT-3.5, LLaMA, and PaLM, seem to be knowledgeable and able to adapt to many tasks. However, we still cannot completely trust their answers, since LLMs suffer from \textbf{hallucin…

Hallucination

Better Understanding, Better Fixes? A Study of Hallucination in LLM-based Automated Program Repair

2026-09-04 · Xuemeng Cai, Jiakun Liu, Linhan Yang, Wei Ma 외 arxiv

Large language models (LLMs) have significantly advanced automated program repair (APR), yet existing evaluations remain largely result-centric and provide limited insight into hallucination during repair. In APR, halluc…

Program Repair

Library Hallucinations in LLM-Generated Code: A Risk Analysis Grounded in Developer Queries

2025-09-26 · Lukas Twist, Jie M. Zhang, Mark Harman, Helen Yannakoudakis arxiv

Large language models (LLMs) now play a central role in code generation, yet they continue to hallucinate, frequently inventing non-existent libraries. Such library hallucinations are not just benign errors: they can mis…

Code Generation

Dive into Ambiguity: A*-Inspired Multi-Agents Commonsense Obfuscation Attack on LLM Prompts

2026-05-31 · Boxuan Wang, Zhuoyun Li, Xiaowei Huang, Yi Dong arxiv

Large language models (LLMs) excel in reasoning and knowledge-intensive tasks but remain vulnerable to prompt-level adversarial attacks that preserve intent while triggering commonsense hallucinations. This vulnerability…

Comprehensive Evaluation of Large Language Models for Topic Modeling

2024-06-02 · Tomoki Doi, Masaru Isonuma, Hitomi Yanaka

Recent work utilizes Large Language Models (LLMs) for topic modeling, generating comprehensible topic labels for given documents. However, their performance has mainly been evaluated qualitatively, and there remains room…

HallucinationTopic Models