paper-with-me

홈 › Papers

Analyzing and Internalizing Complex Policy Documents for LLM Agents

2025-10-13 · Jiateng Liu, Zhenhailong Wang, Xiaojiang Huang, Yingjie Li, Xing Fan, Xiang Li, Chenlei Guo, Ruhi Sarikaya, Heng Ji arxiv

Large Language Model (LLM)-based agentic systems rely on in-context policy documents encoding diverse business rules. As requirements grow, these documents expand rapidly, causing high computational overhead. This motivates developing internalization methods that embed policy documents into model priors while preserving performance. Prior prompt compression work targets generic prompts, but agentic policy documents span multiple complexity levels and require deeper reasoning, making internalization harder. We introduce CC-Gen, an agentic benchmark generator with Controllable Complexity across four levels, enabling systematic evaluation of agents' ability to handle complexity and offering a unified framework for assessing policy internalization. Our analysis shows that complex policy specifications governing workflows pose major reasoning challenges. Supporting internalization with gold user agent interaction trajectories containing chain-of-thought (CoT) annotations via supervised fine-tuning (SFT) is data-intensive and degrades sharply as policy complexity increases. To mitigate data and reasoning burdens, we propose Category-Aware Policy Continued Pretraining (CAP-CPT). Our automated pipeline parses policy documents to extract key specifications, grouping them into factual, behavioral, and conditional categories, and isolating complex conditions that drive workflow complexity. This guides targeted data synthesis and enables agents to internalize policy information through an autoregressive pretraining loss. Experiments show CAP-CPT improves SFT baselines in all settings, with up to 41% and 22% gains on Qwen-3-32B, achieving 97.3% prompt length reduction on CC-Gen and further enhancing tau-Bench with minimal SFT data.

📄 PDF Abstract BibTeX arXiv:2510.11588

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SIRI: Self-Internalizing Reinforcement Learning with Intrinsic Skills for LLM Agent Training

2026-06-01 · Zhongyu He, Yuanfan Li, Fei Huang, Tianyu Chen 외 arxiv

Long-horizon LLM agents can benefit from reusable skills, yet existing skill-based methods often rely on external skill generators during training or persistent skill retrieval at inference, increasing engineering comple…

Reinforcement Learning

Harnessing AI for efficient analysis of complex policy documents: a case study of Executive Order 14110

2024-06-10 · Mark A. Kramer, Allen Leavens, Alexander Scarlat

Policy documents, such as legislation, regulations, and executive orders, are crucial in shaping society. However, their length and complexity make interpretation and application challenging and time-consuming. Artificia…

Question Answering

FinanceComplexQA: Benchmarking Agentic Reasoning on Industrial-grade Financial Documents

2026-07-21 · Xianfu Cheng, Shiwei Zhang, Jiyu Zhao, Jian Yang 외 hf

Agentic Reasoning has become a transformative force in financial analysis due to its ability to integrate large-scale information and generate reliable and accurate content. However, when handling complex real-world prob…

Internalizing Academic Writing Workflows for Introduction Generation via Struct-Aware Policy Learning

2026-08-04 · Meicong Zhang, Tiancheng Su, Jiahao Cheng, Guoxiu He 외 arxiv

Generating a rigorous paper introduction with large language models (LLMs) remains challenging, since it requires coordinating background, gap identification, method and contribution within a coherent narrative. Existing…

Learning While Acting: A Skill-Enhanced Test-Time Co-Evolution Framework for Online Lifelong Learning Agents

2026-06-03 · Bo Mao, Jie Zhou, Yutao Yang, Xin Li 외 arxiv

Lifelong learning is essential for Large Language Model (LLM) agents operating in dynamic, interactive environments. However, existing lifelong learning agents for long-horizon tasks typically depend on discrete skill or…

Reinforcement Learning