Pith. sign in

REVIEW 3 major objections 4 minor 33 references

Toward Personalizing Quantum Computing Education: An Evolutionary LLM-Powered Approach

T0 review · 3 major / 4 minor · reviewed 2026-08-16 · deepseek-v4-flash

Pith's one-line read This paper claims that splitting a quantum-computing tutor into a teaching agent and a lesson-planning agent, coordinated by a knowledge graph and explicit student tags, makes tutoring context-aware and adaptive while curbing…

desk verdict Plausible architecture, honest limitations, but the hallucination-mitigation claim rests on a single anecdote and no before/after measurement. read the letter →

arxiv 2504.18603 v1 pith:64VDHALA submitted 2025-04-24 cs.CY cs.AIcs.MA

classification cs.CYcs.AIcs.MA
keywords quantumcomputingeducationintelligenttutoringsystemlargelanguagemodelsknowledgegraphpersonalizedlearningadaptiveLLMhallucinationusertags
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

Quantum computing is hard to teach in part because students arrive with different backgrounds and current AI tutors remember neither the lesson nor the learner. The paper argues that a tutoring architecture, rather than a better model, can address the main failure modes: it splits the work between a Teaching Agent that runs the live session and a Lesson Planning Agent that builds and revises plans, and it connects both through a knowledge graph that stores every interaction, learning resource, and piece of student state. To stop the teaching model from guessing when a student is ready to advance, the system replaces that inference with explicit student-chosen tags (Ready, Hint, Media, Confusion), and the Confusion tag triggers the planner to insert a targeted sub-lesson. A simulated run of a quantum-algorithms lesson captured 379 knowledge-graph nodes of interaction data and showed the lesson plan branching into a sub-lesson and returning, which the authors offer as evidence of context-aware, dynamically adaptive tutoring. The paper states in its abstract, in Section V, and in its conclusion that systematic evaluation with real users is still required, so the claim is about what the architecture makes possible, not about proven learning gains.

What carries the argument

The load-bearing object is the knowledge-graph-augmented dual-agent architecture with a user-facing tag system. The knowledge graph is the persistent, structured memory—students, instructors, learning resources, interactions, and continuously updated student state represented as nodes and relationships—that lets the Teaching Agent and the Lesson Planning Agent share one picture of what has happened and what comes next. The tag system is the control mechanism: instead of having the Teaching Agent infer student intent from natural language, the student presses Ready, Hint, Media, or Confusion, and Confusion directly invokes the Lesson Planning Agent to generate a sub-lesson that branches from the main path and returns to it. This separation of concerns is the argument's engine: each component has a narrow job, and the graph supplies the coordination and persistent awareness.

What would settle it

Run the same quantum lesson with two groups of students, one using the tag buttons and one typing the same requests in free text, and count wrong-time advances, wrong tool calls, and post-lesson quiz gains; if the tag-driven sessions do not show fewer pacing errors and equal or better learning, the tag system is not doing the work the paper assigns to it.

Watch

Extended reading notes

Core claim

The central claim is that the well-known weaknesses of single-model AI tutors—forgetting context, hallucinating tool calls, and misjudging when to advance—can be engineered away by separating responsibilities and by giving students an explicit control channel. The paper documents the design evolution: one overloaded language model failed at planning, teaching, pacing, and tool-calling; splitting it into two agents with a shared knowledge graph reduced hallucinations; and the remaining pacing hallucination, in which the model ignored an explicit statement of readiness, was addressed by a tag system that removes intent inference entirely. The system's own test, a simulation rather than a real-user study, produced a lesson-plan graph with a Confusion-triggered sub-lesson detour and a summary node carried into a subsequent lesson, presented as evidence of context-aware, dynamically adaptive tutoring. The authors are explicit that these preliminary results illustrate potential, and that systematic evaluation is required.

Load-bearing premise

The design depends on the assumption that explicit, user-selected tags reliably replace the language model's inference of student intent and thereby reduce hallucinations; the paper documents the pacing hallucination it is meant to fix, in Section IV, but offers no comparison showing that tag-driven sessions actually produce fewer errors or better learning than natural-language interaction.

Editorial extensions

If this is right

  • Students gain direct control over pacing and help type, so the tutor no longer has to guess when to advance or what assistance to give.
  • A Confusion signal can branch the lesson into a custom sub-lesson and return the student to the main path, replacing static curriculum sequences.
  • The knowledge graph turns every video seek, pause, code submission, and chat message into structured data, enabling later learning-path analysis and learnersourcing.
  • Separating planning from teaching, with a shared graph coordinating them, is an architectural pattern that can transfer to technical subjects beyond quantum computing.
  • Summary nodes in the graph let a later lesson plan inherit context from an earlier session, preserving continuity across separate tutoring sessions.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The paper does not say this, but if the tag system is what curbs hallucinations, the same pattern could generalize outside education: giving users explicit structured controls instead of making a language model infer intent from free text is a general reliability strategy.
  • A natural experiment the paper leaves implicit is an ablation: run the same lesson with the single overloaded agent, with two agents but no tags, and with the full system, to attribute observed errors to overload, missing context, or intent inference.
  • The fine-grained interaction data described in Section V could support a testable extension: confusion hotspots (repeated video seeks or pauses near the same timestamp) might trigger sub-lessons automatically, eventually making the explicit Confusion tag unnecessary.
  • The single simulated run cannot yet reveal whether the interface cost of requiring students to click tags is worth the added agency; a classroom study would need to compare flow, engagement, and learning outcomes against free-text interaction.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 4 minor

Summary. The paper describes an intelligent teaching assistant for quantum computing education built around two specialized LLM agents (a Teaching Agent and a Lesson Planning Agent), a shared knowledge graph that stores student interactions, lesson structures, and system state, and a user-facing tag system ("Ready," "Hint," "Media," "Confusion") intended to let students express intent explicitly. The authors present the design as an evolutionary process: a single augmented LLM suffered from tool-call, explanation, and pacing hallucinations; splitting responsibilities between two agents and adding the knowledge graph reduced some failures but left pacing errors; the tag system was then introduced to remove the agent's need to infer student readiness. Preliminary results from one simulated run of a single lesson ("Quantum Algorithm Fundamentals") are reported, including 379 knowledge-graph nodes and 359 events, a dynamic sub-lesson insertion triggered by the "Confusion" tag, and video engagement analytics. The paper repeatedly states that systematic evaluation is required and that results are preliminary.

Significance. The problem is timely and important: LLM-based tutors for quantum computing need contextual awareness, controllability, and mitigation of hallucination. The proposed architecture's separation of concerns and use of a knowledge graph as a shared persistent state are plausible and potentially valuable design directions. The paper is transparent about its limitations; it does not claim a user study, and it correctly labels the results as preliminary. However, the central claimed benefit — that the tag system mitigates LLM hallucination — rests on a single anecdote, with no error counts, no before/after comparison, and no statistical or behavioral evaluation. If the paper is read narrowly as an architecture/design paper with a preliminary feasibility demonstration, its claims are mostly defensible; if read as evidence of a working system that reduces hallucination, the evidence is insufficient. The significance is therefore that of an early-stage design architecture with potential, not a validated contribution.

major comments (3)
  1. [IV, 'User-Driven Intent - The Tag System'] The contribution "A tag-based interaction system for improving user control and mitigating LLM hallucinations" is not supported by the evidence. The only documented hallucination directly addressed by the tag system is a single pacing error (Fig. 13), where the Teaching Agent failed to advance after the student said "I think I'm ready to move on." The paper itself earlier identifies three hallucination modes — incorrect tool calls, inaccurate explanations, and deviation from the lesson plan (Fig. 10) — and no before/after error counts, error taxonomy, or baseline condition are reported for any of them. Because the Teaching Agent still processes free-text chat, the tag system does not eliminate natural-language intent inference; it moves the pacing decision to the user while content and tool-call hallucination remain unmeasured and possibly unchanged. The assertion in Section IV that "we significantly reduce the likelihood of hallucination" is therefore an overgeneralization of the presented evidence.
  2. [V, 'Preliminary Results' (Table I)] The evaluation consists of a single simulated run of a single lesson, with no baseline, no repeated runs, no real users, and no statistical analysis. Statements such as "The system demonstrates the potential to enable the learning experience to evolve dynamically" (Section V.B) and "the system's capacity to capture the necessary data" (Section V.C) go beyond what one run of 359 events can establish. The variability of tag-triggered sub-lesson insertion, the reliability of the Lesson Planning Agent, and the pedagogical quality of generated content are not assessed. The abstract and conclusion appropriately hedge with "systematic evaluation is required," but several internal passages present preliminary feasibility as demonstrated capability; these passages should be reworded to match the evidentiary level.
  3. [IV, implementation description] The manuscript does not provide sufficient implementation detail for the architecture to be reproduced or independently tested: the LLM model(s) and versions, deployment mode (API vs. local), prompt templates, tool-call schema, knowledge-graph node and edge definitions beyond the partial view in Fig. 12, and the simulation protocol are not specified. Without these details, the "evolutionary design process" and the claim that the two-agent architecture reduced hallucination cannot be verified or adapted by other researchers. This is a load-bearing reproducibility gap for a systems paper.
minor comments (4)
  1. [III, 'Challenges'] The statement "It is estimated (by experts) that it may take 3-5 years for sufficient domain-specific data to be generated" is unsupported by a citation; either provide a reference or mark it as opinion.
  2. [V.C] "These initial suggest the potential" is missing a noun (likely "results" or "findings"); the sentence should be corrected.
  3. [IV] Figure references appear in the style "Figure [10]" in the text; these should be normalized to "Figure 10" and similar.
  4. [II, 'Related Work'] The related-work section is very brief and defers to other references "due to space limitations"; for a journal manuscript, a fuller engagement with prior Intelligent Tutoring Systems and LLM-tutor evaluations would strengthen the positioning.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the paper is a system-design report without a mathematical derivation or fitted-parameter prediction; its self-citations are contextual and not load-bearing.

full rationale

This paper makes no formal derivation, fit, or quantitative prediction that could reduce to its own inputs. The central contribution is an architecture proposal (two LLM agents, a knowledge graph, and a tag interface) supported by a simulated single-session walkthrough. The 'preliminary results' in Section V are demonstrations that the implemented control flow works as designed (e.g., the Confusion tag invokes the Lesson Planning Agent to insert a sub-lesson), not predictions derived from an independent model. The paper repeatedly hedges its claims: 'systematic evaluation is required,' 'subject to future evaluation,' and 'is hypothesized to significantly improve.' The main risk is evidentiary rather than circular: the claim that tags mitigate hallucination is supported by only one anecdote (Fig. 13), and the other documented hallucination modes (incorrect tool calls and inaccurate explanations) are not re-measured after introducing tags. That is a validity or correctness concern, not a definitional reduction. The self-citations by co-author Chrisochoides ([5], [28], [29], [31]) provide background on video analytics, flipped classrooms, and a related framework; they do not carry the load-bearing claim. No equation, fitted parameter, uniqueness theorem, or ansatz is imported, so no circular step can be exhibited under the standards of this review.

Assumptions & free parameters 0 free parameters · 3 assumptions · 3 invented entities

The paper introduces a system architecture with several domain assumptions about LLM reliability, tag-based intent specification, and knowledge graph performance. No free parameters are fitted to data. The invented entities are software components whose claimed benefits are unvalidated. The central claim rests on these assumptions rather than on measured evidence.

assumptions (3)
  • domain assumption LLM agents can generate coherent lesson plans and provide instructional support when given structured context from a knowledge graph.
    The entire system depends on LLM capabilities for planning and teaching. This is assumed in Sections I and III.B without empirical validation.
  • domain assumption Explicit user-selected tags are more reliable than natural-language intent inference for pacing and help requests, thereby reducing hallucination.
    Introduced in Section IV (Tag System) as the solution to the Teaching Agent's failure to recognize user intent, but no evidence is provided that tags achieve this.
  • domain assumption A knowledge graph can store, update, and retrieve student state and interaction data efficiently enough to support real-time context-aware tutoring.
    Assumed in Section IV (Knowledge Graph) as the central communication mechanism; no performance or scalability measurements are presented.
invented entities (3)
  • Teaching Agent
    purpose: Manages real-time student interaction, provides hints, and executes lesson plans.
    A software component introduced in the design; its effectiveness is not empirically demonstrated.
  • Lesson Planning Agent
    purpose: Generates and revises lesson plans, including insertion of sub-lessons triggered by the Confusion tag.
    A software component introduced in the design; no external evidence of its planning quality is provided.
  • Tag System
    purpose: Allows students to explicitly signal intent (Ready, Hint, Media, Confusion) to reduce LLM hallucination and increase user control.
    The paper hypothesizes that tags reduce hallucination, but provides no empirical test of this effect.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Toward Personalizing Quantum Computing Education: An Evolutionary LLM-Powered Approach." pith.science (2026). https://pith.science/paper/64VDHALA

@misc{pith2026250418603,
  author       = {Pith},
  title        = {Pith review of: Toward Personalizing Quantum Computing Education: An Evolutionary LLM-Powered Approach},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/64VDHALA}},
  note         = {Machine review of arXiv:2504.18603}
}
read the original abstract

Quantum computing education faces significant challenges due to its complexity and the limitations of current tools; this paper introduces a novel Intelligent Teaching Assistant for quantum computing education and details its evolutionary design process. The system combines a knowledge-graph-augmented architecture with two specialized Large Language Model (LLM) agents: a Teaching Agent for dynamic interaction, and a Lesson Planning Agent for lesson plan generation. The system is designed to adapt to individual student needs, with interactions meticulously tracked and stored in a knowledge graph. This graph represents student actions, learning resources, and relationships, aiming to enable reasoning about effective learning pathways. We describe the implementation of the system, highlighting the challenges encountered and the solutions implemented, including introducing a dual-agent architecture where tasks are separated, all coordinated through a central knowledge graph that maintains system awareness, and a user-facing tag system intended to mitigate LLM hallucination and improve user control. Preliminary results illustrate the system's potential to capture rich interaction data, dynamically adapt lesson plans based on student feedback via a tag system in simulation, and facilitate context-aware tutoring through the integrated knowledge graph, though systematic evaluation is required.

Figures

Figures reproduced from arXiv: 2504.18603 by the authors.

Figure 2
Figure 2. Missing Context: Copilot asks for code it should already have [PITH_FULL_IMAGE:figures/full_fig_p003_2.png] view at source ↗
Figure 1
Figure 1. Lack of Context: Copilot gives a generic answer about classical [PITH_FULL_IMAGE:figures/full_fig_p003_1.png] view at source ↗
Figure 3
Figure 3. Static Learning Path: Copilot provides a generic explanation, [PITH_FULL_IMAGE:figures/full_fig_p003_3.png] view at source ↗
Figures from the paper (12 more)
Figure 5
Figure 5. Figure 5: Contextual Awareness: The agent has access to a detailed and [PITH_FULL_IMAGE:figures/full_fig_p004_5.png]
Figure 4
Figure 4. Figure 4: LLM Dependence: Copilot provides a near-complete solution, [PITH_FULL_IMAGE:figures/full_fig_p004_4.png]
Figure 6
Figure 6. Figure 6: Dynamic Learning: ”Confusion” tag triggers a personalized [PITH_FULL_IMAGE:figures/full_fig_p005_6.png]
Figure 8
Figure 8. Figure 8: ITAS interface during Step 1/10 of the ”Quantum Algorithm [PITH_FULL_IMAGE:figures/full_fig_p005_8.png]
Figure 7
Figure 7. Figure 7: Guided Learning: Step-by-step lesson plans promote incremen [PITH_FULL_IMAGE:figures/full_fig_p005_7.png]
Figure 9
Figure 9. Figure 9: Single Augmented LLM with Planning, Teaching, Pacing, and [PITH_FULL_IMAGE:figures/full_fig_p006_9.png]
Figure 11
Figure 11. Figure 11: Two-Agent Architecture with Separate Lesson Planning and [PITH_FULL_IMAGE:figures/full_fig_p006_11.png]
Figure 12
Figure 12. Figure 12: Partial View of the Graph Data Model. Different colors [PITH_FULL_IMAGE:figures/full_fig_p007_12.png]
Figure 14
Figure 14. Figure 14: Tag Selection Interface. • Ready: Signals that the student is prepared to pro￾ceed to the next step of the lesson. • Hint: Requests a hint for the current programming task. • Media: Requests a video content search. • Confusion: Expresses confusion and triggers the Les…
Figure 15
Figure 15. Figure 15: Lesson plan graph structure after the ”Confusion” tag [PITH_FULL_IMAGE:figures/full_fig_p009_15.png]
Figure 16
Figure 16. Figure 16: Knowledge graph excerpt illustrating how a summary node [PITH_FULL_IMAGE:figures/full_fig_p009_16.png]
Figure 17
Figure 17. Figure 17: Simulated video engagement intensity over time, derived from [PITH_FULL_IMAGE:figures/full_fig_p010_17.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

33 extracted references · 25 canonical work pages

  1. [4]

    The challenge and opportunities of quantum literacy for future education and transdisciplinary problem-solving,

    L. Nita, L. M. Smith, N. Chancellor, and H. Cramman, “The challenge and opportunities of quantum literacy for future education and transdisciplinary problem-solving,” Research in Science & Technological Education , vol. 41, pp. 564 – 580, 2020. [Online]. Available: https://api.semanticscholar.org/ CorpusID:215814184

  2. [14]

    The challenge and opportunities of quantum literacy for future education and transdisciplinary problem-solving,

    L. Nita, L. Mazzoli Smith, N. Chancellor, and H. Cramman, “The challenge and opportunities of quantum literacy for future education and transdisciplinary problem-solving,” Research in Science & Technological Education , vol. 41, no. 2, pp. 564–580, 2023

  3. [1]

    Assessing the needs of the quantum industry,

    C. Hughes, D. Finke, D.-A. German, C. Merzbacher, P. M. V ora, and H. Lewandowski, “Assessing the needs of the quantum industry,” IEEE Transactions on Education , vol. 65, no. 4, pp. 592–601, 2022

  4. [2]

    Today’s interdisciplinary quantum information classroom: Themes from a survey of quantum information science instructors,

    J. C. Meyer, G. Passante, S. J. Pollock, and B. R. Wilcox, “Today’s interdisciplinary quantum information classroom: Themes from a survey of quantum information science instructors,” Phys. Rev. Phys. Educ. Res. , vol. 18, p. 010150, Jun 2022. [Online]. Available: https://link.aps.org/doi/10.1103/ PhysRevPhysEducRes.18.010150

  5. [3]

    The promise and challenges of generative ai in education,

    M. Giannakos, R. Azevedo, P. Brusilovsky, M. Cukurova, Y . Dimitriadis, D. Hernandez-Leo, S. J ¨arvel¨a, M. Mavrikis, and B. Rienties, “The promise and challenges of generative ai in education,” Behaviour & Information Technology , pp. 1–27, 2024

  6. [5]

    Developing a framework for personalized video-based quantum information science education,

    N. Chrisochoides, N. Diawara, and M. Giannakos, “Developing a framework for personalized video-based quantum information science education,” in 2024 IEEE International Conference on Quantum Computing and Engineering (QCE) , vol. 3. IEEE, 2024, pp. 39–48

  7. [6]

    Generative ai can harm learning,

    H. Bastani, O. Bastani, A. Sungu, H. Ge, O. Kabakcı, and R. Mariman, “Generative ai can harm learning,” Available at SSRN, vol. 4895486, 2024

  8. [7]

    M. A. Nielsen and I. L. Chuang, Quantum computation and quantum information . Cambridge university press, 2010

Show all 33 references
  1. [8]

    Teaching quantum computing through a practical software-driven approach: Experience report,

    M. Mykhailova and K. M. Svore, “Teaching quantum computing through a practical software-driven approach: Experience report,” in Proceedings of the 51st ACM technical symposium on com- puter science education , 2020, pp. 1019–1025

  2. [9]

    The quantum katas: Learning quantum com- puting using programming exercises,

    M. Mykhailova, “The quantum katas: Learning quantum com- puting using programming exercises,” in Proceedings of the 51st ACM Technical Symposium on Computer Science Education , 2020, pp. 1417–1417

  3. [10]

    A path towards autonomous machine intelligence version 0.9. 2, 2022-06-27,

    Y . LeCun, “A path towards autonomous machine intelligence version 0.9. 2, 2022-06-27,” Open Review , vol. 62, no. 1, pp. 1–62, 2022

  4. [11]

    Llm-powered multi-agent framework for goal- oriented learning in intelligent tutoring system,

    T. Wang, Y . Zhan, J. Lian, Z. Hu, N. J. Yuan, Q. Zhang, X. Xie, and H. Xiong, “Llm-powered multi-agent framework for goal- oriented learning in intelligent tutoring system,” arXiv preprint arXiv:2501.15749, 2025

  5. [12]

    Introductory quantum information science coursework at us institutions: content coverage,

    Meyer, Josephine C., Passante, Gina, Pollock, Steven J., and Wilcox, Bethany R., “Introductory quantum information science coursework at us institutions: content coverage,” EPJ Quantum Technol., vol. 11, no. 1, p. 16, 2024. [Online]. Available: https://doi.org/10.1140/epjqt/s4...

  6. [13]

    Skills required for quantum com- puting: A comprehensive review of recent studies,

    R. Ju ´arez-Ram´ırez, S. Jim´enez, C. X. Navarro, C. Guerra-Garc´ıa, H. G. Perez-Gonzalez, C. Fern ´andez-y Fern ´andez, J. Ortiz- Hern´andez, and K. Cancino, “Skills required for quantum com- puting: A comprehensive review of recent studies,” Programming and Computer Software...

  7. [15]

    Making the quantum world accessible to young learners through quantum picturalism: An experimental study,

    S. D ¨undar-Coecke, C. Puca, L. Yeh, M. H. Waseem, E. M. Pothos, T. Cervoni, S. M.-L. Pfaendler, V . Wang-Ma ´scianica, P. Sigrist, F. Tomassini et al. , “Making the quantum world accessible to young learners through quantum picturalism: An experimental study,” arXiv preprint ...

  8. [16]

    Building a quantum engineering undergraduate program,

    A. Asfaw, A. Blais, K. R. Brown, J. Candelaria, C. Cantwell, L. D. Carr, J. Combes, D. M. Debroy, J. M. Donohue, S. E. Economou, E. Edwards, M. F. J. Fox, S. M. Girvin, A. Ho, H. M. Hurst, Z. Jacob, B. R. Johnson, E. Johnston-Halperin, R. Joynt, E. Kapit, J. Klein-Seetharaman,...

  9. [17]

    Teaching plan generation and evaluation with gpt-4: Unleashing the potential of llm in instructional design,

    B. Hu, L. Zheng, J. Zhu, L. Ding, Y . Wang, and X. Gu, “Teaching plan generation and evaluation with gpt-4: Unleashing the potential of llm in instructional design,” IEEE Transactions on Learning Technologies , 2024

  10. [18]

    The robots are here: Navigating the generative ai revolu- tion in computing education,

    J. Prather, P. Denny, J. Leinonen, B. A. Becker, I. Albluwi, M. Craig, H. Keuning, N. Kiesler, T. Kohn, A. Luxton-Reilly et al. , “The robots are here: Navigating the generative ai revolu- tion in computing education,” in Proceedings of the 2023 working group reports on innova...

  11. [19]

    The effects of over-reliance on ai dialogue systems on students’ cognitive abilities: a systematic review. smart learn. environ. 11, 28 (2024)

    C. Zhai, S. Wibowo, and L. Li, “The effects of over-reliance on ai dialogue systems on students’ cognitive abilities: a systematic review. smart learn. environ. 11, 28 (2024).”

  12. [20]

    A survey of knowledge graph approaches and applications in education,

    K. Qu, K. C. Li, B. T. Wong, M. M. Wu, and M. Liu, “A survey of knowledge graph approaches and applications in education,” Electronics, vol. 13, no. 13, p. 2537, 2024

  13. [21]

    An ecosystem for personal knowledge graphs: A survey and research roadmap,

    M. G. Skjæveland, K. Balog, N. Bernard, W. Łajewska, and T. Linjordet, “An ecosystem for personal knowledge graphs: A survey and research roadmap,” AI Open, vol. 5, pp. 55–69, 2024

  14. [22]

    Learner modeling and recommen- dation of learning resources using personal knowledge graphs,

    Q. U. Ain, M. A. Chatti, P. A. Meteng Kamdem, R. Alatrash, S. Joarder, and C. Siepmann, “Learner modeling and recommen- dation of learning resources using personal knowledge graphs,” in Proceedings of the 14th Learning Analytics and Knowledge Conference, 2024, pp. 273–283

  15. [23]

    Education in the era of neurosymbolic ai,

    C. D. Jaldi, E. Ilkou, N. Schroeder, and C. Shimizu, “Education in the era of neurosymbolic ai,” Journal of Web Semantics , vol. 85, p. 100857, 2025

  16. [24]

    Llm agents for education: Advances and applications,

    Z. Chu, S. Wang, J. Xie, T. Zhu, Y . Yan, J. Ye, A. Zhong, X. Hu, J. Liang, P. S. Yu et al. , “Llm agents for education: Advances and applications,” arXiv preprint arXiv:2503.11733 , 2025

  17. [25]

    Sirius: Self- improving multi-agent systems via bootstrapped reasoning,

    W. Zhao, M. Yuksekgonul, S. Wu, and J. Zou, “Sirius: Self- improving multi-agent systems via bootstrapped reasoning,” arXiv preprint arXiv:2502.04780 , 2025

  18. [26]

    Proactive agent: Shifting llm agents from reactive responses to active assistance,

    Y . Lu, S. Yang, C. Qian, G. Chen, Q. Luo, Y . Wu, H. Wang, X. Cong, Z. Zhang, Y . Lin et al. , “Proactive agent: Shifting llm agents from reactive responses to active assistance,” arXiv preprint arXiv:2410.12361, 2024

  19. [27]

    Tutorly: Turning programming videos into apprenticeship learning environments with llms,

    W. Li, R. Pea, N. Haber, and H. Subramonyam, “Tutorly: Turning programming videos into apprenticeship learning environments with llms,” arXiv preprint arXiv:2405.12946 , 2024

  20. [28]

    Collecting and making sense of video learning analytics,

    M. N. Giannakos, K. Chorianopoulos, and N. Chrisochoides, “Collecting and making sense of video learning analytics,” in 2014 IEEE Frontiers in Education Conference (FIE) Proceed- ings. IEEE, 2014, pp. 1–7

  21. [29]

    Making sense of video analytics: Lessons learned from clickstream interactions, attitudes, and learning outcome in a video-assisted course,

    ——, “Making sense of video analytics: Lessons learned from clickstream interactions, attitudes, and learning outcome in a video-assisted course,” International review of research in open and distributed learning , vol. 16, no. 1, pp. 260–283, 2015

  22. [30]

    Learnersourcing: improving learning with collec- tive learner activity,

    J. Kim et al. , “Learnersourcing: improving learning with collec- tive learner activity,” Ph.D. dissertation, Massachusetts Institute of Technology, 2015

  23. [31]

    Reviewing the flipped classroom research: reflections for computer science education,

    M. N. Giannakos, J. Krogstie, and N. Chrisochoides, “Reviewing the flipped classroom research: reflections for computer science education,” in Proceedings of the computer science education research conference, 2014, pp. 23–29

  24. [32]

    Quantum query algorithms — understanding quantum information & computation - lesson 05,

    Qiskit-IBM, “Quantum query algorithms — understanding quantum information & computation - lesson 05,” YouTube, 2023, accessed: April 13, 2025. [Online]. Available: https: //www.youtube.com/watch?v=2wticzHE1vs

  25. [33]

    Eaira: Establishing a methodology for evaluat- ing ai models as scientific research assistants,

    F. Cappello, S. Madireddy, R. Underwood, N. Getty, N. L.- P. Chia, N. Ramachandra, J. Nguyen, M. Keceli, T. Mallick, Z. Li et al. , “Eaira: Establishing a methodology for evaluat- ing ai models as scientific research assistants,” arXiv preprint arXiv:2502.20309, 2025

Pith tools

Reviewed August 16, 2026 · model on record in the stance chip above.