Imparting interpretability to word embeddings while preserving semantic structure

Work of Koc Lab on natural language processing has resulted in an article entitled “Imparting interpretability to word embeddings while preserving semantic structure" published in Natural Language Engineering Journal of the Cambridge University Press. Authors of the article are Lüfti Kerem Şenel, İhsan Utlu, Furkan Şahinuç, Haldun Özaktaş and Aykut Koç.

Word embeddings are the crucial tools in many NLP tasks. However, their black-box nature restrains word embeddings from being explainable and interpretable. In this study,  for the first time, by adding an external objective function to the conventional GloVe algorithm, words embeddings are given the feature of being interpretable. Furthermore, joint learning of interpretable word embeddings does not distort the underlying semantic structure of word embeddings.

The increase in the degree of interpretability within the word embeddings is shown by manual evaluations of human subjects as well as by qualitative and quantitative tests. Obtained results show that imparted word embeddings outperform similar studies in the literature.

Contribution of the study is essential to enhance explainable AI algorithms in the NLP field.

Abstract 

As a ubiquitous method in natural language processing, word embeddings are extensively employed to map semantic properties of words into a dense vector representation. They capture semantic and syntactic relations among words, but the vectors corresponding to the words are only meaningful relative to each other. Neither the vector nor its dimensions have any absolute, interpretable meaning. We introduce an additive modification to the objective function of the embedding learning algorithm that encourages the embedding vectors of words that are semantically related to a predefined concept to take larger values along a specified dimension, while leaving the original semantic learning mechanism mostly unaffected. In other words, we align words that are already determined to be related, along predefined concepts. Therefore, we impart interpretability to the word embedding by assigning meaning to its vector dimensions. The predefined concepts are derived from an external lexical resource, which in this paper is chosen as Roget’s Thesaurus. We observe that alignment along the chosen concepts is not limited to words in the thesaurus and extends to other related words as well. We quantify the extent of interpretability and assignment of meaning from our experimental results. Manual human evaluation results have also been presented to further verify that the proposed method increases interpretability. We also demonstrate the preservation of semantic coherence of the resulting vector space using word-analogy/word-similarity tests and a downstream task. These tests show that the interpretability-imparted word embeddings that are obtained by the proposed framework do not sacrifice performances in common benchmark tests.