# Neural Domain Adaptation for Biomedical Question Answering

**Authors:** Georg Wiese, Dirk Weissenborn, Mariana Neves

arXiv: 1706.03610 · 2017-06-16

## TL;DR

This paper presents a neural domain adaptation approach for biomedical question answering, leveraging transfer learning from open-domain datasets to improve performance on small biomedical datasets without relying on domain-specific resources.

## Contribution

It introduces a transfer learning method for neural QA systems that adapts from open-domain to biomedical QA, using biomedical embeddings and a novel answer list mechanism.

## Key findings

- Achieves state-of-the-art results on biomedical factoid questions.
- Attains competitive results on biomedical list questions.
- Does not depend on domain-specific ontologies or parsers.

## Abstract

Factoid question answering (QA) has recently benefited from the development of deep learning (DL) systems. Neural network models outperform traditional approaches in domains where large datasets exist, such as SQuAD (ca. 100,000 questions) for Wikipedia articles. However, these systems have not yet been applied to QA in more specific domains, such as biomedicine, because datasets are generally too small to train a DL system from scratch. For example, the BioASQ dataset for biomedical QA comprises less then 900 factoid (single answer) and list (multiple answers) QA instances. In this work, we adapt a neural QA system trained on a large open-domain dataset (SQuAD, source) to a biomedical dataset (BioASQ, target) by employing various transfer learning techniques. Our network architecture is based on a state-of-the-art QA system, extended with biomedical word embeddings and a novel mechanism to answer list questions. In contrast to existing biomedical QA systems, our system does not rely on domain-specific ontologies, parsers or entity taggers, which are expensive to create. Despite this fact, our systems achieve state-of-the-art results on factoid questions and competitive results on list questions.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1706.03610/full.md

## Figures

1 figure with captions in the complete paper: https://tomesphere.com/paper/1706.03610/full.md

## References

23 references — full list in the complete paper: https://tomesphere.com/paper/1706.03610/full.md

---
Source: https://tomesphere.com/paper/1706.03610