CLMay 1, 2015

Embedding Semantic Relations into Word Representations

arXiv:1505.00161v125 citations
Originality Incremental advance
AI Analysis

This addresses the need for better semantic relation modeling in tasks like analogy detection and relational search, representing an incremental improvement over existing word representation methods.

The authors tackled the problem of learning word representations that explicitly capture semantic relations between words, proposing an unsupervised method that statistically significantly outperforms state-of-the-art word representations on three benchmark datasets for proportional analogy detection.

Learning representations for semantic relations is important for various tasks such as analogy detection, relational search, and relation classification. Although there have been several proposals for learning representations for individual words, learning word representations that explicitly capture the semantic relations between words remains under developed. We propose an unsupervised method for learning vector representations for words such that the learnt representations are sensitive to the semantic relations that exist between two words. First, we extract lexical patterns from the co-occurrence contexts of two words in a corpus to represent the semantic relations that exist between those two words. Second, we represent a lexical pattern as the weighted sum of the representations of the words that co-occur with that lexical pattern. Third, we train a binary classifier to detect relationally similar vs. non-similar lexical pattern pairs. The proposed method is unsupervised in the sense that the lexical pattern pairs we use as train data are automatically sampled from a corpus, without requiring any manual intervention. Our proposed method statistically significantly outperforms the current state-of-the-art word representations on three benchmark datasets for proportional analogy detection, demonstrating its ability to accurately capture the semantic relations among words.

Foundations

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

Your Notes