paper-with-me

Papers

Learning Multi-Level Information for Dialogue Response Selection by Highway Recurrent Transformer

2019-03-21 · Ting-Rui Chiang, Chao-Wei Huang, Shang-Yu Su, Yun-Nung Chen

With the increasing research interest in dialogue response generation, there is an emerging branch formulating this task as selecting next sentences, where given the partial dialogue contexts, the goal is to determine the most probable next sentence. Following the recent success of the Transformer model, this paper proposes (1) a new variant of attention mechanism based on multi-head attention, called highway attention, and (2) a recurrent model based on transformer and the proposed highway attention, so-called Highway Recurrent Transformer. Experiments on the response selection task in the seventh Dialog System Technology Challenge (DSTC7) show the capability of the proposed model of modeling both utterance-level and dialogue-level information; the effectiveness of each module is further analyzed as well.

📄 PDF Abstract BibTeX arXiv:1903.08953

Code (0)

등록된 구현이 없습니다.

Tasks

Response GenerationSentence

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
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…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

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

Knowledge-aware response selection with semantics underlying multi-turn open-domain conversations

2023-07-27 · World Wide Web Journal 2023 7 · Makoto Nakatsuji, Yuka Ozeki, Shuhei Tateishi, Yoshihisa Kano & QingPeng Zhang

Response selection is a critical issue in the AI community, with important applications on the Web. The accuracy of the selected responses, however, tends to be insufficient due to the lack of contextual awareness, espec…

Conversational Response Selection

Improving Response Selection in Multi-Turn Dialogue Systems by Incorporating Domain Knowledge

2018-09-10 · CONLL 2018 10 · Debanjan Chaudhuri, Agustinus Kristiadi, Jens Lehmann, Asja Fischer

Building systems that can communicate with humans is a core problem in Artificial Intelligence. This work proposes a novel neural network architecture for response selection in an end-to-end multi-turn conversational dia…

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

SEntNet: Source-aware Recurrent Entity Network for Dialogue Response Selection

2019-06-16 · Jiahuan Pei, Arent Stienstra, Julia Kiseleva, Maarten de Rijke

Dialogue response selection is an important part of Task-oriented Dialogue Systems (TDSs); it aims to predict an appropriate response given a dialogue context. Obtaining key information from a complex, long dialogue cont…

Task-Oriented Dialogue Systems