paper-with-me

Papers

Adaptive Latent Agentic Reasoning

2026-06-01 · Dongwon Jung, Peng Shi, Yi Zhang, Junshan Zhang, Muhao Chen arxiv

Large reasoning models improve performance by generating extended chain-of-thought (CoT) reasoning, but this behavior becomes inefficient when applied to LLM agents. Current LLM agents often generate verbose textual reasoning at every decision step and allocate reasoning effort nearly uniformly across turns, leading to substantial inefficiency in multi-turn agentic trajectories. We propose Adaptive Latent Agentic Reasoning (ALAR), a dual-mode framework that uses compact latent reasoning for routine turns and selectively escalates to explicit chain-of-thought when deeper deliberation is needed. ALAR learns latent reasoning by using the agent's actions as supervision anchors and is further optimized to use latent reasoning when it is sufficient for task success and reserve explicit CoT for harder decisions. Experiments on agentic search and tool-use benchmarks show that ALAR maintains comparable or better task accuracy while substantially reducing generated tokens by up to 43.6% in search and 84.6% in tool use. These results demonstrate that ALAR improves the accuracy-efficiency trade-off of LLM agents by reducing unnecessary textual reasoning while preserving explicit deliberation for harder decision steps.

📄 PDF Abstract BibTeX arXiv:2606.02871

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Beacon: Knowing When and How to Perform Agentic Visual Reasoning

2026-07-30 · Qixun Wang, Yang Shi, Letian Cheng, Zhuoran Zhang 외 arxiv

The fundamental goal of agentic visual reasoning is to improve the success rate of multimodal large language models (MLLMs) on complex tasks, rather than merely equipping them with a sophisticated yet inefficient reasoni…

Reinforcement LearningVisual Reasoning

ATLAS: Agentic or Latent Visual Reasoning? One Word is Enough for Both

2026-05-14 · Ziyu Guo, Rain Liu, Xinyan Chen, Pheng-Ann Heng arxiv

Visual reasoning, often interleaved with intermediate visual states, has emerged as a promising direction in the field. A straightforward approach is to directly generate images via unified models during reasoning, but t…

Visual Reasoning

PASS: Probabilistic Agentic Supernet Sampling for Interpretable and Adaptive Chest X-Ray Reasoning

2025-08-14 · Yushi Feng, Junye Du, Yingying Hong, Qifan Wang 외 arxiv

Existing tool-augmented agentic systems are limited in the real world by (i) black-box reasoning steps that undermine trust of decision-making and pose safety risks, (ii) poor multimodal integration, which is inherently …

Reinforcement LearningSemantic Similarity

A$^2$FM: An Adaptive Agent Foundation Model for Tool-Aware Hybrid Reasoning

2025-10-13 · Qianben Chen, Jingyi Cao, Jiayu Zhang, Tianrui Qin 외 arxiv

Large language models split into two families: reasoning-centric LLMs, which strengthen internal chain-of-thought reasoning but cannot invoke external tools, and agentic LLMs, which learn to interact with environments an…

VideoThinker: Building Agentic VideoLLMs with LLM-Guided Tool Reasoning

2026-01-22 · Chenglin Li, Qianglong Chen, Feng Han, Yikun Wang 외 arxiv

Long-form video understanding remains a fundamental challenge for current Video Large Language Models. Most existing models rely on static reasoning over uniformly sampled frames, which weakens temporal localization and …