Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
HippoRAG Bodhi Research Recommendation
Discover how HippoRAG and Bodhi integrate neurobiologically inspired retrieval and graph algorithms to recommend relevant research papers and create structured learning paths for efficient knowledge discovery.
In the rapidly expanding universe of scientific literature, novice researchers often face the daunting task of identifying and understanding the most relevant papers in their field. This presentation introduces an integrated approach that leverages HippoRAG—a neurobiologically inspired retrieval framework—and Bodhi, a novel system designed to empower researchers by providing curated reading paths through complex research areas.
Our project harnesses HippoRAG to enable multi-hop reasoning and capture synonymy relations between paper topics that traditional citation datasets often overlook. By ingesting research papers into a knowledge graph and applying algorithms inspired by the hippocampal indexing theory of human memory, HippoRAG facilitates deeper and more efficient knowledge integration. This allows users to receive highly relevant paper recommendations directly from open-ended research questions. For example, a query like “I want to create hardware-accelerated algorithms for machine learning inference” yields a tailored list of essential papers to read.
Building upon this foundation, Bodhi guides users through the most pivotal papers in a specific area, organized in order of complexity. The process involves:
- Embedding Research Papers: We embed metadata from research papers and perform clustering to identify different research areas.
- Filtering Important Papers: Within each cluster, we filter for the top n most important papers, assigning an importance score that reflects a paper’s necessity for understanding the cluster’s research.
- Creating Directed Graphs: We construct directed graphs for each sparsified cluster, ensuring edges flow from simpler papers to more complex ones.
- Finding Minimum Spanning Arborescence (MSA): Using the Chu-Liu/Edmonds/Bock Algorithm, we derive the MSA for each directed graph. The resulting arborescence serves as a curated reading path for researchers.
By integrating HippoRAG’s advanced retrieval capabilities with Bodhi’s structured learning paths, our project offers a powerful tool that accelerates learning and comprehension, enabling researchers to navigate vast scientific domains efficiently and effectively.
Generates optimal reading paths using Chu-Liu/Edmonds/Bock MSA on clustered paper embeddings.