This is the official repository of paper "Human Cognition Inspired RAG with Knowledge Graph for Complex Problem Solving".
├── data # the hotpotQA dataset
├── Agent.py # The LLM for all the process
├── main.py # the main code
├── mindmap.py # the mindmap for the question decomposition
├── utils.py # preprocessing of data
├── retrieval # the retrieval process