paper-with-me

홈 › Papers

Distinguishing Ignorance from Error in LLM Hallucinations

2024-10-29 · Adi Simhi, Jonathan Herzig, Idan Szpektor, Yonatan Belinkov

Large language models (LLMs) are susceptible to hallucinations-outputs that are ungrounded, factually incorrect, or inconsistent with prior generations. We focus on close-book Question Answering (CBQA), where previous work has not fully addressed the distinction between two possible kinds of hallucinations, namely, whether the model (1) does not hold the correct answer in its parameters or (2) answers incorrectly despite having the required knowledge. We argue that distinguishing these cases is crucial for detecting and mitigating hallucinations. Specifically, case (2) may be mitigated by intervening in the model's internal computation, as the knowledge resides within the model's parameters. In contrast, in case (1) there is no parametric knowledge to leverage for mitigation, so it should be addressed by resorting to an external knowledge source or abstaining. To help distinguish between the two cases, we introduce Wrong Answer despite having Correct Knowledge (WACK), an approach for constructing model-specific datasets for the second hallucination type. Our probing experiments indicate that the two kinds of hallucinations are represented differently in the model's inner states. Next, we show that datasets constructed using WACK exhibit variations across models, demonstrating that even when models share knowledge of certain facts, they still vary in the specific examples that lead to hallucinations. Finally, we show that training a probe on our WACK datasets leads to better hallucination detection of case (2) hallucinations than using the common generic one-size-fits-all datasets. The code is available at https://github.com/technion-cs-nlp/hallucination-mitigation .

📄 PDF Abstract BibTeX arXiv:2410.22071

Code (1)

technion-cs-nlp/hallucination-mitigation 공식 구현 pytorch

Tasks

HallucinationQuestion Answering

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Don't Make It Up: Preserving Ignorance Awareness in LLM Fine-Tuning

2025-06-17 · William F. Shen, Xinchi Qiu, Nicola Cancedda, Nicholas D. Lane

Existing work on mitigating catastrophic forgetting in large language model (LLM) fine-tuning has primarily focused on preserving specific data or tasks, while critically overlooking the degradation of essential capabili…

Language ModelingLanguage ModellingLarge Language ModelSafety Alignment

Detecting Misbehaviors of Large Vision-Language Models by Evidential Uncertainty Quantification

2026-02-05 · Tao Huang, Rui Wang, Xiaofei Liu, Yi Qin 외 arxiv

%Large vision-language models (LVLMs) have shown substantial advances in multimodal understanding and generation. However, when presented with incompetent or adversarial inputs, they frequently produce unreliable or even…

Teaching Large Language Models to Express Knowledge Boundary from Their Own Signals

2024-06-16 · Lida Chen, Zujie Liang, Xintao Wang, Jiaqing Liang 외

Large language models (LLMs) have achieved great success, but their occasional content fabrication, or hallucination, limits their practical application. Hallucination arises because LLMs struggle to admit ignorance due …

Hallucination

Hallucinations Undermine Trust; Metacognition is a Way Forward

2026-05-02 · Gal Yona, Mor Geva, Yossi Matias arxiv

Despite significant strides in factual reliability, errors -- often termed hallucinations -- remain a major concern for generative AI, especially as LLMs are increasingly expected to be helpful in more complex or nuanced…

Geometry-Calibrated Conformal Abstention for Language Models

2026-04-30 · Rui Xu, Yi Chen, Sihong Xie, Hui Xiong arxiv

When language models lack relevant knowledge for a given query, they frequently generate plausible responses that can be hallucinations, rather than admitting being agnostic about the answer. Retraining models to reward …