Publication Date
In 2025 | 0 |
Since 2024 | 0 |
Since 2021 (last 5 years) | 30 |
Since 2016 (last 10 years) | 118 |
Since 2006 (last 20 years) | 167 |
Descriptor
Source
International Educational… | 167 |
Author
Barnes, Tiffany | 13 |
Chi, Min | 9 |
Heffernan, Neil | 8 |
Koedinger, Kenneth R. | 7 |
Aleven, Vincent | 6 |
Baker, Ryan S. | 5 |
Brunskill, Emma | 5 |
Rus, Vasile | 5 |
Eagle, Michael | 4 |
Heffernan, Neil T. | 4 |
Holstein, Kenneth | 4 |
More ▼ |
Publication Type
Speeches/Meeting Papers | 156 |
Reports - Research | 115 |
Reports - Evaluative | 22 |
Reports - Descriptive | 19 |
Collected Works - Proceedings | 10 |
Education Level
Audience
Location
China | 4 |
North Carolina | 4 |
California | 3 |
Florida | 3 |
Uruguay | 3 |
Brazil | 2 |
France | 2 |
Germany | 2 |
Japan | 2 |
Massachusetts | 2 |
South Korea | 2 |
More ▼ |
Laws, Policies, & Programs
Assessments and Surveys
Program for International… | 2 |
Test of English for… | 2 |
Force Concept Inventory | 1 |
Massachusetts Comprehensive… | 1 |
TerraNova Multiple Assessments | 1 |
Woodcock Johnson Tests of… | 1 |
What Works Clearinghouse Rating
Shakya, Anup; Rus, Vasile; Venugopal, Deepak – International Educational Data Mining Society, 2021
Predicting student problem-solving strategies is a complex problem but one that can significantly impact automated instruction systems since they can adapt or personalize the system to suit the learner. While for small datasets, learning experts may be able to manually analyze data to infer student strategies, for large datasets, this approach is…
Descriptors: Prediction, Problem Solving, Intelligent Tutoring Systems, Learning Strategies
Levin, Nathan; Baker, Ryan S.; Nasiar, Nidhi; Fancsali, Stephen; Hutt, Stephen – International Educational Data Mining Society, 2022
Research into "gaming the system" behavior in intelligent tutoring systems (ITS) has been around for almost two decades, and detection has been developed for many ITSs. Machine learning models can detect this behavior in both real-time and in historical data. However, intelligent tutoring system designs often change over time, in terms…
Descriptors: Intelligent Tutoring Systems, Artificial Intelligence, Models, Cheating
Badrinath, Anirudhan; Wang, Frederic; Pardos, Zachary – International Educational Data Mining Society, 2021
Bayesian Knowledge Tracing, a model used for cognitive mastery estimation, has been a hallmark of adaptive learning research and an integral component of deployed intelligent tutoring systems (ITS). In this paper, we provide a brief history of knowledge tracing model research and introduce pyBKT, an accessible and computationally efficient library…
Descriptors: Models, Markov Processes, Mathematics, Intelligent Tutoring Systems
Shakya, Anup; Rus, Vasile; Venugopal, Deepak – International Educational Data Mining Society, 2023
Understanding a student's problem-solving strategy can have a significant impact on effective math learning using Intelligent Tutoring Systems (ITSs) and Adaptive Instructional Systems (AISs). For instance, the ITS/AIS can better personalize itself to correct specific misconceptions that are indicated by incorrect strategies, specific problems can…
Descriptors: Equal Education, Mathematics Education, Word Problems (Mathematics), Problem Solving
Vassoyan, Jean; Vie, Jill-Jênn – International Educational Data Mining Society, 2023
Adaptive learning is an area of educational technology that consists in delivering personalized learning experiences to address the unique needs of each learner. An important subfield of adaptive learning is learning path personalization: it aims at designing systems that recommend sequences of educational activities to maximize students' learning…
Descriptors: Reinforcement, Networks, Simulation, Educational Technology
Shabrina, Preya; Mostafavi, Behrooz; Tithi, Sutapa Dey; Chi, Min; Barnes, Tiffany – International Educational Data Mining Society, 2023
Problem decomposition into sub-problems or subgoals and recomposition of the solutions to the subgoals into one complete solution is a common strategy to reduce difficulties in structured problem solving. In this study, we use a datadriven graph-mining-based method to decompose historical student solutions of logic-proof problems into Chunks. We…
Descriptors: Intelligent Tutoring Systems, Problem Solving, Graphs, Data Analysis
Agarwal, Deepak; Baker, Ryan S.; Muraleedharan, Anupama – International Educational Data Mining Society, 2020
There has been considerable interest in techniques for modelling student learning across practice problems to drive real-time adaptive learning, with particular focus on variants of the classic Bayesian Knowledge Tracing (BKT) model proposed by Corbett & Anderson, 1995. Over time researches have proposed many variants of BKT with…
Descriptors: Intelligent Tutoring Systems, Models, Skill Development, Mastery Learning
Husni Almoubayyed; Stephen E. Fancsali; Steve Ritter – International Educational Data Mining Society, 2023
Recent research seeks to develop more comprehensive learner models for adaptive learning software. For example, models of reading comprehension built using data from students' use of adaptive instructional software for mathematics have recently been developed. These models aim to deliver experiences that consider factors related to learning beyond…
Descriptors: Prediction, Models, Reading Ability, Computer Software
Ethan Prihar; Manaal Syed; Korinn Ostrow; Stacy Shaw; Adam Sales; Neil Heffernan – International Educational Data Mining Society, 2022
As online learning platforms become more ubiquitous throughout various curricula, there is a growing need to evaluate the effectiveness of these platforms and the different methods used to structure online education and tutoring. Towards this endeavor, some platforms have performed randomized controlled experiments to compare different user…
Descriptors: Educational Trends, Electronic Learning, Educational Experience, Educational Experiments
Ding, Xinyi; Larson, Eric C. – International Educational Data Mining Society, 2019
Knowledge tracing allows Intelligent Tutoring Systems to infer which topics or skills a student has mastered, thus adjusting curriculum accordingly. Deep Knowledge Tracing (DKT) uses recurrent neural networks (RNNs) for knowledge tracing and has achieved significant improvements compared with models like Bayesian Knowledge Tracing (BKT) and…
Descriptors: Intelligent Tutoring Systems, Artificial Intelligence, Models, Skills
Dang, Steven C.; Koedinger, Kenneth R. – International Educational Data Mining Society, 2020
Effective teachers recognize the importance of transitioning students into learning activities for the day and accounting for the natural drift of student attention while creating lesson plans. In this work, we analyze temporal patterns of gaming behaviors during work on an intelligent tutoring system with a broader goal of detecting temporal…
Descriptors: Learner Engagement, Intelligent Tutoring Systems, Student Behavior, Student Motivation
Efremov, Aleksandr; Ghosh, Ahana; Singla, Adish – International Educational Data Mining Society, 2020
Intelligent tutoring systems for programming education can support students by providing personalized feedback when a student is stuck in a coding task. We study the problem of designing a hint policy to provide a next-step hint to students from their current partial solution, e.g., which line of code should be edited next. The state of the art…
Descriptors: Intelligent Tutoring Systems, Feedback (Response), Computer Science Education, Artificial Intelligence
Kumar, Amruth N. – International Educational Data Mining Society, 2023
Is there a pattern in how students solve Parsons puzzles? Is there a difference between the puzzle-solving strategies of C++ and Java students? We used Markov transition matrix to answer these questions. We analyzed the solutions of introductory programming students solving Parsons puzzles involving if-else statements and while loops in C++ and…
Descriptors: Markov Processes, Puzzles, Introductory Courses, Computer Science Education
Phung, Tung; Cambronero, José; Gulwani, Sumit; Kohn, Tobias; Majumdarm, Rupak; Singla, Adish; Soares, Gustavo – International Educational Data Mining Society, 2023
Large language models (LLMs), such as Codex, hold great promise in enhancing programming education by automatically generating feedback for students. We investigate using LLMs to generate feedback for fixing syntax errors in Python programs, a key scenario in introductory programming. More concretely, given a student's buggy program, our goal is…
Descriptors: Computational Linguistics, Feedback (Response), Programming, Computer Science Education
Caruso, Megan; Peacock, Candace E.; Southwell, Rosy; Zhou, Guojing; D'Mello, Sidney K. – International Educational Data Mining Society, 2022
What can eye movements reveal about reading, a complex skill ubiquitous in everyday life? Research suggests that gaze can reflect short-term comprehension for facts, but it is unknown whether it can measure long-term, deep comprehension. We tracked gaze while 147 participants read long, connected, informative texts and completed assessments of…
Descriptors: Eye Movements, Reading Comprehension, Inferences, Prediction