paper-with-me

Papers

Instructor-Aligned Knowledge Graphs for Personalized Learning

2026-02-19 · Abdulrahman AlRabah, Priyanka Kargupta, Jiawei Han, Abdussalam Alawini arxiv

Mastering educational concepts requires understanding both their prerequisites (e.g., recursion before merge sort) and sub-concepts (e.g., merge sort as part of sorting algorithms). Capturing these dependencies is critical for identifying students' knowledge gaps and enabling targeted intervention for personalized learning. This is especially challenging in large-scale courses, where instructors cannot feasibly diagnose individual misunderstanding or determine which concepts need reinforcement. While knowledge graphs offer a natural representation for capturing these conceptual relationships at scale, existing approaches are either surface-level (focusing on course-level concepts like "Algorithms" or logistical relationships such as course enrollment), or disregard the rich pedagogical signals embedded in instructional materials. We propose InstructKG, a framework for automatically constructing instructor-aligned knowledge graphs that capture a course's intended learning progression. Given a course's lecture materials (slides, notes, etc.), InstructKG extracts significant concepts as nodes and infers learning dependencies as directed edges (e.g., "part-of" or "depends-on" relationships). The framework synergizes the rich temporal and semantic signals unique to educational materials (e.g., "recursion" is taught before "mergesort"; "recursion" is mentioned in the definition of "merge sort") with the generalizability of large language models. Through experiments on real-world, diverse lecture materials across multiple courses and human-based evaluation, we demonstrate that InstructKG captures rich, instructor-aligned learning progressions.

📄 PDF Abstract BibTeX arXiv:2602.17111

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graphs

Similar Papers 제목 키워드 기반

Leveraging Graph Retrieval-Augmented Generation to Support Learners' Understanding of Knowledge Concepts in MOOCs

2025-05-15 · Mohamed Abdelmagied, Mohamed Amine Chatti, Shoeb Joarder, Qurat Ul Ain 외

Massive Open Online Courses (MOOCs) lack direct interaction between learners and instructors, making it challenging for learners to understand new knowledge concepts. Recently, learners have increasingly used Large Langu…

Knowledge GraphsQuestion AnsweringQuestion GenerationQuestion-Generation+2

YA-TA: Towards Personalized Question-Answering Teaching Assistants using Instructor-Student Dual Retrieval-augmented Knowledge Fusion

2024-08-31 · Dongil Yang, Suyeon Lee, Minjin Kim, Jungsoo Won 외

Engagement between instructors and students plays a crucial role in enhancing students'academic performance. However, instructors often struggle to provide timely and personalized support in large classes. To address thi…

Question AnsweringResponse GenerationRetrieval

A large language model-assisted education tool to provide feedback on open-ended responses

2023-07-25 · Jordan K. Matelsky, Felipe Parodi, Tony Liu, Richard D. Lange 외

Open-ended questions are a favored tool among instructors for assessing student understanding and encouraging critical exploration of course material. Providing feedback for such responses is a time-consuming task that c…

Language ModelingLanguage ModellingLarge Language ModelMath+1

An Explainable AI Assistant for Introductory Programming Education: Improving Feedback Reliability with Instructor-AI Collaboration

2026-05-12 · Muntasir Hoq, Griffin Pitts, Bradford Mott, Seung Lee 외 arxiv

Active learning is widely recognized as an effective approach for improving learning outcomes in introductory programming courses. However, insufficient instructional support often limits students' access to timely, pers…

Active Learning

PERSA: Reinforcement Learning for Professor-Style Personalized Feedback with LLMs

2026-05-01 · Ravi Ranjan, Utkarsh Grover, Xiaomin Lin, Agoritsa Polyzou arxiv

Large language models (LLMs) can provide automated feedback in educational settings, but aligning an LLMs style with a specific instructors tone while maintaining diagnostic correctness remains challenging. We ask how ca…

Reinforcement LearningStyle Transfer