CLAIIRJan 26

Dep-Search: Learning Dependency-Aware Reasoning Traces with Persistent Memory

arXiv:2601.18771v1h-index: 8
Originality Incremental advance
AI Analysis

This addresses the challenge of efficient multi-hop reasoning in LLMs for question answering tasks, representing an incremental advancement over existing search frameworks.

The paper tackled the problem of LLMs' reliance on implicit natural language reasoning in search frameworks, which hinders dependency management and knowledge reuse in multi-step reasoning, and proposed Dep-Search, a dependency-aware framework that achieved substantial improvements over baselines on seven question answering datasets.

Large Language Models (LLMs) have demonstrated remarkable capabilities in complex reasoning tasks, particularly when augmented with search mechanisms that enable systematic exploration of external knowledge bases. The field has evolved from traditional retrieval-augmented generation (RAG) frameworks to more sophisticated search-based frameworks that orchestrate multi-step reasoning through explicit search strategies. However, existing search frameworks still rely heavily on implicit natural language reasoning to determine search strategies and how to leverage retrieved information across reasoning steps. This reliance on implicit reasoning creates fundamental challenges for managing dependencies between sub-questions, efficiently reusing previously retrieved knowledge, and learning optimal search strategies through reinforcement learning. To address these limitations, we propose Dep-Search, a dependency-aware search framework that advances beyond existing search frameworks by integrating structured reasoning, retrieval, and persistent memory through GRPO. Dep-Search introduces explicit control mechanisms that enable the model to decompose questions with dependency relationships, retrieve information when needed, access previously stored knowledge from memory, and summarize long reasoning contexts into reusable memory entries. Through extensive experiments on seven diverse question answering datasets, we demonstrate that Dep-Search significantly enhances LLMs' ability to tackle complex multi-hop reasoning tasks, achieving substantial improvements over strong baselines across different model scales.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes