English

SWAN: Semantic Watermarking with Abstract Meaning Representation

Computation and Language 2026-05-07 v1 Artificial Intelligence Cryptography and Security Computers and Society

Abstract

We introduce SWAN (Semantic Watermarking with Abstract Meaning Representation), a novel framework that embeds watermark signatures into the semantic structure of a sentence using Abstract Meaning Representation (AMR). In contrast to existing watermarking methods, which typically encode signatures by adjusting token selection preferences during text generation, SWAN embeds the signature directly in the sentence's semantic representation. As the signature is encoded at the semantic structure level, any paraphrase that preserves meaning automatically preserves the signature. SWAN is training-free: watermark injection is achieved by prompting an LLM to generate sentences guided by a selected AMR template while maintaining contextual coherence, and detection uses an off-the-shelf AMR parser followed by a simple one-proportion z-test. Empirical evaluation on the RealNews benchmark shows SWAN matches state-of-the-art detection performance on unaltered watermarked text, while significantly improving robustness against paraphrasing, increasing detection AUC by up to 13.9 percentage points compared to prior methods. These results demonstrate that SWAN's approach of anchoring watermarks in AMR semantic structures provides a simple, effective, and prompt-based method for robust text provenance verification under paraphrasing, opening new avenues for semantic-level watermarking research.

Keywords

Cite

@article{arxiv.2605.04305,
  title  = {SWAN: Semantic Watermarking with Abstract Meaning Representation},
  author = {Ziping Ye and Gourab Dey and Christos Christodoulopoulos and Charith Peris and Anil Ramakrishna and Weitong Ruan and Aram Galstyan and Kai-Wei Chang and Rahul Gupta and Ninareh Mehrabi},
  journal= {arXiv preprint arXiv:2605.04305},
  year   = {2026}
}

Comments

Accepted to ACL 2026 Main

R2 v1 2026-07-01T12:51:52.579Z