Research Papers 论文研究 5h ago Updated 1h ago 更新于 1小时前 45

From Memorization to Absorption: Mixed-Policy RL for Continual Knowledge Injection 从记忆到吸收:混合策略强化学习用于持续知识注入

GRIN (Golden-GRPO Injection) is a three-stage self-learning framework that enables continual knowledge injection in LLMs beyond simple memorization Golden-GRPO, a mixed-policy RL algorithm, injects golden answers to provide learning signals even when on-policy rollouts fail on novel facts Two new document-level benchmarks, Blank and Counter, evaluate novel acquisition and counterfactual overwrite across single-fact recall, multi-source retrieval, and inferential reasoning Mixed-policy reinforcem 提出GRIN(Golden-GRPO Injection)三阶段自学习框架,解决大语言模型持续知识注入问题 Golden-GRPO混合策略RL算法在on-policy rollout失败时注入golden answer提供学习信号,实现知识"吸收"而非"记忆" 引入Blank和Counter两个文档级基准测试,分别针对新事实获取和反事实覆盖,评估单事实回忆、多源检索和推理能力 实验证明混合策略RL在复杂推理任务上显著优于SFT和基线方法,同时在基础事实回忆上保持同等水平

60
Hot 热度
72
Quality 质量
62
Impact 影响力

Analysis 深度分析

TL;DR

  • GRIN (Golden-GRPO Injection) is a three-stage self-learning framework that enables continual knowledge injection in LLMs beyond simple memorization
  • Golden-GRPO, a mixed-policy RL algorithm, injects golden answers to provide learning signals even when on-policy rollouts fail on novel facts
  • Two new document-level benchmarks, Blank and Counter, evaluate novel acquisition and counterfactual overwrite across single-fact recall, multi-source retrieval, and inferential reasoning
  • Mixed-policy reinforcement learning substantially outperforms SFT and mixed-policy RL baselines on harder question types while matching them on basic fact recall
  • The work establishes that RL-based knowledge injection enables genuine "absorption" rather than superficial memorization of injected facts

Why It Matters

Continual knowledge injection is a critical bottleneck for keeping LLMs current without full retraining, and existing SFT-based approaches fundamentally fail at generalization across paraphrases and reasoning tasks. This work provides a practical RL-based alternative that could become the new standard for model updating pipelines, especially in domains requiring frequent knowledge refreshes.

Technical Details

  • Golden-GRPO: A mixed-policy reinforcement learning algorithm where a golden answer is injected as a learning signal during training, allowing the model to learn from correct responses even when its own on-policy rollouts produce incorrect answers on novel facts
  • Three-stage self-learning framework: GRIN structures the knowledge injection process into sequential stages that progressively build from basic recall to complex reasoning over injected knowledge
  • Blank benchmark: A document-level evaluation targeting novel knowledge acquisition, testing single-fact recall, multi-source retrieval, and inferential reasoning
  • Counter benchmark: A document-level evaluation targeting counterfactual overwrite, measuring the model's ability to replace outdated or incorrect knowledge with new information
  • Both benchmarks evaluate performance across three difficulty tiers: single-fact recall, multi-source retrieval, and inferential reasoning, with GRIN showing the largest margins on the harder tiers

Industry Insight

  • Organizations maintaining large language models should consider shifting from SFT-based updating pipelines to mixed-policy RL approaches, particularly for knowledge domains requiring reasoning over injected facts rather than simple recall
  • The Blank and Counter benchmarks provide actionable evaluation frameworks for measuring whether knowledge updates genuinely generalize or merely memorize, which is critical for production model maintenance
  • As model update frequency increases in fast-evolving domains, the gap between memorization-based and absorption-based approaches will widen, making RL-based injection methods increasingly essential for competitive model maintenance

TL;DR

  • 提出GRIN(Golden-GRPO Injection)三阶段自学习框架,解决大语言模型持续知识注入问题
  • Golden-GRPO混合策略RL算法在on-policy rollout失败时注入golden answer提供学习信号,实现知识"吸收"而非"记忆"
  • 引入Blank和Counter两个文档级基准测试,分别针对新事实获取和反事实覆盖,评估单事实回忆、多源检索和推理能力
  • 实验证明混合策略RL在复杂推理任务上显著优于SFT和基线方法,同时在基础事实回忆上保持同等水平

为什么值得看

本文针对大模型知识更新的核心痛点,提出从"记忆"到"吸收"的范式转变,为持续学习提供了新的技术路径。混合策略RL方法在保持基础能力的同时显著提升泛化能力,对工业界模型迭代具有重要参考价值。

技术解析

  • GRIN框架采用三阶段自学习流程,核心是Golden-GRPO算法,在on-policy rollout无法处理新事实时通过注入golden answer提供有效学习信号
  • 提出Blank(新事实获取)和Counter(反事实覆盖)两个文档级基准测试,每个基准评估单事实回忆、多源检索和推理三个维度
  • 实验验证混合策略RL在复杂推理和泛化任务上显著优于SFT及混合策略RL基线,基础事实回忆能力与基线持平

行业启示

  • 持续知识注入正从SFT主导转向强化学习范式,混合策略RL为知识吸收提供了更有效的技术路径
  • 新基准测试填补了文档级知识注入评估的空白,推动该领域向更贴近实际应用的评估标准发展
  • 模型知识更新策略需从"记忆训练格式"转向"理解与推理",这对构建可持续进化的大模型系统具有战略意义

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

LLM 大模型 Fine-tuning 微调 Training 训练 Research 科学研究 Alignment 对齐