paper-with-me

홈 › Papers

Pause or Fabricate? Training Language Models for Grounded Reasoning

2026-04-21 · Yiwen Qiu, Linjuan Wu, Yizhou Liu, Yuchen Yan, Jin Ma, Xu Tan, Yao Hu, Daoxin Zhang, Wenqi Zhang, Weiming Lu, Jun Xiao, Yongliang Shen arxiv

Large language models have achieved remarkable progress on complex reasoning tasks. However, they often implicitly fabricate information when inputs are incomplete, producing confident but unreliable conclusions -- a failure mode we term ungrounded reasoning. We argue that this issue arises not from insufficient reasoning capability, but from the lack of inferential boundary awareness -- the ability to recognize when the necessary premises for valid inference are missing. To address this issue, we propose Grounded Reasoning via Interactive Reinforcement Learning (GRIL), a multi-turn reinforcement learning framework for grounded reasoning under incomplete information. GRIL decomposes the reasoning process into two stages: clarify and pause, which identifies whether the available information is sufficient, and grounded reasoning, which performs task solving once the necessary premises are established. We design stage-specific rewards to penalize hallucinations, enabling models to detect gaps, stop proactively, and resume reasoning after clarification. Experiments on GSM8K-Insufficient and MetaMATH-Insufficient show that GRIL significantly improves premise detection (up to 45%), leading to a 30% increase in task success while reducing average response length by over 20%. Additional analyses confirm robustness to noisy user responses and generalization to out-of-distribution tasks.

📄 PDF Abstract BibTeX arXiv:2604.19656

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Pause and Think: A Dataset and Benchmark for Video-Grounded Assistive Action Suggestion

2026-05-30 · Shivam Singh, Saptarshi Majumder, Pratik Prabhanjan Brahma, Zicheng Liu 외 arxiv

Recent Vision-Language Models (VLMs) struggle with grounded reasoning, temporal consistency, and context aware planning in videos. We introduce pause-and-think-T, a reasoning-centric training dataset that encourages mode…

Scene UnderstandingAnswer Generation

Implicit Reasoning for Large Language Model-based Generative Recommendation

2026-06-12 · Yinhan He, Liam Collins, Bhuvesh Kumar, Jundong Li 외 arxiv

Large Language Models (LLMs) are increasingly adopted as backbones for Generative Recommendation (GR), promising access to pretrained world knowledge. Yet reliably invoking this knowledge for GR remains poorly understood…

Think before you speak: Training Language Models With Pause Tokens

2023-10-03 · Sachin Goyal, Ziwei Ji, Ankit Singh Rawat, Aditya Krishna Menon 외

Language models generate responses by producing a series of tokens in immediate succession: the $(K+1)^{th}$ token is an outcome of manipulating $K$ hidden vectors per layer, one vector per preceding token. What if inste…

DecoderGSM8KQuestion Answering

Pause Tokens Strictly Increase the Expressivity of Constant-Depth Transformers

2025-05-27 · Charles London, Varun Kanade

Pause tokens, simple filler symbols such as "...", consistently improve Transformer performance on both language and mathematical tasks, yet their theoretical effect remains unexplained. We provide the first formal separ…

Grounded Visual Factualization: Factual Anchor-Based Finetuning for Enhancing MLLM Factual Consistency

2025-11-09 · Filippo Morbiato, Luca Romano, Alessandro Persona arxiv

Visual hallucination, where Multimodal Large Language Models fabricate details inconsistent with image content, critically undermines their reliability. Existing fine-tuning methods offer limited improvement, failing to …

Data Augmentation