paper-with-me

홈 › Papers

Integrating LSTM and BERT for Long-Sequence Data Analysis in Intelligent Tutoring Systems

2024-04-24 · Zhaoxing Li, Jujie Yang, Jindi Wang, Lei Shi, Sebastian Stein

The field of Knowledge Tracing aims to understand how students learn and master knowledge over time by analyzing their historical behaviour data. To achieve this goal, many researchers have proposed Knowledge Tracing models that use data from Intelligent Tutoring Systems to predict students' subsequent actions. However, with the development of Intelligent Tutoring Systems, large-scale datasets containing long-sequence data began to emerge. Recent deep learning based Knowledge Tracing models face obstacles such as low efficiency, low accuracy, and low interpretability when dealing with large-scale datasets containing long-sequence data. To address these issues and promote the sustainable development of Intelligent Tutoring Systems, we propose a LSTM BERT-based Knowledge Tracing model for long sequence data processing, namely LBKT, which uses a BERT-based architecture with a Rasch model-based embeddings block to deal with different difficulty levels information and an LSTM block to process the sequential characteristic in students' actions. LBKT achieves the best performance on most benchmark datasets on the metrics of ACC and AUC. Additionally, an ablation study is conducted to analyse the impact of each component of LBKT's overall performance. Moreover, we used t-SNE as the visualisation tool to demonstrate the model's embedding strategy. The results indicate that LBKT is faster, more interpretable, and has a lower memory cost than the traditional deep learning based Knowledge Tracing methods.

📄 PDF Abstract BibTeX arXiv:2405.05136

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Tracing

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Integrating BERT and Score-based Feature Gates for Chinese Grammatical Error Diagnosis

2020-12-01 · AACL (NLP-TEA) 2020 12 · Yongchang Cao, Liang He, Robert Ridley, Xinyu Dai

This paper describes our proposed model for the Chinese Grammatical Error Diagnosis (CGED) task in NLPTEA2020. The goal of CGED is to use natural language processing techniques to automatically diagnose Chinese grammatic…

Investigating Self-Attention Network for Chinese Word Segmentation

2019-07-26 · Leilei Gan, Yue Zhang

Neural network has become the dominant method for Chinese word segmentation. Most existing models cast the task as sequence labeling, using BiLSTM-CRF for representing the input and making output predictions. Recently, a…

Chinese Word SegmentationSegmentation

An Ensemble Approach to Question Classification: Integrating Electra Transformer, GloVe, and LSTM

2023-08-13 · Sanad Aburass, Osama Dorgham, Maha Abu Rumman

Natural Language Processing (NLP) has emerged as a crucial technology for understanding and generating human language, playing an essential role in tasks such as machine translation, sentiment analysis, and more pertinen…

ClassificationMachine TranslationQuestion AnsweringSentiment Analysis

Predicting Stock Prices with FinBERT-LSTM: Integrating News Sentiment Analysis

2024-07-23 · Wenjun Gu, Yihao Zhong, Shizun Li, Changsong Wei 외

The stock market's ascent typically mirrors the flourishing state of the economy, whereas its decline is often an indicator of an economic downturn. Therefore, for a long time, significant correlation elements for predic…

ArticlesSentiment Analysis

Training sequence labeling models using prior knowledge

2021-09-29 · Dani El-Ayyass

Sequence labeling task (part-of-speech tagging, named entity recognition) is one of the most common in NLP. At different times, the following architectures were used to solve it: CRF, BiLSTM, BERT (in chronological order…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Part-Of-Speech Tagging