paper-with-me

Papers

Requesting Expert Reasoning: Augmenting LLM Agents with Learned Collaborative Intervention

2026-02-26 · Zhiming Wang, Jinwei He, Feng Lu arxiv

Large Language Model (LLM) based agents excel at general reasoning but often fail in specialized domains where success hinges on long-tail knowledge absent from their training data. While human experts can provide this missing knowledge, their guidance is often unstructured and unreliable, making its direct integration into an agent's plan problematic. To address this, we introduce AHCE (Active Human-Augmented Challenge Engagement), a framework for on-demand Human-AI collaboration. At its core, the Human Feedback Module (HFM) employs a learned policy to treat the human expert as an interactive reasoning tool. Extensive experiments in Minecraft demonstrate the framework's effectiveness, increasing task success rates by 32% on normal difficulty tasks and nearly 70% on highly difficult tasks, all with minimal human intervention. Our work demonstrates that successfully augmenting agents requires learning how to request expert reasoning, moving beyond simple requests for help.

📄 PDF Abstract BibTeX arXiv:2602.22546

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Framework for Learning to Request Rich and Contextually Useful Information from Humans

2021-10-14 · Khanh Nguyen, Yonatan Bisk, Hal Daumé III

When deployed, AI agents will encounter problems that are beyond their autonomous problem-solving capabilities. Leveraging human assistance can help agents overcome their inherent limitations and robustly cope with unfam…

Decision MakingHierarchical Reinforcement Learning

ShortcutsBench: A Large-Scale Real-world Benchmark for API-based Agents

2024-06-28 · Haiyang Shen, Yue Li, Desong Meng, Dongqi Cai 외

Recent advancements in integrating large language models (LLMs) with application programming interfaces (APIs) have gained significant interest in both academia and industry. Recent work demonstrates that these API-based…

How to Build AI Agents by Augmenting LLMs with Codified Human Expert Domain Knowledge? A Software Engineering Framework

2026-01-21 · Choro Ulan uulu, Mikhail Kulyabin, Iris Fuhrmann, Jan Joosten 외 arxiv

Critical domain knowledge typically resides with few experts, creating organizational bottlenecks in scalability and decision-making. Non-experts struggle to create effective visualizations, leading to suboptimal insight…

Code Generation

Robot-Gated Interactive Imitation Learning with Adaptive Intervention Mechanism

2025-06-10 · Haoyuan Cai, Zhenghao Peng, Bolei Zhou

Interactive Imitation Learning (IIL) allows agents to acquire desired behaviors through human interventions, but current methods impose high cognitive demands on human supervisors. We propose the Adaptive Intervention Me…

Imitation Learning

Maestro: Reinforcement Learning to Orchestrate Hierarchical Model-Skill Ensembles

2026-05-21 · Jinyang Wu, Guocheng Zhai, Ruihan Jin, Yuhao Shen 외 arxiv

The proliferation of large language models (LLMs) and modular skills has endowed autonomous agents with increasingly powerful capabilities. Existing frameworks typically rely on monolithic LLMs and fixed logic to interfa…

Computational EfficiencyReinforcement LearningMathematical Reasoning