CLAIMar 9, 2020

An Empirical Investigation of Pre-Trained Transformer Language Models for Open-Domain Dialogue Generation

arXiv:2003.04195v116 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the problem of generating coherent and diverse dialogues for AI systems, but it is incremental as it applies existing methods to new data without introducing novel techniques.

The authors investigated pre-trained Transformer language models for open-domain dialogue generation, employing a pre-training and fine-tuning approach with Chinese and English corpora and reporting detailed automatic evaluation metrics on relevance and diversity.

We present an empirical investigation of pre-trained Transformer-based auto-regressive language models for the task of open-domain dialogue generation. Training paradigm of pre-training and fine-tuning is employed to conduct the parameter learning. Corpora of News and Wikipedia in Chinese and English are collected for the pre-training stage respectively. Dialogue context and response are concatenated into a single sequence utilized as the input of the models during the fine-tuning stage. A weighted joint prediction paradigm for both context and response is designed to evaluate the performance of models with or without the loss term for context prediction. Various of decoding strategies such as greedy search, beam search, top-k sampling, etc. are employed to conduct the response text generation. Extensive experiments are conducted on the typical single-turn and multi-turn dialogue corpora such as Weibo, Douban, Reddit, DailyDialog, and Persona-Chat. Detailed numbers of automatic evaluation metrics on relevance and diversity of the generated results for the languages models as well as the baseline approaches are reported.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes