paper-with-me

Papers

A Fully Hyperbolic Neural Model for Hierarchical Multi-Class Classification

2020-10-05 · Findings of the Association for Computational Linguistics 2020 · Federico López, Michael Strube

Label inventories for fine-grained entity typing have grown in size and complexity. Nonetheless, they exhibit a hierarchical structure. Hyperbolic spaces offer a mathematically appealing approach for learning hierarchical representations of symbolic data. However, it is not clear how to integrate hyperbolic components into downstream tasks. This is the first work that proposes a fully hyperbolic model for multi-class multi-label classification, which performs all operations in hyperbolic space. We evaluate the proposed model on two challenging datasets and compare to different baselines that operate under Euclidean assumptions. Our hyperbolic model infers the latent hierarchy from the class distribution, captures implicit hyponymic relations in the inventory, and shows performance on par with state-of-the-art methods on fine-grained classification with remarkable reduction of the parameter size. A thorough analysis sheds light on the impact of each component in the final prediction and showcases its ease of integration with Euclidean layers.

📄 PDF Abstract BibTeX arXiv:2010.02053

Code (1)

nlpAThits/hyfi 공식 구현 pytorch

Tasks

ClassificationEntity TypingGeneral ClassificationMulti-class ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Similar Papers 제목 키워드 기반

Hyperbolic Busemann Neural Networks

2026-02-21 · Ziheng Chen, Bernhard Schölkopf, Nicu Sebe arxiv

Hyperbolic spaces provide a natural geometry for representing hierarchical and tree-structured data due to their exponential volume growth. To leverage these benefits, neural networks require intrinsic and efficient comp…

Image ClassificationNode ClassificationLink Prediction

Hyperbolic Interaction Model For Hierarchical Multi-Label Classification

2019-05-26 · Boli Chen, Xin Huang, Lin Xiao, Zixin Cai 외

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…

ClassificationGeneral ClassificationHierarchical Multi-label Classificationmodel+2

Large-Margin Classification in Hyperbolic Space

2018-06-01 · Hyunghoon Cho, Benjamin DeMeo, Jian Peng, Bonnie Berger

Representing data in hyperbolic space can effectively capture latent hierarchical relationships. With the goal of enabling accurate classification of points in hyperbolic space while respecting their hyperbolic geometry,…

ClassificationGeneral Classification

Joint Learning of Hyperbolic Label Embeddings for Hierarchical Multi-label Classification

2021-01-13 · EACL 2021 2 · Soumya Chatterjee, Ayush Maheshwari, Ganesh Ramakrishnan, Saketha Nath Jagaralpudi

We consider the problem of multi-label classification where the labels lie in a hierarchy. However, unlike most existing works in hierarchical multi-label classification, we do not assume that the label-hierarchy is know…

General ClassificationHierarchical Multi-label ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION+1

Hyperbolic Random Forests

2023-08-25 · Lars Doorenbos, Pablo Márquez-Neila, Raphael Sznitman, Pascal Mettes

Hyperbolic space is becoming a popular choice for representing data due to the hierarchical structure - whether implicit or explicit - of many real-world datasets. Along with it comes a need for algorithms capable of sol…