Suppressing Unnecessary Clarification Requests for Unknown Word Acquisition in Spoken Dialogue Using Syllable-Based ASR Confidence

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Expert, quick

Summary

A new approach addresses unnecessary clarification requests in spoken dialogue systems when acquiring unknown words. The problem arises because syllable-based automatic speech recognition (S-ASR) errors can misidentify known words as unknown, leading to excessive user burden. This method extends a reinforcement learning policy state with recognition reliability features, specifically two confidence measures derived from S-ASR. It also incorporates segmentation confidence over N-best hypotheses to mitigate minor S-ASR errors. Experiments using pre-recorded speech data demonstrated a reduction of 1.34 in clarification requests for utterances affected by S-ASR errors. Furthermore, the area under the learning curve for word segmentation numerically increased by 0.07.

Key takeaway

For NLP Engineers developing spoken dialogue systems focused on unknown word acquisition, you should integrate syllable-based ASR confidence and N-best segmentation confidence into your reinforcement learning policy. This approach significantly reduces unnecessary clarification requests caused by ASR errors, improving user experience and system efficiency. By making your system's clarification decisions sensitive to recognition reliability, you can streamline the word acquisition process.

Key insights

Integrating ASR and segmentation confidence into dialogue policy effectively reduces unnecessary clarification requests for unknown words.

Principles

Method

Extend a reinforcement learning policy state with two syllable-based ASR confidence measures and segmentation confidence over N-best hypotheses to filter clarification requests.

In practice

Topics

Best for: Research Scientist, AI Scientist, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.