Research on Dual Channel News Headline Classification Based on ERNIE Pre-training Model
Junjie Li, Hui Cao

TL;DR
This paper introduces a dual-channel neural network model based on ERNIE for news headline classification, effectively capturing both global and local features to improve accuracy in multi-classification tasks.
Contribution
The paper proposes a novel dual-channel network combining ERNIE, BiLSTM-AT, and DPCNN to enhance feature extraction for news headline classification.
Findings
Improved accuracy, precision, and F1-score over traditional models.
Effective handling of long-distance dependencies in text.
Suitable for large-scale multi-class news headline classification.
Abstract
The classification of news headlines is an important direction in the field of NLP, and its data has the characteristics of compactness, uniqueness and various forms. Aiming at the problem that the traditional neural network model cannot adequately capture the underlying feature information of the data and cannot jointly extract key global features and deep local features, a dual-channel network model DC-EBAD based on the ERNIE pre-training model is proposed. Use ERNIE to extract the lexical, semantic and contextual feature information at the bottom of the text, generate dynamic word vector representations fused with context, and then use the BiLSTM-AT network channel to secondary extract the global features of the data and use the attention mechanism to give key parts higher The weight of the DPCNN channel is used to overcome the long-distance text dependence problem and obtain deep…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsText and Document Classification Technologies
MethodsERNIE · Softmax
