SHIFT: Gate-Modulated Activation Steering for Knowledge Conflict Mitigation in Retrieval-Augmented Generation

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

Researchers have proposed a new framework called SHIFT to address knowledge conflicts in retrieval-augmented generation systems, a persistent challenge for large language models that incorporate external information. The approach uses a lightweight gate module to steer model activations without editing the underlying neural network. Retrieval-augmented generation, or RAG, improves large language models by pulling in outside knowledge during response generation [1]. But when retrieved context clashes with the model’s own parametric knowledge, the output can become unreliable [1]. Earlier work tried to fix this by identifying and altering specific neurons tied to knowledge, yet those edits risked cascading damage to the model’s broader capabilities because the targeted neurons are often entangled with other functions [1]. SHIFT reframes the problem. Instead of permanently modifying neurons, it introduces a learnable gate module that sits alongside the frozen backbone model [1]. The gate adjusts internal representations on the fly, letting the model decide how much weight to give contextual evidence versus its pre-trained knowledge [1]. The system trains fewer than 0.01% of the model’s total parameters, which the authors argue avoids the side effects seen in neuron-editing methods [1]. The framework was tested across six datasets and compared against multiple baseline approaches [1]. The paper’s abstract states that the experiments validate SHIFT’s effectiveness, though the preprint has not yet undergone peer review [1]. The code and datasets have been released on GitHub under the OpenBMB organization [1]. The paper was posted on arXiv, the open-access repository that hosts preprints across physics, computer science, and other fields [6]. arXiv, which began in 1991, now receives roughly 24,000 submissions per month and has surpassed two million total articles [6]. Submissions are moderated but not peer-reviewed, a distinction that places the burden of verification on readers and subsequent formal publication [6].

research-papertool-releasemodel-releaseproduct-launch

Background sources we checked (7)
  • arxiv.org ↗ Retrieval-augmented generation (RAG) enhances LLMs by incorporating external knowledge to support response generation. However, conflicts between retrieved context and parametric knowledge have emerged as a critical challenge in RAG systems. To mitigate such conflicts, numerous s…
  • 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 mission—pr…
  • 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 ↗ LK-99 also called PCPOSOS, is a gray–black, polycrystalline compound, identified as a copper-doped lead‒oxyapatite. A team from Korea University led by Lee Sukbae (이석배) and Kim Ji-Hoon (김지훈) began studying this material as a potential superconductor in 1999, and in July 2023 publ…

Sources

Spot something wrong? Report an issue