🌙

自适应密集集成模型用于文本分类

Adaptive Dense Ensemble Model for Text Classification

IEEE Transactions on Cybernetics · 2022
被引 24
ABS 3

中文导读

提出自适应密集集成模型AdaDEM,通过局部和全局密集集成阶段,结合增强注意力卷积神经网络,提升文本分类的准确性和鲁棒性,在长短文本数据集上验证了有效性。

Abstract

Text classification has been widely explored in natural language processing. In this article, we propose a novel adaptive dense ensemble model (AdaDEM) for text classification, which includes local ensemble stage (LES) and global dense ensemble stage (GDES). To strengthen the classification ability and robustness of the enhanced layer, we propose a selective ensemble model based on enhanced attention convolutional neural networks (EnCNNs). To increase the diversity of the ensemble system, these EnCNNs are generated by using two manners: 1) different sample subsets and 2) different granularity kernels. Then, an evaluation criterion that considers both accuracy and diversity is proposed in LES to obtain effective integration results. Furthermore, to make better use of information flow, we develop an adaptive dense ensemble structure with multiple enhanced layers in GDES to mitigate the issue that there may be redundant or invalid enhanced layers in the cascade structure. We conducted extensive experiments against state-of-the-art methods on multiple real-world datasets, including long and short texts, which has verified the effectiveness and generality of our method.

文本分类集成学习卷积神经网络自然语言处理