paper-with-me

Papers

Dialog Context Language Modeling with Recurrent Neural Networks

2017-01-15 · Bing Liu, Ian Lane

In this work, we propose contextual language models that incorporate dialog level discourse information into language modeling. Previous works on contextual language model treat preceding utterances as a sequence of inputs, without considering dialog interactions. We design recurrent neural network (RNN) based contextual language models that specially track the interactions between speakers in a dialog. Experiment results on Switchboard Dialog Act Corpus show that the proposed model outperforms conventional single turn based RNN language model by 3.3% on perplexity. The proposed models also demonstrate advantageous performance over other competitive contextual language models.

📄 PDF Abstract BibTeX arXiv:1701.04056

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Sequential Dialogue Context Modeling for Spoken Language Understanding

2017-05-08 · WS 2017 8 · Ankur Bapna, Gokhan Tur, Dilek Hakkani-Tur, Larry Heck

Spoken Language Understanding (SLU) is a key component of goal oriented dialogue systems that would parse user utterances into semantic frame representations. Traditionally SLU does not utilize the dialogue history beyon…

Goal-Oriented Dialogue SystemsSpoken Language Understanding

RAP-Net: Recurrent Attention Pooling Networks for Dialogue Response Selection

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

The response selection has been an emerging research topic due to the growing interest in dialogue modeling, where the goal of the task is to select an appropriate response for continuing dialogues. To further push the e…

Diversity

Hybrid Supervised Reinforced Model for Dialogue Systems

2020-11-04 · Carlos Miranda, Yacine Kessaci

This paper presents a recurrent hybrid model and training procedure for task-oriented dialogue systems based on Deep Recurrent Q-Networks (DRQN). The model copes with both tasks required for Dialogue Management: State Tr…

Decision MakingDialogue ManagementManagementmodel+1

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 th…

Response GenerationSentence

Recurrent Memory-Augmented Transformers with Chunked Attention for Long-Context Language Modeling

2025-07-01 · Ankit Kashyap arxiv

We present a Transformer architecture for long-context language modeling that combines global attention with two biologically inspired components: chunked local attention and a gated FIFO memory mechanism. This unified a…

Code Completion