CLAILGJan 21, 2024

Language Models as Hierarchy Encoders

arXiv:2401.11374v428 citationsNIPS
Originality Incremental advance
AI Analysis

This addresses a key limitation in language models for applications requiring hierarchical reasoning, though it is an incremental advancement building on existing hyperbolic embedding methods.

The paper tackled the problem of explicitly encoding hierarchical structures in language models by introducing Hierarchy Transformer encoders (HiTs) that use hyperbolic space, resulting in consistent outperformance over baselines in tasks like transitive inference and subsumption prediction.

Interpreting hierarchical structures latent in language is a key limitation of current language models (LMs). While previous research has implicitly leveraged these hierarchies to enhance LMs, approaches for their explicit encoding are yet to be explored. To address this, we introduce a novel approach to re-train transformer encoder-based LMs as Hierarchy Transformer encoders (HiTs), harnessing the expansive nature of hyperbolic space. Our method situates the output embedding space of pre-trained LMs within a Poincaré ball with a curvature that adapts to the embedding dimension, followed by training on hyperbolic clustering and centripetal losses. These losses are designed to effectively cluster related entities (input as texts) and organise them hierarchically. We evaluate HiTs against pre-trained LMs, standard fine-tuned LMs, and several hyperbolic embedding baselines, focusing on their capabilities in simulating transitive inference, predicting subsumptions, and transferring knowledge across hierarchies. The results demonstrate that HiTs consistently outperform all baselines in these tasks, underscoring the effectiveness and transferability of our re-trained hierarchy encoders.

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