paper-with-me

Papers

A Geometric Analysis of Small-sized Language Model Hallucinations

2026-02-16 · Emanuele Ricco, Elia Onofri, Lorenzo Cima, Stefano Cresci, Roberto Di Pietro arxiv

Hallucinations -- plausible but factually incorrect responses -- pose a major challenge to the reliability of Large Language Models (LLMs), especially in multi-step or agentic settings. Existing work largely frames hallucinations as a consequence of missing knowledge; we show instead that, even when the relevant factual knowledge is present, models still produce hallucinated answers, pointing to retrieval instability rather than knowledge gaps. Building on this observation, we introduce APORIA (Aggregate Prompt-wise Observation Retrieving Instability via Asymmetry -- the state of puzzlement-in-contradiction that hallucinations embody), a geometric framework that studies repeated responses to the same prompt in sentence-embedding space. Our central hypothesis is that genuine responses cluster more tightly than hallucinated ones; we empirically validate this and show that, after Fisher projection, the two response classes become consistently separable. We leverage this asymmetry in geometry via APORIA-LP, an efficient label-propagation method that classifies large collections of responses from as few as 30--50 annotations, achieving F1 scores above 90% across ten small-sized LLMs. To support further research, we release SOCRATES-300K, a fully labelled dataset of 300,000 responses, together with the code for both dataset generation and result reproduction. Our key finding -- framing hallucinations from a geometric perspective in the embedding space -- complements traditional knowledge-centric and single-response evaluation paradigms, paving the way for further research.

📄 PDF Abstract BibTeX arXiv:2602.14778

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Hallucination Detection and Evaluation of Large Language Model

2025-12-27 · Chenggong Zhang, Haopeng Wang, Hexi Meng arxiv

Hallucinations in Large Language Models (LLMs) pose a significant challenge, generating misleading or unverifiable content that undermines trust and reliability. Existing evaluation methods, such as KnowHalu, employ mult…

Computational Efficiency

Teaching Audio-Aware Large Language Models What Does Not Hear: Mitigating Hallucinations through Synthesized Negative Samples

2025-05-20 · Chun-Yi Kuan, Hung-Yi Lee

Recent advancements in audio-aware large language models (ALLMs) enable them to process and understand audio inputs. However, these models often hallucinate non-existent sound events, reducing their reliability in real-w…

When Language Overwrites Vision: Over-Alignment and Geometric Debiasing in Vision-Language Models

2026-05-07 · Harshvardhan Saini, Samyak Jha, Yiming Tang, Dianbo Liu arxiv

Vision-Language Models (VLMs) increasingly power high-stakes applications, from medical imaging to autonomous systems, yet they routinely hallucinate, confidently describing content not present in the input. We investiga…

Geo3R: Mitigating Spatial Reasoning Hallucination in Multimodal Large Language Models

2026-07-23 · Mingyu Wang, Weilin Jin, Wenbo Li, Haoyang Huang 외 arxiv

Despite remarkable progress in visual understanding, Multimodal Large Language Models (MLLMs) remain prone to hallucinations when reasoning about spatial relationships, often producing judgments that contradict the true …

Spatial Reasoning

What Makes LVLMs Hallucinate Less? Unveiling the Architectural Factors Behind Hallucination Robustness

2026-05-29 · Yusheng He, Jizhe Zhou, Xia Du, Zheng Lin 외 arxiv

Hallucination remains one of the key challenges undermining the reliability of Large Vision-Language Models (LVLMs). But what makes an LVLM hallucinate less? Many existing efforts focus on improving internal components o…