paper-with-me

Papers

Diagnosing Live Within-Policy Instruction Conflicts in LLM Agents with Witnessed Resolution Profiles

2026-05-27 · Lu Yan, Xuan Chen, Xiangyu Zhang arxiv

LLM agents are governed by long-lived natural-language prompt policies, but individually reasonable standing rules can interact in uninspected ways. We study live intra-policy rule-conflict diagnosis: finding rule pairs inside a single prompt policy that can co-govern a realistic state, and measuring how models resolve that pressure in responses or tool actions. We introduce WIRE, a Witnessed Intra-policy Rule Evaluation pipeline. WIRE extracts source-grounded rules, encodes them as PyRule clauses, uses satisfiability checks to retain same-surface hard-collision candidates, realizes those candidates as concrete co-governance witnesses, and judges model outputs against the original source-rule text. Across six public prompt policies, WIRE extracts 276 source rules and 560 atomic clauses, classifies 30,944 within-policy clause-pair comparisons, retains 170 encoded hard-collision candidate source-rule pairs, and realizes them as 1,402 concrete witnesses. In policy-only evaluation, these witnesses yield 13,335 post- generation trials where both source rules govern and both compliance labels are judgeable. Only 35.4% fall in joint compliance; 64.6% violate at least one governed source rule. These profiles are conditional diagnostics for WIRE-selected candidates, not deployment-frequency or causal excess failure estimates, but they reveal distinct policy, model, and tool-action resolution patterns.

📄 PDF Abstract BibTeX arXiv:2605.27784

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Where Instruction Hierarchy Breaks: Diagnosing and Repairing Failures in Reasoning Language Models

2026-06-05 · Sanjay Kariyappa, G. Edward Suh arxiv

Reasoning language models deployed in agentic workflows must follow an instruction hierarchy: when instructions from different sources conflict, the model should obey the highest-privilege applicable instruction. Existin…

IH-Challenge: A Training Dataset to Improve Instruction Hierarchy on Frontier LLMs

2026-03-11 · Chuan Guo, Juan Felipe Ceron Uribe, Sicheng Zhu, Christopher A. Choquette-Choo 외 arxiv

Instruction hierarchy (IH) defines how LLMs prioritize system, developer, user, and tool instructions under conflict, providing a concrete, trust-ordered policy for resolving instruction conflicts. IH is key to defending…

Reinforcement Learning

CCIN: Compositional Conflict Identification and Neutralization for Composed Image Retrieval

2025-01-01 · CVPR 2025 1 · Likai Tian, Jian Zhao, Zechao Hu, Zhengwei Yang 외

Composed Image Retrieval (CIR) is a multi-modal task that seeks to retrieve target images by harmonizing a reference image with a modified instruction. A key challenge in CIR lies in compositional conflicts between t…

Image RetrievalRetrieval

DaGRPO: Rectifying Gradient Conflict in Reasoning via Distinctiveness-Aware Group Relative Policy Optimization

2025-12-06 · Xuan Xie, Xuan Wang, Wenjie Wang, Shuai Chen 외 arxiv

The evolution of Large Language Models (LLMs) has catalyzed a paradigm shift from superficial instruction following to rigorous long-horizon reasoning. While Group Relative Policy Optimization (GRPO) has emerged as a piv…

Mathematical ReasoningInstruction FollowingData Augmentation

ConInstruct: Evaluating Large Language Models on Conflict Detection and Resolution in Instructions

2025-11-18 · Xingwei He, Qianru Zhang, Pengfei Chen, Guanhua Chen 외 arxiv

Instruction-following is a critical capability of Large Language Models (LLMs). While existing works primarily focus on assessing how well LLMs adhere to user instructions, they often overlook scenarios where instruction…