Investigating Pedagogical Teacher and Student LLM Agents: Genetic Adaptation Meets Retrieval Augmented Generation Across Learning Style
Debdeep Sanyal, Agniva Maiti, Umakanta Maharana, Dhruv Kumar, Ankur Mali, C. Lee Giles, Murari Mandal
TL;DR
This work addresses adaptive pedagogy in AI-driven educational simulations by integrating heterogeneous LLM-based student agents with a self-optimizing teacher evolved via a genetic algorithm, and by introducing Persona-RAG to personalize retrieval to individual learning styles. The teacher’s strategy is evolved using a population-based search to maximize class-wide learning outcomes, while Persona-RAG guides multi-step retrieval aligned with each student’s reasoning path. The framework demonstrates emergence of interpretable teaching patterns and improved learning outcomes across diverse student profiles, with human evaluators rating the generated lectures as engaging and pedagogically sound. Collectively, the approach provides a scalable, data-driven testbed for AI-assisted teacher training and adaptive curricula, with practical implications for individualized education at scale.
Abstract
Effective teaching requires adapting instructional strategies to accommodate the diverse cognitive and behavioral profiles of students, a persistent challenge in education and teacher training. While Large Language Models (LLMs) offer promise as tools to simulate such complex pedagogical environments, current simulation frameworks are limited in two key respects: (1) they often reduce students to static knowledge profiles, and (2) they lack adaptive mechanisms for modeling teachers who evolve their strategies in response to student feedback. To address these gaps, \textbf{we introduce a novel simulation framework that integrates LLM-based heterogeneous student agents with a self-optimizing teacher agent}. The teacher agent's pedagogical policy is dynamically evolved using a genetic algorithm, allowing it to discover and refine effective teaching strategies based on the aggregate performance of diverse learners. In addition, \textbf{we propose Persona-RAG}, a Retrieval Augmented Generation module that enables student agents to retrieve knowledge tailored to their individual learning styles. Persona-RAG preserves the retrieval accuracy of standard RAG baselines while enhancing personalization, an essential factor in modeling realistic educational scenarios. Through extensive experiments, we demonstrate how our framework supports the emergence of distinct and interpretable teaching patterns when interacting with varied student populations. Our results highlight the potential of LLM-driven simulations to inform adaptive teaching practices and provide a testbed for training human educators in controlled, data-driven environments.
