> ## 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.

# About literacy evaluators

> Overview of literacy evaluators that measure qualitative text complexity dimensions like sentence structure, vocabulary, and grade-level appropriateness.

export const EarlyAccessBadge = ({size = "md", children}) => {
  return <Badge color="green" size={size} icon="flask">
      {children == null || children === "" ? "Early access" : children}
    </Badge>;
};

export const EarlyAccessCallout = ({children}) => <div className="eyebrow-callout not-prose rounded-xl border border-gray-200/80 p-5 dark:border-white/10" style={{
  marginBottom: "1rem",
  borderRadius: "4px"
}}>
    <div className="mb-3">
      <Badge color="green" size="md" icon="flask">
        Early access
      </Badge>
    </div>
    <div className="callout-body text-[15px] leading-relaxed text-gray-700 dark:text-gray-300">{children}</div>
    <style>{`.callout-body a { text-decoration: underline; text-decoration-color: #178251; }`}</style>
  </div>;

<EarlyAccessCallout>
  This functionality is actively evolving. Changes may occur as we expand capabilities and improve accuracy and reliability. Email [support@learningcommons.org](mailto:support@learningcommons.org) ↗ with your feedback or issues.
</EarlyAccessCallout>

## The problem we're addressing

The texts we give students matter. [Research](https://achievethecore.org/content/upload/Research%20Supporting%20the%20ELA%20Standards%20and%20Shifts%20Final.pdf) ↗ shows that students who consistently engage with complex texts are more likely to succeed in college and beyond. The ability to navigate challenging language, unfamiliar vocabulary, layered sentence structures, and nuanced ideas prepares students not just for academic milestones but for the real-world literacy demands of adulthood.

The stakes are high. When students are systematically given simplified or “leveled” texts instead of grade-level ones, [their growth stalls](https://files.eric.ed.gov/fulltext/EJ822324.pdf) ↗. They miss the chance to grapple with the language, ideas, and knowledge-building opportunities that fuel literacy development and [readiness for college](https://www.act.org/content/dam/act/unsecured/documents/reading_report.pdf) ↗ and [career](https://jontalle.web.engr.illinois.edu/MISC/ReadingGroup.11/Papers/NatReadPanel/Daggett03.pdf) ↗. These inequities fall hardest on historically marginalized students, widening gaps in opportunity and outcomes.

Yet despite their importance, complex texts are often absent from classrooms. Quantitative measures of text complexity (like Lexile or Flesch-Kincaid) are useful but limited: they can place *Diary of a Wimpy Kid* and *Fahrenheit 451* in the same band, even though their ideas, themes, and instructional value are worlds apart. What really matters are the *qualitative dimensions* of text complexity—structure, purpose, vocabulary, knowledge demands, and language features. These signal where students may struggle and where rich instructional opportunities lie.

Curricula publishers and assessment creators face mounting pressure to ensure that texts become more rigorous across grades, but accurately evaluating those qualitative features is labor-intensive. And, as AI-generated texts enter classrooms and supplemental resources, companies risk producing content that looks grade-appropriate on the surface but fails to meet the deeper demands of literacy development.

## What we're building

### Individual Qualitative Text Complexity rubric (SAP) dimension evaluations

Instead of giving a single complexity score, we can help evaluate generated texts across the *specific dimensions* that matter:

* Text structure
* Language features
* Vocabulary
* Purpose
* Knowledge demands

Because they are anchored in the Qualitative Text Complexity rubric (SAP), our evaluators surface actionable insights into *why* a text may be complex or not complex enough and how to best scaffold it for students. This gives you the fine-grained data you need to ensure quality generated texts.

### Expert-annotated benchmark datasets

As part of developing the literacy evaluators, we are building rigorously annotated datasets in collaboration with nationally recognized literacy experts and practitioners. These datasets serve as both the foundation for evaluator accuracy and as a shared resource for the field. By codifying expert judgment on qualitative text complexity, we are creating a replicable, transparent benchmark that can guide product development, support research, and advance best practices.

## Current literacy evaluators

| Evaluator                                                                                                                                               | Description                                                                                                                                                                                               |   |   |
| :------------------------------------------------------------------------------------------------------------------------------------------------------ | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | - | - |
| [Grade Level Appropriateness](/evaluators/literacy-evaluators/grade-level-appropriateness-evaluator/about-this-evaluator)<EarlyAccessBadge size="xs" /> | Checks that the generated text is appropriate for independent reading at the specified grade level. It also provides an alternative grade level for the text and required scaffolds for assisted reading. |   |   |
| [Sentence Structure](/evaluators/literacy-evaluators/sentence-structure-evaluator/about-this-evaluator)<EarlyAccessBadge size="xs" />                   | Breaks the evaluation of sentence structure into 2 distinct stages, labeling the sentence features first and then assigning a complexity rating.                                                          |   |   |
| [Vocabulary](/evaluators/literacy-evaluators/vocabulary-evaluator/about-this-evaluator)<EarlyAccessBadge size="xs" />                                   | Checks the vocabulary complexity of AI-generated texts.                                                                                                                                                   |   |   |
| [Subject Matter Knowledge](/evaluators/literacy-evaluators/subject-matter-knowledge/about-this-evaluator)<EarlyAccessBadge size="xs" />                 | Assesses the subject-matter complexity of passages.                                                                                                                                                       |   |   |
| [Conventionality](/evaluators/literacy-evaluators/conventionality/about-this-evaluator)<EarlyAccessBadge size="xs" />                                   | Assesses how directly a text communicates its meaning.                                                                                                                                                    |   |   |
| [Purpose](/evaluators/literacy-evaluators/purpose/about-this-evaluator)<EarlyAccessBadge size="xs" />                                                   | Assesses how clearly a text communicates its central purpose.                                                                                                                                             |   |   |
