paper-with-me

홈 › Papers

E2Vec: Feature Embedding with Temporal Information for Analyzing Student Actions in E-Book Systems

2024-05-24 · Yuma Miyazaki, Valdemar Švábenský, Yuta Taniguchi, Fumiya Okubo, Tsubasa Minematsu, Atsushi Shimada

Digital textbook (e-book) systems record student interactions with textbooks as a sequence of events called EventStream data. In the past, researchers extracted meaningful features from EventStream, and utilized them as inputs for downstream tasks such as grade prediction and modeling of student behavior. Previous research evaluated models that mainly used statistical-based features derived from EventStream logs, such as the number of operation types or access frequencies. While these features are useful for providing certain insights, they lack temporal information that captures fine-grained differences in learning behaviors among different students. This study proposes E2Vec, a novel feature representation method based on word embeddings. The proposed method regards operation logs and their time intervals for each student as a string sequence of characters and generates a student vector of learning activity features that incorporates time information. We applied fastText to generate an embedding vector for each of 305 students in a dataset from two years of computer science courses. Then, we investigated the effectiveness of E2Vec in an at-risk detection task, demonstrating potential for generalizability and performance.

📄 PDF Abstract BibTeX arXiv:2407.13053

Code (1)

limu-research/2024-edm-e2vec 공식 구현

Tasks

Word Embeddings

Methods 이 논문이 사용한 방법론

fastText fastText embeddings exploit subword information to construct word embeddings. Representations are learnt of character $n$-grams, and words represented as the sum of the…

Similar Papers 제목 키워드 기반

A Spatio-Temporal Attention-Based Method for Detecting Student Classroom Behaviors

2023-10-04 · Fan Yang

Accurately detecting student behavior from classroom videos is beneficial for analyzing their classroom status and improving teaching efficiency. However, low accuracy in student classroom behavior detection is a prevale…

Leveraging Language Models for Analyzing Longitudinal Experiential Data in Education

2025-03-27 · Ahatsham Hayat, Bilal Khan, Mohammad Rashedul Hasan

We propose a novel approach to leveraging pre-trained language models (LMs) for early forecasting of academic trajectories in STEM students using high-dimensional longitudinal experiential data. This data, which captures…

DecoderMissing Values

SAINT+: Integrating Temporal Features for EdNet Correctness Prediction

2020-10-19 · Dongmin Shin, Yugeun Shim, Hangyeol Yu, Seewoo Lee 외

We propose SAINT+, a successor of SAINT which is a Transformer based knowledge tracing model that separately processes exercise information and student response information. Following the architecture of SAINT, SAINT+ ha…

DecoderKnowledge TracingPrediction

A Distillation-based Future-aware Graph Neural Network for Stock Trend Prediction

2025-02-15 · Zhipeng Liu, Peibo Duan, Mingyang Geng, Bin Zhang

Stock trend prediction involves forecasting the future price movements by analyzing historical data and various market indicators. With the advancement of machine learning, graph neural networks (GNNs) have been extensiv…

Graph Neural NetworkPredictionStock PredictionStock Trend Prediction

Teach me with a Whisper: Enhancing Large Language Models for Analyzing Spoken Transcripts using Speech Embeddings

2023-11-13 · Fatema Hasan, Yulong Li, James Foulds, SHimei Pan 외

Speech data has rich acoustic and paralinguistic information with important cues for understanding a speaker's tone, emotion, and intent, yet traditional large language models such as BERT do not incorporate this informa…

Knowledge DistillationLanguage ModelingLanguage Modelling