技术英语精读 · 句式篇

📖 How Claude’s text watermarking works

✍️ 句式拆解:

“Instead of using an arbitrary random number generator to pick the next word, watermarking uses the key and a few words that come before to settle what word the model should pick.”

🔍 结构:

  • 前置介词短语(状语)Instead of using an arbitrary random number generator to pick the next word
    • Instead of 引导对比式让步,using... 是动名词作介词宾语
    • 内部又嵌一个不定式目的状语 to pick the next word
    • 整体先「否定旧方案」,为主句的「新方案」做铺垫
  • 主句watermarking uses the key and a few words that come before
    • 主语 watermarking 是动名词,抽象名词作主语体现技术写作的客观性
    • the key and a few words 是并列宾语;that come before定语从句,修饰 words
  • 不定式目的状语to settle what word the model should pick
    • to settle 点明主句动作的目的
    • what word the model should pick宾语从句(作 settle 的宾语),内部又是「主语 the model + 情态动词 should + 谓语 pick」

💡 亮点:

  • 一句话五层嵌套(介词短语→动名词→不定式→定语从句→宾语从句),却靠「否定旧法 → 提出新法 → 说明目的」的线性逻辑串联,读起来不绕。
  • Instead of 开头制造对比张力:先抛出读者熟悉的「随机数生成器」,再引出陌生的「密钥 + 前文」,让抽象概念落地。
  • arbitrary(任意的)与 come before(前文)形成对照——旧的随机源是「无依据的任意」,新机制是「有依据的前文推导」,一词点破本质差异。

🧩 段落精读:

“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 obscure synonym for overcast or grey that Claude almost certainly wouldn’t use under normal circumstances).”

🔗 逻辑:

  1. 论点(第 1 句):用 it isn't that... 先「辟谣」——模型不会从此死板地偏向某个词。
  2. 论证(第 2 句):Just as with... 引入对照,说明带水印文本与普通文本一样,选词仍随前文变化,消解「水印=固定套路」的误解。
  3. 深化(第 3 句):it's not the case that... 二次否定,进一步澄清水印不会逼模型选它本不会选的词,并用 nubilous 这个冷僻词举例收尾。

📌 连接词:

  • Importantly(句首副词):标记这是理解全文的关键点,抬高读者注意力
  • Just as with(第 2 句):类比连接,「与……一样」,把新旧情形并列对照
  • And(第 3 句):递进,追加一层澄清;(for instance, ...) 括号内举例,补充佐证

🎯 模仿练习:

“Instead of relying on a static configuration file to route incoming requests, the gateway reads the live registry and a set of health checks that update in real time to determine which backend instance should serve the traffic.”

(套用「Instead of 动名词短语 + 主句 + 不定式目的 + 宾语从句」结构,描述一个动态路由机制。)