Skip to main content

What evaluators do

Evaluators measure the quality of AI-generated educational content by assessing specific dimensions of text and identifying areas for improvement. Evaluators help edtech developers reliably assess their LLM outputs and build evidence-based tools that reinforce student learning and whole child development.
Evaluator familyDescription
Literacy evaluatorsAssesses the qualitative text complexity of a passage, often for a particular grade level
Feedback evaluatorsAssesses the quality of feedback on a student’s response to a task goal
Standards evaluatorsAssesses the alignment of educational content to standards

When to use evaluators

Whether you’re testing, refining, or scaling, evaluators help you do it better and faster. Multiple use cases for evaluators at different stages of product development
Use caseExamplesImplementation
Optimize your product or featureYou are building a vocabulary-focused feature – you want higher vocabulary difficulty and simpler sentence structure.

You are creating read-aloud support and want to deprioritize vocabulary complexity.
Set targets for vocabulary and sentence structure against grade level appropriateness. Run the Sentence Structure Evaluator and Vocabulary Evaluator on your LLM outputs to confirm that they stay in acceptable ranges.
Select the right modelYou need to compare new models on quality, speed, and cost before switching.Create a gold set with expected scores for key parameters (e.g., grade level, topic, text type). Use evaluators as a standardized benchmark to monitor drift from your baseline.
Check your output at runtimeYour AI outputs may not always meet all your criteria (i.e., grade level appropriateness for K-3)You can auto-optimize your AI-generated output or let users evaluate the output themselves.
Monitor output consistencyYour AI output starts to vary unexpectedly after model drift or small system updates.Run regular regression tests on your LLM outputs and compare scores over time to ensure stable behavior.
Build trust with usersDistricts and educators ask for evidence that your AI-generated content is high-quality and aligned with learning principles.Share your evaluation process and results so stakeholders can see the rigor behind your system and trust that your outputs remain consistent and research-aligned.

How to access evaluators

Access methodWhen to use
Evaluators PlaygroundFor a quick demo of how evaluators work
SDKTo integrate into your TypeScript or Python project
Python notebooksFor quick prototyping

Our approach

Learning Commons collaborates closely with pedagogical experts to define, test, and build our evaluators. We follow a research-informed process to develop evaluators that are firmly anchored in learning science:
Diagram showing the AIDT process for designing and validating
evaluators
  • We build alongside experts in learning science and rubric development (e.g. Student Achievement Partners ↗, CAST ↗, and Achievement Network (ANet) ↗)
  • We translate expert insight into ground-truth datasets that reflect real teaching and learning principles.
  • We develop, validate, and ship software that evaluates text the way an expert would.