Copy Less, Ground More: Overcoming Repetitive Copying in Long-Context Reasoning via Evidence-Aware Reinforcement Learning
This paper identifies "repetitive copying" as a critical failure mode in long-context reasoning where models indiscriminately copy input text rather than focusing on key evidence, and proposes GEAR, an evidence-aware reinforcement learning method that improves performance by rewarding grounding in relevant information while penalizing reliance on irrelevant distractors.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Imagine you are trying to solve a giant, 100-page mystery novel where the clues are hidden in the first chapter, but the rest of the book is just a wall of noise. You have a super-smart detective friend (a Large Language Model) who can read the whole book in a second. In the past, these detectives were great at short stories, but when you gave them the 100-page novel, they started acting weird. Instead of thinking, they began to panic-copy. They would start writing their detective notes by just pasting huge chunks of the original book back onto the page, over and over again. This paper, titled "Copy Less, Ground More," dives into this specific glitch. It explores how these AI "thinking" models, which are designed to reason step-by-step, get stuck in a loop of mindlessly copying text when the story gets too long. The researchers found that this isn't just a harmless habit; it's a trap that makes the AI dumber, slower, and less likely to solve the puzzle. They propose a new way to train these AIs, teaching them to ignore the noise and focus only on the tiny, crucial clues that actually matter.
The trouble starts when these AI detectives face a "long-context" challenge. Think of a long context as a massive library where the answer to a question is buried somewhere among millions of words. The paper identifies a critical failure mode called "repetitive copying." When the library gets huge, the AI stops thinking and starts acting like a photocopier with a broken brain. Instead of figuring out the solution, it just copies large passages from the prompt (the question and the story) directly into its own reasoning trace. The researchers found this happens across almost every top-tier AI model they tested, and it gets worse the longer the story gets. It's like a student taking a test who, instead of solving the math problem, just starts rewriting the textbook page in their answer sheet. This behavior is pervasive, appearing in seven different frontier models, and it intensifies as the context length grows from 8,000 to 64,000 words.
But why does the AI do this? The authors dug deeper and realized the root cause isn't that copying is bad in itself, but that the AI is copying everything indiscriminately. They discovered that the AI fails to "ground" itself in the key evidence. Imagine you are looking for a specific red thread in a giant ball of yarn. A smart detective would pull out just the red thread. The confused AI, however, grabs the whole ball of yarn, including all the blue, green, and yellow junk, and drags it along. The paper shows that when the AI copies mostly the "distractor" text (the junk), it fails the task. But when it selectively copies the "key evidence" (the red thread), it succeeds. The problem isn't the copying; it's the lack of focus. The AI is drowning in irrelevant details because it doesn't know how to distinguish the signal from the noise.
To fix this, the team invented a new training method called GEAR (Grounding Evidence-Aware Reward). Think of this as a new set of rules for a video game. In the old game, the AI only got points for getting the final answer right. In the new GEAR game, the rules are stricter. The AI gets a bonus point if its reasoning trace overlaps with the specific "key evidence" (the red thread). But here's the kicker: it gets a heavy penalty if its trace overlaps with the "distractor" text (the junk). This creates a tug-of-war. The AI learns that to win, it must be a sniper, not a machine gun. It has to find the right clues and ignore the rest. To make this work on real-world documents (not just made-up math problems), they built an automated pipeline that acts like a smart editor, slicing up long documents to identify which parts are the "evidence" and which parts are just "fluff," creating a training dataset of 3,200 problems.
When they tested this new method, the results were a game-changer. They trained three different sizes of AI models (ranging from 9 billion to 35 billion parameters) using this GEAR reward system. The results showed that GEAR consistently beat the standard training methods. On average, it improved the AI's performance by up to 4.6 points on various difficult benchmarks. More importantly, it fixed the bad habits: the AI stopped copying as much, its "thinking" traces became shorter and more efficient, and it actually got better at solving problems, especially in very long contexts (up to 128,000 words). The paper suggests that even as AI moves toward complex reasoning, the ability to stand firmly on the right evidence is the most important skill of all. Without it, the AI just gets lost in its own copying. With GEAR, it learns to copy less and ground more, turning a chaotic photocopier back into a sharp detective.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.