English

LLMs-Integrated Automatic Hate Speech Recognition Using Controllable Text Generation Models

Audio and Speech Processing 2026-01-09 v1 Artificial Intelligence Sound

Abstract

This paper proposes an automatic speech recognition (ASR) model for hate speech using large language models (LLMs). The proposed method integrates the encoder of the ASR model with the decoder of the LLMs, enabling simultaneous transcription and censorship tasks to prevent the exposure of harmful content. Instruction tuning of the LLM to mask hate-related words with specific tokens requires an annotated hate speech dataset, which is limited. We generate text samples using an LLM with the Chain-of-Thought (CoT) prompting technique guided by cultural context and examples and then convert them into speech samples using a text-to-speech (TTS) system. However, some of them contain non-hate speech samples with hate-related words, which degrades the censorship performance. This paper filters the samples which text classification models correctly label as hate content. By adjusting the threshold for the number of correct answer models, we can control the level of hate in the generated dataset, allowing us to train the LLMs through curriculum learning in a gradual manner. Experimental results show that the proposed method achieves a masking accuracy of 58.6\% for hate-related words, surpassing previous baselines. We also confirm that the curriculum training contributes to the efficiency of both transcription and censorship tasks.

Keywords

Cite

@article{arxiv.2601.04654,
  title  = {LLMs-Integrated Automatic Hate Speech Recognition Using Controllable Text Generation Models},
  author = {Ryutaro Oshima and Yuya Hosoda and Youji Iiguni},
  journal= {arXiv preprint arXiv:2601.04654},
  year   = {2026}
}

Comments

In Proceedings of the 17th Asia Pacific Signal and Information Processing Association Annual Summit and Conference (APSIPA ASC 2025)

R2 v1 2026-07-01T08:55:38.226Z