Towards Long-Horizon Interpretability: Efficient and Faithful Multi-Token Attribution for Reasoning LLMs
Abstract
Lay Summary
Modern AI language models often "think out loud," producing long chains of intermediate reasoning before giving a final answer. When we want to understand why a model answered as it did, we would like to trace the answer back to the specific pieces of the original input that mattered. Existing tools for this "attribution" task were built for short answers and break down on long reasoning in two ways: they become extremely slow, and they tend to credit the model's own intermediate thoughts rather than the original input. This paper introduces FlashTrace, a method that makes such explanations both fast and accurate for long reasoning. Instead of analyzing the answer one word at a time, FlashTrace analyzes a whole span of words at once, cutting the computation from hours to seconds. It also follows the trail of importance step by step through the model's reasoning back to the input that truly drove the answer. Across long documents, multi-step question answering, mathematics, and code, FlashTrace is over 130 times faster than previous methods while producing more faithful explanations, making it practical to inspect and audit modern reasoning AI systems.