CLAIOct 10, 2025

A Linguistics-Aware LLM Watermarking via Syntactic Predictability

arXiv:2510.13829v11 citationsh-index: 5Has Code
Originality Incremental advance
AI Analysis

This addresses the need for reliable governance tools in AI by enabling publicly verifiable watermarking without model logits, though it is incremental as it builds on existing watermarking approaches.

The paper tackles the problem of balancing text quality and detection robustness in publicly verifiable watermarking for LLMs, introducing STELA, a framework that uses linguistic indeterminacy to dynamically modulate watermark strength, and shows it surpasses prior methods in detection robustness across diverse languages.

As large language models (LLMs) continue to advance rapidly, reliable governance tools have become critical. Publicly verifiable watermarking is particularly essential for fostering a trustworthy AI ecosystem. A central challenge persists: balancing text quality against detection robustness. Recent studies have sought to navigate this trade-off by leveraging signals from model output distributions (e.g., token-level entropy); however, their reliance on these model-specific signals presents a significant barrier to public verification, as the detection process requires access to the logits of the underlying model. We introduce STELA, a novel framework that aligns watermark strength with the linguistic degrees of freedom inherent in language. STELA dynamically modulates the signal using part-of-speech (POS) n-gram-modeled linguistic indeterminacy, weakening it in grammatically constrained contexts to preserve quality and strengthen it in contexts with greater linguistic flexibility to enhance detectability. Our detector operates without access to any model logits, thus facilitating publicly verifiable detection. Through extensive experiments on typologically diverse languages-analytic English, isolating Chinese, and agglutinative Korean-we show that STELA surpasses prior methods in detection robustness. Our code is available at https://github.com/Shinwoo-Park/stela_watermark.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes