paper-with-me

홈 › Papers

Counterfactual learning of new adaptive instructional policies using logged data

2026-06-22 · Samuel Girard, Sein Minn, Amel Bouzeghoub, Jill-Jênn Vie arxiv

Optimizing instructional policies in Intelligent Tutoring Systems (ITS) typically requires costly online experimentation or student simulators that may fail to capture real-world dynamics. This paper introduces an offline contextual bandit framework that learns new adaptive policies directly from logged interaction data. By mapping student-item interactions onto a continuous latent proficiency-difficulty scale using a Rasch model, we cast the tutoring process as a continuous stochastic bandit problem. We propose a novel reward function designed to optimize ''flow'' by balancing task challenge with student success. Our approach includes a round-specific behavior policy estimation that serves as both a propensity model for off-policy evaluation and a diagnostic tool for ITS adaptivity. We demonstrate the efficacy of this framework across four large-scale real-world datasets, achieving consistent policy improvements over the logged behavior policy. The results show that effective instructional policies can be learned and visualized within seconds of computation, providing a scalable path for improving adaptive learning systems without further data collection.

📄 PDF Abstract BibTeX arXiv:2606.23015

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Using Deep Reinforcement Learning to Train and Evaluate Instructional Sequencing Policies for an Intelligent Tutoring System

2021-01-01 · Jithendaraa Subramanian, David Mostow

We present STEP, a novel Deep Reinforcement Learning solution to the problem of learning instructional sequencing. STEP has three components: 1. Simulate the student by fitting a knowledge tracing model to data logged b…

Deep Reinforcement LearningKnowledge Tracing

Policy-Adaptive Estimator Selection for Off-Policy Evaluation

2022-11-25 · Takuma Udagawa, Haruka Kiyohara, Yusuke Narita, Yuta Saito 외

Off-policy evaluation (OPE) aims to accurately evaluate the performance of counterfactual policies using only offline logged data. Although many estimators have been developed, there is no single estimator that dominates…

counterfactualOff-policy evaluation

Counterfactual Learning of Stochastic Policies with Continuous Actions: from Models to Offline Evaluation

2020-04-22 · Houssam Zenati, Alberto Bietti, Matthieu Martin, Eustache Diemert 외

Counterfactual reasoning from logged data has become increasingly important for many applications such as web advertising or healthcare. In this paper, we address the problem of learning stochastic policies with continuo…

counterfactualCounterfactual ReasoningModel Selection

Woulda, Coulda, Shoulda: Counterfactually-Guided Policy Search

2018-11-15 · ICLR 2019 5 · Lars Buesing, Theophane Weber, Yori Zwols, Sebastien Racaniere 외

Learning policies on data synthesized by models can in principle quench the thirst of reinforcement learning algorithms for large amounts of real experience, which is often costly to acquire. However, simulating plausibl…

counterfactualReinforcement Learning

Semi-supervised Batch Learning From Logged Data

2022-09-15 · Gholamali Aminian, Armin Behnamnia, Roberto Vega, Laura Toni 외

Off-policy learning methods are intended to learn a policy from logged data, which includes context, action, and feedback (cost or reward) for each sample point. In this work, we build on the counterfactual risk minimiza…

counterfactual