paper-with-me

Papers

DRAFT: Task Decoupled Latent Reasoning for Agent Safety

2026-02-11 · Lin Wang, Junfeng Fang, Dan Zhang, Fei Shen, Xiang Wang, Tat-Seng Chua arxiv

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.

📄 PDF Abstract BibTeX arXiv:2604.03242

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

DRAFT-RL: Multi-Agent Chain-of-Draft Reasoning for Reinforcement Learning-Enhanced LLMs

2025-11-25 · Yuanhao Li, Mingshan Liu, Hongbo Wang, Yiding Zhang 외 arxiv

Large Language Models (LLMs) have shown impressive capabilities in multi-step reasoning and problem-solving.Recent works introduce multi-agent reflection frameworks where multiple LLM agents critique and refine each othe…

Reinforcement Learning

CopT: Contrastive On-Policy Thinking with Continuous Spaces for General and Agentic Reasoning

2026-05-19 · Dachuan Shi, Hanlin Zhu, Xiangchi Yuan, Wanjia Zhao 외 arxiv

Chain-of-thought (CoT) is a standard approach for eliciting reasoning capabilities from large language models (LLMs). However, the common CoT paradigm treats thinking as a prerequisite for answering, which can delay acce…

DrafterBench: Benchmarking Large Language Models for Tasks Automation in Civil Engineering

2025-07-15 · Yinsheng Li, Zhen Dong, Yi Shao

Large Language Model (LLM) agents have shown great potential for solving real-world problems and promise to be a solution for tasks automation in industry. However, more benchmarks are needed to systematically evaluate a…

BenchmarkingInstruction FollowingLarge Language Model

Chemical Chain-of-Thought Functions as a Hallucination-Prone Molecular Scratchpad

2026-07-23 · Jiatong Li, Yuxuan Ren, Weida Wang, Xiaoyong Wei 외 arxiv

Chemical reasoning language models are expected to derive molecular answers through faithful chain-of-thought (CoT). However, across four reasoning model families and twelve chemistry tasks, hallucination is widespread a…

Decoupled Contrastive Decoding via Expert-Aligned Drafting

2026-08-13 · Zhixuan Liu, Zhichen Dong, Yuanfu Wang, Chao Yang arxiv

Contrastive Decoding (CD) improves generation quality, but its amateur-model pass makes decoding expensive. Accelerating CD with speculative decoding raises a proposal-alignment question: should the contrastive signal sh…