paper-with-me

홈 › Papers

DUPLEX: Agentic Dual-System Planning via LLM-Driven Information Extraction

2026-03-25 · Keru Hua, Ding Wang, Yaoying Gu, Xiaoguang Ma arxiv

While Large Language Models (LLMs) provide semantic flexibility for robotic task planning, their susceptibility to hallucination and logical inconsistency limits their reliability in long-horizon domains. To bridge the gap between unstructured environments and rigorous plan synthesis, we propose DUPLEX, an agentic dual-system neuro-symbolic architecture that strictly confines the LLM to schema-guided information extraction rather than end-to-end planning or code generation. In our framework, a feed-forward Fast System utilizes a lightweight LLM to extract entities, relations etc. from natural language, deterministically mapping them into a Planning Domain Definition Language (PDDL) problem file for a classical symbolic planner. To resolve complex or underspecified scenarios, a Slow System is activated exclusively upon planning failure, leveraging solver diagnostics to drive a high-capacity LLM in iterative reflection and repair. Extensive evaluations across 12 classical and household planning domains demonstrate that DUPLEX significantly outperforms existing end-to-end and hybrid LLM baselines in both success rate and reliability. These results confirm that The key is not to make the LLM plan better, but to restrict the LLM to the part it is good at - structured semantic grounding - and leave logical plan synthesis to a symbolic planner.

📄 PDF Abstract BibTeX arXiv:2603.23909

Code (0)

등록된 구현이 없습니다.

Tasks

Information ExtractionCode Generation

Similar Papers 제목 키워드 기반

Energy Efficient UAV Communication with Energy Harvesting

2019-12-24

This paper investigates an unmanned aerial vehicle (UAV)-enabled wireless communication system with energy harvesting, where the UAV transfers energy to the users in half duplex or full duplex, and the users harvest ener…

Visual Inception: Compromising Long-term Planning in Agentic Recommenders via Multimodal Memory Poisoning

2026-04-18 · Jiachen Qian arxiv

The evolution from static ranking models to Agentic Recommender Systems (Agentic RecSys) empowers AI agents to maintain long-term user profiles and autonomously plan service tasks. While this paradigm shift enhances pers…

Agentic AI-RAN: Enabling Intent-Driven, Explainable and Self-Evolving Open RAN Intelligence

2026-02-27 · Zhizhou He, Yang Luo, Xinkai Liu, Mahdi Boloursaz Mashhadi 외 arxiv

Open RAN (O-RAN) exposes rich control and telemetry interfaces across the Non-RT RIC, Near-RT RIC, and distributed units, but also makes it harder to operate multi-tenant, multi-objective RANs in a safe and auditable man…

AgenticCache: Cache-Driven Asynchronous Planning for Embodied AI Agents

2026-04-27 · Hojoon Kim, Yuheng Wu, Thierry Tambe arxiv

Embodied AI agents increasingly rely on large language models (LLMs) for planning, yet per-step LLM calls impose severe latency and cost. In this paper, we show that embodied tasks exhibit strong plan locality, where the…

Characterization of Multi-Model Agentic AI Systems on General Tasks via Trace-Driven Simulation

2026-06-01 · Donghwan Kim, Prakhar Singh, Younghoon Min, Jongryool Kim 외 arxiv

Agentic AI completes tasks through iterative planning, tool use, and reasoning based on observed outcomes. Despite its popularity, its system-level behavior remains poorly understood, particularly for complex datasets an…