AI Pulse
📄 论文解读

AI 学教材:知识图谱让大模型更懂课程逻辑

大模型做 K-12 题目已经不错,但教材里的知识是有结构的:先学什么后学什么、概念怎么分类、实验对应哪个知识点。这篇论文从人教版教材里抽出一个知识图谱,包含 9 种节点和 14 种关系,覆盖课程结构和视觉素材。基于它造了 2.3 万道题的评测集,发现最强模型(Gemini-3-Flash)准确率只有 57%,最难的是“前置知识”和“相邻概念”任务。他们还用图谱指导微调,只用 2300 个样本就超过了 8 个主流训练集的效果。这不是你明天能用的工具,但它让 AI 教育从“刷题”走向“理解课程逻辑”,对做自适应学习、智能辅导的人是个信号。

📄 原文摘要(英文)

Large language models are increasingly used in K-12 education, but existing benchmarks mainly test exam question answering rather than understanding how curriculum knowledge is structured and visually presented. We call this capability curriculum cognition. It covers prerequisite chains, concept taxonomies, experiment-concept links, pedagogical sequencing, and visual grounding. We introduce K12-KGraph, a curriculum-aligned knowledge graph extracted from official People's Education Press textbooks in mathematics, physics, chemistry, and biology across primary, middle, and high school. It contains nine node types and fourteen relation types covering curriculum structure and visual grounding. From this graph, we derive K12-Bench, a 23,640-question multi-select benchmark with five task families: Ground, Prereq, Neighbor, Evidence, and Locate. We also build K12-Train, a graph-guided supervised fine-tuning corpus of 7,335 samples, including 2,267 text-only QA pairs and 5,068 multimodal VQA pairs. On K12-Bench, Gemini-3-Flash achieves only 57 percent exact match and Gemma-4-31B-IT reaches 46 percent, with Prereq and Neighbor being the hardest tasks. Our training experiments show that domain-specific supervision can reduce this gap. Under a matched 2,300-sample budget, K12-Train-Text consistently outperforms equally sized subsets of eight mainstream instruction-tuning corpora on GaokaoBench and EduEval. For vision-language models, K12-Train-Full achieves the best overall results on Gaokao-MM, MDK12-medium, and K12Vista among all compared training configurations, despite using fewer samples than the full DataFlow and WizardLM baselines. It also surpasses both text-only and multimodal-only variants, showing that textual and visual supervision are complementary. We release the graph, benchmark, training data, and complete construction pipeline.

arXiv 原文

订阅 AI Pulse

每天 08:00 · 12:30 · 18:30 · 23:50 更新