paper-with-me

Papers

PAACE: A Plan-Aware Automated Agent Context Engineering Framework

2025-12-18 · Kamer Ali Yuksel arxiv

Large Language Model (LLM) agents are increasingly deployed in complex, multi-step workflows involving planning, tool use, reflection, and interaction with external knowledge systems. These workflows generate rapidly expanding contexts that must be curated, transformed, and compressed to maintain fidelity, avoid attention dilution, and reduce inference cost. Prior work on summarization and query-aware compression largely ignores the multi-step, plan-aware nature of agentic reasoning. In this work, we introduce PAACE (Plan-Aware Automated Context Engineering), a unified framework for optimizing the evolving state of LLM agents through next-k-task relevance modeling, plan-structure analysis, instruction co-refinement, and function-preserving compression. PAACE comprises (1) PAACE-Syn, a large-scale generator of synthetic agent workflows annotated with stepwise compression supervision, and (2) PAACE-FT, a family of distilled, plan-aware compressors trained from successful teacher demonstrations. Experiments on long-horizon benchmarks (AppWorld, OfficeBench, and 8-Objective QA) demonstrate that PAACE consistently improves agent correctness while substantially reducing context load. On AppWorld, PAACE achieves higher accuracy than all baselines while lowering peak context and cumulative dependency. On OfficeBench and multi-hop QA, PAACE improves both accuracy and F1, achieving fewer steps, lower peak tokens, and reduced attention dependency. Distilled PAACE-FT retains 97 percent of the teacher's performance while reducing inference cost by over an order of magnitude, enabling practical deployment of plan-aware compression with compact models.

📄 PDF Abstract BibTeX arXiv:2512.16970

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Memory-Based Set Point Modulation for Improved Transient Response of Distributed Energy Resources

2024-05-11 · Milad Beikbabaei, Brady Alexander, Ashwin Venkataramanan, Ali Mehrizi-Sani

As the composition of the power grid evolves to integrate more renewable generation, its reliance on distributed energy resources (DER) is increasing. Existing DERs are often controlled with proportional integral (PI) co…

A context-aware knowledge acquisition for planning applications using ontologies

2019-04-19 · Mohannad Babli, Eva Onaindia

Automated planning technology has developed significantly. Designing a planning model that allows an automated agent to be capable of reacting intelligently to unexpected events in a real execution environment yet remain…

CueTip: An Interactive and Explainable Physics-aware Pool Assistant

2025-01-30 · Sean Memery, Kevin Denamganai, Jiaxin Zhang, Zehai Tu 외

We present an interactive and explainable automated coaching assistant called CueTip for a variant of pool/billiards. CueTip's novelty lies in its combination of three features: a natural-language interface, an ability t…

Qwen-Image-Agent: Bridging the Context Gap in Real-World Image Generation

2026-06-25 · Zekai Zhang, Jiahao Li, Jie Zhang, Kaiyuan Gao 외 arxiv

While text-to-image (T2I) models have achieved remarkable progress, they struggle with real-world requests that are often underspecified, implicit, or dependent on up-to-date knowledge. We identify this challenge as the …

Image Generation

LPS-Bench: Benchmarking Safety Awareness of Computer-Use Agents in Long-Horizon Planning under Benign and Adversarial Scenarios

2026-02-03 · Tianyu Chen, Chujia Hu, Ge Gao, Dongrui Liu 외 arxiv

Computer-use agents (CUAs) that interact with real computer systems can perform automated tasks but face critical safety risks. Ambiguous instructions may trigger harmful actions, and adversarial users can manipulate too…