Enhance word representation for out-of-vocabulary on Ubuntu dialogue corpus
Jianxiong Dong, Jim Huang

TL;DR
This paper presents a method that combines pre-trained and task-specific word embeddings, integrated with character embeddings, to improve out-of-vocabulary word handling in dialogue systems, achieving state-of-the-art results on Ubuntu and Douban corpora.
Contribution
It introduces a novel approach combining pre-trained and task-specific embeddings with character embeddings within an enhanced LSTM framework for dialogue modeling.
Findings
Significant performance improvement over original ESIM.
Achieved state-of-the-art results on Ubuntu and Douban dialogue corpora.
Investigated impact of end-of-utterance and end-of-turn tokens.
Abstract
Ubuntu dialogue corpus is the largest public available dialogue corpus to make it feasible to build end-to-end deep neural network models directly from the conversation data. One challenge of Ubuntu dialogue corpus is the large number of out-of-vocabulary words. In this paper we proposed a method which combines the general pre-trained word embedding vectors with those generated on the task-specific training set to address this issue. We integrated character embedding into Chen et al's Enhanced LSTM method (ESIM) and used it to evaluate the effectiveness of our proposed method. For the task of next utterance selection, the proposed method has demonstrated a significant performance improvement against original ESIM and the new model has achieved state-of-the-art results on both Ubuntu dialogue corpus and Douban conversation corpus. In addition, we investigated the performance impact of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Speech and dialogue systems · Natural Language Processing Techniques
MethodsEnhanced Sequential Inference Model · Sigmoid Activation · Tanh Activation · Long Short-Term Memory
