IFEval (Instruction-Following Eval)

IFEval measures whether a model actually does what it is told. Many useful instructions are precise and checkable, such as “write at least 400 words” or “mention the keyword three times.” IFEval focuses only on these verifiable instructions so that scoring can be fully automatic, avoiding both the cost of human raters and the biases of using a model as a judge.

The benchmark was introduced by Jeffrey Zhou, Le Hou, Denny Zhou, and colleagues at Google in “Instruction-Following Evaluation for Large Language Models,” posted in November 2023. It contains about 500 prompts, each carrying one or more verifiable instructions drawn from 25 instruction types, and a program checks whether each instruction was followed.

Because its scoring is objective and easy to reproduce, IFEval became a standard component of model leaderboards and was adopted into widely used evaluation suites.

For a business reader, instruction-following is often what separates a useful assistant from a frustrating one. A model can sound fluent yet ignore explicit constraints, and IFEval is the benchmark built to catch exactly that failure.

Sources

Last verified June 7, 2026