Research on a hybrid LSTM-CNN-Attention model for text-based web content classification
Mykola Kuz, Ihor Lazarovych, Mykola Kozlenko, Mykola Pikuliak, Andrii Kvasniuk

TL;DR
This paper introduces a hybrid deep learning model combining LSTM, CNN, and Attention mechanisms, utilizing GloVe embeddings, to significantly improve accuracy in web content text classification tasks.
Contribution
The study proposes a novel hybrid LSTM-CNN-Attention architecture that outperforms existing models in web content classification, demonstrating enhanced feature extraction and semantic understanding.
Findings
Achieved 98% accuracy in classification tasks.
Surpassed baseline CNN, LSTM, and BERT models in performance.
Proved effectiveness of hybrid architecture for real-time NLP applications.
Abstract
This study presents a hybrid deep learning architecture that integrates LSTM, CNN, and an Attention mechanism to enhance the classification of web content based on text. Pretrained GloVe embeddings are used to represent words as dense vectors that preserve semantic similarity. The CNN layer extracts local n-gram patterns and lexical features, while the LSTM layer models long-range dependencies and sequential structure. The integrated Attention mechanism enables the model to focus selectively on the most informative parts of the input sequence. A 5-fold cross-validation setup was used to assess the robustness and generalizability of the proposed solution. Experimental results show that the hybrid LSTM-CNN-Attention model achieved outstanding performance, with an accuracy of 0.98, precision of 0.94, recall of 0.92, and F1-score of 0.93. These results surpass the performance of baseline…
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 · Sentiment Analysis and Opinion Mining · Web Data Mining and Analysis
