CLLGMLOct 27, 2017

One-shot and few-shot learning of word embeddings

arXiv:1710.10280v223 citations
AI Analysis

This could make natural language processing systems more flexible by allowing continuous learning from new words, addressing a bottleneck in adaptability for NLP applications.

The paper tackles the problem of deep learning systems requiring large datasets to learn new concepts by proposing a technique for one-shot and few-shot learning of word embeddings using deep recurrent networks, enabling them to learn useful representations from minimal data.

Standard deep learning systems require thousands or millions of examples to learn a concept, and cannot integrate new concepts easily. By contrast, humans have an incredible ability to do one-shot or few-shot learning. For instance, from just hearing a word used in a sentence, humans can infer a great deal about it, by leveraging what the syntax and semantics of the surrounding words tells us. Here, we draw inspiration from this to highlight a simple technique by which deep recurrent networks can similarly exploit their prior knowledge to learn a useful representation for a new word from little data. This could make natural language processing systems much more flexible, by allowing them to learn continually from the new words they encounter.

Foundations

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

Your Notes