DZ-TDPO: Non-Destructive Temporal Alignment for Mutable State Tracking in Long-Context Dialogue
Yijun Liao
TL;DR
This work addresses State Inertia in long-context dialogues by identifying Temporal Attention Imbalance as the root of outdated-history overfitting. It introduces DZ-TDPO, a non-destructive framework that combines a dynamic, time-aware TDPO-DKL optimization with a Dual-Zone Temporal Attention structure that separates immutable system prompts from mutable history. Empirical results on MSC and UltraChat show state-of-the-art conflict resolution with minimal perplexity overhead, and a scaling analysis reveals a Capacity-Stability Trade-off where larger models resist temporal biases more robustly. The approach offers a practical, safe, and scalable path for long-context agents to update beliefs and preferences without sacrificing general linguistic capabilities.
Abstract
Long-context dialogue systems suffer from State Inertia, where static constraints prevent models from resolving conflicts between evolving user intents and established historical context. To address this, we propose DZ-TDPO, a non-destructive alignment framework that synergizes conflict-aware dynamic KL constraints with a calibrated temporal attention bias. Experiments on the Multi-Session Chat (MSC) dataset demonstrate that DZ-TDPO achieves state-of-the-art win rates (55.4% on Phi-3.5) while maintaining robust zero-shot generalization. Our scaling analysis reveals a "Capacity-Stability Trade-off": while smaller models incur an "alignment tax" (perplexity surge) to overcome historical inertia, the larger Qwen2.5-7B model achieves 50.8% win rate with negligible perplexity overhead. This confirms that TAI can be alleviated via precise attention regulation rather than destructive weight updates, preserving general capabilities (MMLU) across model scales. Code and data are available: https://github.com/lyj20071013/DZ-TDPO
