CLAIAug 9, 2024

Ensemble BERT: A student social network text sentiment classification model based on ensemble learning and BERT architecture

arXiv:2408.04849v112 citationsh-index: 5
Originality Synthesis-oriented
AI Analysis

This addresses mental health assessment in education by analyzing student social media, but it is incremental as it combines existing methods without major breakthroughs.

The paper tackled sentiment classification of middle school students' social network texts using an ensemble of BERT models, finding that it performed similarly to a deeper BERT model but with 11.58% more training time.

The mental health assessment of middle school students has always been one of the focuses in the field of education. This paper introduces a new ensemble learning network based on BERT, employing the concept of enhancing model performance by integrating multiple classifiers. We trained a range of BERT-based learners, which combined using the majority voting method. We collect social network text data of middle school students through China's Weibo and apply the method to the task of classifying emotional tendencies in middle school students' social network texts. Experimental results suggest that the ensemble learning network has a better performance than the base model and the performance of the ensemble learning model, consisting of three single-layer BERT models, is barely the same as a three-layer BERT model but requires 11.58% more training time. Therefore, in terms of balancing prediction effect and efficiency, the deeper BERT network should be preferred for training. However, for interpretability, network ensembles can provide acceptable solutions.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes