K12-KGraph: A Curriculum-Aligned Knowledge Graph for Benchmarking and Training Educational LLMs
Summary
Introduces K12-KGraph, a curriculum-aligned knowledge graph from Chinese textbooks, along with a benchmark (K12-Bench) and training data (K12-Train) for evaluating and improving LLMs' curriculum cognition in K-12 education.
View Cached Full Text
Cached at: 07/24/26, 09:00 AM
Paper page - K12-KGraph: A Curriculum-Aligned Knowledge Graph for Benchmarking and Training Educational LLMs
Source: https://huggingface.co/papers/2605.09635
Abstract
LargelanguagemodelsareincreasinglyusedinK-12education,butexistingbenchmarksmainlytestexamquestionansweringratherthanunderstandinghowcurriculumknowledgeisstructuredandvisuallypresented.Wecallthiscapabilitycurriculumcognition.Itcoversprerequisitechains,concepttaxonomies,experiment-conceptlinks,pedagogicalsequencing,andvisualgrounding.WeintroduceK12-KGraph,acurriculum-alignedknowledgegraphextractedfromofficialPeople’sEducationPresstextbooksinmathematics,physics,chemistry,andbiologyacrossprimary,middle,andhighschool.Itcontainsninenodetypesandfourteenrelationtypescoveringcurriculumstructureandvisualgrounding.Fromthisgraph,wederiveK12-Bench,a23,640-questionmulti-selectbenchmarkwithfivetaskfamilies:Ground,Prereq,Neighbor,Evidence,andLocate.WealsobuildK12-Train,agraph-guidedsupervisedfine-tuningcorpusof7,335samples,including2,267text-onlyQApairsand5,068multimodalVQApairs.OnK12-Bench,Gemini-3-Flashachievesonly57percentexactmatchandGemma-4-31B-ITreaches46percent,withPrereqandNeighborbeingthehardesttasks.Ourtrainingexperimentsshowthatdomain-specificsupervisioncanreducethisgap.Underamatched2,300-samplebudget,K12-Train-Textconsistentlyoutperformsequallysizedsubsetsofeightmainstreaminstruction-tuningcorporaonGaokaoBenchandEduEval.Forvision-languagemodels,K12-Train-FullachievesthebestoverallresultsonGaokao-MM,MDK12-medium,andK12Vistaamongallcomparedtrainingconfigurations,despiteusingfewersamplesthanthefullDataFlowandWizardLMbaselines.Italsosurpassesbothtext-onlyandmultimodal-onlyvariants,showingthattextualandvisualsupervisionarecomplementary.Wereleasethegraph,benchmark,trainingdata,andcompleteconstructionpipeline.
View arXiv pageView PDFProject pageGitHub38Add to collection
Get this paper in your agent:
hf papers read 2605\.09635
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2605.09635 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2605.09635 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2605.09635 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
Enhancing Metacognitive AI: Knowledge-Graph Population with Graph-Theoretic LLM Enrichment
MetaKGEnrich is a fully automated pipeline that uses graph metrics to detect knowledge gaps in LLM applications, retrieves web evidence, and improves answer quality by 80-87% across three benchmark datasets.
BLINKG: A Benchmark for LLM-Integrated Knowledge Graph Generation
BLINKG is a benchmark designed to evaluate the mapping capabilities of Large Language Models (LLMs) in constructing Knowledge Graphs from heterogeneous data sources. It provides a standardized framework to assess how effectively LLMs establish correspondences between data schemas and ontology concepts.
MHGraphBench: Knowledge Graph-Grounded Benchmarking of Mental Health Knowledge in Large Language Models
This paper introduces MHGraphBench, a knowledge-graph-grounded benchmark for evaluating large language models on mental health knowledge, including entity recognition, relation judgment, and multi-hop reasoning. Experiments across 15 LLMs reveal a gap between recognition and judgment capabilities.
GTBench: A Curriculum-Grounded Benchmark for Evaluating LLMs as Mathematical Research Assistants in Graph Theory
The paper introduces GTBench, a curriculum-grounded benchmark for evaluating LLMs as mathematical research assistants in graph theory, containing 63 problems across three difficulty levels. It evaluates five frontier models and finds that performance degrades with difficulty, with GPT-5 achieving near-perfect results on basic problems but only 82% on graduate-level proofs.
Construction of Knowledge Graph based on Language Model
Review paper from Kunming University surveys how pre-trained language models automate knowledge-graph construction and introduces LLHKG, a lightweight-LLM framework matching GPT-3.5 performance.