paper-with-me

홈 › Papers

Error correction and extraction in request dialogs

2020-04-08 · Stefan Constantin, Alex Waibel

We propose a dialog system utility component that gets the last two utterances of a user and can detect whether the last utterance is an error correction of the second last utterance. If yes, it corrects the second last utterance according to the error correction in the last utterance and outputs the extracted pairs of reparandum and repair entity. This component offers two advantages, learning the concept of corrections to avoid collecting corrections for every new domain and extracting reparandum and repair pairs, which offers the possibility to learn out of it. For the error correction one sequence labeling and two sequence to sequence approaches are presented. For the error correction detection these three error correction approaches can also be used and in addition, we present a sequence classification approach. One error correction detection and one error correction approach can be combined to a pipeline or the error correction approaches can be trained and used end-to-end to avoid two components. We modified the EPIC-KITCHENS-100 dataset to evaluate the approaches for correcting entity phrases in request dialogs. For error correction detection and correction, we got an accuracy of 96.40 % on synthetic validation data and an accuracy of 77.81 % on human-created real-world test data.

📄 PDF Abstract BibTeX arXiv:2004.04243

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Repair 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Weight Decay 설명 없음
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Towards Better Understanding of Spontaneous Conversations: Overcoming Automatic Speech Recognition Errors With Intent Recognition

2019-08-21 · Piotr Żelasko, Jan Mizgajski, Mikołaj Morzy, Adrian Szymczak 외

In this paper, we present a method for correcting automatic speech recognition (ASR) errors using a finite state transducer (FST) intent recognition framework. Intent recognition is a powerful technique for dialog flow m…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Intent RecognitionManagement+2

Annotation Inconsistency and Entity Bias in MultiWOZ

2021-05-29 · SIGDIAL (ACL) 2021 7 · Kun Qian, Ahmad Beirami, Zhouhan Lin, Ankita De 외

MultiWOZ is one of the most popular multi-domain task-oriented dialog datasets, containing 10K+ annotated dialogs covering eight domains. It has been widely accepted as a benchmark for various dialog tasks, e.g., dialog …

dialog state trackingMemorizationText Generation

Automatic Extraction of English Grammar Pattern Correction Rules

2021-10-01 · ROCLING 2021 10 · Kuan-Yu Shen, Yi-Chien Lin, Jason S. Chang

We introduce a method for generating error-correction rules for grammar pattern errors in a given annotated learner corpus. In our approach, annotated edits in the learner corpus are converted into edit rules for correct…

Short Wins Long: Short Codes with Language Model Semantic Correction Outperform Long Codes

2025-05-13 · Jiafu Hao, Chentao Yue, Hao Chang, Branka Vucetic 외

This paper presents a novel semantic-enhanced decoding scheme for transmitting natural language sentences with multiple short block codes over noisy wireless channels. After ASCII source coding, the natural language sent…

Language ModelingLanguage ModellingSentence

Coarse-to-Fine Knowledge Selection for Document Grounded Dialogs

2023-02-23 · Yeqin Zhang, Haomin Fu, Cheng Fu, Haiyang Yu 외

Multi-document grounded dialogue systems (DGDS) belong to a class of conversational agents that answer users' requests by finding supporting knowledge from a collection of documents. Most previous studies aim to improve …

Answer GenerationRerankingRetrieval