paper-with-me

Papers

LSTM based Conversation Models

2016-03-31 · Yi Luan, Yangfeng Ji, Mari Ostendorf

In this paper, we present a conversational model that incorporates both context and participant role for two-party conversations. Different architectures are explored for integrating participant role and context information into a Long Short-term Memory (LSTM) language model. The conversational model can function as a language model or a language generation model. Experiments on the Ubuntu Dialog Corpus show that our model can capture multiple turn interaction between participants. The proposed method outperforms a traditional LSTM model as measured by language model perplexity and response ranking. Generated responses show characteristic differences between the two participant roles.

📄 PDF Abstract BibTeX arXiv:1603.09457

Code (1)

michaelfarrell76/End-To-End-Generative-Dialogue torch

Tasks

Language ModelingLanguage ModellingText Generation

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Modeling Speech Acts in Asynchronous Conversations: A Neural-CRF Approach

2018-12-01 · CL 2018 12 · Shafiq Joty, Tasnim Mohiuddin

Participants in an asynchronous conversation (e.g., forum, e-mail) interact with each other at different times, performing certain communicative acts, called speech acts (e.g., question, request). In this article, we pro…

SentenceWord Embeddings

The Role of Conversation Context for Sarcasm Detection in Online Interactions

2017-07-19 · WS 2017 8 · Debanjan Ghosh, Alexander Richard Fabbri, Smaranda Muresan

Computational models for sarcasm detection have often relied on the content of utterances in isolation. However, speaker's sarcastic intent is not always obvious without additional context. Focusing on social media discu…

Sarcasm DetectionSentence

Dialogue Act Classification in Group Chats with DAG-LSTMs

2019-08-02 · Ozan İrsoy, Rakesh Gosangi, Haimin Zhang, Mu-Hsin Wei 외

Dialogue act (DA) classification has been studied for the past two decades and has several key applications such as workflow automation and conversation analytics. Researchers have used, to address this problem, various …

ClassificationDialogue Act ClassificationGeneral Classification

Sarcasm Analysis using Conversation Context

2018-08-22 · CL 2018 12 · Debanjan Ghosh, Alexander R. Fabbri, Smaranda Muresan

Computational models for sarcasm detection have often relied on the content of utterances in isolation. However, the speaker's sarcastic intent is not always apparent without additional context. Focusing on social media …

Sarcasm DetectionSentence

Incorporating Loose-Structured Knowledge into Conversation Modeling via Recall-Gate LSTM

2016-05-17 · Zhen Xu, Bingquan Liu, Baoxun Wang, Chengjie Sun 외

Modeling human conversations is the essence for building satisfying chat-bots with multi-turn dialog ability. Conversation modeling will notably benefit from domain knowledge since the relationships between sentences can…