Open Problems

Retrieval-Augmented Generation

Cross-Task Calibration and Failure Modes in RAG Hallucination Detectors

Effect to explainPartly addressed
Possible candidate · 3/5 runs8 papers report this88% from 2025+

Generated automatically from the limitations stated in 8 papers (ICLR, SIGIR, TheWebConference), listed under Evidence. It is not a paper, and it does not come from papers submitted to CSPaper.

The problem

Current hallucination detection and mitigation mechanisms in retrieval-augmented generation fail to transfer across task formats: span-level detectors achieve near-zero recall on subtle conflicts, agreement modules collapse into high-abstention trivial classifiers, and score distributions require manual per-task calibration. Consequently, deploying RAG systems in heterogeneous pipelines either results in pervasive false alarms that discard valid outputs or unflagged hallucinations in grounded summarization and multi-hop QA. Without understanding the operational boundaries and calibration dynamics across varying answer structures, hallucination filters cannot reliably act as automated triggers or guardrails.

Why it matters

Hallucination detectors can serve as reliable, plug-and-play triggers for secondary retrieval and automated abstention across mixed RAG pipelines without requiring task-specific ground-truth calibration data.

Ways to approach it

Prior-work checks are free with an account. Results someone already ran are shown to everyone.

  1. 1

    Benchmark transferability and score calibration of existing open-source hallucination detectors (e.g., LettuceDetect, RAGTruth baselines, agreement-based checkers) across distinct task formats (QA, long-context extraction, grounded summarization) measuring calibration error (ECE), span-level F1, and precision-recall curves under uniform versus task-specific thresholds.

  2. 2

    Evaluate abstention-tuned models (e.g., 'I don't know' fine-tuned Llama/Mistral) across PopQA, HotpotQA, and multi-document summarization to measure the exact tradeoff between true hallucination reduction and unnecessary abstention on previously correct responses.

  3. 3

    Formulate a density-aware, task-conditioned calibration framework that adjusts detection thresholds based on output grounding density (e.g., sentence-level context overlap) rather than static global cutoffs, measured by the reduction in false-negative rates on summarization without degrading precision on factual QA.

Have a different approach?

Describe how you would tackle this problem and we'll look for papers that already do it. Free; your text stays private.

Free · 3 checks per day

Why it might fail

If upstream foundation models become sufficiently reliable through native long-context reasoning that post-hoc hallucination detection in RAG becomes obsolete, or if subtle hallucination detection remains fundamentally intractable without task-specific labeled data.

Evidence

Each paper's own statement of the limitation, verbatim.

Nearest existing work

Generated automatically, not curated by hand. Automated prior-work checks catch about a third of existing work, so treat this problem as a lead to investigate.