paper-with-me

홈 › Papers

Improving Adverse Drug Event Extraction with SpanBERT on Different Text Typologies

2021-05-19 · Beatrice Portelli, Daniele Passabì, Edoardo Lenzi, Giuseppe Serra, Enrico Santus, Emmanuele Chersoni

In recent years, Internet users are reporting Adverse Drug Events (ADE) on social media, blogs and health forums. Because of the large volume of reports, pharmacovigilance is seeking to resort to NLP to monitor these outlets. We propose for the first time the use of the SpanBERT architecture for the task of ADE extraction: this new version of the popular BERT transformer showed improved capabilities with multi-token text spans. We validate our hypothesis with experiments on two datasets (SMM4H and CADEC) with different text typologies (tweets and blog posts), finding that SpanBERT combined with a CRF outperforms all the competitors on both of them.

📄 PDF Abstract BibTeX arXiv:2105.08882

Code (1)

shivamraval98/multitask-t5_ae pytorch

Tasks

Event ExtractionPharmacovigilance

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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$…
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.
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
WordPiece 설명 없음
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…

Similar Papers 제목 키워드 기반

BERT Prescriptions to Avoid Unwanted Headaches: A Comparison of Transformer Architectures for Adverse Drug Event Detection

2021-04-01 · EACL 2021 2 · Beatrice Portelli, Edoardo Lenzi, Emmanuele Chersoni, Giuseppe Serra 외

Pretrained transformer-based models, such as BERT and its variants, have become a common choice to obtain state-of-the-art performances in NLP tasks. In the identification of Adverse Drug Events (ADE) from social media t…

Event Detection

An Attentive Sequence Model for Adverse Drug Event Extraction from Biomedical Text

2018-01-02 · Suriyadeepan Ramamoorthy, Selvakumar Murugan

Adverse reaction caused by drugs is a potentially dangerous problem which may lead to mortality and morbidity in patients. Adverse Drug Event (ADE) extraction is a significant problem in biomedical research. We model ADE…

Event ExtractionGeneral ClassificationMachine Reading ComprehensionQuestion Answering+1

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

MultiADE: A Multi-domain Benchmark for Adverse Drug Event Extraction

2024-05-28 · Xiang Dai, Sarvnaz Karimi, Abeed Sarker, Ben Hachey 외

Active adverse event surveillance monitors Adverse Drug Events (ADE) from different data sources, such as electronic health records, medical literature, social media and search engine logs. Over the years, many datasets …

Domain AdaptationEvent ExtractionTransfer Learning

BioDEX: Large-Scale Biomedical Adverse Drug Event Extraction for Real-World Pharmacovigilance

2023-05-22 · Karel D'Oosterlinck, François Remy, Johannes Deleu, Thomas Demeester 외

Timely and accurate extraction of Adverse Drug Events (ADE) from biomedical literature is paramount for public safety, but involves slow and costly manual labor. We set out to improve drug safety monitoring (pharmacovigi…

Event ExtractionPharmacovigilance