From the arXiv
Tuesday, 9 June 2026 · 20 papers
Collaborative Human-Agent Protocol (CHAP)
This paper introduces the Collaborative Human-Agent Protocol (CHAP), a new standard for managing complex, multi-agent and human collaborations. CHAP defines a shared workspace to facilitate seamless interaction and coordination between humans and AI agents, particularly in operational roles involving critical decision-…
PRISM: Recovering Instruction Sets from Language Model Activations
PRISM recovers the set of active instructions guiding a language model's behavior by decoding its internal activations. Its core method involves training an activation-conditioned interpreter using GRPO to directly predict instruction sets, rewarding accurate coverage and penalizing unsupported ones. This approach allo…
SearchSwarm: Towards Delegation Intelligence in Agentic LLMs for Long-Horizon Deep Research
This paper introduces SearchSwarm, a method for enabling "delegation intelligence" in LLM agents for long-horizon research tasks. The core method involves a main agent decomposing tasks and delegating subtasks to subagents, which return summarized results to conserve the main agent's context. The contribution is a prel…
SecureClaw: Clawing Back Control of LLM Agents
SecureClaw introduces a dual-boundary architecture to secure LLM agents. It protects against unauthorized actions by requiring a PREVIEW-COMMIT protocol for state-changing writes, allowing only a trusted executor to commit actions. Sensitive data is protected by replacing raw values with opaque handles and bounded summ…
Rethinking the Divergence Regularization in LLM RL
This paper proposes Divergence Regularized Policy Optimization (DRPO) to improve the stability of Reinforcement Learning for Large Language Models (LLMs). DRPO replaces the hard masking used in previous methods with a smooth, advantage-weighted quadratic regularizer. This allows for more nuanced correction of policy sh…
Streaming Interventions: Can Video Large Language Models Correct Mistakes as They Occur?
This paper introduces Ego-MC-Bench, a benchmark designed to evaluate video LLMs' ability to proactively correct user mistakes in real-time during everyday tasks like cooking. The core method involves creating realistic cooking scenarios with deliberate errors to test the LLMs' reactive guidance capabilities. The main c…
IS-CoT: Breaking the Long-form Generation Collapse via Interleaved Structural Thinking
This paper addresses the "length collapse" issue in LLMs generating long-form content. Their core method, IS-CoT, introduces a dynamic "Plan-Write-Reflect" cycle directly within the generation process, allowing for continuous adaptation and global alignment. This approach overcomes the limitations of static planning an…
PsychoSafe: Eliciting Psychologically-Informed Refusals in Large Language Models
This paper introduces PsychoSafe, a novel framework for LLM refusals that moves beyond simple non-compliance. PsychoSafe reframes refusals as structured, psychologically-informed supportive communication, drawing on evidence-based intervention strategies. Its core contribution is demonstrating that this approach signif…
The Neutral Mask: How RLHF Provides Shallow Alignment while Leaving Partisan Structure Intact in a Large Language Model
This paper investigates how Reinforcement Learning from Human Feedback (RLHF) aligns large language models. The authors demonstrate that RLHF doesn't fundamentally alter a model's underlying partisan structure, but rather compresses its variance to produce neutral-sounding outputs. This suggests RLHF achieves shallow, …
AGENTSERVESIM: A Hardware-aware Simulator for Multi-Turn LLM Agent Serving
AGENTSERVESIM is a hardware-aware simulator designed to evaluate multi-turn LLM agent serving policies. Its core method involves simulating agent execution at a program level, accounting for stateful dynamics like turn dependencies and KV-cache management during tool invocations. This enables scalable and cost-effectiv…
An Agency-Transferring Model-Free Policy Enhancement Technique
This paper introduces an agency-transferring technique that enhances reinforcement learning (RL) training by leveraging a pre-existing, suboptimal baseline policy. The core method gradually shifts control from the baseline to a newly trained policy, improving efficiency and producing a superior final policy. This appro…
Multi-Turn Evaluation of Deep Research Agents Under Process-Level Feedback
This paper introduces a multi-turn evaluation framework for deep research agents (DRAs) that goes beyond single-shot assessments. Their core method, Research Gap Inference (RGI), analyzes rubric satisfaction to identify and provide process-level feedback, enabling DRAs to improve their research strategies. The key cont…
Observability for Delegated Execution in Agentic AI Systems
This paper addresses the challenge of understanding how LLM agents delegate tasks. The core method introduces an agent-aware observability substrate, including a gateway and a common information model, to reconstruct delegation-scoped execution. This contributes by enabling attribution and footprint reconstruction for …
OmniGameArena: A Unified UE5 Benchmark for VLM Game Agents with Improvement Dynamics
OmniGameArena introduces a unified benchmark for Vision-Language Model (VLM) agents in Unreal Engine 5 games, featuring diverse game modes and standardized interfaces. Its core contribution is the Improvement Dynamics Curve (IDC), a novel evaluation method that uses a tool-using LLM to autonomously refine agent prompts…
Proxy Reward Internalization and Mechanistic Exploitation: A Learned Precursor to Reward Hacking and Its Generalization
This paper introduces PRIME, a learned capability that allows RL agents to assess task correctness and predict proxy reward before reward hacking becomes apparent. PRIME enables agents to understand and exploit the gap between proxy rewards and true task goals. The research demonstrates that PRIME emerges before hackin…
SIGA: Self-Evolving Coding-Agent Adapters for Scientific Simulation
SIGA addresses the challenge of learning complex scientific simulator interfaces by framing it as an agent-tool grounding problem. Its core method involves creating "adapters" that equip off-the-shelf coding agents with the simulator's specific vocabulary, constraints, and validation rules. This contribution significan…
TABVERSE: Benchmarking Cross-Format Table Understanding in LLMs and VLMs
TABVERSE is a benchmark designed to isolate the impact of table representation on LLM and VLM understanding. It presents the same table content in various formats (HTML, Markdown, LaTeX, images) while controlling for question difficulty and category. This allows for systematic evaluation of how different representation…
Code Is More Than Text: Uncertainty Estimation for Code Generation
This paper introduces a novel approach to uncertainty estimation for code generation by recognizing code's unique properties beyond natural language. It proposes three orthogonal uncertainty axes – lexical, algorithmic, and functional – to capture token fragility, intent-code gaps, and executability. This multi-axis en…
iOSWorld: A Benchmark for Personally Intelligent Phone Agents
This paper introduces iOSWorld, a novel benchmark for evaluating personally intelligent phone agents. Its core method is a persistent user identity across 26 simulated iOS apps, enabling agents to reason over personal data like transactions and messages. The key contribution is the creation of a realistic, personalized…
What the Eyes See, the LLMs Miss: Exploiting Human Perception for Adversarial Text Attacks
This paper introduces Human-Perceptible Adversarial Attacks (HPAA) to exploit the limitations of LLM-based content moderation. The core method involves using visually salient typographic manipulations, like spacing and emphasis, to embed harmful content into benign text. This preserves human understanding while making …