๐Ÿง  AI Ed Wiki

Investigates ML models to predict exam outcomes from physiological data (electrodermal activity, heart rate, skin temperature) collected during exams. Evaluates logistic regression, random forest, SVM, transformers, LSTM, and GRU. Random forest often outperformed deep learning models while offering interpretability. Highlights value of physiological data for understanding student stress and real-time intervention potential.

Key Findings

  • Random forest predicts exam outcomes from physiological signals as well as deep learning models, with better interpretability and computational efficiency.
  • Random forest achieved the highest mean performance (0.96), effectively modeling non-linear relationships in the data.
  • GRU and LSTM models yielded reliable results with mean performance metrics of 0.92 and 0.93, demonstrating excellent generalization to unseen data.
  • Transformers showed notable versatility on tabular data with a slightly lower mean metric of approximately 0.90, comparable to the LSTM and GRU models.
  • SVM exhibited moderate performance (mean metrics around 0.74), while logistic regression performed lowest with mean metrics below 0.42, making it ill-suited to the dataset's complexity.
  • Study Design & Method

    Physiological stress indicators โ€” electrodermal activity, heart rate, and skin temperature โ€” were collected during examination sessions and analyzed to uncover their association with academic performance. A diverse set of machine learning approaches was employed, ranging from standard models (logistic regression, random forest, support vector machines) to advanced architectures (transformers, long short-term memory, and gated recurrent unit models), with a key focus on assessing the adaptability of transformers in processing numerical data. Standard performance metrics โ€” accuracy, precision, recall, and F1-score โ€” were used to compare model efficacy, and trend analysis was conducted across 30 replicates to examine the mean performance and consistency of the models.

    Implications for AI in Education

    By elucidating the relationships between physiological signals and academic performance, this study contributes to understanding the stressors that affect students' mental health and promotes leveraging physiological data to enhance student well-being and academic outcomes. The results highlight the value of physiological data for real-time intervention: stress indicators gathered unobtrusively during exams could feed Learning Analytics and Affective Computing pipelines that flag struggling students before outcomes are finalized. The study also underscores the importance of experimenting with a broad class of models aligned with the objectives of the problem at hand, balancing precision, efficiency, and interpretability โ€” a practical lesson for Student Modeling in educational settings where model transparency matters for trust and adoption.

    Connected Concepts

  • Affective Computing
  • Learning Analytics
  • Human In The Loop AI
  • Affective Tutoring
  • Administrator
  • Teacher AI Competency
  • Help Seeking
  • Pedagogical Agent
  • Connected Articles

  • GenAI Tutor Engagement Patterns โ€” Not All Students Engage Alike: Multi-Institution Patterns in GenAI Tutor Use
  • Edumirror Educational Social Dynamics โ€” EduMirror: Modeling Educational Social Dynamics with Value-driven Multi-agent Simulation
  • Dynamic Skill Matching Capstone Teams โ€” Improving Capstone Team Outcomes through Dynamic Skill Matching and Preference Alignment
  • Hypergamification Game Engine LMS โ€” Hypergamigication Through Integrating Game Engines and Learning Management Systems: Ender's Game
  • A4l Analytics Pipeline โ€” Generalizing a Highly Configurable Analytics Pipeline to Replicate and Support Educational Research Across Multiple Domains
  • LLM Sentiment Analysis Education Research โ€” LLM-assisted sentiment analysis for integrated computational and qualitative mixed methods education research: A case study of students' written reflection assignments
  • Citation

    Lala Yamazaki, Ramchandra Rimal (2026). Leveraging Physiological Signals to Predict Exam Outcomes with Machine Learning. arXiv:2606.14960. arXiv preprint.