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

# Standards Crosswalks

> Reference for standards crosswalk relationships in Knowledge Graph: map state mathematics standards to Common Core using Jaccard similarity and learning component overlap.

[Dataset last updated July 2, 2026.](#dataset-release-history)

## Overview

The Standards Crosswalks dataset connects state standards to their closest matching Common Core State Standards (CCSSM).

It essentially measures how many [Learning Components](/knowledge-graph/datasets/learning-components) that various [Academic Standards](/knowledge-graph/datasets/academic-standards) have in common in order to calculate a similarity score.

|                      |                                                                                                                                                                                                                                                                               |
| :------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Source**           | [Learning Components](/knowledge-graph/graph-reference/learning-components) alignments to state and CCSSM mathematics standards<br /><br />Crosswalks are derived from evidence-based matching—standards must share at least one Learning Component to generate an alignment. |
| **Supported grades** | K-12                                                                                                                                                                                                                                                                          |
| **Includes**         | <ul><li>Math Standards Crosswalks</li><li>English Language Arts (ELA) Standards Crosswalks</li></ul>                                                                                                                                                                          |

## Use cases

| Use case                                            | Examples                                                                                                                                                                                                                                                                   |
| :-------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Map state standards to Common Core equivalents**  | <ul><li>Match a state standard like <em>NY 3.NF.1</em> to its Common Core equivalent <em>3.NF.A.1</em></li><li>Evaluate state vs. Common Core standards alignment by comparing their shared [Learning Components](/knowledge-graph/datasets/learning-components)</li></ul> |
| **Adapt CCSSM-aligned content to a specific state** | <ul><li>Share the same CCSSM content across multiple states by automatically remapping the content to local standards</li></ul>                                                                                                                                            |

## Entities and relationships

The data maps state standards to Common Core equivalents with the following entities and relationships:

|                                                                                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| :--------------------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Data model**                                                                           | <Frame><img src="https://mintcdn.com/czi-60a2a443/bb-F2r75Gz83PPsi/images/kg/standards-crosswalks.svg?fit=max&auto=format&n=bb-F2r75Gz83PPsi&q=85&s=a0861ab5f70a6d17e4c2f488a301184b" alt="Diagram: state mathematics standards linked to Common Core standards via hasStandardAlignment, with Jaccard similarity and shared Learning Components" width="921" height="562" data-path="images/kg/standards-crosswalks.svg" /></Frame> |
| [**Entities**](/knowledge-graph/graph-reference/academic-standards#entities)             | <ul><li>[`StandardsFrameworkItem`](/knowledge-graph/graph-reference/academic-standards#standardsframeworkitem) (state standard, defined in [Academic Standards](/knowledge-graph/graph-reference/academic-standards#entities))<ul><li>Standard from a state framework (e.g. <em>NY 3.NF.1</em>)</li></ul></li><li>[`StandardsFrameworkItem`](/knowledge-graph/graph-reference/academic-standards#standardsframeworkitem) (CCSS standard)<ul><li>Matching Common Core standard (e.g. <em>3.NF.A.1</em>)</li></ul></li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| [**Relationships**](/knowledge-graph/graph-reference/standards-crosswalks#relationships) | <ul><li>[`StandardsFrameworkItem`](/knowledge-graph/graph-reference/academic-standards#standardsframeworkitem) (state) → [`hasStandardAlignment`](/knowledge-graph/graph-reference/standards-crosswalks#hasstandardalignment) → [`StandardsFrameworkItem`](/knowledge-graph/graph-reference/academic-standards#standardsframeworkitem) (CCSS) (e.g. NY 3.NF.1 → 3.NF.A.1)</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |

## Usage details

|                                          |                                                                                                         |
| :--------------------------------------- | :------------------------------------------------------------------------------------------------------ |
| **Requires files from other datasets**   | <ul><li>Math Academic Standards</li><li>English Language Arts (ELA) Academic Standards</li></ul>        |
| **References files from other datasets** | None                                                                                                    |
| **REST API endpoints**                   | <ul><li>[Standards crosswalks](/api-reference/standards-crosswalks/crosswalks-for-a-standard)</li></ul> |

## Dataset release history

| Date               | Changed                                                                                                       |
| ------------------ | ------------------------------------------------------------------------------------------------------------- |
| July 2, 2026       | Restored Math Standards Crosswalks between Texas and CCSS that were incorrectly removed in v1.9.0.            |
| June 18, 2026      | Removed duplicate Learning Components that were causing inaccurate Jaccard similarity scores.                 |
| May 27, 2026       | Added English Language Arts Standards Crosswalks alongside ELA Learning Components.                           |
| December 8, 2025   | Added crosswalk fields for comparing state standards to Common Core alignments, including Jaccard similarity. |
| September 23, 2025 | First release with Mathematics Standards Crosswalks.                                                          |

## Related topics

<CardGroup cols={2}>
  <Card title="Standards Crosswalks graph reference" icon="share-nodes" href="/knowledge-graph/graph-reference/standards-crosswalks">
    Review entities, relationships, and property definitions for Standards
    Crosswalks.
  </Card>

  <Card title="Tutorial: Compare Common Core and state frameworks" icon="graduation-cap" href="/knowledge-graph/getting-started/tutorials/compare-common-core-and-state-frameworks">
    Walk through a crosswalk comparison tutorial with Jaccard analysis.
  </Card>

  <Card title="Standards Crosswalks API endpoints" icon="code" href="/api-reference/standards-crosswalks/crosswalks-for-a-standard">
    Find aligned standards across frameworks with similarity metrics via the
    REST API.
  </Card>

  <Card title="Academic Standards" icon="certificate" href="/knowledge-graph/graph-reference/academic-standards">
    Explore the state and Common Core frameworks connected by crosswalks.
  </Card>
</CardGroup>
