PeterGriffinJin/Graph-CoT
Graph Chain-of-Thought: Augmenting Large Language Models by Reasoning on Graphs (ACL 2024)
Implements an iterative reasoning framework where LLMs traverse text-attributed graphs through three-step cycles: reasoning about needed information, generating graph interactions (node lookups, neighbor traversals), and executing queries to retrieve context. Includes GRBench, a comprehensive evaluation dataset spanning five domains (academic, e-commerce, literature, healthcare, legal) with single-hop, multi-hop, and inductive reasoning tasks, plus baseline implementations for both open-source and GPT-based models with rule-based and model-based evaluation metrics.
300 stars. No commits in the last 6 months.
Stars
300
Forks
31
Language
Jupyter Notebook
License
Apache-2.0
Category
Last pushed
Dec 24, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/PeterGriffinJin/Graph-CoT"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
neo4j/neo4j-graphrag-python
Neo4j GraphRAG for Python
FalkorDB/GraphRAG-SDK
Build fast and accurate GenAI apps with GraphRAG SDK at scale.
microsoft/graphrag
A modular graph-based Retrieval-Augmented Generation (RAG) system
Hawksight-AI/semantica
Semantica 🧠— A framework for building semantic layers, context graphs, and decision...
gusye1234/nano-graphrag
A simple, easy-to-hack GraphRAG implementation