MIRAI · HSE · Applied AI Institute · Fusion Brain Lab · MTUCI · City University of Hong Kong · Trusted AI Research Center, RAS
Corresponding author: d.s.korzh@mtuci.ru
The modern generative audio models can be used by an adversary in an unlawful manner, specifically, to impersonate other people to gain access to private information. To mitigate this issue, speech deepfake detection (SDD) methods started to evolve. Unfortunately, current SDD methods generally suffer from the lack of generalization to new audio domains and generators. More than that, they lack interpretability, especially human-like reasoning that would naturally explain the attribution of a given audio to the bona fide or spoof class and provide human-perceptible cues. In this paper, we propose HIR-SDD, a novel SDD framework that combines the strengths of Large Audio Language Models (LALMs) with the chain-of-thought reasoning derived from the novel proposed human-annotated dataset. Experimental evaluation demonstrates both the effectiveness of the proposed method and its ability to provide reasonable justifications for predictions.
HIR-SDD fine-tunes SALMONN (Whisper + BEATs encoders → Q-Former → Vicuna-7B) so it produces a binary decision and a human-interpretable rationale:
Final Answer: Real/Fake.<think> free-form reasoning grounded in acoustic cues </think> <reasons>[ detected cue tags from the annotation taxonomy ]</reasons> <answer> Real / Fake </answer>
A human-annotated reasoning corpus for SDD, released on Hugging Face — both a processed version (CoT traces + hard labels) and the raw per-annotator annotations.
Curated from open SDD datasets plus newly synthesized samples, with splits for binary classification or chain-of-thought training and evaluation.
@inproceedings{hirsdd2026,
title = {Towards Robust Speech Deepfake Detection via Human-Inspired Reasoning},
author = {Dvirniak, Artem and Kushnir, Evgeny and Tarasov, Dmitrii and
Iudin, Artem and Kiriukhin, Oleg and Pautov, Mikhail and
Korzh, Dmitrii and Rogov, Oleg Y.},
booktitle = {Proc. INTERSPEECH 2026},
year = {2026},
eprint = {2603.10725},
archivePrefix = {arXiv},
url = {https://arxiv.org/abs/2603.10725}
}