LGAIMay 29

ARCA: Adapter-Residual Credit Assignment When Token Signals Degenerate

arXiv:2606.002578.6
Predicted impact top 66% in LG · last 90 daysOriginality Incremental advance
AI Analysis

For researchers using parameter-efficient fine-tuning in LLM-RL, this paper highlights a previously overlooked degeneracy and offers a simple fix, though the empirical gains are modest.

The paper identifies a structural failure mode in token-level credit assignment for LLM reinforcement learning when using LoRA, where common intrinsic signals become degenerate. It proposes ARCA, which uses adapter hidden-state residuals to assign credit, and shows it remains competitive with baselines in a MATH/Qwen3-1.7B GRPO sweep.

Token-level credit assignment for language-model reinforcement learning is usually formulated as if the policy were fully trainable, while practical LLM-RL pipelines often rely on parameter-efficient fine-tuning, especially LoRA. We argue that this separation hides a structural failure mode. Under LoRA, the policy is restricted to a low-rank neighborhood of the reference model, so the per-token output-distribution differences used by common intrinsic credit signals, surprisal, entropy reduction, and policy divergence, can become degenerate after within-trajectory normalization, either approaching uniform weights or concentrating on a small set of task-agnostic positions. We formalize this behavior and propose measuring it directly with concentration diagnostics such as weight Gini and effective-token ratio. We then introduce \emph{Adapter-Residual Credit Assignment} (ARCA), a lightweight alternative that derives token salience from the adapter's own hidden-state residual, $\|h^{\text{adapted}}_t - h^{\text{base}}_t\|_2$. ARCA asks where the adapter actually changes the model, rather than where the output distribution appears uncertain or shifted, and requires no learned reward model, value head, or tree construction. In a compact MATH/Qwen3-1.7B GRPO sweep, ARCA exhibits the predicted non-degenerate middle-regime credit distribution under matched rollout budgets and remains competitive with rank-matched baselines.

Foundations

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

Your Notes