English

Classification as Decoder: Trading Flexibility for Control in Medical Dialogue

Computation and Language 2019-11-21 v1 Artificial Intelligence Machine Learning

Abstract

Generative seq2seq dialogue systems are trained to predict the next word in dialogues that have already occurred. They can learn from large unlabeled conversation datasets, build a deeper understanding of conversational context, and generate a wide variety of responses. This flexibility comes at the cost of control, a concerning tradeoff in doctor/patient interactions. Inaccuracies, typos, or undesirable content in the training data will be reproduced by the model at inference time. We trade a small amount of labeling effort and some loss of response variety in exchange for quality control. More specifically, a pretrained language model encodes the conversational context, and we finetune a classification head to map an encoded conversational context to a response class, where each class is a noisily labeled group of interchangeable responses. Experts can update these exemplar responses over time as best practices change without retraining the classifier or invalidating old training data. Expert evaluation of 775 unseen doctor/patient conversations shows that only 12% of the discriminative model's responses are worse than the what the doctor ended up writing, compared to 18% for the generative model.

Keywords

Cite

@article{arxiv.1911.08554,
  title  = {Classification as Decoder: Trading Flexibility for Control in Medical Dialogue},
  author = {Sam Shleifer and Manish Chablani and Anitha Kannan and Namit Katariya and Xavier Amatriain},
  journal= {arXiv preprint arXiv:1911.08554},
  year   = {2019}
}

Comments

Machine Learning for Health (ML4H) at NeurIPS 2019 - Extended Abstract. arXiv admin note: substantial text overlap with arXiv:1910.03476

R2 v1 2026-06-23T12:21:30.516Z