https://github.com/lcwong0928/ehreader
A question-answering system for electronic health records to ease physician workload.
https://github.com/lcwong0928/ehreader
bert-models electronic-health-record question-answering
Last synced: about 1 month ago
JSON representation
A question-answering system for electronic health records to ease physician workload.
- Host: GitHub
- URL: https://github.com/lcwong0928/ehreader
- Owner: lcwong0928
- License: mit
- Created: 2022-04-23T17:45:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-23T18:06:29.000Z (over 3 years ago)
- Last Synced: 2025-07-10T20:46:53.025Z (3 months ago)
- Topics: bert-models, electronic-health-record, question-answering
- Language: Jupyter Notebook
- Homepage:
- Size: 18.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EHReader: A Medical Healthcare Question Answering System
## Introduction
Question answering (QA) is a prominent challenge in natural language processing research that requires machines to
predict the correct answer to a posed question by extracting it from a given context. In some cases, QA tasks also
involve determining "answerability": whether the answer is present at all in the passage. Recent research has begun to
explore domain-specific QA systems, such as for usage in medical contexts. The growing adoption of electronic health
records (EHR) in the healthcare system poses a specific QA challenge: retrieving answers from clinical notes to inform
medical decisions. This paper introduces the EHReader model based on the Retrospective Reader architecture. The EHReader
model incorporates quick reading and deep reading modules, enabling it to evaluate answerability and then verify the
answer more comprehensively quickly. We compare EHReader to baseline DistilBERT and BioBERT models for medical QA tasks.
The proposed model incorporating only the QuickReader module achieves state-of-the-art results on the benchmark EmrQA
medical dataset and outperforms the baseline DistilBERT and BioBERT models.## Links
[Report](https://github.com/lcwong0928/ehreader/blob/main/results/report.pdf) \
[Presentation](https://github.com/lcwong0928/ehreader/blob/main/results/presentation.pdf)