paper-with-me

Papers

Multi-turn Response Selection using Dialogue Dependency Relations

2020-10-04 · EMNLP 2020 11 · Qi Jia, Yizhu Liu, Siyu Ren, Kenny Q. Zhu, Haifeng Tang

Multi-turn response selection is a task designed for developing dialogue agents. The performance on this task has a remarkable improvement with pre-trained language models. However, these models simply concatenate the turns in dialogue history as the input and largely ignore the dependencies between the turns. In this paper, we propose a dialogue extraction algorithm to transform a dialogue history into threads based on their dependency relations. Each thread can be regarded as a self-contained sub-dialogue. We also propose Thread-Encoder model to encode threads and candidates into compact representations by pre-trained Transformers and finally get the matching score through an attention layer. The experiments show that dependency relations are helpful for dialogue context understanding, and our model outperforms the state-of-the-art baselines on both DSTC7 and DSTC8*, with competitive results on UbuntuV2.

📄 PDF Abstract BibTeX arXiv:2010.01502

Code (1)

JiaQiSJTU/ResponseSelection 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Improve Retrieval-based Dialogue System via Syntax-Informed Attention

2023-03-12 · Tengtao Song, Nuo Chen, Ji Jiang, Zhihong Zhu 외

Multi-turn response selection is a challenging task due to its high demands on efficient extraction of the matching features from abundant information provided by context utterances. Since incorporating syntactic informa…

RetrievalSentence

Multi-Turn Response Selection for Chatbots with Deep Attention Matching Network

2018-07-01 · ACL 2018 7 · Xiangyang Zhou, Lu Li, daxiang dong, Yi Liu 외

Human generates responses relying on semantic and functional dependencies, including coreference relation, among dialogue elements and their context. In this paper, we investigate matching a response with its multi-turn …

ChatbotConversational Response SelectionTranslation

A Practical Dialogue-Act-Driven Conversation Model for Multi-Turn Response Selection

2019-11-01 · IJCNLP 2019 11 · Harshit Kumar, Arvind Agarwal, Sachindra Joshi

Dialogue Acts play an important role in conversation modeling. Research has shown the utility of dialogue acts for the response selection task, however, the underlying assumption is that the dialogue acts are readily ava…

A Pre-training Strategy for Zero-Resource Response Selection in Knowledge-Grounded Conversations

2021-08-01 · ACL 2021 5 · Chongyang Tao, Changyu Chen, Jiazhan Feng, Ji-Rong Wen 외

Recently, many studies are emerging towards building a retrieval-based dialogue system that is able to effectively leverage background knowledge (e.g., documents) when conversing with humans. However, it is non-trivial t…

Language ModellingRetrievalTask 2

Constructing Interpretive Spatio-Temporal Features for Multi-Turn Responses Selection

2019-07-01 · ACL 2019 7 · Junyu Lu, Chenbin Zhang, Zeying Xie, Guang Ling 외

Response selection plays an important role in fully automated dialogue systems. Given the dialogue context, the goal of response selection is to identify the best-matched next utterance (i.e., response) from multiple can…

Text Matching