CLDec 12, 2019

Improving Interpretability of Word Embeddings by Generating Definition and Usage

arXiv:1912.05898v215 citations
Originality Incremental advance
AI Analysis

This addresses the interpretability challenge in NLP for researchers and practitioners, though it appears incremental as it builds on existing definition modeling approaches.

The authors tackled the problem of interpreting word embeddings by developing a framework that generates natural language definitions and example sentences for words. Their single-task model achieved state-of-the-art results on definition modeling, and multi-task learning improved performance for both definition and usage modeling tasks.

Word embeddings are substantially successful in capturing semantic relations among words. However, these lexical semantics are difficult to be interpreted. Definition modeling provides a more intuitive way to evaluate embeddings by utilizing them to generate natural language definitions of corresponding words. This task is of great significance for practical application and in-depth understanding of word representations. We propose a novel framework for definition modeling, which can generate reasonable and understandable context-dependent definitions. Moreover, we introduce usage modeling and study whether it is possible to utilize embeddings to generate example sentences of words. These ways are a more direct and explicit expression of embedding's semantics for better interpretability. We extend the single task model to multi-task setting and investigate several joint multi-task models to combine usage modeling and definition modeling together. Experimental results on existing Oxford dataset and a new collected Oxford-2019 dataset show that our single-task model achieves the state-of-the-art result in definition modeling and the multi-task learning methods are helpful for two tasks to improve the performance.

Foundations

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

Your Notes