paper-with-me

Papers

JointCQ: Improving Factual Hallucination Detection with Joint Claim and Query Generation

2025-10-22 · Fan Xu, Huixuan Zhang, Zhenliang Zhang, Jiahao Wang, Xiaojun Wan arxiv

Current large language models (LLMs) often suffer from hallucination issues, i,e, generating content that appears factual but is actually unreliable. A typical hallucination detection pipeline involves response decomposition (i.e., claim extraction), query generation, evidence collection (i.e., search or retrieval), and claim verification. However, existing methods exhibit limitations in the first two stages, such as context loss during claim extraction and low specificity in query generation, resulting in degraded performance across the hallucination detection pipeline. In this work, we introduce JointCQ https://github.com/pku0xff/JointCQ, a joint claim-and-query generation framework designed to construct an effective and efficient claim-query generator. Our framework leverages elaborately designed evaluation criteria to filter synthesized training data, and finetunes a language model for joint claim extraction and query generation, providing reliable and informative inputs for downstream search and verification. Experimental results demonstrate that our method outperforms previous methods on multiple open-domain QA hallucination detection benchmarks, advancing the goal of more trustworthy and transparent language model systems.

📄 PDF Abstract BibTeX arXiv:2510.19310

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Decomposed Entailment for Factuality Checking and Hallucination Detection

2026-08-06 · Achir Oukelmoun, Nasredine Semmar, Gaël De Chalendar arxiv

The reliability of Large Language Models (LLMs) is often compromised by factual inconsistencies, including hallucinations---cases where generated content is not supported by the underlying source. We present HallDetect, …

Enoki: Efficient Multi-Level Hallucination Detection

2026-09-01 · Elisei Rykov, Timur Ionov, Nikolay Ivanov, Maksim Savkin 외 arxiv

Ensuring factuality remains a critical challenge for deploying LLMs in high-stakes settings. Existing hallucination detectors usually operate at a single level: claim-level methods provide interpretable factual units, wh…

Open Information Extraction

Constrained Paraphrase Consistency for LLM Hallucination Detection

2026-06-06 · Shanshan Lin, Dongsheng Hong, Sibo Ju, Chao Chen 외 arxiv

Large language models (LLMs) can generate factually inconsistent claims, motivating accurate and scalable hallucination detectors. Prior work largely enlarges training sets via synthesis or new annotations, introducing i…

Differentiable Conformal Training for LLM Reasoning Factuality

2026-04-22 · Nathan Hittesdorf, Marco Salzetta, Lu Cheng arxiv

Large Language Models (LLMs) frequently hallucinate, limiting their reliability in critical applications. Conformal Prediction (CP) addresses this by calibrating error rates on held-out data to provide statistically vali…

VISTA: Verification In Sequential Turn-based Assessment

2025-10-30 · Ashley Lewis, Andrew Perrault, Eric Fosler-Lussier, Michael White arxiv

Hallucination--defined here as generating statements unsupported or contradicted by available evidence or conversational context--remains a major obstacle to deploying conversational AI systems in settings that demand fa…