English

To Copy or Not to Copy: Copying Is Easier to Induce Than Recall

Computation and Language 2026-01-21 v1

Abstract

Language models used in retrieval-augmented settings must arbitrate between parametric knowledge stored in their weights and contextual information in the prompt. This work presents a mechanistic study of that choice by extracting an \emph{arbitration vector} from model activations on a curated dataset designed to disentangle (i) irrelevant contexts that elicit parametric recall and (ii) relevant but false contexts that elicit copying. The vector is computed as the residual-stream centroid difference between these regimes across 27 relations, and is injected as an additive intervention at selected layers and token spans to steer behavior in two directions: Copy\rightarrowRecall (suppressing context use) and Recall\rightarrowCopy (inducing the model to copy any token from the context). Experiments on two architectures (decoder-only and encoder/decoder) and two open-domain QA benchmarks show consistent behavior shifts under moderate scaling while monitoring accuracy and fluency. Mechanistic analyses of attention routing, MLP contributions, and layer-wise probability trajectories reveal an asymmetry: inducing copying is an easy ``reactivation'' process that can be triggered at different locations in the input, while restoring recall is a ``suppression'' process that is more fragile and strongly tied to object-token interventions.

Keywords

Cite

@article{arxiv.2601.12075,
  title  = {To Copy or Not to Copy: Copying Is Easier to Induce Than Recall},
  author = {Mehrdad Farahani and Franziska Penzkofer and Richard Johansson},
  journal= {arXiv preprint arXiv:2601.12075},
  year   = {2026}
}