CLSep 4, 2017

Compositional Approaches for Representing Relations Between Words: A Comparative Study

arXiv:1709.01193v113 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the problem of representing word relations for NLP tasks like relational search and analogy detection, but it is incremental as it compares existing compositional operations rather than introducing a new paradigm.

This study compared compositional methods for representing relations between words to address issues like data sparseness and scalability in existing pattern-based approaches, finding that these methods improved performance on word analogy benchmarks and knowledge base completion tasks.

Identifying the relations that exist between words (or entities) is important for various natural language processing tasks such as, relational search, noun-modifier classification and analogy detection. A popular approach to represent the relations between a pair of words is to extract the patterns in which the words co-occur with from a corpus, and assign each word-pair a vector of pattern frequencies. Despite the simplicity of this approach, it suffers from data sparseness, information scalability and linguistic creativity as the model is unable to handle previously unseen word pairs in a corpus. In contrast, a compositional approach for representing relations between words overcomes these issues by using the attributes of each individual word to indirectly compose a representation for the common relations that hold between the two words. This study aims to compare different operations for creating relation representations from word-level representations. We investigate the performance of the compositional methods by measuring the relational similarities using several benchmark datasets for word analogy. Moreover, we evaluate the different relation representations in a knowledge base completion task.

Foundations

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

Your Notes