paper-with-me

Papers

Revisiting Hierarchical Text Classification: Inference and Metrics

2024-10-02 · Roman Plaud, Matthieu Labeau, Antoine Saillenfest, Thomas Bonald

Hierarchical text classification (HTC) is the task of assigning labels to a text within a structured space organized as a hierarchy. Recent works treat HTC as a conventional multilabel classification problem, therefore evaluating it as such. We instead propose to evaluate models based on specifically designed hierarchical metrics and we demonstrate the intricacy of metric choice and prediction inference method. We introduce a new challenging dataset and we evaluate fairly, recent sophisticated models, comparing them with a range of simple but strong baselines, including a new theoretically motivated loss. Finally, we show that those baselines are very often competitive with the latest models. This highlights the importance of carefully considering the evaluation methodology when proposing new methods for HTC. Code implementation and dataset are available at \url{https://github.com/RomanPlaud/revisitingHTC}.

📄 PDF Abstract BibTeX arXiv:2410.01305

Code (1)

romanplaud/revisitinghtc 공식 구현 pytorch

Tasks

Classificationtext-classificationText Classification

Methods 이 논문이 사용한 방법론

RoIAlign Region of Interest Align, or RoIAlign, is an operation for extracting a small feature map from each RoI in detection and segmentation based tasks. It removes the harsh…
FPN 설명 없음
RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
HTC 설명 없음

Similar Papers 제목 키워드 기반

End-to-End Hierarchical Text Classification with Label Assignment Policy

2018-09-27 · Yuning Mao, Jingjing Tian, Jiawei Han, Xiang Ren

We present an end-to-end reinforcement learning approach to hierarchical text classification where documents are labeled by placing them at the right positions in a given hierarchy. While existing “global” methods constr…

Classificationtext-classificationText Classification

Revisiting Transformer-based Models for Long Document Classification

2022-04-14 · Xiang Dai, Ilias Chalkidis, Sune Darkner, Desmond Elliott

The recent literature in text classification is biased towards short text sequences (e.g., sentences or paragraphs). In real-world applications, multi-page multi-paragraph documents are common and they cannot be efficien…

ClassificationDocument Classificationtext-classificationText Classification

Revisiting Transformer-based Models for Long Document Classification

2021-11-16 · ACL ARR November 2021 11 · Anonymous

The recent literature in text classification is biased towards short text sequences (e.g., sentences or paragraphs). In real-world applications, multi-page multi-paragraph documents are common and they cannot be efficie…

ClassificationDocument Classificationtext-classificationText Classification

Recent Advances in Hierarchical Multi-label Text Classification: A Survey

2023-07-30 · Rundong Liu, Wenhan Liang, Weijun Luo, Yuxiang Song 외

Hierarchical multi-label text classification aims to classify the input text into multiple labels, among which the labels are structured and hierarchical. It is a vital task in many real world applications, e.g. scientif…

ClassificationMulti Label Text ClassificationMulti-Label Text ClassificationSurvey+2

Revisiting Data Complexity Metrics Based on Morphology for Overlap and Imbalance: Snapshot, New Overlap Number of Balls Metrics and Singular Problems Prospect

2020-07-15 · José Daniel Pascual-Triana, David Charte, Marta Andrés Arroyo, Alberto Fernández 외

Data Science and Machine Learning have become fundamental assets for companies and research institutions alike. As one of its fields, supervised classification allows for class prediction of new samples, learning from gi…

ClassificationGeneral Classification