Skip to content
Open access

Multi-Level Online Public Opinion Sentiment Analysis Method Based on Text Features

Jul 2026 · Applied Sciences · Vol 16, pp. 6785 · 1 citation · 16 references

TL;DR

Experimental results show that BBMC achieves better performance than the evaluated baseline models in terms of accuracy, recall, and F1-score, indicating the empirical effectiveness of the proposed task-oriented feature-integration strategy and capsule-based classification head for online public opinion sentiment analysis.

Abstract

With the rapid development of social media and online interactive platforms, online public opinion has become a vital information source for public emotional expression, social risk perception, and decision support. However, public opinion texts are typically characterized by short length, obscure semantics, complex emotional expressions, and strong context dependence, making it difficult for traditional lexicon-based or shallow neural network methods to achieve stable and robust performance in sentiment discrimination tasks. To address these issues, this paper proposes BERT-BiLSTM-MHSA-Capsule (BBMC), hereafter referred to as BBMC, an online public opinion sentiment analysis model based on multi-level semantic feature fusion. The model first utilizes the pretrained language model BERT to extract dynamic semantic representations with context-aware capabilities; subsequently, a Bidirectional Long Short-Term Memory (BiLSTM) network is employed to model the bidirectional temporal dependencies within the texts, while a Multi-Head Self-Attention (MHSA) mechanism is introduced to achieve adaptive focusing on key emotional information. Building upon this, a three-layer cascaded capsule network is constructed to achieve structured modeling of high-order emotional attributes through vector neurons and dynamic routing mechanisms, effectively mitigating the loss of spatial feature information caused by traditional pooling and fully connected structures. Experimental results on a manually annotated online public opinion dataset show that BBMC achieves better performance than the evaluated baseline models in terms of accuracy, recall, and F1-score. These results indicate the empirical effectiveness of the proposed task-oriented feature-integration strategy and capsule-based classification head for online public opinion sentiment analysis.

Read PDF

Similar papers

Conference Jul 2026

A short text sentiment analysis method integrating BiGRU and additive attention

In the context of the digital economy, e-commerce and social media have generated massive amounts of short Chinese web texts, making the accurate extraction of sentiment information a critical requirement for market analysis and public opinion monitoring. Short texts are characterized by fragmented information expression, strong context dependency, and sparse features, posing unique challenges for sentiment analysis. To address the shortcomings of traditional methods in terms of semantic understanding depth and scenario adaptability, this study proposes a short-text sentiment analysis method (AddAttn-BiGRU) that integrates BiGRU with Additive Attention. This method employs the BiGRU model to extract semantic information from text context and incorporates a custom Additive Attention mechanism, enabling the model to autonomously learn the emotional importance of different words in short texts, assign differentiated weights, and focus on core emotional words. Validation experiments were conducted on the publicly available Weibo Sentiment 100k dataset. The results showed an accuracy of 97.21% and an F1 score of 97.66%, validating the effectiveness of the model.

Yingying Cai, Jinliang Ma · 0 citations
Review Open access Jul 2026

Enhanced Sentiment Analysis Using RoBERTa and BiLSTM: A Context-Aware Hybrid Deep Learning Approach

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 · 0 citations
Open access Sep 2026

Lexicon-Enhanced Fine-Grained Sentiment Classification for Online Social-Behavior Analysis

Online social networks generate large volumes of textual data that reflect users’ opinions, affective expressions, and broader patterns of engagement and social behavior. However, natural language processing approaches frequently examine sentiment, trust-related signals, and behavioral indicators independently, limiting their ability to represent the multidimensional nature of online interaction. This study conducts a systematic comparative evaluation of lexicon-enhanced fine-grained sentiment classification using linguistic, message-level statistical, and lexicon-derived affective information across a common experimental framework. The empirical analysis combines TF–IDF features, word-count information, and sentiment indicators derived from TextBlob, SentiStrength, and VADER, while the broader multi-level organization is used to relate the resulting affective evidence to online social-behavior analysis. Fifteen classical machine learning algorithms and seven deep learning architectures are evaluated on a real-world Twitter dataset containing 41,157 COVID-19-related tweets labeled across five sentiment-intensity classes. The experimental evaluation considers four feature configurations and seven performance metrics, complemented by Friedman and post hoc Wilcoxon signed-rank tests. The results show that TextBlob provides modest improvements, SentiStrength produces broader and more consistent gains, and VADER yields the strongest overall performance. AdaBoost combined with VADER achieves the best results, with 93.16% accuracy, 93.20% macro F1, 93.27% balanced accuracy, and an MCC of 0.913, while the Dense Neural Network is the strongest deep learning model. These results demonstrate that lexicon-derived affective features can substantially strengthen fine-grained sentiment classification, although their effectiveness depends strongly on the learning algorithm used to exploit them. The empirical contribution of this study is confined to fine-grained sentiment classification, while trust-related and attachment-related dimensions are retained as higher-order interpretive constructs rather than directly predicted or empirically validated outcomes.

Stavroula Kridera, Alaa Mohasseb, Andreas Kanavos · 0 citations
Open access Aug 2026

A Multi-Attribute Predictive Analysis Model for University Student Sentiment Public Opinion Based on Big Data

With social media as the main channel for college students to express emotions, sentiment public opinion analysis in big data environments poses three core challenges to campus sentiment monitoring and psychological counseling: severe data noise interference, insufficient multi-attribute feature extraction, and the trade-off between recognition accuracy and inference efficiency. This paper proposes a university student public opinion prediction model integrating multi-attribute decision-making and BERT–Mamba. First, an anti-interference matching filter cleans raw data by filtering out advertisements and irrelevant comments to improve data quality. Second, a multi-attribute decision object model extracts quantifiable attributes covering media sources, themes, and temporal dimensions. Third, BERT generates textual sentiment representations, and a three-stage deep feature extraction architecture with Mamba balances accuracy and efficiency. Finally, multi-attribute features and sentiment representations are fused for dynamic public opinion prediction. Validated using the ChnSentiCorp Chinese sentiment analysis benchmark dataset and university student Weibo public opinion corpus, the model achieves 97.44% average sentiment recognition accuracy. It provides technical support for universities to understand student sentiment trends and address negative public opinions, with practical value for enhancing campus public opinion monitoring and assisting mental health counseling.

Bao-Guo Chen, Yongsheng Hao · 0 citations
Review Open access Aug 2026

Context-Aware Sentiment Analysis on Product Reviews Using Hybrid Model

Sentiment analysis and sarcasm detection as become an important area in natural language processing (NLP) due to growth of e-commerce and social media platforms. Customers give feedback through reviews which helps to understand the contextual meaning and sentiment present in the text.The system integrates DistilBERT and CNN-LSTM hybrid model where CNN (Convolutional Neural Network) used to extract the local features, and LSTM (Long Short-Term Memory) learns sequential and long-term dependencies in the text, and DistilBERT is used to capture contextual embeddings in the text. The proposed system processes the reviews through preprocessing techniques including text cleaning, negation handling, and tokenization. Experimental results shows that the hybrid model achieves high accuracy compared to standalone and architecture architectures. The proposed model is applied in e-commerce platforms, recommendation systems and customer feedback analysis for better decision making.

M. Arathi, Asripathi Nikhitha · 0 citations
Open access Jul 2026

A Topic-Aware Structured Semantic Representation Framework for Sentiment Analysis in Greek Social Media

Sentiment analysis for Greek social media texts remains challenging because of limited annotated resources, linguistic variation, and domain-dependent sentiment expression. This study presents a topic-aware, lexicon-guided framework for sentiment classification across five reference domains in Greek social media. Domain-specific sentiment lexicons are activated according to the relevant domain and transformed into a structured representation comprising a token-level multi-channel lexical matrix and aggregate lexical descriptors. A fusion convolutional neural network combines these complementary components to classify sentiment while retaining explicit lexical evidence for inspection. The evaluation follows a leakage-free protocol: lexicons are constructed exclusively from the sentiment inner-training subset, validation data are used for model selection, and a held-out test set is reserved for final evaluation. The proposed fusion CNN achieved the strongest held-out sentiment result among the evaluated models, with an Accuracy of 0.8029 and a Macro-F1 of 0.7883, exceeding TF–IDF + Linear SVM and fine-tuned GreekBERT baselines in the present experimental setting. Ablation results show that the token-level lexical matrix and global descriptors provide complementary information. For domain routing, GreekBERT late fusion achieved an Accuracy of 0.9162 and a Macro-F1 of 0.9116. When lexicon activation used predicted rather than reference domains, the end-to-end sentiment pipeline achieved a Macro-F1 of 0.7569. These findings indicate that explicit domain-specific lexical knowledge can support an interpretable sentiment representation while making the effects of lexical coverage and topic-routing uncertainty visible.

Kyriakos Skoularikis, I. Savvas · 0 citations

We use cookies to run the site and, with your consent, for analytics and to show ads. See our Cookie Policy.