English

SCOPE: Intrinsic Semantic Space Control for Mitigating Copyright Infringement in LLMs

Computation and Language 2025-11-12 v2

Abstract

Large language models sometimes inadvertently reproduce passages that are copyrighted, exposing downstream applications to legal risk. Most existing studies for inference-time defences focus on surface-level token matching and rely on external blocklists or filters, which add deployment complexity and may overlook semantically paraphrased leakage. In this work, we reframe copyright infringement mitigation as intrinsic semantic-space control and introduce SCOPE, an inference-time method that requires no parameter updates or auxiliary filters. Specifically, the sparse autoencoder (SAE) projects hidden states into a high-dimensional, near-monosemantic space; benefiting from this representation, we identify a copyright-sensitive subspace and clamp its activations during decoding. Experiments on widely recognized benchmarks show that SCOPE mitigates copyright infringement without degrading general utility. Further interpretability analyses confirm that the isolated subspace captures high-level semantics.

Cite

@article{arxiv.2511.07001,
  title  = {SCOPE: Intrinsic Semantic Space Control for Mitigating Copyright Infringement in LLMs},
  author = {Zhenliang Zhang and Xinyu Hu and Xiaojun Wan},
  journal= {arXiv preprint arXiv:2511.07001},
  year   = {2025}
}

Comments

Accepted by the AAAI 2026 (Main Track)

R2 v1 2026-07-01T07:29:27.115Z