Once you’ve configured your evaluator, you can start evaluating text inputs for a grade level:Documentation Index
Fetch the complete documentation index at: https://docs.learningcommons.org/llms.txt
Use this file to discover all available pages before exploring further.
example.py
Literacy evaluators
The literacy evaluators have the following output fields.| Field | Type | Description |
|---|---|---|
answer | EvaluationAnswer ↗ | Complexity score returned by the evaluation |
explanation | EvaluationExplanation ↗ | Reasoning for the complexity score and evaluator-specific fields (explanation.details – see table below) |
metadata | EvaluationMetadata ↗ | Evaluation run metadata like timing, status, token usage, and per-step details |
explanation.details field includes detailed internal analysis data specific to that evaluator.
| Evaluator | explanation.details description | explanation.details type |
|---|---|---|
| Vocabulary | Output fields | VocabularyComplexityOutput |
| Conventionality | Output fields | ConventionalityOutput |