LGCLMLDec 13, 2018

Dynamic Transfer Learning for Named Entity Recognition

arXiv:1812.05288v425 citations
Originality Incremental advance
AI Analysis

This work addresses the need for large annotated datasets in NER for medical text analysis, offering a more efficient transfer learning approach for low-resource settings.

The paper tackles the problem of low-resource named entity recognition (NER) in clinical notes by proposing Dynamic Transfer Networks (DTN), a gated architecture that learns parameter sharing schemes between source and target tasks, achieving scores significantly above baseline without requiring exponential search.

State-of-the-art named entity recognition (NER) systems have been improving continuously using neural architectures over the past several years. However, many tasks including NER require large sets of annotated data to achieve such performance. In particular, we focus on NER from clinical notes, which is one of the most fundamental and critical problems for medical text analysis. Our work centers on effectively adapting these neural architectures towards low-resource settings using parameter transfer methods. We complement a standard hierarchical NER model with a general transfer learning framework consisting of parameter sharing between the source and target tasks, and showcase scores significantly above the baseline architecture. These sharing schemes require an exponential search over tied parameter sets to generate an optimal configuration. To mitigate the problem of exhaustively searching for model optimization, we propose the Dynamic Transfer Networks (DTN), a gated architecture which learns the appropriate parameter sharing scheme between source and target datasets. DTN achieves the improvements of the optimized transfer learning framework with just a single training setting, effectively removing the need for exponential search.

Foundations

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

Your Notes