English

Understanding the Repeat Curse in Large Language Models from a Feature Perspective

Computation and Language 2025-10-13 v3

Abstract

Large language models (LLMs) have made remarkable progress in various domains, yet they often suffer from repetitive text generation, a phenomenon we refer to as the "Repeat Curse". While previous studies have proposed decoding strategies to mitigate repetition, the underlying mechanism behind this issue remains insufficiently explored. In this work, we investigate the root causes of repetition in LLMs through the lens of mechanistic interpretability. Inspired by recent advances in Sparse Autoencoders (SAEs), which enable monosemantic feature extraction, we propose a novel approach, "Duplicatus Charm", to induce and analyze the Repeat Curse. Our method systematically identifies "Repetition Features" -the key model activations responsible for generating repetitive outputs. First, we locate the layers most involved in repetition through logit analysis. Next, we extract and stimulate relevant features using SAE-based activation manipulation. To validate our approach, we construct a repetition dataset covering token and paragraph level repetitions and introduce an evaluation pipeline to quantify the influence of identified repetition features. Furthermore, by deactivating these features, we have effectively mitigated the Repeat Curse. The source code of our work is publicly available at: https://github.com/kaustpradalab/repeat-curse-llm

Keywords

Cite

@article{arxiv.2504.14218,
  title  = {Understanding the Repeat Curse in Large Language Models from a Feature Perspective},
  author = {Junchi Yao and Shu Yang and Jianhua Xu and Lijie Hu and Mengdi Li and Di Wang},
  journal= {arXiv preprint arXiv:2504.14218},
  year   = {2025}
}

Comments

Accepted by ACL 2025, Findings, Long Paper

R2 v1 2026-06-28T23:04:07.658Z