CLApr 15

Purging the Gray Zone: Latent-Geometric Denoising for Precise Knowledge Boundary Awareness

arXiv:2604.1432495.0h-index: 5Has Code
Predicted impact top 50% in CL · last 90 daysOriginality Incremental advance
AI Analysis

For LLM developers, GeoDe provides a principled way to reduce hallucinations by leveraging latent geometry, offering a practical improvement over existing abstention fine-tuning methods.

LLMs hallucinate due to poor awareness of knowledge boundaries; existing abstention methods suffer from label noise near decision boundaries. GeoDe uses geometric distance from a truth hyperplane to denoise training data, improving truthfulness and OOD generalization across multiple models and benchmarks.

Large language models (LLMs) often exhibit hallucinations due to their inability to accurately perceive their own knowledge boundaries. Existing abstention fine-tuning methods typically partition datasets directly based on response accuracy, causing models to suffer from severe label noise near the decision boundaries and consequently exhibit high rates of abstentions or hallucinations. This paper adopts a latent space representation perspective, revealing a "gray zone" near the decision hyperplane where internal belief ambiguity constitutes the core performance bottleneck. Based on this insight, we propose the **GeoDe** (**Geo**metric **De**noising) framework for abstention fine-tuning. This method constructs a truth hyperplane using linear probes and performs "geometric denoising" by employing geometric distance as a confidence signal for abstention decisions. This approach filters out ambiguous boundary samples while retaining high-fidelity signals for fine-tuning. Experiments across multiple models (Llama3, Qwen3) and benchmark datasets (TriviaQA, NQ, SciQ, SimpleQA) demonstrate that GeoDe significantly enhances model truthfulness and demonstrates strong generalization in out-of-distribution (OOD) scenarios. Code is available at https://github.com/Notbesidemoon/GeoDe.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes