English

DRAFT: Task Decoupled Latent Reasoning for Agent Safety

Machine Learning 2026-04-07 v1

Abstract

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.

Keywords

Cite

@article{arxiv.2604.03242,
  title  = {DRAFT: Task Decoupled Latent Reasoning for Agent Safety},
  author = {Lin Wang and Junfeng Fang and Dan Zhang and Fei Shen and Xiang Wang and Tat-Seng Chua},
  journal= {arXiv preprint arXiv:2604.03242},
  year   = {2026}
}
R2 v1 2026-07-01T11:53:10.759Z