paper-with-me

홈 › Papers

Watermarking LLM Agent Trajectories

2026-02-21 · Wenlong Meng, Chen Gong, Terry Yue Zhuo, Fan Zhang, Kecen Li, Zheng Liu, Zhou Yang, Chengkun Wei, Wenzhi Chen arxiv

LLM agents rely heavily on high-quality trajectory data to guide their problem-solving behaviors, yet producing such data requires substantial task design, high-capacity model generation, and manual filtering. Despite the high cost of creating these datasets, existing literature has overlooked copyright protection for LLM agent trajectories. This gap leaves creators vulnerable to data theft and makes it difficult to trace misuse or enforce ownership rights. This paper introduces ActHook, the first watermarking method tailored for agent trajectory datasets. Inspired by hook mechanisms in software engineering, ActHook embeds hook actions that are activated by a secret input key and do not alter the original task outcome. Like software execution, LLM agents operate sequentially, allowing hook actions to be inserted at decision points without disrupting task flow. When the activation key is present, an LLM agent trained on watermarked trajectories can produce these hook actions at a significantly higher rate, enabling reliable black-box detection. Experiments on mathematical reasoning, web searching, and software engineering agents show that ActHook achieves an average detection AUC of 94.3 on Qwen-2.5-Coder-7B while incurring negligible performance degradation.

📄 PDF Abstract BibTeX arXiv:2602.18700

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical Reasoning

Similar Papers 제목 키워드 기반

Sequential Behavioral Watermarking for LLM Agents

2026-05-11 · Hyeseon An, Shinwoo Park, Dongsu Kim, Yo-Sub Han arxiv

LLM-based agents act through sequences of executable decisions, but their trajectories provide little evidence of which agent or policy produced them, making provenance, ownership, and unauthorized reuse difficult to est…

AgentMark: Utility-Preserving Behavioral Watermarking for Agents

2026-01-05 · Kaibo Huang, Jin Tan, Yukun Wei, Wanling Li 외 arxiv

LLM-based agents are increasingly deployed to autonomously solve complex tasks, raising urgent needs for IP protection and regulatory provenance. While content watermarking effectively attributes LLM-generated outputs, i…

On Protecting Agentic Systems' Intellectual Property via Watermarking

2026-02-09 · Liwen Wang, Zongjie Li, Yuchong Xie, Shuai Wang 외 arxiv

The evolution of Large Language Models (LLMs) into agentic systems that perform autonomous reasoning and tool use has created significant intellectual property (IP) value. We demonstrate that these systems are highly vul…

A Unified Attack Detection Strategy for Multi-Agent Systems over Transient and Steady Stages

2025-01-07 · Jinming Gao, Yijing Wang, Wentao Zhang, Rui Zhao 외

This paper proposes a unified detection strategy against three kinds of attacks for multi-agent systems (MASs) which is applicable to both transient and steady stages. For attacks on the communication layer, a watermarki…

Agentic Copyright Watermarking against Adversarial Evidence Forgery with Purification-Agnostic Curriculum Proxy Learning

2024-09-03 · Erjin Bao, Ching-Chun Chang, Hanrui Wang, Isao Echizen

With the proliferation of AI agents in various domains, protecting the ownership of AI models has become crucial due to the significant investment in their development. Unauthorized use and illegal distribution of these …