Abstract

The multi-label text classification task aims to tag a document with a series of labels. Previous studies usually treated labels as symbols without semantics and ignored the relation among labels, which caused information loss. In this paper, we show that explicitly modeling label semantics can improve multi-label text classification. We propose a hybrid neural network model to simultaneously take advantage of both label semantics and fine-grained text information. Specifically, we utilize the pre-trained BERT model to compute context-aware representation of documents. Furthermore, we incorporate the label semantics in two stages. First, a novel label graph construction approach is proposed to capture the label structures and correlations. Second, we propose a neoteric attention mechanism-adjustive attention to establish the semantic connections between labels and words and to obtain the label-specific word representation. The hybrid representation that combines context-aware feature and label-special word feature is fed into a document encoder to classify. Experimental results on two publicly available datasets show that our model is superior to other state-of-the-art classification methods.

Highlights

  • Multi-label text classification (MLTC) is a fundamental and challenging task in natural language processing

  • By treating the problems as a series of single-label classification tasks, the single-label text classification can be naively extended to MLTC task [7]

  • We propose a Hybrid Bidirectional Encoder Representation from Transformers (BERT) model incorporates Label semantics via Adjustive attention (HBLA), which searches and identifies semantic dependencies of label space and text space simultaneously

Read more

Summary

Introduction

Multi-label text classification (MLTC) is a fundamental and challenging task in natural language processing. The purpose of MLTC is to assign a given text with multiple labels. With the development of deep learning, single-label classification has made a great success [4], [5], [6]. By treating the problems as a series of single-label classification tasks, the single-label text classification can be naively extended to MLTC task [7]. Such oversimplified extensions often bring poor performance. Label relationships can provide implicit and supplemental information, especially when some labels do not have enough training examples.

Objectives
Methods
Results
Full Text
Paper version not known

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call

Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.