Overview
The Sentence Structure evaluator assesses the complexity of sentence structure in informational texts relative to a specified grade level:- Identifies sentence features in the text, including sentence type composition, average words per sentence, subordinate clause ratios, and concepts per sentence.
- Assigns an overall complexity rating using an LLM, combined with statistical thresholds for sentence features.
At a glance
The evaluator was built and validated using the model and temperature below (other configurations will produce different results and may have lower accuracy). The evaluator must be run in two stages — combining them into a single step reduces accuracy.
Getting started
Follow the Quickstart to start using this evaluator:Inputs
Output
Interpreting results
Grade 3
Grade 4
Grades 5-12
Evaluator release history
Related topics
Student-Facing Text evaluators
Explore other evaluators that assess qualitative text complexity.
Student-Facing Text dataset
Explore the expert-annotated benchmark behind Student-Facing Text
evaluators.
Quickstart
Run an evaluator in the Evaluators playground, a Python notebook, or with
the SDK.