SEEK: Steering LLM Reasoning for RAG via Internal Reasoning Sketches

29d ago · Global · primary source: export.arxiv.org

A new framework called SEEK aims to reduce redundant knowledge retrieval in Retrieval-Augmented Generation (RAG) systems by using internal reasoning sketches to guide Large Language Models (LLMs), according to a paper posted on arXiv [1]. The paper, submitted on 14 Jan 2026 and revised on 5 Jun 2026, proposes SEEK as a solution to a known weakness in iterative RAG pipelines [1]. As reasoning trajectories lengthen, previously accumulated knowledge and earlier queries can interfere with later retrieval decisions, producing sub-queries with repetitive intents and redundant knowledge acquisition [2]. SEEK addresses this by first prompting an LLM to build a structured steering sketch composed of multiple groups of steering gists, each followed by a slot for knowledge filling [2]. The framework then iteratively retrieves and refines knowledge to populate those slots, and the completed sketch is used as contextual input for final answer generation [2]. Experimental results reported in the paper indicate that SEEK outperforms baseline models across multiple tasks [2]. Further analyses show the framework generates more diverse sub-queries, reduces redundant retrieval, and achieves a better balance between external knowledge utilization and internal knowledge conflict mitigation [2]. The code is publicly available on GitHub [2]. The work appears on arXiv, an open-access repository of electronic preprints that, as of November 2024, receives about 24,000 submissions per month [6]. arXiv hosts papers across mathematics, physics, computer science, and related fields, and has surpassed two million articles as of late 2021 [6]. The paper’s abstract page also features arXivLabs, a framework launched in 2020 that allows community collaborators to develop experimental tools directly on the site [5]. arXivLabs integrations include bibliographic explorers, code finders, and recommender systems, all operating under guidelines that require partners to uphold openness, community, excellence, and user data privacy [5]. Large language models, the underlying technology that SEEK aims to improve, are neural networks trained on vast text corpora for tasks such as generation, summarization, and translation [8]. Their reliability can be undermined by biased or inaccurate training data, a limitation that retrieval-augmented approaches seek to mitigate by incorporating external knowledge [8].

tool-releasemodel-releaseresearch-paperproduct-launch

Background sources we checked (7)
  • arxiv.org ↗ Retrieval-Augmented Generation (RAG) enhances Large Language Models (LLMs) by incorporating external knowledge into the generation process. Benefiting from the reasoning capabilities of LLMs, existing methods have leveraged such capabilities to enable iterative knowledge acquisit…
  • info.arxiv.org ↗ arXiv Labs - arXiv info | arXiv e-print repository Skip to content # arXiv Labs Attention arXiv Users: arXiv Labs is pausing new proposals ## What are arXiv Labs? arXiv Labs are a way for the community to contribute new, useful features to arXiv. These integrations are avail…
  • info.arxiv.org ↗ arXivLabs: Showcase - arXiv info | arXiv e-print repository [...] # arXivLabs: Showcase [...] arXiv is surrounded by a community of researchers and developers working at the cutting edge of information science and technology. [...] While the arXiv team is focused on our core miss…
  • blog.arxiv.org ↗ arXivLabs: a space for community innovation – arXiv blog arXiv has launched a new, formalized framework enabling innovative collaborations with individuals and organizations. “Members of our community want to contribute tools that enhance the arXiv experience, and we val…
  • en.wikipedia.org ↗ arXiv (pronounced as "archive"—the X represents the Greek letter chi ⟨χ⟩) is an open-access repository of electronic preprints and postprints (known as e-prints) approved for posting after moderation, but not peer reviewed. It consists of scientific papers in the fields of mathem…
  • en.wikipedia.org ↗ 14 (fourteen) is the natural number following 13 and preceding 15.…
  • en.wikipedia.org ↗ A large language model (LLM) is a neural network trained on a vast amount of text for natural language processing tasks, especially language generation. LLMs can typically generate, summarize, translate, and analyze text in many contexts, and are a foundational technology behind …

Sources

Spot something wrong? Report an issue