Computer Engineering and Applications ›› 2023, Vol. 59 ›› Issue (12): 100-105.DOI: 10.3778/j.issn.1002-8331.2203-0284

• Pattern Recognition and Artificial Intelligence • Previous Articles     Next Articles

Multi-Label Text Classification Based on Shared Semantic Space

SUN Kun, QIN Bowen, SANG Jitao, YU Jian   

  1. School of Computer and Information Technology, Beijing Jiaotong University, Beijing 100044, China
  • Online:2023-06-15 Published:2023-06-15

基于共享语义空间的多标签文本分类

孙坤,秦博文,桑基韬,于剑   

  1. 北京交通大学 计算机与信息技术学院,北京 100044

Abstract: In the multi-label text classification task, each given document corresponds to a set of related labels. At present, it mainly faces the following three problems:(1) the joint modeling of label-text and label-label relationships is inadequate; (2) the semantic mining of the label itself is insufficient; (3) the utilization of the internal structure information of the label is ignored. To solve the above problems, this study proposes a multi-label text classification method based on joint attention and shared semantic space. The proposed joint multi-head attention mechanism synchronously models the relationship between labels and relationship between labels and documents simultaneously, that avoids error transmission and uses the interaction information between them. The proposed decouple shared semantic space embedding method improves the method of using labels semantic information, and uses the encoder of shared parameters to extract the semantic representation of labels and documents, reducing its deviation in the phase of modeling correlation. The proposed hierarchical hinting method based on prior knowledge relies on the prior knowledge in the pre-trained model to exploit the labels hierarchy information. Experimental results show that the proposed method is superior to the existing state-of-the-art multi-label text classification methods in public datasets.

Key words: multi-label text classification, attention mechanism, label representation, pre-trained model, semantic embedding

摘要: 在多标签文本分类任务中,每个给定的文档都对应一组相关标签。目前主要面临以下三方面问题:(1)对标签-文本和标签-标签关系的联合建模不充分;(2)对标签本身语义的挖掘不足;(3)忽略了对标签内部结构信息的利用。对于以上问题,提出了一种基于联合注意力和共享语义空间的多标签文本分类方法。提出了融合多头注意力机制,该方法旨在同步地对标签与文档的关系和标签之间的关系进行建模,利用两者交互信息的同时避免误差传递。提出了解耦的共享语义空间嵌入方法,改进了利用标签语义信息的方法,使用共享参数的编码器提取标签和文档的语义表示,减少其在建模相关性阶段的偏差。提出了一种基于先验知识的层次提示方法,利用预训练模型中的先验知识增强标签层次结构信息。实验结果表明,该方法在公开数据集上优于目前最先进的多标签文本分类模型。

关键词: 多标签文本分类, 注意力机制, 标签表示, 预训练模型, 语义嵌入