[공지사항]을 빙자한 안부와 근황 
Show more

Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

Combining model tracing and constraint-based modeling for multistep strategy diagnoses

Created by
  • Haebom

Author

Gerben van der Hoek, Johan Jeuring, Rogier Bos

Outline

This paper proposes a novel method that integrates two approaches to diagnosing student input in step-by-step tasks: model tracing and constraint-based modeling. Model tracing focuses on identifying the sequential problem-solving steps taken by students, while constraint-based modeling supports diagnosing student input even when multiple steps are combined into a single step. The proposed method defines constraints as properties that student input has in common with the steps of a strategy, allowing it to provide diagnostics when students deviate from a strategy even when combining multiple steps. In this study, we explore the design of a multi-step strategy diagnostic system and evaluate these diagnostics. As a proof of concept, we generate diagnostics for an existing dataset (n=2136) containing steps taken by students when solving quadratic equations, and compare them to the system diagnostics performed by two teachers on a sample of students’ strategy applications (n=70) and strategy deviations (n=70). As a result, the system diagnostics are found to be consistent with the teacher’s coding for all 140 student steps.

Takeaways, Limitations

Takeaways: We present a novel method that integrates model tracing and constraint-based modeling to provide a more accurate and comprehensive diagnosis of students' multistep problem-solving processes. It shows high accuracy in a specific task of solving quadratic equations.
Limitations: Because it was evaluated using only data from a specific task of solving quadratic equations, generalizability to other types of tasks or a wider variety of student data requires further research. Further research is needed on the scalability of the current system and its applicability to a wider range of problem types. Sample size may be limited.
👍