-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question #96
Comments
Thank you for your question. Regarding the benchmarking, we compared the performance of KRAGEN (GoT + RAG) combined with ChatGPT, ChatGPT without KRAGEN, and two open-source LLM models without KRAGEN on datasets specifically created for our research. KRAGEN employs a combination of Graph of Thought (GoT) and Retrieval-Augmented Generation (RAG) techniques to answer user queries. For Alzheimer's information, we converted the data in The Alzheimer's KnowledgeBase (AlzKB) into vectors and stored them in a vector database, which is then used for Retrieval-Augmented Generation (RAG). Additionally, the REACT technique was used for developing the web app in this project. I hope this clarifies your query. If you have any further questions, please feel free to ask. Thank you. |
Thanks for answering.
Did you use a knowledge graph here? If so, how did you build it? |
Yes, a knowledge graph was used in the study. This knowledge graph was created by my colleagues. The Alzheimer's Knowledge Base (AlzKB) is designed as a large, heterogeneous graph knowledge base. It was assembled using 22 diverse external data sources that describe biological and pharmaceutical entities at different levels of organization, such as chemicals, genes, anatomy, and diseases. For more detailed information, please refer to the paper below: |
Thanks. The knowledge graph was created manually. Have you considered any tool to automate the knowledge graph generation process for using together with Kragen? |
No problem. It is an interesting idea, I think one of my colleagues has been working on it! |
For the benchmark, are you only evaluating the GoT and React techniques?
Or are knowledge graph and RAG techniques also being tested? If so, how are you using the knowledge graph in this case?
The text was updated successfully, but these errors were encountered: