paper-with-me

Papers

Hierarchical Text Classification with LLM-Refined Taxonomies

2026-01-26 · Jonas Golde, Nicolaas Jedema, Ravi Krishnan, Phong Le arxiv

Hierarchical text classification (HTC) depends on taxonomies that organize labels into structured hierarchies. However, many real-world taxonomies introduce ambiguities, such as identical leaf names under similar parent nodes, which prevent language models (LMs) from learning clear decision boundaries. In this paper, we present TaxMorph, a framework that uses large language models (LLMs) to transform entire taxonomies through operations such as renaming, merging, splitting, and reordering. Unlike prior work, our method revises the full hierarchy to better match the semantics encoded by LMs. Experiments across three HTC benchmarks show that LLM-refined taxonomies consistently outperform human-curated ones in various settings up to +2.9pp. in F1. To better understand these improvements, we compare how well LMs can assign leaf nodes to parent nodes and vice versa across human-curated and LLM-refined taxonomies. We find that human-curated taxonomies lead to more easily separable clusters in embedding space. However, the LLM-refined taxonomies align more closely with the model's actual confusion patterns during classification. In other words, even though they are harder to separate, they better reflect the model's inductive biases. These findings suggest that LLM-guided refinement creates taxonomies that are more compatible with how models learn, improving HTC performance.

📄 PDF Abstract BibTeX arXiv:2601.18375

Code (0)

등록된 구현이 없습니다.

Tasks

Text Classification

Similar Papers 제목 키워드 기반

An Automatic Text Classification Method Based on Hierarchical Taxonomies, Neural Networks and Document Embedding: The NETHIC Tool

2026-03-12 · Luigi Lomasto, Rosario Di Florio, Andrea Ciapetti, Giuseppe Miscione 외 arxiv

This work describes an automatic text classification method implemented in a software tool called NETHIC, which takes advantage of the inner capabilities of highly-scalable neural networks combined with the expressivenes…

Text Classification

Notes on hierarchical ensemble methods for DAG-structured taxonomies

2014-06-17 · Giorgio Valentini

Several real problems ranging from text classification to computational biology are characterized by hierarchical multi-label classification tasks. Most of the methods presented in literature focused on tree-structured t…

ClassificationGeneral ClassificationHierarchical Multi-label ClassificationMulti-Label Classification+3

On Flat versus Hierarchical Classification in Large-Scale Taxonomies

2013-12-01 · NeurIPS 2013 12 · Rohit Babbar, Ioannis Partalas, Eric Gaussier, Massih R. Amini

We study in this paper flat and hierarchical classification strategies in the context of large-scale taxonomies. To this end, we first propose a multiclass, hierarchical data dependent bound on the generalization error o…

ClassificationGeneral Classification

A centroid based framework for text classification in itsm environments

2025-11-12 · Hossein Mohanna, Ali Ait-Bachir arxiv

Text classification with hierarchical taxonomies is a fundamental requirement in IT Service Management (ITSM) systems, where support tickets must be categorized into tree-structured taxonomies. We present a dual-embeddin…

Text Classification

A Hierarchical Neural Attention-based Text Classifier

2018-10-01 · EMNLP 2018 10 · Koustuv Sinha, Yue Dong, Jackie Chi Kit Cheung, Derek Ruths

Deep neural networks have been displaying superior performance over traditional supervised classifiers in text classification. They learn to extract useful features automatically when sufficient amount of data is present…

ClassificationGeneral Classificationtext-classificationText Classification