Watermarks are invisible signatures meant to flag AI generated text. A new medical AI benchmark finds they garble clinical terms and drop image findings, and standard tests don't catch it.
Take a radiology-style note that swaps "pneumothorax" for a near-cousin the model invented, or omits the nodule an unwatermarked version would have flagged. The note still carries the invisible signature meant to certify it as AI-generated. A new benchmark argues the field's standard tests can't tell the difference.
A preprint from researchers behind "Marking the Wrong Symptoms: Evaluating LLM Watermarks in Medical Texts" is, per its authors, the first rigorous study of how LLM watermarks, the invisible signatures meant to flag AI-generated text, change clinical output. The team ran 5 watermarking schemes against 11 large language models (the text generators behind chatbots and clinical-drafting tools) and 7 vision-language models (systems that read images and write text together, like the models a clinician might use to draft a radiology impression) across unimodal and multimodal clinical reasoning tasks. They built a human-expert-validated grading pipeline for medical reasoning quality, terminological precision, and induced hallucinations, the three categories general-purpose benchmarks don't probe.
Under watermarking, the audited models garbled wording, invented clinical terms, and dropped image findings an unwatermarked version would have flagged. The signature still verified. The clinical content did not.
Watermarks are the leading candidate for an accountability primitive in AI-generated text. Procurement language, provenance standards, and policy debates about disclosure all assume a verifiable signature equals a trustworthy source. The audit's contribution is to break that assumption in the one domain where the cost of a watermark-induced error is measured in missed findings and added work.
Watermark schemes perturb token distributions, the relative probabilities a model assigns to each next word, in ways that bias toward common, general-purpose vocabulary. Clinical text runs on low-frequency, high-precision terms: "pneumothorax" rather than "lung issue," "subdural" rather than "brain bleed." The same perturbation that keeps the watermark statistically detectable in general text pushes the model toward the wrong end of that precision gradient. General-domain aggregate metrics like perplexity, a measure of how surprised a model is by the text it produced, and benchmark scores on standard NLP tasks don't probe clinical specificity, so a clean model and a watermarked model register as equivalent.
The recommendation from the authors: domain-specific evaluation is a prerequisite for safe deployment of watermarked models in medicine. Aggregate metrics aren't enough. A medical-specific test would have to grade terminological precision, image-finding attribution, and hallucinated clinical terms against expert-validated ground truth. Without that layer, watermark presence is evidence of provenance, not safety.
The risk is procurement. A hospital that buys a watermarked model and points to the signature as part of its AI-governance posture has, on the evidence of this audit, certified a system whose clinical output can degrade in ways the certification didn't test for. The paper doesn't claim patients are being harmed. It claims the default evaluation pipeline is structurally blind to the failure modes that would cause harm.
The benchmark covers 5 schemes and 18 models; the watermark literature includes more, and newer schemes may avoid the precision gradient the audit documents. The human-expert panel size and the per-scheme breakdowns aren't in the abstract and would need to be pulled from the full paper before the failure rates could be cited precisely. The paper is also a preprint, not peer-reviewed work, and the claims should be read as paper-authored, not field consensus.
The next test is whether medical-AI deployment standards pick up the audit's recommendation. A signature that verifies while the content degrades is a clean place to draw the line between provenance and safety.