LGFeb 11

DRAFT: Task Decoupled Latent Reasoning for Agent Safety

arXiv:2604.032421 citationsh-index: 2
Originality Highly original
AI Analysis

This addresses safety monitoring for LLM agents in long, noisy interaction trajectories, representing an incremental advance with a novel method for a known bottleneck.

The paper tackles the problem of monitoring safety in tool-using LLM agents by proposing DRAFT, a latent reasoning framework that decouples safety judgment into two stages, achieving an accuracy improvement from 63.27% to 91.18% on benchmarks.

The advent of tool-using LLM agents shifts safety monitoring from output moderation to auditing long, noisy interaction trajectories, where risk-critical evidence is sparse-making standard binary supervision poorly suited for credit assignment. To address this, we propose DRAFT (Task Decoupled Latent Reasoning for Agent Safety), a latent reasoning framework that decouples safety judgment into two trainable stages: an Extractor that distills the full trajectory into a compact continuous latent draft, and a Reasoner that jointly attends to the draft and the original trajectory to predict safety. DRAFT avoids lossy explicit summarize-then-judge pipelines by performing evidence aggregation in latent space, enabling end-to-end differentiable training.Across benchmarks including ASSEBench and R-Judge, DRAFT consistently outperforms strong baselines, improving accuracy from 63.27% (LoRA) to 91.18% averaged over benchmarks, and learns more separable representations. Ablations demonstrate a clear synergy between the Extractor and the Reasoner.Overall, DRAFT suggests that continuous latent reasoning prior to readout is a practical path to robust agent safety under long-context supervision with sparse evidence.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes