paper-with-me

홈 › Papers

Generating Medical Prescriptions with Conditional Transformer

2023-10-30 · Samuel Belkadi, Nicolo Micheletti, Lifeng Han, Warren Del-Pinto, Goran Nenadic

Access to real-world medication prescriptions is essential for medical research and healthcare quality improvement. However, access to real medication prescriptions is often limited due to the sensitive nature of the information expressed. Additionally, manually labelling these instructions for training and fine-tuning Natural Language Processing (NLP) models can be tedious and expensive. We introduce a novel task-specific model architecture, Label-To-Text-Transformer (\textbf{LT3}), tailored to generate synthetic medication prescriptions based on provided labels, such as a vocabulary list of medications and their attributes. LT3 is trained on a set of around 2K lines of medication prescriptions extracted from the MIMIC-III database, allowing the model to produce valuable synthetic medication prescriptions. We evaluate LT3's performance by contrasting it with a state-of-the-art Pre-trained Language Model (PLM), T5, analysing the quality and diversity of generated texts. We deploy the generated synthetic data to train the SpacyNER model for the Named Entity Recognition (NER) task over the n2c2-2018 dataset. The experiments show that the model trained on synthetic data can achieve a 96-98\% F1 score at Label Recognition on Drug, Frequency, Route, Strength, and Form. LT3 codes and data will be shared at \url{https://github.com/HECTA-UoM/Label-To-Text-Transformer}

📄 PDF Abstract BibTeX arXiv:2310.19727

Code (1)

hecta-uom/label-to-text-transformer 공식 구현 pytorch

Tasks

2kLanguage Modellingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Multi-Head Attention 설명 없음
Attention 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Inverse Square Root Schedule Inverse Square Root is a learning rate schedule 1 / $\sqrt{\max\left(n, k\right)}$ where $n$ is the current training iteration and $k$ is the number of warm-up steps. This…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Clinical Data Classification using Conditional Random Fields and Neural Parsing for Morphologically Rich Languages

2019-06-01 · WS 2019 6 · Razieh Ehsani, Tyko Niemi, Gaurav Khullar, Tiina Leivo

Past prescriptions constitute a central element in patient records. These are often written in an unstructured and brief form. Extracting information from such prescriptions enables the development of automated processes…

General Classification

A Spoken Drug Prescription Dataset in French for Spoken Language Understanding

2022-07-17 · LREC 2022 6 · Ali Can Kocabiyikoglu, François Portet, Prudence Gibert, Hervé Blanchon 외

Spoken medical dialogue systems are increasingly attracting interest to enhance access to healthcare services and improve quality and traceability of patient care. In this paper, we focus on medical drug prescriptions ac…

Spoken Language Understanding

Towards Predicting Temporal Changes in a Patient's Chest X-ray Images based on Electronic Health Records

2024-09-11 · Daeun Kyung, Junu Kim, Tackeun Kim, Edward Choi

Chest X-ray (CXR) is an important diagnostic tool widely used in hospitals to assess patient conditions and monitor changes over time. Recently, generative models, specifically diffusion-based models, have shown promise …

Diagnostic

Automatic construction of Chinese herbal prescription from tongue image via CNNs and auxiliary latent therapy topics

2018-01-23 · Yang Hu, Guihua Wen, Huiqiang Liao, Changjun Wang 외

The tongue image provides important physical information of humans. It is of great importance for diagnoses and treatments in clinical medicine. Herbal prescriptions are simple, noninvasive and have low side effects. Thu…

Information Extraction from Swedish Medical Prescriptions with Sig-Transformer Encoder

2020-10-10 · EMNLP (ClinicalNLP) 2020 11 · John Pougue Biyong, Bo wang, Terry Lyons, Alejo J Nevado-Holgado

Relying on large pretrained language models such as Bidirectional Encoder Representations from Transformers (BERT) for encoding and adding a simple prediction layer has led to impressive performance in many clinical natu…