Paper: 2604.19656 Authors: Yiwen Qiu, Linjuan Wu, et al. (Zhejiang University, Tencent, Xiaohongshu) Categories: cs.CL, cs.AI
Problem: Ungrounded Reasoning
Large language models often fabricate information when inputs are incomplete, producing confident but unreliable conclusions. This failure mode arises from lack of inferential boundary awareness - the ability to recognize when necessary premises for valid inference are missing.
Key Insight
The issue is NOT insufficient reasoning capability, but the lack of awareness of inference boundaries. Models need to:
- Detect when information is insufficient
- Stop and ask for clarification
- Resume reasoning after clarification
GRIL Framework
Grounded Reasoning via Interactive Reinforcement Learning decomposes reasoning into two stages:
- Clarify and Pause: Identifies whether available information is sufficient
- Grounded Reasoning: Performs task solving once necessary premises are established
Stage-Specific Rewards
- Penalize hallucinations when model fabricates without flagging
- Reward proactive stopping when premise detection fails
- Reward natural resumption after clarification
Results
On GSM8K-Insufficient and MetaMATH-Insufficient:
- Premise detection improved by 45%
- Task success increased by 30%
- Average response length reduced by 20%+
Also shows robustness to noisy user responses and generalization to OOD tasks.
Takeaways
- Teaching models to “know what they don’t know” is crucial
- Interactive RL can instill inferential boundary awareness
- Reducing unnecessary generation improves both efficiency and accuracy
论文: 2604.19656 作者: Yiwen Qiu, Linjuan Wu等(浙江大学、腾讯、小红书) 分类: cs.CL, cs.AI
问题:不扎根推理
大语言模型经常在输入不完整时捏造信息,产生自信但不可靠的结论。这种失败模式源于缺乏推理边界意识——即识别有效推理所需前提何时缺失的能力。
关键洞察
问题不是推理能力不足,而是缺乏对推理边界的意识。模型需要:
- 检测信息何时不充分
- 停下来请求澄清
- 澄清后恢复推理
GRIL框架
通过交互式强化学习实现扎根推理将推理分解为两个阶段:
- 澄清与暂停:识别可用信息是否充分
- 扎根推理:在建立必要前提后执行任务解决
阶段特定奖励
- 当模型捏造而未标记时惩罚
- 当前提检测失败时奖励主动停止
- 当澄清后自然恢复时奖励
实验结果
在GSM8K-Insufficient和MetaMATH-Insufficient上:
- 前提检测提升45%
- 任务成功率提升30%
- 平均回复长度减少20%以上
还表现出对噪声用户回复的鲁棒性和对分布外任务的泛化能力。
要点总结
- 教导模型”知道自己不知道什么”至关重要
- 交互式RL可以灌输推理边界意识
- 减少不必要的生成同时提高效率和准确率