paper-with-me

홈 › Papers

From Passive to Active Reasoning: Can Large Language Models Ask the Right Questions under Incomplete Information?

2025-06-09 · Zhanke Zhou, Xiao Feng, Zhaocheng Zhu, Jiangchao Yao, Sanmi Koyejo, Bo Han

While existing benchmarks probe the reasoning abilities of large language models (LLMs) across diverse domains, they predominantly assess passive reasoning, providing models with all the information needed to reach a solution. By contrast, active reasoning-where an LLM must interact with external systems to acquire missing evidence or data-has received little systematic attention. To address this shortfall, we present AR-Bench, a novel benchmark designed explicitly to evaluate an LLM's active reasoning skills. AR-Bench comprises three task families-detective cases, situation puzzles, and guessing numbers-that together simulate real-world, agentic scenarios and measure performance across commonsense, logical, and symbolic reasoning challenges. Empirical evaluation on AR-Bench demonstrates that contemporary LLMs exhibit pronounced difficulties with active reasoning: they frequently fail to acquire or leverage the information needed to solve tasks. This gap highlights a stark divergence between their passive and active reasoning abilities. Moreover, ablation studies indicate that even advanced strategies, such as tree-based searching or post-training approaches, yield only modest gains and fall short of the levels required for real-world deployment. Collectively, these findings highlight the critical need to advance methodology for active reasoning, e.g., incorporating interactive learning, real-time feedback loops, and environment-aware objectives for training. The benchmark is publicly available at: https://github.com/tmlr-group/AR-Bench.

📄 PDF Abstract BibTeX arXiv:2506.08295

Code (1)

tmlr-group/ar-bench 공식 구현

Similar Papers 제목 키워드 기반

MoRight: Motion Control Done Right

2026-04-08 · Shaowei Liu, Xuanchi Ren, Tianchang Shen, Huan Ling 외 arxiv

Generating motion-controlled videos--where user-specified actions drive physically plausible scene dynamics under freely chosen viewpoints--demands two capabilities: (1) disentangled motion control, allowing users to sep…

Toward Grounded Commonsense Reasoning

2023-06-14 · Minae Kwon, Hengyuan Hu, Vivek Myers, Siddharth Karamcheti 외

Consider a robot tasked with tidying a desk with a meticulously constructed Lego sports car. A human may recognize that it is not appropriate to disassemble the sports car and put it away as part of the "tidying." How ca…

Language Modelling

Turn Passive to Active: A Survey on Active Intellectual Property Protection of Deep Learning Models

2023-10-15 · Mingfu Xue, Leo Yu Zhang, Yushu Zhang, Weiqiang Liu

The intellectual property protection of deep learning (DL) models has attracted increasing serious concerns. Many works on intellectual property protection for Deep Neural Networks (DNN) models have been proposed. The va…

Management

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 외 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 extensiv…

Mathematical ReasoningQuestion AnsweringCode Generation

From Passive Reuse to Active Reasoning: Grounding Large Language Models for Neuro-Symbolic Experience Replay

2026-05-10 · Yanan Xiao, Yixiang Tang, Zechen Feng, Lu Jiang 외 arxiv

While experience replay is essential for data efficiency in reinforcement learning (RL), standard methods treat the replay buffer as a passive memory system, prioritizing samples based on numerical prediction errors rath…

Reinforcement Learning