ASLGSDJan 7, 2024

DiarizationLM: Speaker Diarization Post-Processing with Large Language Models

arXiv:2401.03506v1125 citationsh-index: 6INTERSPEECH
Originality Incremental advance
AI Analysis

This addresses the issue of speaker diarization errors in speech processing for applications like transcription, though it is incremental as it builds on existing systems.

The paper tackles the problem of improving speaker diarization outputs by introducing DiarizationLM, a framework that uses large language models for post-processing, resulting in a relative reduction in word diarization error rate of 55.5% on the Fisher dataset and 44.9% on the Callhome dataset.

In this paper, we introduce DiarizationLM, a framework to leverage large language models (LLM) to post-process the outputs from a speaker diarization system. Various goals can be achieved with the proposed framework, such as improving the readability of the diarized transcript, or reducing the word diarization error rate (WDER). In this framework, the outputs of the automatic speech recognition (ASR) and speaker diarization systems are represented as a compact textual format, which is included in the prompt to an optionally finetuned LLM. The outputs of the LLM can be used as the refined diarization results with the desired enhancement. As a post-processing step, this framework can be easily applied to any off-the-shelf ASR and speaker diarization systems without retraining existing components. Our experiments show that a finetuned PaLM 2-S model can reduce the WDER by rel. 55.5% on the Fisher telephone conversation dataset, and rel. 44.9% on the Callhome English dataset.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes