paper-with-me

홈 › Papers

Hierarchical Text Classification with Reinforced Label Assignment

2019-08-27 · IJCNLP 2019 11 · Yuning Mao, Jingjing Tian, Jiawei Han, Xiang Ren

While existing hierarchical text classification (HTC) methods attempt to capture label hierarchies for model training, they either make local decisions regarding each label or completely ignore the hierarchy information during inference. To solve the mismatch between training and inference as well as modeling label dependencies in a more principled way, we formulate HTC as a Markov decision process and propose to learn a Label Assignment Policy via deep reinforcement learning to determine where to place an object and when to stop the assignment process. The proposed method, HiLAP, explores the hierarchy during both training and inference time in a consistent manner and makes inter-dependent decisions. As a general framework, HiLAP can incorporate different neural encoders as base models for end-to-end training. Experiments on five public datasets and four base models show that HiLAP yields an average improvement of 33.4% in Macro-F1 over flat classifiers and outperforms state-of-the-art HTC methods by a large margin. Data and code can be found at https://github.com/morningmoni/HiLAP.

📄 PDF Abstract BibTeX arXiv:1908.10419

Code (1)

morningmoni/HiLAP 공식 구현 pytorch

Tasks

ClassificationDeep Reinforcement LearningGeneral ClassificationReinforcement Learningtext-classificationText Classification

Methods 이 논문이 사용한 방법론

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…

Similar Papers 제목 키워드 기반

Initializing neural networks for hierarchical multi-label text classification

2017-08-01 · WS 2017 8 · Simon Baker, Anna Korhonen

Many tasks in the biomedical domain require the assignment of one or more predefined labels to input text, where the labels are a part of a hierarchical structure (such as a taxonomy). The conventional approach is to use…

ClassificationGeneral ClassificationMulti-Label ClassificationMulti Label Text Classification+4

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

Learning to Label: A Reinforced Self-Evolving Framework for Semi-supervised Referring Expression Segmentation

2026-05-27 · Runlong Cao, Ying Zang, Chuanwei Zhou, Tianrun Chen 외 arxiv

Semi-supervised referring expression segmentation (SS-RES) aims to achieve precise pixel-level language grounding under limited annotation, yet suffers from limited supervision and unreliable pseudo-labels when exploitin…

Referring Expression Segmentation

CoPHE: A Count-Preserving Hierarchical Evaluation Metric in Large-Scale Multi-Label Text Classification

2021-09-10 · EMNLP 2021 11 · Matúš Falis, Hang Dong, Alexandra Birch, Beatrice Alex

Large-Scale Multi-Label Text Classification (LMTC) includes tasks with hierarchical label spaces, such as automatic assignment of ICD-9 codes to discharge summaries. Performance of models in prior art is evaluated with s…

Multi Label Text ClassificationMulti-Label Text Classificationtext-classificationText Classification

Classification of cancer pathology reports: a large-scale comparative study

2020-06-29 · Stefano Martina, Leonardo Ventura, Paolo Frasconi

We report about the application of state-of-the-art deep learning techniques to the automatic and interpretable assignment of ICD-O3 topography and morphology codes to free-text cancer reports. We present results on a la…

ClassificationGeneral Classification