Using Local LLMs for Generating Custom Interactive Recursive Textbooks on the Fly
Summary
Proposes using local LLMs to generate custom, interactive, recursive textbooks on the fly, enabling adaptive educational content.
Similar Articles
Generative Recursive Education: Creating Custom Interactive Textbooks on the Fly.
This article presents a generative recursive approach to creating custom interactive textbooks on the fly, adapting educational content dynamically to individual learners.
Learning to Prompt: Improving Student Engagement with Adaptive LLM-based High-School Tutoring
This paper proposes an adaptive, subject-aware prompt routing framework for LLM-based high-school tutoring, using 14 pedagogical features to switch strategies. A/B testing with 359 students shows improved efficiency and conversion rates over static baselines.
How I use LLMs to learn complex topics
The author describes a workflow for learning complex topics by using LLMs to build low-poly interactive simulations, such as ChipTycoon, which visualizes chip manufacturing. This method helps retain knowledge better than reading or bulleted lists.
Towards Just-in-Time Adaptive Feedback: Enhancing Student Learning via Knowledge-Grounded LLM
This paper presents a framework that uses domain-specific expert knowledge to ground large language models for providing Just-in-Time adaptive feedback to students based on their written reasoning, achieving over 80% improvement in student performance in a large university course.
Recursive Language Models
This paper introduces Recursive Language Models (RLMs), an inference strategy that enables LLMs to process arbitrarily long prompts by treating them as external environments and recursively calling themselves over prompt snippets. RLMs handle inputs two orders of magnitude beyond context windows and outperform base LLMs on long-context tasks with comparable cost.