paper-with-me

Papers

Reasoning While Asking: Transforming Reasoning Large Language Models from Passive Solvers to Proactive Inquirers

2026-01-29 · Xin Chen, Feng Jiang, Yiqian Zhang, Hardy Chen, Shuo Yan, Wenya Xie, Min Yang, Shujian Huang arxiv

Reasoning-oriented Large Language Models (LLMs) have achieved remarkable progress with Chain-of-Thought (CoT) prompting, yet they remain fundamentally limited by a \emph{blind self-thinking} paradigm: performing extensive internal reasoning even when critical information is missing or ambiguous. We propose Proactive Interactive Reasoning (PIR), a new reasoning paradigm that transforms LLMs from passive solvers into proactive inquirers that interleave reasoning with clarification. Unlike existing search- or tool-based frameworks that primarily address knowledge uncertainty by querying external environments, PIR targets premise- and intent-level uncertainty through direct interaction with the user. PIR is implemented via two core components: (1) an uncertainty-aware supervised fine-tuning procedure that equips models with interactive reasoning capability, and (2) a user-simulator-based policy optimization framework driven by a composite reward that aligns model behavior with user intent. Extensive experiments on mathematical reasoning, code generation, and document editing demonstrate that PIR consistently outperforms strong baselines, achieving up to 32.70\% higher accuracy, 22.90\% higher pass rate, and 41.36 BLEU improvement, while reducing nearly half of the reasoning computation and unnecessary interaction turns. Further reliability evaluations on factual knowledge, question answering, and missing-premise scenarios confirm the strong generalization and robustness of PIR. Model and code are publicly available at: \href{https://github.com/SUAT-AIRI/Proactive-Interactive-R1}

📄 PDF Abstract BibTeX arXiv:2601.22139

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical ReasoningQuestion AnsweringCode Generation

Similar Papers 제목 키워드 기반

Hide to See: Reasoning-prefix Masking for Visual-anchored Thinking in VLM Distillation

2026-05-12 · Seonghoon Yu, Dongjun Nam, Byung-Kwan Lee, Jeany Son arxiv

Recent think-answer approaches in VLMs, such as Qwen3-VL-Thinking, boost reasoning performance by leveraging intermediate thinking steps before the final answer, but their computational cost becomes substantial, especial…

Multimodal Reasoning

Peek-a-Boo Reasoning: Contrastive Region Masking in MLLMs

2025-12-03 · Isha Chaturvedi, Anjana Nair, Yushen Li, Adhitya Rajendra Kumar 외 arxiv

We introduce Contrastive Region Masking (CRM), a training free diagnostic that reveals how multimodal large language models (MLLMs) depend on specific visual regions at each step of chain-of-thought (CoT) reasoning. Unli…

Multi-Turn Reflective Masking Elicits Reasoning in Mask Diffusion Models

2026-06-15 · Yanming Zhang, Yihan Bian, Jingyuan Qi, Yuguang Yao 외 arxiv

While reasoning on autoregressive (AR) models is often performed by chain-of-thought reasoning and reflection, their refinement of previous outputs still relies on fully sequential generation, even when only local edits …

Text GenerationImage Editing

PrivGemo: Privacy-Preserving Dual-Tower Graph Retrieval for Empowering LLM Reasoning with Memory Augmentation

2026-01-13 · Xingyu Tan, Xiaoyang Wang, Qing Liu, Xiwei Xu 외 arxiv

Knowledge graphs (KGs) provide structured evidence that can ground large language model (LLM) reasoning for knowledge-intensive question answering. However, many practical KGs are private, and sending retrieved triples o…

Question AnsweringKnowledge Graphs

Unmasking the Limits of Large Language Models: A Systematic Evaluation of Masked Text Processing Ability through MskQA and MskCal

2024-11-08 · Fuka Matsuzaki, Haru-Tada Sato

This paper sheds light on the limitations of Large Language Models (LLMs) by rigorously evaluating their ability to process masked text. We introduce two novel tasks: MskQA, measuring reasoning on masked question-answeri…

Question Answering