paper-with-me

Papers

Combining Large Language Models with Tutoring System Intelligence: A Case Study in Caregiver Homework Support

2024-12-16 · Devika Venugopalan, Ziwen Yan, Conrad Borchers, Jionghao Lin, Vincent Aleven

Caregivers (i.e., parents and members of a child's caring community) are underappreciated stakeholders in learning analytics. Although caregiver involvement can enhance student academic outcomes, many obstacles hinder involvement, most notably knowledge gaps with respect to modern school curricula. An emerging topic of interest in learning analytics is hybrid tutoring, which includes instructional and motivational support. Caregivers assert similar roles in homework, yet it is unknown how learning analytics can support them. Our past work with caregivers suggested that conversational support is a promising method of providing caregivers with the guidance needed to effectively support student learning. We developed a system that provides instructional support to caregivers through conversational recommendations generated by a Large Language Model (LLM). Addressing known instructional limitations of LLMs, we use instructional intelligence from tutoring systems while conducting prompt engineering experiments with the open-source Llama 3 LLM. This LLM generated message recommendations for caregivers supporting their child's math practice via chat. Few-shot prompting and combining real-time problem-solving context from tutoring systems with examples of tutoring practices yielded desirable message recommendations. These recommendations were evaluated with ten middle school caregivers, who valued recommendations facilitating content-level support and student metacognition through self-explanation. We contribute insights into how tutoring systems can best be merged with LLMs to support hybrid tutoring settings through conversational assistance, facilitating effective caregiver involvement in tutoring systems.

📄 PDF Abstract BibTeX arXiv:2412.11995

Code (1)

devika-prog/caregiver-conversational-support-tool 공식 구현

Tasks

Large Language ModelMathPrompt Engineering

Methods 이 논문이 사용한 방법론

LLaMA LLaMA is a collection of foundation language models ranging from 7B to 65B parameters. It is based on the transformer architecture with various improvements that were…

Similar Papers 제목 키워드 기반

AI-Powered Math Tutoring: Platform for Personalized and Adaptive Education

2025-07-14 · Jarosław A. Chudziak, Adam Kostka arxiv

The growing ubiquity of artificial intelligence (AI), in particular large language models (LLMs), has profoundly altered the way in which learners gain knowledge and interact with learning material, with many claiming th…

Generative AI and Its Impact on Personalized Intelligent Tutoring Systems

2024-10-14 · Subhankar Maity, Aniket Deroy

Generative Artificial Intelligence (AI) is revolutionizing educational technology by enabling highly personalized and adaptive learning environments within Intelligent Tutoring Systems (ITS). This report delves into the …

Emotional IntelligenceQuestion GenerationQuestion-Generation

Empowering Private Tutoring by Chaining Large Language Models

2023-09-15 · Yulin Chen, Ning Ding, Hai-Tao Zheng, Zhiyuan Liu 외

Artificial intelligence has been applied in various aspects of online education to facilitate teaching and learning. However, few approaches has been made toward a complete AI-powered tutoring system. In this work, we ex…

Towards Pedagogically Aligned LLM Tutors for Math Mistake Remediation

2026-06-19 · Kseniia Petukhova, Tien Dat Nguyen, Ekaterina Kochmar arxiv

Large language models have strong potential for use in intelligent tutoring systems, but they often fail to follow effective pedagogical strategies, such as guiding students without revealing final answers. We study the …

Enhancing tutoring systems by leveraging tailored promptings and domain knowledge with Large Language Models

2025-05-02 · Mohsen Balavar, Wenli Yang, David Herbert, Soonja Yeom

Recent advancements in artificial intelligence (AI) and machine learning have reignited interest in their impact on Computer-based Learning (CBL). AI-driven tools like ChatGPT and Intelligent Tutoring Systems (ITS) have …

Prompt EngineeringRAGRetrieval-augmented Generation