Anthropic 详解 Claude 文本水印原理与影响
How Claude’s text watermark works
Announcements
公告
How Claude’s text watermark works
Claude 文本水印的工作原理
Aug 14, 2026
2026 年 8 月 14 日
Future Claude models will generate text that contains a watermark. This is a way of determining the likelihood that Claude was involved in writing the text, and we, along with several other major AI providers, are implementing this change to comply with the EU AI Act.
未来的 Claude 模型生成的文本将包含水印。这是一种确定 Claude 参与撰写文本可能性的方法,我们以及其他几家主要 AI 提供商正在实施这一变更,以遵守欧盟《人工智能法案》。
In this article, we share answers to some of the questions we’ve received about how our chosen watermarking method works, whether it affects Claude’s outputs, and why we’re making this change. To summarize:
在本文中,我们分享了一些关于我们所选水印方法如何运作、是否影响 Claude 的输出以及我们为何进行此变更等问题的解答。总结如下:
- We use a method of watermarking that does not have any practical impact on the quality or content of Claude’s outputs;
- The difference between watermarked and un-watermarked text will not be distinguishable to readers;
- Nothing is added to the text and there are no hidden characters;
- Watermarking doesn’t require extra tokens, and will not be more expensive;
- Watermarking carries no identifying information and can’t be traced to a specific person, organization, or chat;
- Watermarking won’t be specific to Claude. As of August 2, the EU requires AI providers serving its market to mark AI-generated content. Other major model developers have signed the same Code of Practice and will be implementing their own watermarks.
- 我们使用的水印方法对 Claude 输出的质量或内容没有任何实际影响;
- 读者无法区分带水印和未带水印的文本;
- 文本中不会添加任何内容,也不包含隐藏字符;
- 水印不需要额外的 token,也不会增加成本;
- 水印不携带任何身份信息,无法追溯到特定个人、组织或对话;
- 水印并非 Claude 独有。自 8 月 2 日起,欧盟要求为其市场提供服务的 AI 提供商标记 AI 生成的内容。其他主要模型开发商也已签署相同的《实践准则》,并将实施各自的水印。
What is watermarking?
什么是水印?
Large language models like Claude work by generating one word at a time. Each time the model decides on the next word, it chooses among a list of potential candidates, ultimately selecting the most sensible or likely based on the preceding text. Take the sentence “The weather today was cold and…”. The next word is very unlikely to be “sugary.” But it is quite likely to be “overcast” or “grey.” Under most circumstances, it doesn’t matter much to the reader which of these latter two words the model ultimately chooses—the meaning of the sentence is largely the same either way. In cases like this, the choice is settled by a random number.
像 Claude 这样的大型语言模型通过逐词生成文本。每次模型决定下一个词时,它会从一系列候选词中进行选择,最终根据前面的文本选择最合理或最可能的词。以句子“今天的天气寒冷且……”为例。下一个词不太可能是“含糖的”。但很可能是“阴天”或“灰色”。在大多数情况下,模型最终选择这两个词中的哪一个对读者来说并不重要——句子的含义无论哪种方式都基本相同。在这种情况下,选择由随机数决定。
Watermarking uses low-stakes choices like these—which occur many times over a piece of generated text—to leave a pattern in Claude’s responses. That pattern is undetectable to the reader, but is detectable to anyone who has a key that encodes it. When watermarking is used, choices are still made at random, but the source of the randomness is different. Instead of using an arbitrary random number generator to pick the next word, watermaking uses the key and a few words that come before to settle what word the model should pick. That is, the words that Claude picks are still random, but now, one can check the sequence of words and see if it’s consistent with the choices Claude would make if it was using the key. If it is, one can assign a probability that the text was generated by Claude.
水印技术利用诸如此类的低风险选择——这些选择在生成文本中多次出现——在Claude的回复中留下一种模式。这种模式对读者来说是不可察觉的,但对于拥有编码该模式的密钥的人来说是可检测的。当使用水印时,选择仍然是随机的,但随机性的来源不同。水印不是使用任意的随机数生成器来选择下一个词,而是使用密钥和前面的几个词来决定模型应该选择哪个词。也就是说,Claude选择的词仍然是随机的,但现在,人们可以检查词序列,看它是否与Claude使用密钥时会做出的选择一致。如果一致,就可以赋予一个概率,表明该文本是由Claude生成的。
Importantly, it isn’t that the model will now always be biased toward overcast or grey. Just as with non-watermarked text, overcast might be selected in one sentence, grey in the next, depending on the words that came before. And it’s not the case that the watermarking method pushes Claude to choose a word it wouldn’t have considered anyway (for instance, it wouldn’t make Claude pick a word like “nubilous”—an obscure1 synonym for overcast or grey that Claude almost certainly wouldn’t use under normal circumstances).
重要的是,模型现在不会总是偏向于阴天或灰色。就像无水印文本一样,阴天可能在一个句子中被选中,灰色在下一个句子中被选中,这取决于前面的词。而且,水印方法并不会促使Claude选择一个它本来不会考虑的词(例如,它不会让Claude选择像“nubilous”这样的词——这是阴天或灰色的一个生僻同义词,Claude在正常情况下几乎不会使用)。
How does affect Claude’s outputs?
这如何影响Claude的输出?
Watermarking does not impact the quality of Claude’s output. To a reader, a watermarked response is indistinguishable from an unwatermarked one (in this way, AI watermarks differ substantially from their namesakes on banknotes, other physical objects, and some digital documents, which are visible to the naked eye).
水印不会影响Claude输出的质量。对读者来说,带水印的回复与不带水印的回复是无法区分的(这样,AI水印与纸币、其他物理对象以及某些数字文档上的同名物有显著不同,后者是肉眼可见的)。
In internal testing, we’ve seen no impact of watermarking on the content, level of creativity, or readability of Claude’s text. In the SynthID-Text paper, which introduced the technique we use, Google DeepMind tested this impact by serving a model that used watermarking to a portion of their Gemini traffic and comparing thumbs-up and thumbs-down ratings. They found no statistically significant differences from the unwatermarked model. And in a controlled study, human raters comparing watermarked and unwatermarked answers side-by-side saw no difference in quality.
在内部测试中,我们没有看到水印对Claude文本的内容、创意水平或可读性有任何影响。在引入我们所用技术的SynthID-Text论文中,Google DeepMind通过将使用水印的模型服务于其Gemini流量的一部分,并比较点赞和点踩评分来测试这种影响。他们发现与无水印模型相比,没有统计学上的显著差异。在一项对照研究中,人类评估者并排比较带水印和无水印的答案,没有看到质量上的差异。
A useful analogy is to imagine you’re playing a game like Monopoly. On each turn, each player moves a random number of spaces around the board according to the roll of a die. Suppose that, instead of rolling the die to get this randomness, we decided to use a book of the digits of pi.2 We start from a randomly-chosen digit (say, the 1,012,845th after the decimal place, which happens to be a 6), and from that point on each player simply uses the next digit in the sequence as their next “roll”.
一个有用的类比是想象你在玩像大富翁这样的游戏。每一轮,每个玩家根据骰子的点数在棋盘上移动随机数量的格子。假设我们不用骰子来获得这种随机性,而是决定使用一本圆周率数字的书。我们从随机选择的数字开始(例如,小数点后第1,012,845位,恰好是6),从那时起,每个玩家只需使用序列中的下一个数字作为他们的下一个“掷骰”。
For all intents and purposes, the moves are still random: it makes no difference to the players—or to the outcome of the game—whether the randomness comes from pi or from dice rolls each time. But if we could see the sequence of all the moves after the game (and we knew the value of pi), we could work out whether this was a game that likely used pi to determine its moves. The game that used pi is, in a sense, “watermarked”.
无论出于何种目的,这些移动仍然是随机的:对玩家或游戏结果来说,随机性来自圆周率还是每次掷骰子都没有区别。但如果我们能在游戏结束后看到所有移动的序列(并且我们知道圆周率的值),我们就能推断出这个游戏是否可能使用了圆周率来决定其移动。使用圆周率的游戏在某种意义上被“水印”了。
It’s the same for Claude-generated text. Watermarking doesn’t change the meaning or experience for the person reading it, but if you wanted to check after the fact whether the text was likely generated by Claude, the watermark allows you to do so.
对于Claude生成的文本也是如此。水印不会改变阅读者的意义或体验,但如果你想在事后检查文本是否可能由Claude生成,水印使你能够做到这一点。
Which specific method of watermarking do you use?
你们具体使用哪种水印方法?
Claude’s text watermark is a version of the SynthID-Text approach published by Google DeepMind in a Nature paper in 2024. It belongs to a family of approaches that go back to a proposal by Scott Aaronson in 2022, all of which share the same design principle that we described above—the watermark only changes the source of the randomness used to pick among words.
Claude的文本水印是Google DeepMind在2024年发表在《自然》杂志上的SynthID-Text方法的一个版本。它属于可追溯到Scott Aaronson在2022年提出的一个提议的方法家族,所有这些方法都共享我们上面描述的设计原则——水印只改变用于在单词之间选择的随机性的来源。
There are limitations to the effectiveness of watermarking. Using our key, one can only answer the question “What is the likelihood this was partly written by Claude?” It doesn’t confirm whether the text was human-written, and it can’t tell whether the text was written by a different AI (even if that other AI uses watermarking, it would have a different key; it might also use a different watermarking method altogether). Detecting a watermarking also doesn’t work well on small samples, where there are fewer word choices and thus less information to go on. As a passage increases in length, confidence about Claude’s involvement increases too.
水印的有效性存在局限性。使用我们的密钥,只能回答“这段文本部分由Claude编写的可能性有多大?”它不能确认文本是否由人类编写,也不能判断文本是否由不同的AI编写(即使那个AI使用水印,它会有不同的密钥;它也可能使用完全不同的水印方法)。检测水印在小样本上效果不佳,因为单词选择较少,可用的信息也较少。随着段落长度的增加,对Claude参与的置信度也会增加。
Watermarking is sparser on factual passages where there are fewer choices that can be made without decreasing the accuracy of the text. For example, take the sentence “Isaac Newton’s most famous work was called Principia…”. It really matters whether the next word is “Mathematica” (it’s the only right answer), so the watermark would have nothing to act on. The same is true for proofreading. If you hand Claude a piece of writing and ask it to edit only the grammar and punctuation and nothing else, the watermark can only live in the handful of corrections, which might be too few to register.
在事实性段落中,水印更稀疏,因为在不降低文本准确性的情况下可做的选择更少。例如,句子“艾萨克·牛顿最著名的作品叫《原理》……”中,下一个词是“Mathematica”非常重要(这是唯一正确的答案),所以水印将没有可作用的对象。校对也是如此。如果你给Claude一篇文章,要求它只修改语法和标点,其他什么都不改,水印只能存在于少数几处修改中,这可能太少而无法被检测到。
What about cases where Claude has proofread or edited human text?
如果Claude校对或编辑了人类文本,情况会怎样?
The watermark only applies to words Claude chooses. When Claude proofreads text written by a person, what it gives back has generally only been lightly edited; because nearly all the words are the person’s, there’s very little (if anything) for the watermark to attach to. Depending on the length of the text and how heavily Claude has edited it, those changes might not be enough to make Claude’s involvement detectable. The more Claude writes, the more decisions it has to make, and the more space there is for a watermark.
水印仅适用于Claude选择的词语。当Claude校对人类写的文本时,它返回的内容通常只经过轻微编辑;因为几乎所有词语都是人类的,水印几乎没有(如果有的话)可附着的地方。根据文本长度和Claude编辑的程度,这些修改可能不足以使Claude的参与被检测到。Claude写得越多,它需要做的决定就越多,水印的空间也就越大。
What about code?
代码呢?
As we noted above, AI watermarking takes advantage of decisions where either choice of a word would be equally good. Where an exact output is required—where there isn’t a choice, and something would be factually wrong or a piece of code would break if a different term was chosen—the watermark isn’t applied.
如上所述,AI水印利用的是两个词选择都同样好的决策点。在需要精确输出的地方——即没有选择,如果选择了不同的术语,会导致事实错误或代码无法运行——水印不会被应用。
更进一步:量化金融体系
看懂新闻只是起点——沿量化金融路径,把它变成能交付的工程能力