paper-with-me

홈 › 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 establish from observed behavior alone. This motivates watermarking signals embedded directly into agent behavior rather than only into generated text, since text watermarking cannot capture the action-level decisions that define agent execution. Recent agent watermarking methods address this gap by moving the watermark from generated text to behavioral choices. However, by treating each action step as an independent trial, they overlook trajectory structure and become fragile when trajectories are perturbed, truncated, or observed without reliable alignment. We propose SeqWM, a sequential behavioral watermarking framework that embeds signals into history-conditioned transition patterns and verifies trajectories position-agnostically against random-key baselines. Experiments across diverse agent benchmarks and LLM backbones show that SeqWM consistently achieves reliable detection while preserving agent utility, and remains robust under trajectory corruption where round-indexed behavioral watermarks collapse.

📄 PDF Abstract BibTeX arXiv:2605.11036

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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…

Unified Models of Human Behavioral Agents in Bandits, Contextual Bandits and RL

2020-05-10 · Baihan Lin, Guillermo Cecchi, Djallel Bouneffouf, Jenna Reinen 외

Artificial behavioral agents are often evaluated based on their consistent behaviors and performance to take sequential actions in an environment to maximize some notion of cumulative reward. However, human decision maki…

Decision MakingLifelong learningMulti-Armed BanditsReinforcement Learning (RL)+1

Data Watermarking for Sequential Recommender Systems

2024-11-20 · Sixiao Zhang, Cheng Long, Wei Yuan, Hongxu Chen 외

In the era of large foundation models, data has become a crucial component in building high-performance AI systems. As the demand for high-quality and large-scale data continues to rise, data copyright protection is attr…

MemorizationRecommendation SystemsSequential Recommendation

Watermarking LLM Agent Trajectories

2026-02-21 · Wenlong Meng, Chen Gong, Terry Yue Zhuo, Fan Zhang 외 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 th…

Mathematical Reasoning

How Consistent Are LLM Agents? Measuring Behavioral Reproducibility in Multi-Step Tool-Calling Pipelines

2026-04-23 · Abel Yagubyan arxiv

Large language model (LLM) agents with tool-calling capabilities are increasingly deployed in production systems, yet a fundamental reliability question remains under-explored: does the same agent behave the same way twi…