paper-with-me

Papers

Deep Learning Approaches for Extracting Adverse Events and Indications of Dietary Supplements from Clinical Text

2020-09-16 · Yadan Fan, Sicheng Zhou, Yi-Fan Li, Rui Zhang

The objective of our work is to demonstrate the feasibility of utilizing deep learning models to extract safety signals related to the use of dietary supplements (DS) in clinical text. Two tasks were performed in this study. For the named entity recognition (NER) task, Bi-LSTM-CRF (Bidirectional Long-Short-Term-Memory Conditional Random Fields) and BERT (Bidirectional Encoder Representations from Transformers) models were trained and compared with CRF model as a baseline to recognize the named entities of DS and Events from clinical notes. In the relation extraction (RE) task, two deep learning models, including attention-based Bi-LSTM and CNN (Convolutional Neural Network), and a random forest model were trained to extract the relations between DS and Events, which were categorized into three classes: positive (i.e., indication), negative (i.e., adverse events), and not related. The best performed NER and RE models were further applied on clinical notes mentioning 88 DS for discovering DS adverse events and indications, which were compared with a DS knowledge base. For the NER task, deep learning models achieved a better performance than CRF, with F1 scores above 0.860. The attention-based Bi-LSTM model performed the best in the relation extraction task, with the F1 score of 0.893. When comparing DS event pairs generated by the deep learning models with the knowledge base for DS and Event, we found both known and unknown pairs. Deep learning models can detect adverse events and indication of DS in clinical notes, which hold great potential for monitoring the safety of DS use.

📄 PDF Abstract BibTeX arXiv:2009.07780

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Learningnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERRelation Extraction

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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$…
CRF Conditional Random Fields or CRFs are a type of probabilistic graph model that take neighboring sample context into account for tasks like classification. Prediction is…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Weight Decay 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Extracting drug indications and adverse drug reactions from Spanish health social media

2014-06-01 · WS 2014 6 · Isabel Segura-Bedmar, Santiago de la Pe{\~n}a Gonz{\'a}lez, Paloma Mart{\'\i}nez

Extracting Adverse Drug Events from Clinical Notes

2021-04-21 · Darshini Mahendran, Bridget T. McInnes

Adverse drug events (ADEs) are unexpected incidents caused by the administration of a drug or medication. To identify and extract these events, we require information about not just the drug itself but attributes describ…

Language ModelingLanguage ModellingRelationRelation Extraction

Deep Learning Models in Detection of Dietary Supplement Adverse Event Signals from Twitter

2021-06-21 · Yefeng Wang, Yunpeng Zhao, Jiang Bian, Rui Zhang

Objective: The objective of this study is to develop a deep learning pipeline to detect signals on dietary supplement-related adverse events (DS AEs) from Twitter. Material and Methods: We obtained 247,807 tweets ranging…

Deep LearningRelation ExtractionWord Embeddings

HaleLab_NITK@SMM4H’22: Adaptive Learning Model for Effective Detection, Extraction and Normalization of Adverse Drug Events from Social Media Data

2022-10-01 · SMM4H (COLING) 2022 10 · Reshma Unnikrishnan, Sowmya Kamath S, Ananthanarayana V. S.

This paper describes the techniques designed for detecting, extracting and normalizing adverse events from social data as part of the submission for the Shared task, Task 1-SMM4H’22. We present an adaptive learner mechan…

Question Answering

OFU@SMM4H’22: Mining Advent Drug Events Using Pretrained Language Models

2022-10-01 · SMM4H (COLING) 2022 10 · Omar Adjali, Fréjus A. A. Laleye, Umang Aggarwal

We describe in this paper our proposed systems for the Social Media Mining for Health 2022 shared task 1. In particular, we participated in the three sub-tasks, tasks that aim at extracting and processing Adverse Drug Ev…