LGCLMLMay 26, 2019

Hyperbolic Interaction Model For Hierarchical Multi-Label Classification

arXiv:1905.10802v279 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of mapping hierarchical word structures to label hierarchies in classification tasks, offering a domain-specific improvement for natural language processing.

The paper tackles hierarchical multi-label classification by embedding word and label hierarchies in hyperbolic space to capture their tree-like structures, resulting in improved performance over state-of-the-art methods on three benchmark datasets.

Different from the traditional classification tasks which assume mutual exclusion of labels, hierarchical multi-label classification (HMLC) aims to assign multiple labels to every instance with the labels organized under hierarchical relations. Besides the labels, since linguistic ontologies are intrinsic hierarchies, the conceptual relations between words can also form hierarchical structures. Thus it can be a challenge to learn mappings from word hierarchies to label hierarchies. We propose to model the word and label hierarchies by embedding them jointly in the hyperbolic space. The main reason is that the tree-likeness of the hyperbolic space matches the complexity of symbolic data with hierarchical structures. A new Hyperbolic Interaction Model (HyperIM) is designed to learn the label-aware document representations and make predictions for HMLC. Extensive experiments are conducted on three benchmark datasets. The results have demonstrated that the new model can realistically capture the complex data structures and further improve the performance for HMLC comparing with the state-of-the-art methods. To facilitate future research, our code is publicly available.

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