NeuroOracle is the knowledge-graph component of NeuroClaw, an autonomous research framework for neuroimaging. It combines two complementary information sources to provide a quality-grounded foundation for hypothesis generation:
Together they form a graph of approximately 89K concept nodes and 174K edges, covering brain anatomy, diseases, genes, neurotransmitters, drugs, cognitive functions, imaging features, connectivity, visual stimuli, and emotion/vigilance labels.
This Space provides an interactive explorer for browsing the graph, inspecting evidence chains behind individual claims, and visualising multi-hop hypothesis paths.
Existing autoresearch systems either rely on free-form LLM ideation (no quality anchor) or on a single curated KG (limited coverage and stale evidence). NeuroOracle's dual-source design is what enables NeuroClaw to:
NeuroOracle is one of three modules within the broader NeuroClaw system:
| Module | Role |
|---|---|
| NeuroClaw | Top-level system: data processing, model execution, skill library (85 skills across 29 datasets) |
| NeuroOracle | Knowledge graph and hypothesis engine (this Space) |
| NeuroBench | Multi-agent neuroimaging workflow benchmark |
NeuroClaw is the umbrella framework; NeuroOracle is its scientific memory; NeuroBench measures how effectively the agent can use that memory to do real research work.
is_biomarker_of, predicts, correlates_with, etc.), and structured evidence fieldsvisual stimulus → functional ROI → anatomical region, or imaging feature → gene → diseaseIf NeuroOracle or NeuroClaw is useful for your research, please cite the NeuroClaw technical report:
@article{neuroclaw2026,
title = {NeuroClaw: Closed-Loop Agentic AI for Executable and Reproducible Neuroimaging Research},
author = {NeuroClaw Team},
journal = {arXiv preprint arXiv:2604.24696},
year = {2026},
url = {https://arxiv.org/abs/2604.24696}
}
MIT — same as the NeuroClaw repository. See https://github.com/CUHK-AIM-Group/NeuroClaw/blob/main/LICENSE for full terms.
For questions or issues, please open an issue on the NeuroClaw GitHub repository.
10 commits
NeuroOracle is the knowledge-graph component of NeuroClaw, an autonomous research framework for neuroimaging. It combines two complementary information sources to provide a quality-grounded foundation for hypothesis generation:
Together they form a graph of approximately 89K concept nodes and 174K edges, covering brain anatomy, diseases, genes, neurotransmitters, drugs, cognitive functions, imaging features, connectivity, visual stimuli, and emotion/vigilance labels.
This Space provides an interactive explorer for browsing the graph, inspecting evidence chains behind individual claims, and visualising multi-hop hypothesis paths.
Existing autoresearch systems either rely on free-form LLM ideation (no quality anchor) or on a single curated KG (limited coverage and stale evidence). NeuroOracle's dual-source design is what enables NeuroClaw to:
NeuroOracle is one of three modules within the broader NeuroClaw system:
| Module | Role |
|---|---|
| NeuroClaw | Top-level system: data processing, model execution, skill library (85 skills across 29 datasets) |
| NeuroOracle | Knowledge graph and hypothesis engine (this Space) |
| NeuroBench | Multi-agent neuroimaging workflow benchmark |
NeuroClaw is the umbrella framework; NeuroOracle is its scientific memory; NeuroBench measures how effectively the agent can use that memory to do real research work.
is_biomarker_of, predicts, correlates_with, etc.), and structured evidence fieldsvisual stimulus → functional ROI → anatomical region, or imaging feature → gene → diseaseIf NeuroOracle or NeuroClaw is useful for your research, please cite the NeuroClaw technical report:
@article{neuroclaw2026,
title = {NeuroClaw: Closed-Loop Agentic AI for Executable and Reproducible Neuroimaging Research},
author = {NeuroClaw Team},
journal = {arXiv preprint arXiv:2604.24696},
year = {2026},
url = {https://arxiv.org/abs/2604.24696}
}
MIT — same as the NeuroClaw repository. See https://github.com/CUHK-AIM-Group/NeuroClaw/blob/main/LICENSE for full terms.
For questions or issues, please open an issue on the NeuroClaw GitHub repository.
10 commits