2026· International journal of research and scientific innovation· 0 citations
TL;DR
This study proposes a hybrid deep-learning framework that combines convolutional feature extraction with a bidirectional recurrent encoder and an attention mechanism to categories tweets as positive, neutral, or negative, and indicates that the learned representations generalize reasonably well across domains rather than over fitting to a single topic.
Abstract
Short, informal text on Twitter has become a major source of public-opinion data, yet extracting dependable sentiment signals from it is challenging because many existing models fail to jointly capture fine-grained word-level cues and broader contextual meaning. This study proposes a hybrid deep-learning framework that combines convolutional feature extraction with a bidirectional recurrent encoder and an attention mechanism to categories tweets as positive, neutral, or negative. Three parallel one-dimensional convolutional (Conv1D) branches first capture local n-gram patterns of varying width, after which a Bidirectional Long Short-Term Memory (BiLSTM) layer models dependencies across the whole sequence in both directions, and an additive attention component then highlights the specific tokens most responsible for the predicted polarity. The processing pipeline further incorporates a Twitter-specific preparation stage that performs emoji-to-text conversion, informal-language normalization, and hash tag decomposition, addressing noise patterns that generic NLP pipelines are not designed to handle. The architecture was evaluated on a curate collection of 50,000 manually annotated tweets spanning several topical domains. It achieved a test accuracy of 87.7% and a weighted F1-score of 0.877, outperforming a TF-IDF/SVM baseline (79.8%), a standalone CNN (85.1%), a single-direction LSTM (83.5%), a BiLSTM without attention (85.5%), and a fine-tuned BERT-base model (86.9%). The proposed model maintained consistent performance across politics-, e-commerce-, and health-related tweet subsets, indicating that the learned representations generalize reasonably well across domains rather than over fitting to a single topic. These findings suggest that combining local feature extraction, bidirectional context modeling, and attention-based token weighting can approach transformer-level accuracy while remaining considerably lighter computationally, making the approach attractive for real-time or resource-constrained deployment. Future work is outlined around integrating transformer-based embeddings, extending the framework to multilingual and code-switched text, and adapting the pipeline for continuous streaming inference.
This paper presents a context-aware hybrid deep learning approach by integrating the Robustly Optimized BERT Pretraining Approach (RoBERTa) with Bidirectional Long Short-Term Memory (BiLSTM) networks to generate rich contextual word embeddings.
V. Gayatri, Rajani Rajalingam· International Journal for Re...· 0 citations
To address the challenges of diverse domain-specific terminology, highly colloquial expressions, and limited annotated samples in sentiment analysis of stock forum texts, this study proposes an ERNIE-Transformer sentiment classification model that integrates ERNIE and Transformer architectures. First, a systematic data preprocessing pipeline was developed, including sentiment label annotation, text cleaning, tokenization, stop-word removal, and sequence length normalization, to construct a high-quality classification corpus. Second, the knowledge-enhanced pretrained ERNIE model was employed as a fixed feature extractor to transform the preprocessed texts into high-dimensional dense vector representations, effectively capturing domain-specific semantics and contextual dependencies in Chinese financial texts. Third, a multi-layer stacked Transformer encoder was introduced as a lightweight classifier. Through the multi-head self-attention mechanism, the encoder performs secondary discriminative feature extraction and adaptive weight allocation on the sentence-level embeddings generated by ERNIE, thereby strengthening semantic signals that contribute significantly to classification decisions. Finally, grid search was applied to optimize key hyperparameters, while early stopping and learning rate scheduling strategies were incorporated to improve the model’s generalization capability.Experiments conducted on a dataset of 6,000 investor comments collected from the Eastmoney Stock Forum, consisting of three sentiment categories (positive, neutral, and negative) with an approximate distribution ratio of 35%/30%/35%, demonstrate that the proposed model achieves accuracy, precision, recall, and F1-score values of 92.75%, 89.14%, 87.21%, and 88.12%, respectively. Compared with the ERNIE fine-tuning baseline, the proposed model improves accuracy, precision, recall, and F1-score by 0.17, 0.70, − 0.25, and 0.20% points, respectively. Compared with the BERT-based Transformer baseline, it achieves improvements of 1.67, 3.35, 3.01, and 3.20% points in the four evaluation metrics. The experimental results indicate that the proposed approach achieves high classification accuracy for financial forum text sentiment analysis. Its decoupled architecture provides an efficient and accurate solution for investor sentiment monitoring.
Xiu-Mei Li, Fei Chen, Wen-Chao Ling et al.· Journal of Electrical System...· 0 citations
The work provides a reproducible, explainable, operationally applicable model of sentiment analysis in operationally sensitive, high-stakes Twitter sentiment analysis, and validate the hypothesis that hybrid stacking is an effective method for leveraging the complementary nature of lexical and contextual representations.
D. Abate, Nilay Mistry· International Research Journ...· 0 citations
LiteLLM is introduced, a lightweight transformer architecture explicitly optimized for short-text scenarios that delivers competitive performance, fast convergence, and competitive cross-domain performance across heterogeneous short-text settings.
Hussein Ala’a Alkaabi, Fuqdan A. Al-Ibraheemi, Ali kadhim Jasim· Neural computing & applicati...· 0 citations
MGSI first encodes audio and visual streams at short-, medium-, and long-range temporal scales, preserving both local variations and global affective trends, and applies polarity- and intensity-aware enhancement to better handle ambiguous and near-neutral samples.
Shanshan Lin, Yuesheng Wu, Chao Chen et al.· 0 citations