paper-with-me

Papers

Hierarchical information matters: Text classification via tree based graph neural network

2021-10-05 · COLING 2022 10 · Chong Zhang, He Zhu, Xingyu Peng, Junran Wu, Ke Xu

Text classification is a primary task in natural language processing (NLP). Recently, graph neural networks (GNNs) have developed rapidly and been applied to text classification tasks. As a special kind of graph data, the tree has a simpler data structure and can provide rich hierarchical information for text classification. Inspired by the structural entropy, we construct the coding tree of the graph by minimizing the structural entropy and propose HINT, which aims to make full use of the hierarchical information contained in the text for the task of text classification. Specifically, we first establish a dependency parsing graph for each text. Then we designed a structural entropy minimization algorithm to decode the key information in the graph and convert each graph to its corresponding coding tree. Based on the hierarchical structure of the coding tree, the representation of the entire graph is obtained by updating the representation of non-leaf nodes in the coding tree layer by layer. Finally, we present the effectiveness of hierarchical information in text classification. Experimental results show that HINT outperforms the state-of-the-art methods on popular benchmarks while having a simple structure and few parameters.

📄 PDF Abstract BibTeX arXiv:2110.02047

Code (2)

daisean/hint 공식 구현 pytorch
daisean/tent 공식 구현 pytorch

Tasks

ClassificationDependency ParsingGraph Neural Networktext-classificationText Classification

Similar Papers 제목 키워드 기반

Temporal Order Matters for Agentic Memory: Segment Trees for Long-Horizon Agents

2026-06-03 · Yifan Simon Liu, Liam Gallagher, Faeze Moradi Kalarde, Jiazhou Liang 외 arxiv

Long-horizon conversational agents need to interact with users through evolving events, tasks, and goals. Such histories are naturally temporal, yet many existing memory systems organize information primarily by topical …

HCL-MTC Hierarchical Contrastive Learning for Multi-label Text Classification

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Multi-label text classification is a big challenging subtask in text classification, where labels generally form a tree structure. Existing solutions learn the label tree structure in a shallow manner and ignore the dist…

ClassificationContrastive LearningMulti Label Text ClassificationMulti-Label Text Classification+3

Deep Hierarchical Classification for Category Prediction in E-commerce System

2020-05-14 · WS 2020 7 · Dehong Gao, Wenjing Yang, Huiling Zhou, Yi Wei 외

In e-commerce system, category prediction is to automatically predict categories of given texts. Different from traditional classification where there are no relations between classes, category prediction is reckoned as …

ClassificationGeneral ClassificationPrediction

HiTIN: Hierarchy-aware Tree Isomorphism Network for Hierarchical Text Classification

2023-05-24 · He Zhu, Chong Zhang, JunJie Huang, Junran Wu 외

Hierarchical text classification (HTC) is a challenging subtask of multi-label classification as the labels form a complex hierarchical structure. Existing dual-encoder methods in HTC achieve weak performance gains with …

Hierarchical Multi-label ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONMulti-Label Text Classification+2

Diagnostic Text-guided Representation Learning in Hierarchical Classification for Pathological Whole Slide Image

2024-11-16 · Jiawen Li, Qiehe Sun, Renao Yan, Yizhi Wang 외

With the development of digital imaging in medical microscopy, artificial intelligent-based analysis of pathological whole slide images (WSIs) provides a powerful tool for cancer diagnosis. Limited by the expensive cost …

ClassificationDiagnosticimage-classificationImage Classification+3