CLAISep 18, 2020

Will it Unblend?

arXiv:2009.09123v1998 citations
Originality Synthesis-oriented
AI Analysis

This addresses a specific challenge in natural language processing for handling blends, but it is incremental as it quantifies existing model limitations without proposing a new solution.

The paper tackled the problem of interpreting out-of-vocabulary blends like 'innoventor' using large language models, finding that BERT's contextual representations are semantically impoverished due to character loss and that context-aware embeddings outperform others but still perform poorly.

Natural language processing systems often struggle with out-of-vocabulary (OOV) terms, which do not appear in training data. Blends, such as "innoventor", are one particularly challenging class of OOV, as they are formed by fusing together two or more bases that relate to the intended meaning in unpredictable manners and degrees. In this work, we run experiments on a novel dataset of English OOV blends to quantify the difficulty of interpreting the meanings of blends by large-scale contextual language models such as BERT. We first show that BERT's processing of these blends does not fully access the component meanings, leaving their contextual representations semantically impoverished. We find this is mostly due to the loss of characters resulting from blend formation. Then, we assess how easily different models can recognize the structure and recover the origin of blends, and find that context-aware embedding systems outperform character-level and context-free embeddings, although their results are still far from satisfactory.

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