Darth Vecdor: An Open-Source System for Generating Knowledge Graphs Through Large Language Model Queries
Jonathan A. Handler

TL;DR
Darth Vecdor is an open-source system that extracts knowledge from large language models into a structured, queryable database to improve efficiency, safety, and confidence in high-volume applications like healthcare.
Contribution
The paper introduces Darth Vecdor, a novel open-source system that addresses issues in extracting and structuring knowledge from LLMs into a SQL database with features for error mitigation and user-friendly interface.
Findings
Successfully extracts knowledge into a structured database
Mitigates errors and inconsistencies in LLM responses
Provides a user-friendly, browser-based interface
Abstract
Many large language models (LLMs) are trained on a massive body of knowledge present on the Internet. Darth Vecdor (DV) was designed to extract this knowledge into a structured, terminology-mapped, SQL database ("knowledge base" or "knowledge graph"). Knowledge graphs may be useful in many domains, including healthcare. Although one might query an LLM directly rather than a SQL-based knowledge graph, concerns such as cost, speed, safety, and confidence may arise, especially in high-volume operations. These may be mitigated when the information is pre-extracted from the LLM and becomes query-able through a standard database. However, the author found the need to address several issues. These included erroneous, off-topic, free-text, overly general, and inconsistent LLM responses, as well as allowing for multi-element responses. DV was built with features intended to mitigate these…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Machine Learning in Healthcare · Artificial Intelligence in Healthcare and Education
