paper-with-me

Papers

Semi-Supervised Variational Reasoning for Medical Dialogue Generation

2021-05-13 · Dongdong Li, Zhaochun Ren, Pengjie Ren, Zhumin Chen, Miao Fan, Jun Ma, Maarten de Rijke

Medical dialogue generation aims to provide automatic and accurate responses to assist physicians to obtain diagnosis and treatment suggestions in an efficient manner. In medical dialogues two key characteristics are relevant for response generation: patient states (such as symptoms, medication) and physician actions (such as diagnosis, treatments). In medical scenarios large-scale human annotations are usually not available, due to the high costs and privacy requirements. Hence, current approaches to medical dialogue generation typically do not explicitly account for patient states and physician actions, and focus on implicit representation instead. We propose an end-to-end variational reasoning approach to medical dialogue generation. To be able to deal with a limited amount of labeled data, we introduce both patient state and physician action as latent variables with categorical priors for explicit patient state tracking and physician policy learning, respectively. We propose a variational Bayesian generative approach to approximate posterior distributions over patient states and physician actions. We use an efficient stochastic gradient variational Bayes estimator to optimize the derived evidence lower bound, where a 2-stage collapsed inference method is proposed to reduce the bias during model training. A physician policy network composed of an action-classifier and two reasoning detectors is proposed for augmented reasoning ability. We conduct experiments on three datasets collected from medical platforms. Our experimental results show that the proposed method outperforms state-of-the-art baselines in terms of objective and subjective evaluation metrics. Our experiments also indicate that our proposed semi-supervised reasoning method achieves a comparable performance as state-of-the-art fully supervised learning baselines for physician policy learning.

📄 PDF Abstract BibTeX arXiv:2105.06071

Code (1)

lddsdu/VRBot 공식 구현 pytorch

Tasks

Dialogue GenerationResponse Generation

Methods 이 논문이 사용한 방법론

Stochastic Gradient Variational Bayes 설명 없음

Similar Papers 제목 키워드 기반

Exploring Semi-supervised Variational Autoencoders for Biomedical Relation Extraction

2019-01-18 · Yijia Zhang, Zhiyong Lu

The biomedical literature provides a rich source of knowledge such as protein-protein interactions (PPIs), drug-drug interactions (DDIs) and chemical-protein interactions (CPIs). Biomedical relation extraction aims to au…

DecoderRelationRelation Extraction

FineMedLM-o1: Enhancing the Medical Reasoning Ability of LLM from Supervised Fine-Tuning to Test-Time Training

2025-01-16 · Hongzhou Yu, Tianhao Cheng, Ying Cheng, Rui Feng

Recent advancements in large language models (LLMs) have shown promise in medical applications such as disease diagnosis and treatment planning. However, most existing medical LLMs struggle with the advanced reasoning re…

Domain Adaptation

A Semi-Supervised Stable Variational Network for Promoting Replier-Consistency in Dialogue Generation

2019-11-01 · IJCNLP 2019 11 · Jinxin Chang, Ruifang He, Longbiao Wang, Xiangyu Zhao 외

Neural sequence-to-sequence models for dialog systems suffer from the problem of favoring uninformative and non replier-specific responses due to lack of the global and relevant information guidance. The existing methods…

Dialogue Generation

Semi-Supervised Diseased Detection from Speech Dialogues with Multi-Level Data Modeling

2026-01-08 · Xingyuan Li, Mengyue Wu arxiv

Detecting medical conditions from speech acoustics is fundamentally a weakly-supervised learning problem: a single, often noisy, session-level label must be linked to nuanced patterns within a long, complex audio recordi…

Multi-Adversarial Variational Autoencoder Networks

2019-06-14 · Abdullah-Al-Zubaer Imran, Demetri Terzopoulos

The unsupervised training of GANs and VAEs has enabled them to generate realistic images mimicking real-world distributions and perform image-based unsupervised clustering or semi-supervised classification. Combining the…

ClusteringGeneral ClassificationImage GenerationVariational Inference