LGAICLJan 8

Manifold-based Sampling for In-Context Hallucination Detection in Large Language Models

arXiv:2601.06196v2h-index: 1
Originality Incremental advance
AI Analysis

This addresses the issue of unreliable in-context learning for hallucination detection, offering a more robust method for users of LLMs, though it is incremental as it builds on existing ICL approaches.

The paper tackles the problem of hallucination detection in large language models by proposing MB-ICL, a manifold-based sampling framework for selecting in-context demonstrations, which outperforms standard baselines on factual verification and hallucination detection benchmarks, with strong gains on dialogue and summarization tasks.

Large language models (LLMs) frequently generate factually incorrect or unsupported content, commonly referred to as hallucinations. Prior work has explored decoding strategies, retrieval augmentation, and supervised fine-tuning for hallucination detection, while recent studies show that in-context learning (ICL) can substantially influence factual reliability. However, existing ICL demonstration selection methods often rely on surface-level similarity heuristics and exhibit limited robustness across tasks and models. We propose MB-ICL, a manifold-based demonstration sampling framework for selecting in-context demonstrations that leverages latent representations extracted from frozen LLMs. By jointly modeling local manifold structure and class-aware prototype geometry, MB-ICL selects demonstrations based on their proximity to learned prototypes rather than lexical or embedding similarity alone. Across factual verification (FEVER) and hallucination detection (HaluEval) benchmarks, MB-ICL outperforms standard ICL selection baselines in the majority of evaluated settings, with particularly strong gains on dialogue and summarization tasks. The method remains robust under temperature perturbations and model variation, indicating improved stability compared to heuristic retrieval strategies. While lexical retrieval can remain competitive in certain question-answering regimes, our results demonstrate that manifold-based prototype selection provides a reliable and training light approach for hallucination detection without modifying LLM parameters, offering a principled direction for improved ICL demonstration selection.

Foundations

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

Your Notes