paper-with-me

Papers

DIALOGPT : Large-Scale Generative Pre-training for Conversational Response Generation

2020-07-01 · ACL 2020 6 · Yizhe Zhang, Siqi Sun, Michel Galley, Yen-Chun Chen, Chris Brockett, Xiang Gao, Jianfeng Gao, Jingjing Liu, Bill Dolan

We present a large, tunable neural conversational response generation model, DIALOGPT (dialogue generative pre-trained transformer). Trained on 147M conversation-like exchanges extracted from Reddit comment chains over a period spanning from 2005 through 2017, DialoGPT extends the Hugging Face PyTorch transformer to attain a performance close to human both in terms of automatic and human evaluation in single-turn dialogue settings. We show that conversational systems that leverage DialoGPT generate more relevant, contentful and context-consistent responses than strong baseline systems. The pre-trained model and training pipeline are publicly released to facilitate research into neural response generation and the development of more intelligent open-domain dialogue systems.

📄 PDF Abstract BibTeX

Code (1)

microsoft/DialoGPT pytorch

Tasks

Conversational Response GenerationResponse Generation

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 설명 없음
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…
Multi-Head Attention 설명 없음
Adam 설명 없음
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 제목 키워드 기반

DialoGPT: Large-Scale Generative Pre-training for Conversational Response Generation

2019-11-01 · Yizhe Zhang, Siqi Sun, Michel Galley, Yen-Chun Chen 외

We present a large, tunable neural conversational response generation model, DialoGPT (dialogue generative pre-trained transformer). Trained on 147M conversation-like exchanges extracted from Reddit comment chains over a…

Conversational Response GenerationResponse Generation

Conversational Bots for Psychotherapy: A Study of Generative Transformer Models Using Domain-specific Dialogues

2022-05-01 · BioNLP (ACL) 2022 5 · Avisha Das, Salih Selek, Alia R. Warner, Xu Zuo 외

Conversational bots have become non-traditional methods for therapy among individuals suffering from psychological illnesses. Leveraging deep neural generative language models, we propose a deep trainable neural conversa…

Response GenerationTransfer Learning

Fine-Tuning DialoGPT on Common Diseases in Rural Nepal for Medical Conversations

2025-11-01 · Birat Poudel, Satyam Ghimire, Er. Prakash Chandra Prasad arxiv

Conversational agents are increasingly being explored to support healthcare delivery, particularly in resource-constrained settings such as rural Nepal. Large-scale conversational models typically rely on internet connec…

Domain Adaptation

Bot-Adversarial Dialogue for Safe Conversational Agents

2021-06-01 · NAACL 2021 4 · Jing Xu, Da Ju, Margaret Li, Y-Lan Boureau 외

Conversational agents trained on large unlabeled corpora of human interactions will learn patterns and mimic behaviors therein, which include offensive or otherwise toxic behavior. We introduce a new human-and-model-in-t…

An Evaluation Protocol for Generative Conversational Systems

2020-10-24 · Seolhwa Lee, Heuiseok Lim, João Sedoc

There is a multitude of novel generative models for open-domain conversational systems; however, there is no systematic evaluation of different systems. Systematic comparisons require consistency in experimental design, …

Experimental Design