Echoes within the Reasoning: Stealthy and Effective Watermarking via Chain of Thought
Abstract
Lay Summary
Large language models are expensive to build and can be valuable intellectual property. However, once such a model is released or accessed through an online service, it can be copied, modified, or used without permission. This paper studies how to prove ownership of a reasoning model without hurting its ability to solve problems. We introduce BiCoT, a method that adds a hidden ownership mark to the model’s reasoning process rather than changing its final answers. The key idea is to place the mark in parts of the model’s step-by-step reasoning that are important for solving the task, while leaving ordinary text generation largely unaffected. This makes the mark difficult to remove without also damaging the model’s reasoning ability. We also design a verification method that can check whether a suspicious model is derived from the protected one using limited information from the model’s outputs. Experiments show that BiCoT keeps the model’s reasoning performance nearly unchanged and remains detectable even after common attempts to modify or hide the copied model.