SYNTHESIS NOTE
TopicsKnowledge Graphsthis note

Can knowledge graphs teach models deep domain expertise?

Explores whether organizing knowledge as structured graph paths, composed from simple to complex, can enable language models to develop genuine domain superintelligence rather than surface-level pattern matching.

Synthesis note · 2026-02-23 · sourced from Knowledge Graphs
How do you build domain expertise into general AI models? How do you navigate synthesis across fragmented research topics?

Language models acquire general abstractions through top-down self-supervised learning on vast corpora, but this approach captures surface-level regularities rather than deep domain expertise. Bottom-up curriculum learning from knowledge graphs offers an alternative: KG paths naturally encode compositional reasoning chains where atomic triples (e.g., "Methane Contains Element Carbon") compose into multi-hop paths that build toward higher-order understanding (e.g., methane's bonding structure through C-H bonds → sigma bonds → single covalent bonds).

The pipeline synthesizes 24,000 reasoning tasks from a medical KG, paired with structured thinking traces derived from diverse medical primitives. Fine-tuning QwQ-32B on this curriculum produces QwQ-Med-3, which significantly outperforms state-of-the-art open-source and proprietary reasoning models across 15 medical domains on the ICD-Bench evaluation suite.

The key architectural insight: KG topology naturally induces the bottom-up curriculum — beginning with atomic relations and composing them into increasingly complex reasoning chains. This mirrors how human students build expertise through pedagogical structure (foundational → advanced chapters), not encyclopedic browsing. Previous neuro-symbolic and probabilistic graph inference approaches attempted similar hierarchical reasoning from primitives but failed to generalize beyond synthetic regimes; LMs provide the generalization capability that symbolic systems lacked.

The broader implication challenges the AGI-as-breadth paradigm: domain-specific superintelligence may be achievable through relatively small models (32B) fine-tuned on structured domain knowledge, composing into broader intelligence through interacting specialist agents — analogous to how human society acquires expertise through collaborative specialization.

This connects to:

Inquiring lines that read this note 48

This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.

How do neural networks separate factual knowledge from reasoning abilities? Do accurate-looking LLM outputs hide structural failures in learning and reasoning? How do knowledge graphs enable efficient multi-hop reasoning over alternatives? How do knowledge injection methods compare across cost and effectiveness? What causes silent corruption to amplify through delegated workflows? How should retrieval systems optimize for multi-step reasoning during inference? Can prompting inject entirely new knowledge into language models? Do language models learn genuine linguistic structure or just surface patterns? How do training priors constrain what context information can override? Does recurrence enable reasoning capabilities that fixed-depth transformers cannot achieve? How do multi-agent systems achieve genuine cooperation and reasoning? How does reasoning graph topology affect breakthrough insights and generalization? Why do reasoning models fail at systematic problem-solving and search? Does domain specialization cause models to lose capabilities elsewhere? Do language models develop causal world models or rely on statistical patterns? Does model scaling alone produce compositional generalization without symbolic mechanisms? What dimensions of recommendation quality do standard metrics miss? Why do semantic similarity and task relevance diverge in vector embeddings? What determines success in training models on multiple tasks? What articulatory information do speech signals carry that text cannot? How do training data properties shape reasoning capability development? How can AI agents autonomously learn and transfer skills across tasks?

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

Knowledge graph curriculum enables bottom-up domain superintelligence by composing primitives into complex reasoning chains