A Concept Based Approach for Translation of Medical Dialogues into Pictographs (2024.lrec-main)
Copied to clipboard
| Challenge: | Pictographs have been found to improve patient comprehension of medical information or instructions. |
| Approach: | They propose a system that automatically translates French speech into pictographs . the system is based on a semantic gloss that serves as pivot between spontaneous language and pictograms based in the ontology of the UMLS . |
| Outcome: | The proposed system achieves an F0.5 score on unseen data, with 71% of glosses transmitting intended meaning. |
Similar Papers
A French Medical Conversations Corpus Annotated for a Virtual Patient Dialogue System (2020.lrec-1)
Copied to clipboard
| Challenge: | Existing methods for creating virtual patient dialogue systems require large data specific to the language, domain and clinical cases studied. |
| Approach: | They propose to build an annotated corpus of medical dialogues in french using medical interviews and a data annotation scheme. |
| Outcome: | The proposed corpus is made publicly available under a Free/Libre Open Source licence. |
Incorporating medical knowledge in BERT for clinical relation extraction (2021.emnlp-main)
Copied to clipboard
| Challenge: | Pre-trained language models (PLMs) are used for diverse NLP tasks such as Information Extraction, Sentiment Analysis and Question/Answering. |
| Approach: | They propose to add medical knowledge to pre-trained language models to facilitate clinical relation extraction using a large text corpus. |
| Outcome: | The proposed model outperforms the state-of-the-art systems on the benchmark i2b2/VA 2010 clinical relation extraction dataset. |
MedicalSum: A Guided Clinical Abstractive Summarization Model for Generating Medical Reports from Patient-Doctor Conversations (2022.findings-emnlp)
Copied to clipboard
| Challenge: | Existing models for summarizing medical conversations do not take clinical knowledge into account and are difficult to control. |
| Approach: | They propose a transformer-based sequence-to-sequence architecture for summarizing medical conversations by integrating medical domain knowledge from the Unified Medical Language System (UMLS). |
| Outcome: | The proposed model achieves state-of-the-art ROUGE score improvements of 0.8-2.1 points (including 6.2% error reduction in the PE section) it incorporates medical domain knowledge from the Unified Medical Language System (UMLS). |
README: Bridging Medical Jargon and Lay Understanding for Patient Education through Data-Centric NLP (2024.findings-emnlp)
Copied to clipboard
Zonghai Yao, Nandyala Siddharth Kantu, Guanghao Wei, Hieu Tran, Zhangqi Duan, Sunjae Kwon, Zhichao Yang, Hong Yu
| Challenge: | a new task is to generate lay definitions of medical terms in EHRs that are difficult to understand for patients. |
| Approach: | They propose a task of automatically generating lay definitions to simplify medical terms into patient-friendly lay language. |
| Outcome: | The proposed model can match or surpass state-of-the-art closed-source large language models like ChatGPT with high-quality data. |
Solving the Right Problem is Key for Translational NLP: A Case Study in UMLS Vocabulary Insertion (2023.findings-emnlp)
Copied to clipboard
| Challenge: | a gap exists between research output and real-world task for automated NLP systems . a recent study shows that powerful models alone will not yield translational NLP solutions . |
| Approach: | They propose a formulation for UMLS vocabulary insertion which mirrors the real-world task . they propose measurable qualitative improvements to editors who carry out the UVI task based on strong datasets . |
| Outcome: | The proposed model outperforms existing models and improves the UVI task. |
Benchmarking Automated Clinical Language Simplification: Dataset, Algorithm, and Evaluation (2022.coling-1)
Copied to clipboard
| Challenge: | Existing studies to translate medical jargon into layperson-understandable language focus on accuracy and readability aspects of clinical language. |
| Approach: | They propose to construct a dataset to support automated clinical language simplification and propose a model that mimics the human annotation procedure. |
| Outcome: | The proposed model matches human annotation procedures and achieves state-of-the-art performance compared with baselines. |
UmlsBERT: Clinical Domain Knowledge Augmentation of Contextual Embeddings Using the Unified Medical Language System Metathesaurus (2021.naacl-main)
Copied to clipboard
| Challenge: | Contextual word embedding models do not take into account structured expert domain knowledge from a knowledge base. |
| Approach: | They propose a contextual embedding model that integrates domain knowledge during the pre-training process via a novel knowledge augmentation strategy. |
| Outcome: | The proposed model outperforms existing domain-specific models on common named-entity recognition (NER) and clinical natural language inference tasks. |
Cross-Lingual Knowledge Transfer for Clinical Phenotyping (2022.lrec-1)
Copied to clipboard
Jens-Michalis Papaioannou, Paul Grundmann, Betty van Aken, Athanasios Samaras, Ilias Kyparissidis, George Giannakoulas, Felix Gers, Alexander Loeser
| Challenge: | Current models for clinical phenotyping are limited to clinical notes written in English due to the large amount of labeled and unlabeled clinical text resources. |
| Approach: | They propose to use translation-based methods with domain-specific encoders and cross-lingual encoder plus adapters to perform this task for clinics that do not use the English language. |
| Outcome: | The proposed strategies outperform the state-of-the-art models for clinics that do not use the English language and have a small amount of in-domain data available. |
Beyond Label Attention: Transparency in Language Models for Automated Medical Coding via Dictionary Learning (2024.emnlp-main)
Copied to clipboard
| Challenge: | Current efforts in interpretability of medical coding rely heavily on label attention mechanisms, which often leads to the highlighting of extraneous tokens irrelevant to the ICD code. |
| Approach: | They propose to leverage dictionary learning to extract sparsely activated representations from dense language models embedded in superposition to facilitate accurate interpretability. |
| Outcome: | The proposed model extracts sparsely activated representations from dense language models in superposition, even when the highlighted tokens are medically irrelevant. |
A Corpus with Multi-Level Annotations of Patients, Interventions and Outcomes to Support Language Processing for Medical Literature (P18-1)
Copied to clipboard
| Challenge: | In 2015 alone, about 100 manuscripts describing randomized controlled trials for medical interventions were published every day. |
| Approach: | They propose a corpus of 5,000 medical articles annotated with demarcations of text spans that describe the Patient population enrolled, the Interventions studied and to what they were Compared, and the Outcomes measured. |
| Outcome: | The proposed corpus includes 5,000 medical articles describing clinical randomized controlled trials. |