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

# Dataset roadmap

> View the development roadmap for evaluator datasets, including planned benchmark data releases and dataset improvements.

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>

<Note>
  [Look at the annotated data.](https://github.com/learning-commons-org/evaluators/tree/main/datasets) ↗
</Note>

<Update label="Now">
  * Increasing confidence in annotations, potentially by adding more annotations per row.
  * Expanding coverage up to Grade 12.
</Update>

<Update label="Next">
  * Expanding coverage for all relevant dimensions of qualitative text complexity (informational text only) based on SAP's Qualitative Text Complexity rubric.
</Update>
