Distilling the Thought, Watermarking the Answer: A Principle Semantic Guided Watermark for Large Reasoning Models
Shuliang Liu, Xingyu Li, Hongyi Liu, Yibo Yan, Bingchen Duan, Qi Zheng, Dong Fang, Lingfeng Su, Xuming Hu
TL;DR
ReasonMark addresses watermarking for reasoning-intensive LLMs by decoupling the thinking and answering phases. It distills semantic anchors from the thinking trace into a Principal Semantic Vector (PSV) via Critical Tokens and PCA, then uses PSV to guide a semantically-adaptive watermark during the answer phase. The approach combines Global Causal Contribution (GCC) and Competitive Persistence Scoring (CPS) to identify CTs and creates a unified Criticality Score (CS) to select them. Experiments across text generation, translation, and mathematical reasoning show improved text quality, stronger watermark detectability, and robustness to attacks with negligible latency, demonstrating practical viability for trusted deployment.
Abstract
Reasoning Large Language Models (RLLMs) excelling in complex tasks present unique challenges for digital watermarking, as existing methods often disrupt logical coherence or incur high computational costs. Token-based watermarking techniques can corrupt the reasoning flow by applying pseudo-random biases, while semantic-aware approaches improve quality but introduce significant latency or require auxiliary models. This paper introduces ReasonMark, a novel watermarking framework specifically designed for reasoning-intensive LLMs. Our approach decouples generation into an undisturbed Thinking Phase and a watermarked Answering Phase. We propose a Criticality Score to identify semantically pivotal tokens from the reasoning trace, which are distilled into a Principal Semantic Vector (PSV). The PSV then guides a semantically-adaptive mechanism that modulates watermark strength based on token-PSV alignment, ensuring robustness without compromising logical integrity. Extensive experiments show ReasonMark surpasses state-of-the-art methods by reducing text Perplexity by 0.35, increasing translation BLEU score by 0.164, and raising mathematical accuracy by 0.67 points. These advancements are achieved alongside a 0.34% higher watermark detection AUC and stronger robustness to attacks, all with a negligible increase in latency. This work enables the traceable and trustworthy deployment of reasoning LLMs in real-world applications.
