MOSAIC: Granular Instruction Following Evaluation (2026)
FreeModular benchmark with up to 20 application-oriented generation constraints per prompt; finds compliance degrades with constraint count and position (primacy/recency bias) — exposes multi-instruction conflict effects
About MOSAIC: Granular Instruction Following Evaluation (2026)
MOSAIC (MOdular Synthetic Assessment of Instruction Compliance) is a benchmark framework introduced in a paper accepted to EACL 2026 for granular evaluation of large language model instruction-following abilities. It uses a dynamically generated dataset with up to 20 application-oriented generation constraints per prompt to isolate compliance from task success. Evaluated on five LLMs from different families, MOSAIC reveals that compliance is not monolithic but varies with constraint type, quantity, and position. It uncovers model-specific weaknesses, synergistic and conflicting interactions between instructions, and distinct positional biases (primacy and recency effects), enabling detailed diagnosis of model failures and supporting development of more reliable LLMs for complex instruction scenarios.
Key Features
Pros & Cons
- Granular analysis of instruction compliance per constraint type, quantity, and position
- Reveals synergistic and conflicting interactions between multiple instructions
- Highlights model-specific weaknesses not visible in standard benchmarks
- Helps improve reliability of LLMs in real-world applications
- Limited to evaluation of five LLMs in the initial study
- Focuses on synthetic constraints; real-world generalizability may need further validation
- Requires access to LLM outputs for evaluation (no integrated tooling provided)
- Benchmark is research-oriented, not a ready-to-use product