CLAILGJun 9, 2020

ConfNet2Seq: Full Length Answer Generation from Spoken Questions

arXiv:2006.05163v2
Originality Incremental advance
AI Analysis

This addresses a gap in conversational AI for generating natural responses from spoken inputs, though it is incremental as it builds on existing ASR and text generation methods.

The paper tackles generating full-length natural language answers from spoken questions and factoid answers, achieving comparable performance to using the best ASR hypothesis.

Conversational and task-oriented dialogue systems aim to interact with the user using natural responses through multi-modal interfaces, such as text or speech. These desired responses are in the form of full-length natural answers generated over facts retrieved from a knowledge source. While the task of generating natural answers to questions from an answer span has been widely studied, there has been little research on natural sentence generation over spoken content. We propose a novel system to generate full length natural language answers from spoken questions and factoid answers. The spoken sequence is compactly represented as a confusion network extracted from a pre-trained Automatic Speech Recognizer. This is the first attempt towards generating full-length natural answers from a graph input(confusion network) to the best of our knowledge. We release a large-scale dataset of 259,788 samples of spoken questions, their factoid answers and corresponding full-length textual answers. Following our proposed approach, we achieve comparable performance with best ASR hypothesis.

Code Implementations1 repo
Foundations

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

Your Notes