Skip to content

NLP-RL/MMCSG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yes, this is what I was looking for! Towards Multi-modal Medical Consultation Concern Summary Generation

The repository contains code and dataset for research article titled 'Yes, this is what I was looking for! Towards Multi-modal Medical Consultation Concern Summary Generation' published at 46th European Conference on Information Retrieval (ECIR 2024).

Abstract

Over the past few years, the use of the Internet for healthcare-related tasks has grown by leaps and bounds, posing a challenge in effectively managing and processing information to ensure its efficient utilization. During moments of emotional turmoil, we frequently turn to the internet as our initial source of support, choosing this over discussing our feelings with others due to the associated social stigma. In this paper, we propose a new task of multi-modal medical concern summary (MMCS) generation, which provides a short and precise summary of patients' major concerns brought up during the consultation. Nonverbal cues, such as patients' gestures and facial expressions, aid in accurately identifying patients' concerns. Doctors also consider patients' personal information, such as age and gender, in order to describe the medical condition appropriately. Motivated by the potential efficacy of patients' personal context and visual gestures, we propose a transformer-based multi-task, multi-modal intent-recognition, and medical concern summary generation (IR-MMCSG) system. Furthermore, we propose a multitasking framework for intent recognition and medical concern summary generation for doctor-patient consultations. We construct the first multi-modal medical concern summary generation (MM-MediConSummation) corpus, which includes patient-doctor consultations annotated with medical concern summaries, intents, patient personal information, doctor's recommendations, and keywords. Our experiments and analysis demonstrate (a) the significant role of patients' expressions/gestures and their personal information in intent identification and medical concern summary generation, and (b) the strong correlation between intent recognition and patients' medical concern summary generation.

Please install the dependencies (requirements.txt). To install the packages,

conda install --file requirements.txt

Dataset Access

Link: https://docs.google.com/spreadsheets/d/1VDjL_YCjPMT44C-_YHeGNkRZj5QZC9Qk9nQePjB4m30/edit?usp=sharing

Training

For medical concern summary generation: MMCSG > python IR-MMCS.py

For doctors'summary generation: DSSG > python IR-MMCSG.py

Ablation Study

For Ablation Study: Ablation Study > python file.py
file (T: Text, I: image information, A: Audio, and P: Persoanlity informain)

Testing

Model weights will be saved in a folder named 'model'.

Generated text will be saved in 'result' folder. 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages