paper-with-me

Papers

End-to-end Adversarial Learning for Generative Conversational Agents

2017-11-28 · Oswaldo Ludwig

This paper presents a new adversarial learning method for generative conversational agents (GCA) besides a new model of GCA. Similar to previous works on adversarial learning for dialogue generation, our method assumes the GCA as a generator that aims at fooling a discriminator that labels dialogues as human-generated or machine-generated; however, in our approach, the discriminator performs token-level classification, i.e. it indicates whether the current token was generated by humans or machines. To do so, the discriminator also receives the context utterances (the dialogue history) and the incomplete answer up to the current token as input. This new approach makes possible the end-to-end training by backpropagation. A self-conversation process enables to produce a set of generated data with more diversity for the adversarial training. This approach improves the performance on questions not related to the training data. Experimental results with human and adversarial evaluations show that the adversarial method yields significant performance gains over the usual teacher forcing training.

📄 PDF Abstract BibTeX arXiv:1711.10122

Code (3)

oswaldoludwig/Adversarial-Learning-for-Generative-Conversational-Agents 공식 구현 tf
oswaldoludwig/Seq2seq-Chatbot-for-Keras 공식 구현
oswaldoludwig/Parallel-Seq2Seq tf

Tasks

Dialogue GenerationDiversity

Similar Papers 제목 키워드 기반

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…

Adversarial Conversational Shaping for Intelligent Agents

2023-07-20 · Piotr Tarasiewicz, Sultan Kenjeyev, Ilana Sebag, Shehab Alshehabi

The recent emergence of deep learning methods has enabled the research community to achieve state-of-the art results in several domains including natural language processing. However, the current robocall system remains …

Generative Adversarial Network

The Rapidly Changing Landscape of Conversational Agents

2018-03-22 · Vinayak Mathur, Arpit Singh

Conversational agents have become ubiquitous, ranging from goal-oriented systems for helping with reservations to chit-chat models found in modern virtual assistants. In this survey paper, we explore this fascinating fie…

Generative Adversarial NetworkReinforcement Learning

Training Conversational Agents with Generative Conversational Networks

2021-10-15 · Yen-Ting Lin, Alexandros Papangelis, Seokhwan Kim, Dilek Hakkani-Tur

Rich, open-domain textual data available on the web resulted in great advancements for language processing. However, while that data may be suitable for language processing tasks, they are mostly non-conversational, lack…

Extending Neural Generative Conversational Model using External Knowledge Sources

2018-09-14 · EMNLP 2018 10 · Prasanna Parthasarathi, Joelle Pineau

The use of connectionist approaches in conversational agents has been progressing rapidly due to the availability of large corpora. However current generative dialogue models often lack coherence and are content poor. Th…