Research Article

Multi-Perspective Fuzzy Reasoning and XGBoost-Based Analysis of Online Learning Behavior

DOI:

10.3791/69515

March 17th, 2026

In This Article

Erratum Notice

Important: There has been an erratum issued for this article. Read More ...

Erratum

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

Formal Correction: Erratum: Multi-Perspective Fuzzy Reasoning and XGBoost-Based Analysis of Online Learning Behavior
Posted by JoVE Editors on 5/25/2026. Citeable Link.

This corrects the article 10.3791/69515

Summary

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

This study uses a multi-perspective fuzzy reasoning model and an improved extreme gradient boosting (XGBoost) algorithm (optimized by an improved grey wolf optimization algorithm) to analyze online learning behavior and classify student comment emotions, providing support for personalized teaching and timely intervention.

Abstract

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

The booming development of online education has made online classrooms an important component of the education field. In-depth analysis of students' learning behavior in online teaching can help teachers optimize teaching strategies and provide personalized learning support for students. Therefore, to carry out an in-depth analysis of students' learning behavior, this study collects data from online teaching platforms and preprocesses it. Subsequently, this study constructs a multi-perspective fuzzy reasoning model covering three dimensions: curriculum, individual, and class, to comprehensively consider students' learning performance from different levels. This model processes uncertain information in learning behavior data through fuzzy sets and fuzzy rules, achieving a multidimensional evaluation of learning performance. An improved XGBoost algorithm is designed to classify students' comment emotions. This improved algorithm optimizes the hyperparameters of the XGBoost algorithm by improving the grey wolf optimization algorithm. The algorithm enhances the accuracy of emotion classification and further explores the emotional tendencies and attitude feedback behind their learning behavior. The results showed that from a curriculum perspective, the completion rate of course tasks 3 weeks before the exam was basically above 45%, which was much higher than the completion rate three weeks after the task was released (both lower than 18%). These results indicated that students were more inclined to complete tasks before the deadline and had obvious procrastination. The maximum accuracy of the improved classification algorithm was 98.78%, which was 8.57%, 7.55%, 6.38%, and 6.01% higher than the comparison model, and its average time consumption was 58 ms. The recall rates on negative, positive, and neutral emotions were 98.35%, 97.69%, and 98.02%. The research model can effectively analyze students' online learning behavior and enable early identification of at-risk students, facilitating personalized teaching and precise intervention in online education.

Introduction

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

The deep integration of the Internet and educational technology has made online education leap from a marginal supplement to a mainstream form. By the end of 2023, the number of registered online learners worldwide had exceeded 1.2 billion, and China had consistently ranked first in the world in both the number of Massive Open Online Courses (MOOCs) and learners1,2. However, while online teaching brings convenience, it also exposes challenges such as the opaque learning process, the separation of teachers and students in time and space, and lagging regulatory feedback. There is a positive correlation between l....

Access restricted. Please log in or start a trial to view this content.

Protocol

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

Design of the LBA method considering MPFR and emotional perspectives

A multi-perspective evaluation system is constructed for analyzing Students' Online Learning Behavior (SOLB), and an MPFR model is designed. To further analyze students' subjective feelings in learning, this study adopts the XGBoost algorithm and designs the IGWO algorithm for hyperparameter optimization to improve classification accuracy.

Construction of the MPFR model for LBA

To analyze SOLB, this study mainly starts from two perspectives to form a complete analysis plan. Firstly, i....

Access restricted. Please log in or start a trial to view this content.

Results

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

LBA results considering multi-perspective and sentiment classification

To verify performance, the experimental environment is set up and the experimental dataset is described. In addition, this study selects the comparative algorithm IGWO-XGBoost and analyzes and verifies it using indicators such as accuracy, time consumption, and recall rate. In the results analysis, the study divides it into two clear sections: the results of LBA via MPFR and the performance validation of se.......

Access restricted. Please log in or start a trial to view this content.

Discussion

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

For the analysis of SOLB, this study designed MPFR and IGWO-XGBoost models and used data from online teaching platforms. In the experiment, there was a high consistency between the rating of the inference model and the actual score, indicating the effectiveness of the inference model. About 25% of students had a study time of 1-10 h in the course. The proportion of students with study hours between 11-20, 21-30, 31-40 h, and over 41 h was 30%, 20%, 15%, and 10%. This indicated that the majority of students maintained mod.......

Access restricted. Please log in or start a trial to view this content.

Disclosures

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

The authors have no relevant financial or non-financial interests to disclose.

Acknowledgements

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

This study was supported by the Excellent Youth Project of the Scientific Research Program of Hunan Provincial Department of Education (Project Name: Research on the Training Strategy of High-Quality Skilled Talents in Equipment Manufacturing Majors of Higher Vocational Education Driven by New-Quality Productivity; Grant No. 24B0985) and the 2025 Mechanical Industry Vocational Education Industry-Education Collaborative Innovation Project from the Mechanical Industry Education Development Center (Project Name: Research on the Talent Training Mode of Innovation and Entrepreneurship Education for Equipment Manufacturing Majors in Higher Vocational Colleges Based on Indus....

Access restricted. Please log in or start a trial to view this content.

Materials

List of materials used in this article
NameCompanyCatalog NumberComments
BERT pre trained language modelGoogle researchhttps://github.com/google-research/bert
CNKI emotion dictionaryCNKIhttps://www.cnki.net/
Chaoxing platform learns behavioral dataChaoxing INFORMATION TECHNOLOGY DEVELOPMENT Co., Ltdhttps://www.chaoxing.com/
Computer MemoryUniversal hardware supplier (no specific model)
Harbin institute of technology's list of discontinued termsHarbin Institute of Technologyhttps://github.com/goto456/stopwords/blob/master/hit_s 
Intel Core i5-12600KF Intel CorporationBX8071512600KF
Jieba word segmentation tool (precision mode)Third party open source communityhttps://github.com/fxsjy/jieba.
MOOC platform student review dataLove Course Networkhttps://www.icourse163.org/
NLTK libraryNLTK development teamhttps://www.nltk.org/
Python programming languagePython Software Foundationhttps://www.python.org/
Scikit-learn 1.2.2Scikit learn teamhttps://scikit-learn.org/stable/
Smart Tree platform learns behavioral dataSmart Tree Networkhttps://www.zhihuishu.com/
SMOTE technologyImbalanced Learn Development TeamIntegrated into the Imbalanced Learn library, https://imbalanced-learn.org/stable/
Windows 10 operating systemMicrosoft corporationhttps://www.microsoft.com/zh-cn/windows/windows-10
XGBoost 1.7.5XGBoost development teamhttps://xgboost.readthedocs.io/

References

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,
  1. Cebi, A., Araujo, R. D., Brusilovsky, P. Do individual characteristics affect online learning behaviors? An analysis of learners sequential patterns. J Res Technol Educ. 55 (4), 663-683 (2023).
  2. Wang, Y. Affective state ....

Access restricted. Please log in or start a trial to view this content.

Reprints and Permissions

Request permission to reuse the text or figures of this JoVE article

Request Permission

Tags

Online Learning BehaviorFuzzy ReasoningXGBoost AlgorithmEmotion ClassificationLearning PerformanceGrey Wolf OptimizationPersonalized TeachingLearning Behavior AnalysisProcrastination BehaviorOnline Education

Related Articles