CEFR-J English Profiles (Open Language Profiles)
The CEFR-J English Profiles, published as the Open Language Profiles English datasets, map English vocabulary and grammar to fine-grained CEFR-J sub-levels. They were built by Tono Laboratory at Tokyo University of Foreign Studies (TUFS), led by Yukio Tono, who adapted the Common European Framework of Reference into a finer scale better suited to learners in Japan and comparable settings. Three datasets travel together: the CEFR-J Vocabulary Profile (version 1.5 on GitHub, version 1.6 on the official site, roughly 7,801 items spanning A1 to B2), a CEFR-J Grammar Profile of grammatical items tagged by level, and the Octanove Vocabulary Profile covering the advanced C1 and C2 range.
You can access the material two ways. The official download page at cefr-j.org offers ZIP archives, Excel workbooks and PDFs, and bundles a text profiler (CVLA) that scores a passage for difficulty. The openlanguageprofiles GitHub repository publishes the same profiles as plain CSV, which is the easiest form to load into a pipeline. Everything is small, so the whole set fits comfortably in memory.
For RAG the profiles act as a controlled vocabulary and a difficulty index: each row is a word or structure with a level tag, so you can attach a CEFR band to any English text and retrieve items by level. For an AI English tutor the value is more direct. The wordlist and grammar profile let you sequence teaching by level, generate practice items pitched to a learner's band, gauge whether a reading passage sits above or below a target, and model mastery against a recognised progression. It complements the standards frameworks we list, such as Common Core and NGSS, but where those describe subject competencies, CEFR-J describes English proficiency itself.
On licensing, read carefully. The core CEFR-J data is free for research and commercial use provided you cite it properly (copyright Tono Laboratory, TUFS). The bundled Octanove C1/C2 profile differs: it is released under Creative Commons Attribution-ShareAlike 4.0, so reusing that file carries a share-alike obligation. Attribution is required throughout.
Related sources
Achievement Standards Network
Machine-readable curriculum standards from US states, national bodies and other jurisdictions, modelled as an RDF graph of URI-addressable learning objectives with cross-jurisdiction alignments. Now run by D2L and free to use.
AGIEval
8,062 questions drawn from 20 official standardised exams (SAT, LSAT, GMAT, GRE, Gaokao, AMC/AIME and more) in English and Chinese, packaged as a human-centric benchmark for evaluating foundation models.
CASE Network (1EdTech)
A public registry of machine-readable learning-standard frameworks from all 50 US states and other issuing agencies, run by 1EdTech in the CASE JSON format. The digitally referenceable spine of what to teach, at which level and in what order, rather than the teaching content itself.
CEFR Companion Volume Descriptors
The Council of Europe's 2020 CEFR Companion Volume descriptor set, the de facto international standard for levelling language proficiency from Pre-A1 to C2. A spine of can-do statements for sequencing and grading language teaching.