From Questions to Assessment Tuples: A Multi-Agent Framework with Bloom-Specialized Agents and Automated Verification
Summary
A multi-agent, multi-stage framework has been developed to generate structured assessment tuples, including mark schemes and expected answers, for both short-answer questions (SAQs) and scenario-based questions (SBQs). This framework, presented by Gee-Lyle Wong, Runcong Zhao, Yulan He, and Jiazheng Li at the BEA 2026 workshop, addresses the challenge of reliably targeting higher-order cognitive levels in Bloom's Taxonomy using large language models. It integrates Bloom-specialized generation agents with staged decomposition and automated verification. The authors also introduced a rubric-guided LLM-as-a-judge evaluation framework featuring Bloom-specific alignment metrics. Experiments conducted on university-level AI course material across five generation pipelines demonstrated that simple prompt-level Bloom conditioning is insufficient for cognitive control. In contrast, their structured approach significantly improved alignment, mark scheme quality, and output yield, especially for higher-order Bloom levels, compared to baseline pipelines. The full paper spans pages 292–335.
Key takeaway
For NLP Engineers developing educational tools, this research indicates that relying solely on prompt-level Bloom conditioning for LLM-based question generation is ineffective for higher-order cognitive levels. You should instead consider implementing a multi-agent, multi-stage framework incorporating Bloom-specialized agents, staged decomposition, and automated verification. This structured approach demonstrably improves the alignment and quality of generated assessment items, particularly for complex questions, ensuring your systems produce more robust and pedagogically sound educational content.
Key insights
A multi-agent framework with Bloom-specialized agents and automated verification significantly improves LLM-generated assessment quality for higher-order cognitive levels.
Principles
- Prompt-level Bloom conditioning is insufficient.
- Structured multi-agent approaches enhance cognitive control.
- Automated verification improves output quality.
Method
The framework employs Bloom-specialized generation agents, staged decomposition, and automated verification to produce structured assessment tuples for SAQs and SBQs, evaluated by a rubric-guided LLM-as-a-judge framework.
In practice
- Implement Bloom-specialized agents for question generation.
- Utilize staged decomposition in assessment creation.
- Integrate automated verification for quality control.
Topics
- Large Language Models
- Question Generation
- Bloom's Taxonomy
- Multi-Agent Systems
- Automated Verification
- Educational Applications
Best for: AI Scientist, NLP Engineer, Research Scientist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.