菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-07-02
📄 Abstract - CheckRLM: Effective Knowledge-Thought Coherence Checking in Retrieval-Augmented Reasoning

Reasoning Language Models (RLMs) have significantly improved performance on complex tasks by extending the reasoning chain. However, these chains are prone to containing factual errors, particularly in knowledge-intensive tasks. To address this issue, we propose CheckRLM, a framework that improves the reliability of the reasoning process through Retrieval-Augmented Generation (RAG) by timely checking and correcting factual errors. Specifically, CheckRLM extracts factual claims from the reasoning chain to identify and localize subtle knowledge inconsistencies during inference. Upon detection of errors, a refinement mechanism performs minimal-cost yet precise corrections by leveraging external knowledge, ensuring coherence between the reasoning chain and correct knowledge. Extensive experiments demonstrate that CheckRLM substantially outperforms existing baselines, exhibiting a strong capability to mitigate error accumulation in long-horizon reasoning with lower costs. The code and data are available at this https URL.

顶级标签: llm machine learning
详细标签: reasoning language model retrieval-augmented generation factual error checking knowledge coherence error correction 或 搜索:

CheckRLM:检索增强推理中知识与思维一致性的有效检验 / CheckRLM: Effective Knowledge-Thought Coherence Checking in Retrieval-Augmented Reasoning


1️⃣ 一句话总结

本文提出了一个名为CheckRLM的框架,它能自动检查AI模型在复杂推理过程中产生的错误事实,并通过检索外部知识进行精确修正,从而以较低成本提高长链条推理的可靠性。

源自 arXiv: 2607.02262