Personalized education at scale improves student outcomes.
problem Traditional personalized education is expensive and inequitable.
method Adapting educational presentations using RL, semi-supervised learning, NLP, and CV.
result Personalized education at scale can improve student outcomes.
Bayesian model identifies skill difficulties and student subgroups in engineering education.
problem Identifying and supporting diverse student needs in entry-level university engineering modules.
method Hierarchical Bayesian modeling of student response data.
result Clear patterns of skill mastery and distinct student subgroups identified.
Educational game on crypto investment helps students grasp macroeconomics.
problem Weak connections between microeconomic decision-making and macroeconomic concepts in classroom games.
method Design and study of an educational game on cryptocurrency investment.
result Engages students in understanding macroeconomics through incentivized individual investment decisions.
PREREQ learns concept prerequisites from online educational resources.
problem Inferring prerequisite relations between educational concepts.
method PREREQ uses latent representations of concepts from Pairwise Latent Dirichlet Allocation and a Siamese neural network to learn from course prerequisites and labeled data.
result PREREQ outperforms state-of-the-art approaches and can learn from less data.
The paper presents a method for personalized exercise recommendations that improves learner skill gain.
problem Adapting to individual needs in large, diverse groups of learners in digital environments.
method Contextual Thompson Sampling to select exercises that advance learner skill.
result The method recommends exercises associated with greater skill improvement and adapts to learner differences.
TrueLearn Python library for personalized educational recommendations.
problem Building educational recommendation systems with humanly-intuitive user representations.
method Online learning Bayesian models and open learner concept.
result Library includes models and representations for user control and interpretability.
AI could democratize education but risks inequality.
problem AI risks creating educational inequality.
method Speculation and posing questions on AI in education.
result AI could exacerbate educational inequality.
Improves content allocation in educational platforms with sparse data.
problem Imbalanced content allocation and delayed convergence in adaptive strategies.
method Introduces WAPTS, an algorithm that refines Thompson Sampling for data-sparse environments.
result Demonstrates earlier and more reliable identification of promising treatments.
Statistical test evaluates if personalizing interventions is cost-effective.
problem Balancing the benefits of personalizing interventions with their potential costs.
method Developed a statistical hypothesis test to assess the performance of personalized interventions.
result The test shows that personalized interventions can outperform standard approaches under certain conditions.
FSPO optimizes synthetic preferences for LLM personalization.
problem Personalizing large language models for diverse users.
method FSPO reframes reward modeling as a meta-learning problem, using few labeled preferences and synthetic data.
result FSPO achieves high winrates in personalized responses, both synthetic and real.
Study evaluates the impact of academic support center's face-to-face assistance on student performance.
problem Underestimation of Academic Support Center's true impact due to group bias.
method Applied causal inference theory and T-learner to evaluate conditional average treatment effect (CATE) of F2F personal assistance.
result Developed a new CATE function that depends on the number of F2F sessions, predicting improved CATE performance.
Study shows auditing fairness of personalized interventions is impossible due to unknown ground truths.
problem Auditing fairness of personalized interventions in social services, education, and healthcare.
method Point-identification of quantities under monotone treatment response assumption, providing sensitivity analysis for violations.
result Proves impossibility of auditing fairness using standard metrics and provides methods for auditing using partially-identified ROC and xROC curves.
DAS3H optimizes skill-based spaced repetition schedules.
problem Optimizing adaptive and personalized spaced repetition schedules for skill-based learning.
method Developed a new student learning and forgetting model (DAS3H) that considers memory decay and multiple skills.
result DAS3H outperforms other models on real-world educational datasets.
Personalized pricing analytics is becoming an essential tool in retailing. Upon observing the personalized information of each arriving customer, the firm needs to set a price accordingly based on the covariates such as income, education background, past purchasing history to extract more revenue. For new entrants of t…
The recently proposed SPARse Factor Analysis (SPARFA) framework for personalized learning performs factor analysis on ordinal or binary-valued (e.g., correct/incorrect) graded learner responses to questions. The underlying factors are termed "concepts" (or knowledge components) and are used for learning analytics (LA),…
We propose SPARFA-Trace, a new machine learning-based framework for time-varying learning and content analytics for education applications. We develop a novel message passing-based, blind, approximate Kalman filter for sparse factor analysis (SPARFA), that jointly (i) traces learner concept knowledge over time, (ii) an…
Enhances demand models with deep learning for personalized pricing.
problem Capturing rich heterogeneity in demand models.
method Integrates deep neural networks into structural models with economic structure.
result Captures rich heterogeneity and creates personalized pricing.
Machine learning offers novel ways and means to design personalized learning systems wherein each student's educational experience is customized in real time depending on their background, learning goals, and performance to date. SPARse Factor Analysis (SPARFA) is a novel framework for machine learning-based learning a…
PSI-KT improves KT accuracy and interpretability in learning materials.
problem Optimizing learning materials selection and timing for understanding and retention.
method Hierarchical generative approach using Bayesian inference.
result Superior multi-step predictive accuracy and scalable inference.
Method constructs prediction intervals for time-varying individual treatment effects.
problem Accurately quantify uncertainty of individual treatment effects across multiple decision points.
method Conformal inference techniques for time-varying ITEs with weaker assumptions.
result Guaranteed lower bound for coverage dependent on data non-exchangeability.
EduQG generates better educational questions by pre-training on scientific text.
problem Improving the quality of educational questions for scalable self-assessment.
method Adapting a large language model for educational question generation, pre-trained on scientific text.
result EduQG produces superior educational questions compared to baseline models.
TrueLearn uses Bayesian algorithms to match learners with educational resources.
problem Matching lifelong learners to open educational resources efficiently and effectively.
method TrueLearn uses a text ontology and Bayesian strategies to match learners with educational resources based on their background knowledge and material novelty.
result TrueLearn algorithms show promise in building an effective educational recommendation system.
Objective: To evaluate unsupervised clustering methods for identifying individual-level behavioral-clinical phenotypes that relate personal biomarkers and behavioral traits in type 2 diabetes (T2DM) self-monitoring data. Materials and Methods: We used hierarchical clustering (HC) to identify groups of meals with simila…
This paper proposes a novel approach for constructing effective personalized policies when the observed data lacks counter-factual information, is biased and possesses many features. The approach is applicable in a wide variety of settings from healthcare to advertising to education to finance. These settings have in c…
Paper aims to improve education online in South Africa using NMT for Setswana.
problem Inclusion of machine translation for low-resourced local languages in online education.
method Demonstrates state-of-the-art performance on English-to-Setswana translation using the Transformer architecture.
result Current NMT techniques show promise for African languages, beating previous methods by 5.33 BLEU points.
The paper proposes a method to estimate heterogeneous treatment effects using pretraining strategies.
problem Estimating conditional average treatment effects (CATE) in the presence of many covariates.
method The approach leverages prognostic factors that also predict treatment effect heterogeneity, using the R-learner framework.
result The proposed method improves estimation accuracy and power for detecting treatment effect heterogeneity.
GEAR uses auxiliary data to estimate optimal decisions in studies with limited primary outcomes.
problem Estimating optimal decisions when primary outcomes are not available in experimental samples.
method GEAR uses augmented inverse propensity weighting to estimate optimal decisions based on auxiliary data.
result GEAR estimators and value estimators have established asymptotic properties and are validated in simulations and a real application.
When devising a course of treatment for a patient, doctors often have little quantitative evidence on which to base their decisions, beyond their medical education and published clinical trials. Stanford Health Care alone has millions of electronic medical records (EMRs) that are only just recently being leveraged to i…
EduGym simplifies reinforcement learning education for students.
problem Students struggle to translate between equations and code in reinforcement learning.
method EduGym provides educational environments and interactive notebooks.
result 86% of students and researchers find EduGym useful for education.
Automated decision making is used routinely throughout our everyday life. Recommender systems decide which jobs, movies, or other user profiles might be interesting to us. Spell checkers help us to make good use of language. Fraud detection systems decide if a credit card transactions should be verified more closely. M…
We introduce a new class of reinforcement learning methods referred to as {\em episodic multi-armed bandits} (eMAB). In eMAB the learner proceeds in {\em episodes}, each composed of several {\em steps}, in which it chooses an action and observes a feedback signal. Moreover, in each step, it can take a special action, c…
In this paper the correlation between education, research and macroeconomic strength of countries at a global scale is analyzed on the basis of statistical data published by the UNIDO and OECD. It uses sets of composite indicators describing the economical performance and competitiveness as well as those relevant for h…
DP-CDA generates synthetic data to enhance privacy in high-dimensional datasets.
problem Privacy concerns in anonymized datasets, especially in high-dimensional data.
method Randomized mixing of privacy-sensitive data in a class-specific manner with carefully tuned randomness.
result DP-CDA provides stronger privacy guarantees compared to existing methods, maintaining utility.
Study analyzes online student behavior patterns using log data.
problem Understanding and optimizing student learning in online educational systems.
method Non-negative matrix factorization techniques for soft clustering.
result Behavioral changes of individual students and the system over time.
Neural pedagogical agent updates user models in real-time for mobile education apps.
problem Real-time user modeling for dynamic mobile education platforms.
method Bidirectional recurrent neural networks with attention mechanism over embedded question-response pairs.
result Model outperforms existing approaches in predicting user response correctness.
Predicts academic risk in college students using interpretable machine learning.
problem Predicting academic risk from high-dimensional, unbalanced student data.
method Binary classification task using LightGBM model and Shapley value.
result 8 predictors for academic risk identified, including quality of academic partners and dormitory study atmosphere.
Study estimates personalized effects of maternal PM2.5 exposure on birth weight.
problem Identify critical windows and heterogeneity in maternal PM2.5 exposure effects on birth weight.
method Heterogeneous Distributed Lag Models and Bayesian Additive Regression Trees.
result Evidence of heterogeneity in PM2.5-birth weight relationship, with some dyads showing 3x larger decrease.
Builds a novel educational recommender for lifelong learners.
problem Challenges in creating scalable and transparent models for lifelong learning.
method Integrative approach combining content novelty, background knowledge, and learner engagement.
result TrueLearn achieves promising performance while retaining a human interpretable learner model.
Hidden Markov Model predicts student performance in educational games.
problem Estimating student knowledge progression in educational games.
method Time series analysis using hidden Markov model with game features.
result State trajectories accurately predict student performance.
Study uses machine learning to predict future health from various health data types.
problem Predicting future health using diverse health data types.
method Applied machine learning (neural networks and XGBoost) to longitudinal data from 6830 individuals.
result Health-related measures were the strongest predictors of future health status, while genetic data performed poorly.
Paper classifies brain signals using eigenvalues for 2D and 3D educational content questions.
problem Classifying brain signals for 2D and 3D educational content questions.
method Eigenvalues of covariance matrix used as features; KNN and SVM classifiers applied.
result No significant difference in learning, memory retention, and recall between 2D and 3D educational content.
Educational site for AI training at INSA Toulouse.
problem Adapting AI training to job market needs.
method Basic math, statistical learning, self-training tutorials, game.
result Students trained in self-training and practical AI.
Model predicts higher education dropout risk with interpretable parameters.
problem Predicting and understanding student dropout risk in higher education.
method Sparse interpretable post-clustering logistic regression.
result Model identifies distinct dropout risk subgroups within the student population.
Semantic TrueLearn uses semantic graphs to improve educational recommendation systems.
problem Challenges in handling semantic and hierarchical structure in knowledge areas.
method Introduces a novel learner model that exploits semantic relatedness between knowledge components using a Wikipedia link graph.
result Achieves statistically significant improvements in predictive performance for educational engagement.
This paper ranks Latin American countries based on AI potential.
problem Identifying emerging AI powers in Latin America.
method Ranking based on infrastructure, education, and finance.
result Argentina, Colombia, Uruguay, Costa Rica, and Ecuador are new emerging powers in AI.
A new framework for playing and learning board games.
problem Tackling the tedious and repetitive aspects of coding for board game AI.
method Developed a generic TD(λ)-n-tuple agent for arbitrary board games. result TD(λ)-n-tuple outperforms other generic agents on various games. AR app visualizes Quranic Surah al-Fil for Islamic education.
problem Lack of interactive and context-rich learning materials for Quranic studies.
method Research and development approach, including data collection, user requirement analysis, interface design, 3D asset creation, and integration of AR technology.
result AR application achieved high accuracy and user satisfaction, enhancing learner engagement and understanding.
Predict human lives using sequences of life events.
problem Predicting human life outcomes based on detailed event sequences.
method Adapting natural language processing techniques to analyze life events.
result Models predict diverse outcomes with high accuracy, outperforming state-of-the-art models.