CLITMar 26, 2024

HILL: Hierarchy-aware Information Lossless Contrastive Learning for Hierarchical Text Classification

arXiv:2403.17307v134 citationsh-index: 9NAACL
Originality Incremental advance
AI Analysis

This addresses the issue of information distortion in hierarchical text classification for NLP researchers, representing an incremental improvement over existing contrastive learning methods.

The paper tackles the problem of information corruption in self-supervised contrastive learning for hierarchical text classification by proposing HILL, a method that preserves semantic and syntactic information in contrastive samples, achieving superior performance on three common datasets.

Existing self-supervised methods in natural language processing (NLP), especially hierarchical text classification (HTC), mainly focus on self-supervised contrastive learning, extremely relying on human-designed augmentation rules to generate contrastive samples, which can potentially corrupt or distort the original information. In this paper, we tend to investigate the feasibility of a contrastive learning scheme in which the semantic and syntactic information inherent in the input sample is adequately reserved in the contrastive samples and fused during the learning process. Specifically, we propose an information lossless contrastive learning strategy for HTC, namely \textbf{H}ierarchy-aware \textbf{I}nformation \textbf{L}ossless contrastive \textbf{L}earning (HILL), which consists of a text encoder representing the input document, and a structure encoder directly generating the positive sample. The structure encoder takes the document embedding as input, extracts the essential syntactic information inherent in the label hierarchy with the principle of structural entropy minimization, and injects the syntactic information into the text representation via hierarchical representation learning. Experiments on three common datasets are conducted to verify the superiority of HILL.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes