Paper: 2604.20601 Authors: Zoya Volovikova, Nikita Sorokin, et al. Categories: cs.AI, cs.LG
Problem
Existing instruction-following methods rely on predefined subtasks requiring manual dataset annotation. This limits generalization to unseen instructions.
SuperIgor Framework
Enables language model to generate and refine high-level plans through a self-learning mechanism:
- Iterative Co-training: RL agent trained to follow generated plans
- Plan Adaptation: LM modifies plans based on RL feedback and preferences
- Joint Improvement: Feedback loop where both agent and planner improve
Key Innovation
No manual annotation needed! Plans emerge from:
- RL feedback on task success
- Preference signals from environment
- Self-critique and refinement
Results
In environments with rich dynamics and stochasticity:
- Adheres to instructions more strictly than baseline methods
- Strong generalization to previously unseen instructions
Why Self-Guided Works
- Plans provide abstract representation that’s more transferable
- RL feedback directly optimizes plan quality
- Reduces distribution gap between training and deployment
Takeaways
- Removing human-annotated subtask decomposition enables better generalization
- Self-learning plan generation is viable for complex instruction following
- Joint optimization of planning and execution is key
论文: 2604.20601 作者: Zoya Volovikova, Nikita Sorokin等 分类: cs.AI, cs.LG
问题
现有的指令跟随方法依赖于预定义子任务,需要手动数据集标注。这限制了对新指令的泛化。
SuperIgor框架
使语言模型能够通过自学习机制生成和精炼高层计划:
- 迭代联合训练:RL智能体被训练以遵循生成的计划
- 计划适应:LM根据RL反馈和偏好修改计划
- 联合改进:反馈循环,智能体和规划器同时改进
关键创新
无需手动标注!计划从以下涌现:
- 任务成功的RL反馈
- 来自环境的偏好信号
- 自我批评和精炼
实验结果
在具有丰富动态和随机性的环境中:
- 比基线方法更严格地遵循指令
- 对先前未见过的指令有强泛化能力
为什么自我引导有效
- 计划提供更可迁移的抽象表示
- RL反馈直接优化计划质量
- 减少训练和部署之间的分布差距
要点总结
- 移除人工标注的子任务分解可以实现更好的泛化
- 自学习计划生成对复杂指令跟随是可行的
- 规划与执行的联合优化是关键