CLMay 7, 2023

An Investigation on Word Embedding Offset Clustering as Relationship Classification

arXiv:2305.04265v1
Originality Synthesis-oriented
AI Analysis

This work provides an incremental direction for unsupervised relationship classification in natural language processing.

The study tackled the problem of representing relationships between word pairs using vector offsets from word embeddings, finding that subtraction pooling with centroid-based clustering performed best in grouping relationship types.

Vector representations obtained from word embedding are the source of many groundbreaking advances in natural language processing. They yield word representations that are capable of capturing semantics and analogies of words within a text corpus. This study is an investigation in an attempt to elicit a vector representation of relationships between pairs of word vectors. We use six pooling strategies to represent vector relationships. Different types of clustering models are applied to analyze which one correctly groups relationship types. Subtraction pooling coupled with a centroid based clustering mechanism shows better performances in our experimental setup. This work aims to provide directions for a word embedding based unsupervised method to identify the nature of a relationship represented by a pair of 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