[edit]
HeteroForge: Heterogeneous Multi-Agent Debate for Curriculum-Aligned STEM Exercise Generation
Proceedings of the Impactful and Responsible AI Systems for Education Workshop, PMLR 339:211-216, 2026.
Abstract
Large language models are increasingly used to generate educational content, but many existing approaches focus on a single question format and rely on human review or same model validation for quality assurance. This limits scalability and can leave systematic evaluator blind spots unaddressed. We present \textit{HeteroForge}, a three pass pipeline for curriculum-aligned STEM exercise generation. Pass 1 uses separate prompts and JSON schemas for different question formats, followed by validation and self-refinement, to produce structurally valid exercises from curriculum metadata. Pass 2 performs heterogeneous multi-agent debate, where three models critique the exercises across accuracy, grade appropriateness, and scaffolded rigor before a judge model renders a structured verdict. Pass 3 recalibrates rejected exercises using judge feedback and a persistent curriculum-specific evaluation summary. The pipeline is modular across question formats, curriculum taxonomies, and model backends, allowing new formats, curricula, or evaluators to be added without changing the overall architecture.