From Heuristics to Analytics: Forecasting Effort and Progress in Online Learning
Summary
This paper introduces engagement forecasting for intelligent tutoring systems, predicting weekly minutes practiced and new skills mastered using interaction logs from 425 middle-school students. Feature-based models reduce error by 22-33% over heuristic baselines, offering explainable patterns for tutor-learner goal setting.
View Cached Full Text
Cached at: 05/14/26, 06:18 AM
# From Heuristics to Analytics: Forecasting Effort and Progress in Online Learning Source: [https://arxiv.org/abs/2605.12788](https://arxiv.org/abs/2605.12788) [View PDF](https://arxiv.org/pdf/2605.12788) > Abstract:Sustained effort is essential for realizing the benefits of intelligent tutoring systems \(ITS\), yet many learners disengage or underuse available practice time\. We introduce engagement forecasting as a supervised prediction task based on ITS logs, targeting two outcomes central to effort and learning progress: minutes practiced per week and new skills mastered per week\. Using interaction log data from 425 middle\-school students over a school year, we benchmark fifteen predictors including regressions, decision trees, and neural networks\. We show that these feature\-based models reduce mean absolute error \(MAE\) by 22\-33% relative to heuristic baselines, including fixed\-percentile rules adapted from prior work in other behavioral domains\. We find that percentile heuristics systematically overpredict, whereas feature\-based models better track student practice trajectories across weeks\. To support explainability, we analyze feature importance and ablations, revealing target\-specific patterns: effort forecasting is driven mainly by recent activity features, while progress forecasting depends more on learner\-state and content difficulty signals\. Finally, in a semi\-structured user interview case study with eight college tutors, we examine how tutors reasoned about system\-generated predictive features when setting goals with students\. We find that tutors reasoned differently about effort versus progress goals in ways that mirror our pattern analysis\. Together, these results establish a reproducible benchmark for forecasting weekly effort and learning progress in ITS\. By making patterns of sustained effort and progress visible at a weekly timescale, engagement forecasting offers a foundation for supporting tutor\-learner goal setting and timely instructional decisions\. ## Submission history From: Eric S\. Qiu \[[view email](https://arxiv.org/show-email/9c5a9495/2605.12788)\] **\[v1\]**Tue, 12 May 2026 22:04:06 UTC \(629 KB\)
Similar Articles
Learning to Prompt: Improving Student Engagement with Adaptive LLM-based High-School Tutoring
This paper proposes an adaptive, subject-aware prompt routing framework for LLM-based high-school tutoring, using 14 pedagogical features to switch strategies. A/B testing with 359 students shows improved efficiency and conversion rates over static baselines.
Towards Sustainable Learning in Online Education: A Reinforcement Learning Approach
A arXiv paper proposes AI Tutor, a reinforcement learning model for online education that optimizes short- and long-term learning outcomes, validated on 23 million learning records from 33,700 learners.
Forecasting Future Behavior as a Learning Task
This paper proposes Behavior Forecasters, a learned approach that predicts an LRM's future behavior (e.g., answer consistency and input sensitivity) from its reasoning trajectory, outperforming GPT-5.4 and Claude Opus 4.6 at lower cost.
Forecasting Future Behavior as a Learning Task
This paper proposes training Behavior Forecasters to predict large reasoning model outputs from single trajectories, outperforming large language models like GPT-5.4 and Claude Opus-4.6 at lower computational cost, bypassing traditional explainability methods.
Study-Strategy Clusters from EdNet Logs Track Engagement, Not Mastery
The paper shows that study-strategy clusters from EdNet logs predict learner engagement but not mastery, highlighting that behavior-only profiling is insufficient for assessing knowledge gains.