Framework for graph-of-thoughts reasoning in LLMs
Top 81.1% on sourcepulse
MindMap is a plug-and-play prompting framework designed to enable Large Language Models (LLMs) to perform graph-of-thoughts reasoning. It allows LLMs to comprehend graphical inputs and construct their own mind maps, facilitating evidence-grounded generation. This approach is beneficial for researchers and developers working with LLMs who need to enhance their reasoning capabilities with structured knowledge.
How It Works
MindMap leverages knowledge graph prompting to guide LLMs in building internal mind maps. This method allows the LLM to process and integrate graphical information, supporting a more structured and evidence-based generation process. The framework aims to spark a "graph-of-thoughts" within the LLM, moving beyond linear reasoning.
Quick Start & Requirements
MindMap.py
to include your Neo4j Sandbox URI, username, and password, as well as your OpenAI API key.chatdoctor5k
example is readily available.Highlighted Details
Maintenance & Community
The project is associated with authors Yilin Wen, Zifeng Wang, and Jimeng Sun. Further community or maintenance details are not provided in the README.
Licensing & Compatibility
The licensing information is not explicitly stated in the provided README. Compatibility for commercial use or closed-source linking is not specified.
Limitations & Caveats
The README mentions that loading the full CMCKG dataset is time-consuming (approx. two days), though the EMCKG for the example dataset is faster. Specific limitations regarding model compatibility or performance benchmarks are not detailed.
1 year ago
Inactive