CLFeb 28, 2022

GausSetExpander: A Simple Approach for Entity Set Expansion

arXiv:2202.13649v2
Originality Incremental advance
AI Analysis

This addresses entity set expansion for NLP applications, but appears incremental as it builds on existing optimal transport techniques.

The paper tackles entity set expansion by proposing GausSetExpander, an unsupervised method that reframes the problem as selecting entities to minimize spread increase in an elliptical distribution, and demonstrates its validity by comparing to state-of-the-art approaches.

Entity Set Expansion is an important NLP task that aims at expanding a small set of entities into a larger one with items from a large pool of candidates. In this paper, we propose GausSetExpander, an unsupervised approach based on optimal transport techniques. We propose to re-frame the problem as choosing the entity that best completes the seed set. For this, we interpret a set as an elliptical distribution with a centroid which represents the mean and a spread that is represented by the scale parameter. The best entity is the one that increases the spread of the set the least. We demonstrate the validity of our approach by comparing to state-of-the art approaches.

Foundations

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

Your Notes