ChainMark: Model-Free LLM Watermarking with Closed-Form Calibration

· Source: Artificial Intelligence · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Cybersecurity & Data Privacy · Depth: Expert, quick

Summary

ChainMark introduces a novel active watermark for LLMs, addressing regulatory mandates like the EU AI Act for machine-readable synthetic text. Unlike existing methods, ChainMark enables model-free detection, eliminating reliance on the generating LM. It partitions the vocabulary into S states using keyed SHA-256 and enforces a hard Markov transition on a fraction rho of positions. The detector performs O(n) hash operations with the same key. The system provides a closed-form S*(n, rho, alpha) for target False Positive Rate (FPR) calibration (Theorem 1) and a universal robustness threshold delta* = 1 - 1/sqrt(2) (approximately 29.3%) invariant across parameters (Theorem 2). It generalizes to any k-regular transition topology (Theorem 3). Empirically, ChainMark strictly dominates KGW and SWEET against translation and random-substitution attacks, restoring a 1% target FPR after one-corpus recalibration.

Key takeaway

For AI Security Engineers and NLP professionals needing to comply with regulations like the EU AI Act for synthetic text, ChainMark offers a robust, model-free watermarking solution. Its provable robustness threshold of approximately 29.3% and closed-form calibration provide strong guarantees. You should consider integrating ChainMark to ensure verifiable machine-readable marking of LLM outputs, enhancing compliance and resilience against common attacks.

Key insights

ChainMark offers a model-free LLM watermarking solution with provable robustness and closed-form calibration.

Principles

Method

ChainMark partitions vocabulary into S states via keyed SHA-256, forcing hard Markov transitions. Detection replays the partition from the same key in O(n) hash operations without LM access.

In practice

Topics

Best for: Research Scientist, CTO, VP of Engineering/Data, AI Scientist, AI Security Engineer, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.