CLJul 11, 2019

No Word is an Island -- A Transformation Weighting Model for Semantic Composition

arXiv:1907.05048v19 citations
Originality Highly original
AI Analysis

This addresses the trade-off between parameter efficiency and word-specific composition in semantic models for computational linguistics, offering a more efficient solution.

The paper tackled the problem of constructing phrase representations from word representations in distributional semantics, proposing a transformation weighting (TransWeight) model that outperforms existing models on nominal compounds, adjective-noun phrases, and adverb-adjective phrases in English, German, and Dutch, while drastically reducing the number of parameters needed.

Composition models of distributional semantics are used to construct phrase representations from the representations of their words. Composition models are typically situated on two ends of a spectrum. They either have a small number of parameters but compose all phrases in the same way, or they perform word-specific compositions at the cost of a far larger number of parameters. In this paper we propose transformation weighting (TransWeight), a composition model that consistently outperforms existing models on nominal compounds, adjective-noun phrases and adverb-adjective phrases in English, German and Dutch. TransWeight drastically reduces the number of parameters needed compared to the best model in the literature by composing similar words in the same way.

Code Implementations1 repo
Foundations

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

Your Notes