natural language processing

A Shared Subcircuit Lets LLMs Count Down Across Tasks

arXiv:2607.12279

summary

The paper identifies a "countdown subcircuit" in Llama-3.1-70B-Instruct that compares the current token position to a target length, enabling the model to track remaining tokens for tasks like fixed‑length sentence generation, and shows that this mechanism generalizes across tasks and models.

Abstract

Writing a sentence of exactly twelve words; ending a DNA sequence at the right codon; formatting an ASCII table. These are all tasks that language models can do that requires tracking how many tokens remain before a target. In this work, we identify in Llama-3.1-70B-Instruct a general mechanism for performing these tasks: a "countdown subcircuit" that compares the current position to a goal length and estimates the time remaining until then. We first isolate a countdown subcircuit in a controlled setting, in which the model is tasked with writing a fixed-length sentence ending in a specified word. We then investigate the geometry of the representations used by the subcircuit, and find that the subcircuit uses an identical motif previously identified in a frontier LLM on a separate task, thus suggesting that this motif is shared across models. Finally, we use unsupervised probing on a natural language dataset to find a variety of other tasks where this subcircuit is used, including tasks where the goal length is inferred from context rather than explicitly stated. Our work suggests that reverse-engineering subcircuits allows us to understand how behaviors generalize from a single example to many different tasks and even models.

12 pages, 11 figures

Topics & keywords

#language models#token counting#circuit analysis#model interpretability#prompt engineeringcountdown subcircuitLlama-3.1-70B-Instructunsupervised probingrepresentation geometrytoken length tracking