CLFeb 15, 2018

Deep contextualized word representations

arXiv:1802.05365v212161 citations
Originality Highly original
AI Analysis

This work addresses the need for better contextualized word embeddings in natural language processing, offering a foundational advancement rather than an incremental one.

The paper tackled the problem of creating word representations that capture complex linguistic characteristics and context-dependent meanings, resulting in state-of-the-art improvements across six NLP tasks.

We introduce a new type of deep contextualized word representation that models both (1) complex characteristics of word use (e.g., syntax and semantics), and (2) how these uses vary across linguistic contexts (i.e., to model polysemy). Our word vectors are learned functions of the internal states of a deep bidirectional language model (biLM), which is pre-trained on a large text corpus. We show that these representations can be easily added to existing models and significantly improve the state of the art across six challenging NLP problems, including question answering, textual entailment and sentiment analysis. We also present an analysis showing that exposing the deep internals of the pre-trained network is crucial, allowing downstream models to mix different types of semi-supervision signals.

Code Implementations46 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

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

Your Notes