Where Did It Go Wrong? Attributing Undesirable LLM Behaviors via Representation Gradient Tracing

Abstract

Large Language Models (LLMs) have demonstrated remarkable capabilities, yet their deployment is frequently undermined by undesirable behaviors such as generating harmful content, factual inaccuracies, and societal biases. Diagnosing the root causes of these failures poses a critical challenge for AI safety. Existing attribution methods, particularly those based on parameter gradients, often fall short due to prohibitive noisy signals and computational complexity. In this work, we introduce a novel and efficient framework that diagnoses a range of undesirable LLM behaviors by analyzing representation and its gradients, which operates directly in the model's activation space to provide a semantically meaningful signal linking outputs to their training data. We systematically evaluate our method for tasks that include tracking harmful content, detecting backdoor poisoning, and identifying knowledge contamination. The results demonstrate that our approach not only excels at sample-level attribution but also enables fine-grained token-level analysis, precisely identifying the specific samples and phrases that causally influence model behavior. This work provides a powerful diagnostic tool to understand, audit, and ultimately mitigate the risks associated with LLMs.

Cite

Text

Li et al. "Where Did It Go Wrong? Attributing Undesirable LLM Behaviors via Representation Gradient Tracing." International Conference on Learning Representations, 2026.

Markdown

[Li et al. "Where Did It Go Wrong? Attributing Undesirable LLM Behaviors via Representation Gradient Tracing." International Conference on Learning Representations, 2026.](https://mlanthology.org/iclr/2026/li2026iclr-go/)

BibTeX

@inproceedings{li2026iclr-go,
  title     = {{Where Did It Go Wrong? Attributing Undesirable LLM Behaviors via Representation Gradient Tracing}},
  author    = {Li, Zhe and Zhao, Wei and Li, Yige and Sun, Jun},
  booktitle = {International Conference on Learning Representations},
  year      = {2026},
  url       = {https://mlanthology.org/iclr/2026/li2026iclr-go/}
}