Text Classification based on Multi-granularity Attention Hybrid Neural Network
Zhenyu Liu, Chaohong Lu, Haiwei Huang, Shengfei Lyu, Zhenchao Tao

TL;DR
This paper introduces MahNN, a hybrid neural network with multi-granularity attention mechanisms that combines RNN and ConvNet strengths to improve text classification by capturing both syntactic and semantic information.
Contribution
The paper proposes a novel hierarchical multi-granularity attention mechanism that effectively integrates RNN and ConvNet architectures for enhanced NLP performance.
Findings
MahNN outperforms traditional models on text classification tasks.
The hierarchical attention mechanism improves semantic understanding.
MahNN demonstrates efficient computation and high accuracy.
Abstract
Neural network-based approaches have become the driven forces for Natural Language Processing (NLP) tasks. Conventionally, there are two mainstream neural architectures for NLP tasks: the recurrent neural network (RNN) and the convolution neural network (ConvNet). RNNs are good at modeling long-term dependencies over input texts, but preclude parallel computation. ConvNets do not have memory capability and it has to model sequential data as un-ordered features. Therefore, ConvNets fail to learn sequential dependencies over the input texts, but it is able to carry out high-efficient parallel computation. As each neural architecture, such as RNN and ConvNets, has its own pro and con, integration of different architectures is assumed to be able to enrich the semantic representation of texts, thus enhance the performance of NLP tasks. However, few investigation explores the reconciliation…
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
TopicsTopic Modeling · Natural Language Processing Techniques · Text and Document Classification Technologies
MethodsConvolution
