CLSep 24, 2016

An Investigation of Recurrent Neural Architectures for Drug Name Recognition

arXiv:1609.07585v140 citations
Originality Synthesis-oriented
AI Analysis

This addresses the problem of automating drug name extraction for pharmacovigilance, though it is incremental as it applies existing methods to a specific domain.

The paper tackled drug name recognition in biomedical texts by investigating recurrent neural architectures, finding that a bidirectional LSTM-CRF model performed competitively with hand-crafted systems on the SemEval-2013 benchmark.

Drug name recognition (DNR) is an essential step in the Pharmacovigilance (PV) pipeline. DNR aims to find drug name mentions in unstructured biomedical texts and classify them into predefined categories. State-of-the-art DNR approaches heavily rely on hand crafted features and domain specific resources which are difficult to collect and tune. For this reason, this paper investigates the effectiveness of contemporary recurrent neural architectures - the Elman and Jordan networks and the bidirectional LSTM with CRF decoding - at performing DNR straight from the text. The experimental results achieved on the authoritative SemEval-2013 Task 9.1 benchmarks show that the bidirectional LSTM-CRF ranks closely to highly-dedicated, hand-crafted systems.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes