paper-with-me

홈 › Papers

Modeling Multi-turn Conversation with Deep Utterance Aggregation

2018-06-24 · COLING 2018 8 · Zhuosheng Zhang, Jiangtong Li, Pengfei Zhu, Hai Zhao, Gongshen Liu

Multi-turn conversation understanding is a major challenge for building intelligent dialogue systems. This work focuses on retrieval-based response matching for multi-turn conversation whose related work simply concatenates the conversation utterances, ignoring the interactions among previous utterances for context modeling. In this paper, we formulate previous utterances into context using a proposed deep utterance aggregation model to form a fine-grained context representation. In detail, a self-matching attention is first introduced to route the vital information in each utterance. Then the model matches a response with each refined utterance and the final matching score is obtained after attentive turns aggregation. Experimental results show our model outperforms the state-of-the-art methods on three multi-turn conversation benchmarks, including a newly introduced e-commerce dialogue corpus.

📄 PDF Abstract BibTeX arXiv:1806.09102

Code (1)

cooelf/DeepUtteranceAggregation 공식 구현

Tasks

Conversational Response SelectionRetrieval

Similar Papers 제목 키워드 기반

Multi-Turn Beam Search for Neural Dialogue Modeling

2019-06-01 · Ilia Kulikov, Jason Lee, Kyunghyun Cho

In neural dialogue modeling, a neural network is trained to predict the next utterance, and at inference time, an approximate decoding algorithm is used to generate next utterances given previous ones. While this autoreg…

Intra-/Inter-Interaction Network with Latent Interaction Modeling for Multi-turn Response Selection

2020-12-01 · COLING 2020 8 · Yang Deng, Wenxuan Zhang, Wai Lam

Multi-turn response selection has been extensively studied and applied to many real-world applications in recent years. However, current methods typically model the interactions between multi-turn utterances and candidat…

Multi-view Subspace Clustering

Speaker Turn Modeling for Dialogue Act Classification

2021-09-10 · Findings (EMNLP) 2021 11 · Zihao He, Leili Tavabi, Kristina Lerman, Mohammad Soleymani

Dialogue Act (DA) classification is the task of classifying utterances with respect to the function they serve in a dialogue. Existing approaches to DA classification model utterances without incorporating the turn chang…

ClassificationDialogue Act Classification

Making a Long Story Short in Conversation Modeling

2024-01-31 · Yufei Tao, Tiernan Mines, Ameeta Agrawal

Conversation systems accommodate diverse users with unique personalities and distinct writing styles. Within the domain of multi-turn dialogue modeling, this work studies the impact of varied utterance lengths on the qua…

Topic-Aware Multi-turn Dialogue Modeling

2020-09-26 · Yi Xu, Hai Zhao, Zhuosheng Zhang

In the retrieval-based multi-turn dialogue modeling, it remains a challenge to select the most appropriate response according to extracting salient features in context utterances. As a conversation goes on, topic shift a…

Retrieval