Ruffle&Riley: Insights from Designing and Evaluating a Large Language Model-Based Conversational Tutoring System

📄 arXiv: 2404.17460v1 📥 PDF

作者: Robin Schmucker, Meng Xia, Amos Azaria, Tom Mitchell

分类: cs.CL

发布日期: 2024-04-26

备注: arXiv admin note: substantial text overlap with arXiv:2310.01420


💡 一句话要点

提出Ruffle&Riley以解决对话式辅导系统内容创作成本高的问题

🎯 匹配领域: 支柱九:具身大模型 (Embodied Foundation Models)

关键词: 对话式辅导系统 大型语言模型 AI辅助学习 教育技术 个性化学习 内容创作 学习效果 用户体验

📋 核心要点

  1. 现有对话式辅导系统在内容创作上成本高,限制了其普及和有效教学设计的研究。
  2. 本文提出的Ruffle&Riley系统通过LLM实现AI辅助内容创作和脚本自动编排,优化了学习体验。
  3. 实验结果显示,Ruffle&Riley用户在参与度和理解力上表现良好,尽管完成时间较长,但短期学习效果与传统方法相当。

📝 摘要(中文)

对话式辅导系统(CTS)通过自然语言交互提供学习体验,促进认知参与和改善学习成果。然而,内容创作的高成本阻碍了其广泛应用。本文讨论并评估了一种新型CTS,利用大型语言模型(LLM)实现AI辅助内容创作和脚本自动编排。通过两个LLM代理(Ruffle&Riley)模拟师生对话,系统支持自由形式的对话。我们在200名用户的在线实验中评估了其在生物学课程中的表现,结果显示用户的参与度和理解力较高,尽管完成活动所需时间较长,但短期学习效果与传统阅读活动无显著差异。我们开源了该系统,以支持未来的有效教学设计研究。

🔬 方法详解

问题定义:本文旨在解决对话式辅导系统内容创作成本高的问题,现有方法往往需要大量人工干预,限制了其应用范围。

核心思路:Ruffle&Riley系统通过利用大型语言模型(LLM)实现AI辅助内容创作,自动生成可编辑的辅导脚本,并通过两个LLM代理模拟师生对话,提升学习体验。

技术框架:系统架构包括内容生成模块、脚本编排模块和用户交互模块。内容生成模块从课程文本中提取信息,脚本编排模块负责管理对话流程,用户交互模块则实现与学习者的实时对话。

关键创新:最重要的创新在于将LLM应用于内容创作和对话管理,使得系统能够自动化生成和调整辅导内容,显著降低了内容创作的门槛。

关键设计:系统设计中采用了可编辑的脚本格式,允许教师根据需要调整内容,使用的损失函数和网络结构经过优化,以确保生成内容的相关性和准确性。具体参数设置和模型训练细节在论文中有详细描述。

🖼️ 关键图片

fig_0
fig_1
fig_2

📊 实验亮点

实验结果表明,Ruffle&Riley用户在参与度和理解力上显著提高,用户反馈支持感强。尽管完成活动所需时间较长,但与传统阅读活动相比,短期学习效果无显著差异,表明该系统在学习支持方面的有效性。

🎯 应用场景

Ruffle&Riley系统具有广泛的应用潜力,适用于教育领域的个性化学习、在线辅导和自适应学习平台。其创新的内容创作和对话管理方式能够降低教师的工作负担,提高学习者的参与度和学习效果,未来可能推动教育技术的进一步发展。

📄 摘要(原文)

Conversational tutoring systems (CTSs) offer learning experiences through interactions based on natural language. They are recognized for promoting cognitive engagement and improving learning outcomes, especially in reasoning tasks. Nonetheless, the cost associated with authoring CTS content is a major obstacle to widespread adoption and to research on effective instructional design. In this paper, we discuss and evaluate a novel type of CTS that leverages recent advances in large language models (LLMs) in two ways: First, the system enables AI-assisted content authoring by inducing an easily editable tutoring script automatically from a lesson text. Second, the system automates the script orchestration in a learning-by-teaching format via two LLM-based agents (Ruffle&Riley) acting as a student and a professor. The system allows for free-form conversations that follow the ITS-typical inner and outer loop structure. We evaluate Ruffle&Riley's ability to support biology lessons in two between-subject online user studies (N = 200) comparing the system to simpler QA chatbots and reading activity. Analyzing system usage patterns, pre/post-test scores and user experience surveys, we find that Ruffle&Riley users report high levels of engagement, understanding and perceive the offered support as helpful. Even though Ruffle&Riley users require more time to complete the activity, we did not find significant differences in short-term learning gains over the reading activity. Our system architecture and user study provide various insights for designers of future CTSs. We further open-source our system to support ongoing research on effective instructional design of LLM-based learning technologies.