paper-with-me

홈 › Papers

Entity-Enriched Neural Models for Clinical Question Answering

2020-05-13 · WS 2020 7 · Bhanu Pratap Singh Rawat, Wei-Hung Weng, So Yeon Min, Preethi Raghavan, Peter Szolovits

We explore state-of-the-art neural models for question answering on electronic medical records and improve their ability to generalize better on previously unseen (paraphrased) questions at test time. We enable this by learning to predict logical forms as an auxiliary task along with the main task of answer span detection. The predicted logical forms also serve as a rationale for the answer. Further, we also incorporate medical entity information in these models via the ERNIE architecture. We train our models on the large-scale emrQA dataset and observe that our multi-task entity-enriched models generalize to paraphrased questions ~5% better than the baseline BERT model.

📄 PDF Abstract BibTeX arXiv:2005.06587

Code (2)

emrQA/bionlp_acl20 공식 구현 pytorch
panushri25/emrQA 공식 구현

Tasks

Question Answering

Methods 이 논문이 사용한 방법론

ERNIE ERNIE is a transformer-based model consisting of two stacked modules: 1) textual encoder and 2) knowledgeable encoder, which is responsible to integrate extra token-oriented…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Weight Decay 설명 없음
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$…
Adam 설명 없음
Multi-Head Attention 설명 없음
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…
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 &…

Similar Papers 제목 키워드 기반

Clinical-Longformer and Clinical-BigBird: Transformers for long clinical sequences

2022-01-27 · Yikuan Li, Ramsey M. Wehbe, Faraz S. Ahmad, Hanyin Wang 외

Transformers-based models, such as BERT, have dramatically improved the performance for various natural language processing tasks. The clinical knowledge enriched model, namely ClinicalBERT, also achieved state-of-the-ar…

Clinical KnowledgeDocument ClassificationFew-Shot Learningnamed-entity-recognition+5

A Comparative Study of Pretrained Language Models for Long Clinical Text

2023-01-27 · Yikuan Li, Ramsey M. Wehbe, Faraz S. Ahmad, Hanyin Wang 외

Objective: Clinical knowledge enriched transformer models (e.g., ClinicalBERT) have state-of-the-art results on clinical NLP (natural language processing) tasks. One of the core limitations of these transformer models is…

Clinical KnowledgeDocument Classificationnamed-entity-recognitionNamed Entity Recognition+3

Attention-based Aspect Reasoning for Knowledge Base Question Answering on Clinical Notes

2021-08-01 · Ping Wang, Tian Shi, Khushbu Agarwal, Sutanay Choudhury 외

Question Answering (QA) in clinical notes has gained a lot of attention in the past few years. Existing machine reading comprehension approaches in clinical domain can only handle questions about a single block of clinic…

Knowledge Base Question AnsweringMachine Reading ComprehensionQuestion AnsweringReading Comprehension

Beyond Long Context: When Semantics Matter More than Tokens

2025-10-29 · Tarun Kumar Chawdhury, Jon D. Duke arxiv

Electronic Health Records (EHR) store clinical documentation as base64 encoded attachments in FHIR DocumentReference resources, which makes semantic question answering difficult. Traditional vector database methods often…

Computational EfficiencySemantic SimilarityQuestion Answering

LasigeBioTM at MEDIQA 2019: Biomedical Question Answering using Bidirectional Transformers and Named Entity Recognition

2019-08-01 · WS 2019 8 · Andre Lamurias, Francisco M. Couto

Biomedical Question Answering (QA) aims at providing automated answers to user questions, regarding a variety of biomedical topics. For example, these questions may ask for related to diseases, drugs, symptoms, or medica…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Natural Language Inference+2