paper-with-me

홈 › Papers

Data Distillation for Controlling Specificity in Dialogue Generation

2017-02-22 · Jiwei Li, Will Monroe, Dan Jurafsky

People speak at different levels of specificity in different situations. Depending on their knowledge, interlocutors, mood, etc.} A conversational agent should have this ability and know when to be specific and when to be general. We propose an approach that gives a neural network--based conversational agent this ability. Our approach involves alternating between \emph{data distillation} and model training : removing training examples that are closest to the responses most commonly produced by the model trained from the last round and then retrain the model on the remaining dataset. Dialogue generation models trained with different degrees of data distillation manifest different levels of specificity. We then train a reinforcement learning system for selecting among this pool of generation models, to choose the best level of specificity for a given input. Compared to the original generative model trained without distillation, the proposed system is capable of generating more interesting and higher-quality responses, in addition to appropriately adjusting specificity depending on the context. Our research constitutes a specific case of a broader approach involving training multiple subsystems from a single dataset distinguished by differences in a specific property one wishes to model. We show that from such a set of subsystems, one can use reinforcement learning to build a system that tailors its output to different input contexts at test time.

📄 PDF Abstract BibTeX arXiv:1702.06703

Code (0)

등록된 구현이 없습니다.

Tasks

Dialogue Generationreinforcement-learningReinforcement LearningReinforcement Learning (RL)Specificity

Similar Papers 제목 키워드 기반

Controlling the Specificity of Clarification Question Generation

2019-08-01 · WS 2019 8 · Yang Trista Cao, Sudha Rao, Hal Daum{\'e} III

Unlike comprehension-style questions, clarification questions look for some missing information in a given context. However, without guidance, neural models for question generation, similar to dialog generation models, l…

Question GenerationQuestion-GenerationSpecificity

What makes a good conversation? How controllable attributes affect human judgments

2019-02-22 · NAACL 2019 6 · Abigail See, Stephen Roller, Douwe Kiela, Jason Weston

A good conversation requires balance -- between simplicity and detail; staying on topic and changing it; asking questions and answering them. Although dialogue agents are commonly evaluated via human judgments of overall…

SpecificityText Generation

PlugMed: Improving Specificity in Patient-Centered Medical Dialogue Generation using In-Context Learning

2023-05-19 · Chengfeng Dou, Zhi Jin, Wenping Jiao, Haiyan Zhao 외

The patient-centered medical dialogue systems strive to offer diagnostic interpretation services to users who are less knowledgeable about medical knowledge, through emphasizing the importance of providing responses spec…

Common Sense ReasoningDiagnosticDialogue GenerationIn-Context Learning+1

Linguistically-Informed Specificity and Semantic Plausibility for Dialogue Generation

2019-06-01 · NAACL 2019 6 · Wei-Jen Ko, Greg Durrett, Junyi Jessy Li

Sequence-to-sequence models for open-domain dialogue generation tend to favor generic, uninformative responses. Past work has focused on word frequency-based approaches to improving specificity, such as penalizing respon…

Dialogue GenerationInformativenessRerankingSpecificity

Controlling Dialogue Generation with Semantic Exemplars

2020-08-20 · NAACL 2021 4 · Prakhar Gupta, Jeffrey P. Bigham, Yulia Tsvetkov, Amy Pavel

Dialogue systems pretrained with large language models generate locally coherent responses, but lack the fine-grained control over responses necessary to achieve specific goals. A promising method to control response gen…

Dialogue GenerationResponse Generation