Search papers, labs, and topics across Lattice.
The paper introduces GPTKB 2.0, a novel methodology for constructing disambiguated knowledge bases (KBs) directly from large language models (LLMs) by incorporating on-the-fly disambiguation of entities, relations, and classes. This approach addresses the inherent limitations of LLMs, such as duplicate entries and conflations, while achieving scalability and accuracy in knowledge representation. The resulting materialized KB contains over 1 million disambiguated entities and 38.4 million triples, marking a significant advancement over previous Wikimedia-centric approaches.
GPTKB 2.0 achieves the unprecedented feat of creating a million-scale knowledge base directly from LLMs, complete with disambiguated entities and relations.
Automated Knowledge Base Construction (AKBC) is a core NLP task, and recent work proposes generating knowledge bases directly from large language models (LLMs), treating the model itself as the knowledge source. However, LLMs natively possess no representation of entities, leading to duplicate entries as well as conflations. We propose GPTKB 2.0, a methodology for constructing disambiguated KBs directly from LLMs. GPTKB 2.0 incorporates on-the-fly disambiguation of entities, relations and classes, and is meticulously designed to satisfy both scalability and disambiguation accuracy. We analyze the central design decisions and characterize the trade-offs between accuracy, scale, and cost. We execute GPTKB 2.0 at scale, obtaining a materialized KB containing over 1M disambiguated entities and 38.4M triples. This represents the first million-scale LLM-native KB with explicit internal canonicalization of entities, relations, and classes, a significant departure from prior Wikimedia-centric works. GPTKB 2.0 is available at https://gptkb.org/.