Textless Dependency Parsing by Labeled Sequence Prediction
Shunsuke Kando, Yusuke Miyao, Jason Naradowsky, Shinnosuke Takamichi
TL;DR
This paper investigates textless dependency parsing from speech and compares a cascading baseline (Wav2tree) with a proposed textless approach that directly predicts a labeled sequence representing the dependency tree from speech. The textless method uses a CTC loss to map speech representations to a sequence encoding words and dependency annotations, while Wav2tree first transcribes the speech and then parses word-level features. Experiments on French Orféo Treebank and English Switchboard show that Wav2tree generally excels, especially for long-distance dependencies, but the textless model gains when sentence-level prosody provides disambiguating cues, such as stress. The findings highlight the value of integrating both word-level representations and sentence-level prosody for robust spoken-language parsing and release public code and models to facilitate future work.
Abstract
Traditional spoken language processing involves cascading an automatic speech recognition (ASR) system into text processing models. In contrast, "textless" methods process speech representations without ASR systems, enabling the direct use of acoustic speech features. Although their effectiveness is shown in capturing acoustic features, it is unclear in capturing lexical knowledge. This paper proposes a textless method for dependency parsing, examining its effectiveness and limitations. Our proposed method predicts a dependency tree from a speech signal without transcribing, representing the tree as a labeled sequence. scading method outperforms the textless method in overall parsing accuracy, the latter excels in instances with important acoustic features. Our findings highlight the importance of fusing word-level representations and sentence-level prosody for enhanced parsing performance. The code and models are made publicly available: https://github.com/mynlp/SpeechParser.
