paper-with-me

홈 › Papers

ReARTeR: Retrieval-Augmented Reasoning with Trustworthy Process Rewarding

2025-01-14 · Zhongxiang Sun, QiPeng Wang, Weijie Yu, Xiaoxue Zang, Kai Zheng, Jun Xu, Xiao Zhang, Song Yang, Han Li

Retrieval-Augmented Generation (RAG) systems for Large Language Models (LLMs) hold promise in knowledge-intensive tasks but face limitations in complex multi-step reasoning. While recent methods have integrated RAG with chain-of-thought reasoning or test-time search using Process Reward Models (PRMs), these approaches encounter challenges such as a lack of explanations, bias in PRM training data, early-step bias in PRM scores, and insufficient post-training optimization of reasoning potential. To address these issues, we propose Retrieval-Augmented Reasoning through Trustworthy Process Rewarding (ReARTeR), a framework that enhances RAG systems' reasoning capabilities through post-training and test-time scaling. At test time, ReARTeR introduces Trustworthy Process Rewarding via a Process Reward Model for accurate scalar scoring and a Process Explanation Model (PEM) for generating natural language explanations, enabling step refinement. During post-training, it utilizes Monte Carlo Tree Search guided by Trustworthy Process Rewarding to collect high-quality step-level preference data, optimized through Iterative Preference Optimization. ReARTeR addresses three core challenges: (1) misalignment between PRM and PEM, tackled through off-policy preference learning; (2) bias in PRM training data, mitigated by balanced annotation methods and stronger annotations for challenging examples; and (3) early-step bias in PRM, resolved through a temporal-difference-based look-ahead search strategy. Experimental results on multi-step reasoning benchmarks demonstrate significant improvements, underscoring ReARTeR's potential to advance the reasoning capabilities of RAG systems.

📄 PDF Abstract BibTeX arXiv:2501.07861

Code (1)

RUCAIBox/R1-Searcher pytorch

Tasks

RAGRetrievalRetrieval-augmented Generation

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
WordPiece 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Towards Interpretable and Trustworthy Time Series Reasoning: A BlueSky Vision

2025-10-19 · Kanghui Ning, Zijie Pan, Yushan Jiang, Anderson Schneider 외 arxiv

Time series reasoning is emerging as the next frontier in temporal analysis, aiming to move beyond pattern recognition towards explicit, interpretable, and trustworthy inference. This paper presents a BlueSky vision buil…

Taming a Retrieval Framework to Read Images in Humanlike Manner for Augmenting Generation of MLLMs

2025-10-12 · Suyang Xi, Chenxi Yang, Hong Ding, Yiqing Ni 외 arxiv

Multimodal large language models (MLLMs) often fail in fine-grained visual question answering, producing hallucinations about object identities, positions, and relations because textual queries are not explicitly anchore…

Visual Question AnsweringMultimodal Reasoning

Injecting External Knowledge into the Reasoning Process Enhances Retrieval-Augmented Generation

2025-07-25 · Minghao Tang, Shiyu Ni, Jiafeng Guo, Keping Bi arxiv

Retrieval-augmented generation (RAG) has been widely adopted to augment large language models (LLMs) with external knowledge for knowledge-intensive tasks. However, its effectiveness is often undermined by the presence o…

Making medical vision-language models think causally across modalities with retrieval-augmented cross-modal reasoning

2026-01-26 · Weiqin Yang, Haowen Xue, Qingyi Peng, Hexuan Hu 외 arxiv

Medical vision-language models (VLMs) achieve strong performance in diagnostic reporting and image-text alignment, yet their underlying reasoning mechanisms remain fundamentally correlational, exhibiting reliance on supe…

Visual Question AnsweringMultimodal ReasoningSemantic SimilarityCausal Inference

Trustworthy Alignment of Retrieval-Augmented Large Language Models via Reinforcement Learning

2024-10-22 · Zongmeng Zhang, Yufeng Shi, Jinhua Zhu, Wengang Zhou 외

Trustworthiness is an essential prerequisite for the real-world application of large language models. In this paper, we focus on the trustworthiness of language models with respect to retrieval augmentation. Despite bein…

RetrievalRetrieval-augmented Generation