paper-with-me

Papers

Multi-hop Reasoning via Early Knowledge Alignment

2025-12-23 · Yuxin Wang, Shicheng Fang, Bo Wang, Qi Luo, Xuanjing Huang, Yining Zheng, Xipeng Qiu arxiv

Retrieval-Augmented Generation (RAG) has emerged as a powerful paradigm for Large Language Models (LLMs) to address knowledge-intensive queries requiring domain-specific or up-to-date information. To handle complex multi-hop questions that are challenging for single-step retrieval, iterative RAG approaches incorporating reinforcement learning have been proposed. However, existing iterative RAG systems typically plan to decompose questions without leveraging information about the available retrieval corpus, leading to inefficient retrieval and reasoning chains that cascade into suboptimal performance. In this paper, we introduce Early Knowledge Alignment (EKA), a simple but effective module that aligns LLMs with retrieval set before planning in iterative RAG systems with contextually relevant retrieved knowledge. Extensive experiments on six standard RAG datasets demonstrate that by establishing a stronger reasoning foundation, EKA significantly improves retrieval precision, reduces cascading errors, and enhances both performance and efficiency. Our analysis from an entropy perspective demonstrate that incorporating early knowledge reduces unnecessary exploration during the reasoning process, enabling the model to focus more effectively on relevant information subsets. Moreover, EKA proves effective as a versatile, training-free inference strategy that scales seamlessly to large models. Generalization tests across diverse datasets and retrieval corpora confirm the robustness of our approach. Overall, EKA advances the state-of-the-art in iterative RAG systems while illuminating the critical interplay between structured reasoning and efficient exploration in reinforcement learning-augmented frameworks. The code is released at \href{https://github.com/yxzwang/EarlyKnowledgeAlignment}{Github}.

📄 PDF Abstract BibTeX arXiv:2512.20144

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Do LLMs Need Inherent Reasoning Before Reinforcement Learning? A Study in Korean Self-Correction

2026-01-09 · Hongjin Kim, Jaewook Lee, Kiyoung Lee, Jong-hun Shin 외 arxiv

Large Language Models (LLMs) demonstrate strong reasoning and self-correction abilities in high-resource languages like English, but their performance remains limited in low-resource languages such as Korean. In this stu…

Reinforcement LearningMathematical Reasoning

PediaMind-R1: A Temperament-Aware Language Model for Personalized Early Childhood Care Reasoning via Cognitive Modeling and Preference Alignment

2025-12-22 · Zihe Zhang, Can Zhang, Yanheng Xu, Xin Hu 외 arxiv

This paper presents PediaMind-R1, a domain-specialized large language model designed to achieve active personalization in intelligent parenting scenarios. Unlike conventional systems that provide generic suggestions, Ped…

CORD: Bridging the Audio-Text Reasoning Gap via Weighted On-policy Cross-modal Distillation

2026-01-23 · Jing Hu, Danxiang Zhu, Xianlong Luo, Dan Zhang 외 arxiv

Large Audio Language Models (LALMs) have garnered significant research interest. Despite being built upon text-based large language models (LLMs), LALMs frequently exhibit a degradation in knowledge and reasoning capabil…

Structure Guided Multi-modal Pre-trained Transformer for Knowledge Graph Reasoning

2023-07-06 · Ke Liang, Sihang Zhou, Yue Liu, Lingyuan Meng 외

Multimodal knowledge graphs (MKGs), which intuitively organize information in various modalities, can benefit multiple practical downstream tasks, such as recommendation systems, and visual question answering. However, m…

Knowledge GraphsQuestion AnsweringRecommendation SystemsVisual Question Answering

DREAM-R: Multimodal Speculative Reasoning with RL-Based Refined Drafting, Precise Verification, and Fully Parallel Execution

2026-05-27 · Yunhai Hu, Zining Liu, Xiangyang Yin, Tianhua Xia 외 arxiv

Speculative reasoning has recently been proposed as a means to accelerate reasoning-intensive generation in large multimodal models, but its effectiveness is often constrained by misalignment between speculative drafts a…