paper-with-me

홈 › Papers

Dependency Parsing for Spoken Dialog Systems

2019-09-07 · IJCNLP 2019 11 · Sam Davidson, Dian Yu, Zhou Yu

Dependency parsing of conversational input can play an important role in language understanding for dialog systems by identifying the relationships between entities extracted from user utterances. Additionally, effective dependency parsing can elucidate differences in language structure and usage for discourse analysis of human-human versus human-machine dialogs. However, models trained on datasets based on news articles and web data do not perform well on spoken human-machine dialog, and currently available annotation schemes do not adapt well to dialog data. Therefore, we propose the Spoken Conversation Universal Dependencies (SCUD) annotation scheme that extends the Universal Dependencies (UD) (Nivre et al., 2016) guidelines to spoken human-machine dialogs. We also provide ConvBank, a conversation dataset between humans and an open-domain conversational dialog system with SCUD annotation. Finally, to demonstrate the utility of the dataset, we train a dependency parser on the ConvBank dataset. We demonstrate that by pre-training a dependency parser on a set of larger public datasets and fine-tuning on ConvBank data, we achieved the best result, 85.05% unlabeled and 77.82% labeled attachment accuracy.

📄 PDF Abstract BibTeX arXiv:1909.03317

Code (0)

등록된 구현이 없습니다.

Tasks

ArticlesDependency Parsing

Similar Papers 제목 키워드 기반

Er ... well, it matters, right? On the role of data representations in spoken language dependency parsing

2018-11-01 · WS 2018 11 · Kaja Dobrovoljc, Matej Martinc

Despite the significant improvement of data-driven dependency parsing systems in recent years, they still achieve a considerably lower performance in parsing spoken language data in comparison to written data. On the exa…

Dependency ParsingLanguage Modelling

An Efficient Approach to Encoding Context for Spoken Language Understanding

2018-07-01 · Raghav Gupta, Abhinav Rastogi, Dilek Hakkani-Tur

In task-oriented dialogue systems, spoken language understanding, or SLU, refers to the task of parsing natural language user utterances into semantic frames. Making use of context from prior dialogue history holds the k…

Computational EfficiencySpoken Language UnderstandingTask-Oriented Dialogue Systems

Textless Dependency Parsing by Labeled Sequence Prediction

2024-07-14 · Shunsuke Kando, Yusuke Miyao, Jason Naradowsky, Shinnosuke Takamichi

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, enab…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Dependency ParsingPrediction+3

An Adversarial Learning based Multi-Step Spoken Language Understanding System through Human-Computer Interaction

2021-06-06 · Yu Wang, Yilin Shen, Hongxia Jin

Most of the existing spoken language understanding systems can perform only semantic frame parsing based on a single-round user query. They cannot take users' feedback to update/add/remove slot values through multiround …

Dialogue State TrackingSemantic Frame ParsingSentenceSpoken Language Understanding

Transfer Learning for Context-Aware Spoken Language Understanding

2020-03-03 · Qian Chen, Zhu Zhuo, Wen Wang, Qiuyun Xu

Spoken language understanding (SLU) is a key component of task-oriented dialogue systems. SLU parses natural language user utterances into semantic frames. Previous work has shown that incorporating context information s…

Spoken Language UnderstandingTask-Oriented Dialogue SystemsTransfer LearningUnsupervised Pre-training