paper-with-me

Papers

Selective State-Space Adaptation and Retrieval for Language Model Reasoning

2026-07-21 · Atahan Dokme, Larry Heck arxiv

Low-rank adaptation introduces a static learned update applied identically to every input. The update provides task-level adaptation but does not explicitly represent token-level or instance-level state variation. A family of adapters is proposed that introduces selective state-space control at two complementary granularities. At the token level, MaLoRA (Mamba-modulated low-rank adaptation) makes the adapter's scaling factor a dynamic input-dependent function with recurrent state across tokens, in contrast to the stateless modulators of prior work. The token-level adapter improves over low-rank adaptation. On the other hand, it differentiates tokens by structural role but not by contextual relevance, which motivates placing evidence selection at the context level. At the context level, MaRA (Mamba Retrieval Adapter) tracks cross-segment reasoning state and selects the segments most relevant to the query. State-space controlled retrieval of approximately three million parameters exceeds an eight-billion-parameter dense retriever on supporting-paragraph recall. Although base models perform poorly on the task without adaptation (14 to 25 F1), MaRA recovers the evidence relevance latent in their representations. Across three frozen backbones and two multi-hop reasoning benchmarks, the end-to-end family improves reasoning accuracy on every cell of the 3-by-2 grid, by +6.4 F1 (+10.0% relative) on average over the LoRA baseline.

📄 PDF Abstract BibTeX arXiv:2607.19326

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SPRInG: Continual LLM Personalization via Selective Parametric Adaptation and Retrieval-Interpolated Generation

2026-01-15 · Seoyeon Kim, Jaehyung Kim arxiv

Personalizing Large Language Models typically relies on static retrieval or one-time adaptation, assuming user preferences remain invariant over time. However, real-world interactions are dynamic, where user interests co…

Continual Learning

Mamba-FSCIL: Dynamic Adaptation with Selective State Space Model for Few-Shot Class-Incremental Learning

2024-07-08 · Xiaojie Li, Yibo Yang, Jianlong Wu, Bernard Ghanem 외

Few-shot class-incremental learning (FSCIL) confronts the challenge of integrating new classes into a model with minimal training samples while preserving the knowledge of previously learned classes. Traditional methods …

class-incremental learningClass Incremental LearningFew-Shot Class-Incremental LearningIncremental Learning+2

EASE-TTT: Evidence-Aligned Selective Test-Time Training for Long-Context Question Answering

2026-06-05 · Xiaopeng Yuan, Zebin Wang, Suwen Wang, Zongxin Yang 외 arxiv

Long-context question answering (QA) remains challenging for smaller language models even when answer-bearing evidence is already present in the input. Existing within-context retrieval methods localize and expose candid…

Test-time AdaptationQuestion Answering

Differential Mamba

2025-07-08 · Nadav Schneider, Itamar Zimerman, Eliya Nachmani

Sequence models like Transformers and RNNs often overallocate attention to irrelevant context, leading to noisy intermediate representations. This degrades LLM capabilities by promoting hallucinations, weakening long-ran…

Language ModelingLanguage ModellingMambaRetrieval

Selective Rotary Position Embedding

2025-11-21 · Sajad Movahedi, Timur Carstensen, Arshia Afzal, Frank Hutter 외 arxiv

Position information is essential for language modeling. In softmax transformers, Rotary Position Embeddings (\textit{RoPE}) encode positions through \textit{fixed-angle} rotations, while in linear transformers, order is…