Reasoning Stabilization Point: A Training-Time Signal for Stable Evidence and Shortcut Reliance
Sahil Rajesh Dhayalkar
TL;DR
The paper addresses how finetuning pretrained language models can subtly shift decision evidence beyond what accuracy captures. It introduces a training-time interpretability framework by treating token-level attributions as a time series and defines explanation drift and the Reasoning Stabilization Point (RSP) to summarize when evidence becomes stable. Empirically, drift stabilizes early across DistilBERT and MiniLM on SST-2 and QNLI, even as accuracy continues to improve, and the drift signal can reveal shortcut reliance under controlled spur injections. This provides a low-cost diagnostic for checkpoint selection and robustness monitoring during fine-tuning.
Abstract
Fine-tuning pretrained language models can improve task performance while subtly altering the evidence a model relies on. We propose a training-time interpretability view that tracks token-level attributions across finetuning epochs. We define explanation driftas the epoch-to-epoch change in normalized token attributions on a fixed probe set, and introduce the Reasoning Stabilization Point(RSP), the earliest epoch after which drift remains consistently low. RSP is computed from within-run drift dynamics and requires no tuning on out-of-distribution data. Across multiple lightweight transformer classifiers and benchmark classification tasks, drift typically collapses into a low, stable regime early in training, while validation accuracy continues to change only marginally. In a controlled shortcut setting with label-correlated trigger tokens, attribution dynamics expose increasing reliance on the shortcut even when validation accuracy remains competitive. Overall, explanation drift provides a simple, low-cost diagnostic for monitoring how decision evidence evolves during fine-tuning and for selecting checkpoints in a stable-evidence regime.
