Residualized Similarity for Faithfully Explainable Authorship Verification
Peter Zeng, Pegah Alipoormolabashi, Jihu Mun, Gourab Dey, Nikita Soni, Niranjan Balasubramanian, Owen Rambow, H. Schwartz
TL;DR
The paper tackles the need for explainable Authorship Verification by blending interpretable, text-derived Gram2vec features with a neural residual predictor. It introduces Residualized Similarity, where a neural model learns the residual between an interpretable similarity and ground-truth, producing a final score that balances accuracy with interpretability. The authors define interpretability confidence to quantify reliance on interpretable features and demonstrate that RS achieves competitive or superior AV performance across four diverse datasets while providing faithful explanations linked to textual features. This approach has practical implications for forensic linguistics and responsible AI in author attribution, enabling verifiable and traceable decisions.
Abstract
Responsible use of Authorship Verification (AV) systems not only requires high accuracy but also interpretable solutions. More importantly, for systems to be used to make decisions with real-world consequences requires the model's prediction to be explainable using interpretable features that can be traced to the original texts. Neural methods achieve high accuracies, but their representations lack direct interpretability. Furthermore, LLM predictions cannot be explained faithfully -- if there is an explanation given for a prediction, it doesn't represent the reasoning process behind the model's prediction. In this paper, we introduce Residualized Similarity (RS), a novel method that supplements systems using interpretable features with a neural network to improve their performance while maintaining interpretability. Authorship verification is fundamentally a similarity task, where the goal is to measure how alike two documents are. The key idea is to use the neural network to predict a similarity residual, i.e. the error in the similarity predicted by the interpretable system. Our evaluation across four datasets shows that not only can we match the performance of state-of-the-art authorship verification models, but we can show how and to what degree the final prediction is faithful and interpretable.
