paper-with-me

Papers

Dually Interactive Matching Network for Personalized Response Selection in Retrieval-Based Chatbots

2019-08-16 · IJCNLP 2019 11 · Jia-Chen Gu, Zhen-Hua Ling, Xiaodan Zhu, Quan Liu

This paper proposes a dually interactive matching network (DIM) for presenting the personalities of dialogue agents in retrieval-based chatbots. This model develops from the interactive matching network (IMN) which models the matching degree between a context composed of multiple utterances and a response candidate. Compared with previous persona fusion approaches which enhance the representation of a context by calculating its similarity with a given persona, the DIM model adopts a dual matching architecture, which performs interactive matching between responses and contexts and between responses and personas respectively for ranking response candidates. Experimental results on PERSONA-CHAT dataset show that the DIM model outperforms its baseline model, i.e., IMN with persona fusion, by a margin of 14.5% and outperforms the current state-of-the-art model by a margin of 27.7% in terms of top-1 accuracy hits@1.

📄 PDF Abstract BibTeX arXiv:1908.05859

Code (1)

JasonForJoy/DIM 공식 구현 tf

Tasks

Retrieval

Similar Papers 제목 키워드 기반

Dialogue History Matters! Personalized Response Selectionin Multi-turn Retrieval-based Chatbots

2021-03-17 · Juntao Li, Chang Liu, Chongyang Tao, Zhangming Chan 외

Existing multi-turn context-response matching methods mainly concentrate on obtaining multi-level and multi-dimension representations and better interactions between context utterances and response. However, in real-plac…

Representation LearningRetrievalUser Identification

Utterance-to-Utterance Interactive Matching Network for Multi-Turn Response Selection in Retrieval-Based Chatbots

2019-11-16 · Jia-Chen Gu, Zhen-Hua Ling, Quan Liu

This paper proposes an utterance-to-utterance interactive matching network (U2U-IMN) for multi-turn response selection in retrieval-based chatbots. Different from previous methods following context-to-response matching o…

Conversational Response SelectionRetrievalSentence

Interactive Matching Network for Multi-Turn Response Selection in Retrieval-Based Chatbots

2019-01-07 · Jia-Chen Gu, Zhen-Hua Ling, Quan Liu

In this paper, we propose an interactive matching network (IMN) for the multi-turn response selection task. First, IMN constructs word representations from three aspects to address the challenge of out-of-vocabulary (OOV…

Conversational Response SelectionDescriptiveRetrieval

Partner Matters! An Empirical Study on Fusing Personas for Personalized Response Selection in Retrieval-Based Chatbots

2021-05-19 · Jia-Chen Gu, Hui Liu, Zhen-Hua Ling, Quan Liu 외

Persona can function as the prior knowledge for maintaining the consistency of dialogue systems. Most of previous studies adopted the self persona in dialogue whose response was about to be selected from a set of candida…

Retrieval

Dialogue Response Selection with Hierarchical Curriculum Learning

2020-12-29 · ACL 2021 5 · Yixuan Su, Deng Cai, Qingyu Zhou, Zibo Lin 외

We study the learning of a matching model for dialogue response selection. Motivated by the recent finding that models trained with random negative samples are not ideal in real-world scenarios, we propose a hierarchical…

Conversational Response Selection