SocraticKG: Knowledge Graph Construction via QA-Driven Fact Extraction
Sanghyeok Choi, Woosang Jeon, Kyuseok Yang, Taehyeong Kim
TL;DR
SocraticKG introduces a QA-driven framework for knowledge graph construction from unstructured text by using 5W1H-guided QA as a structured intermediate representation to unfold document semantics before triple extraction, followed by canonicalization to produce a cohesive KG. The approach yields higher factual retention and denser, more connected graphs than state-of-the-art baselines across multiple LLM backbones, effectively addressing the coverage-connectivity trade-off. Evaluations on the MINE benchmark demonstrate the value of QA-mediated semantic scaffolding for coherent, document-grounded graph construction with strong practical implications for scalable knowledge representation. While the method increases token usage and relies on the reasoning depth of underlying LLMs, it offers a principled path toward more reliable, interpretable KG extraction from long-form text.
Abstract
Constructing Knowledge Graphs (KGs) from unstructured text provides a structured framework for knowledge representation and reasoning, yet current LLM-based approaches struggle with a fundamental trade-off: factual coverage often leads to relational fragmentation, while premature consolidation causes information loss. To address this, we propose SocraticKG, an automated KG construction method that introduces question-answer pairs as a structured intermediate representation to systematically unfold document-level semantics prior to triple extraction. By employing 5W1H-guided QA expansion, SocraticKG captures contextual dependencies and implicit relational links typically lost in direct KG extraction pipelines, providing explicit grounding in the source document that helps mitigate implicit reasoning errors. Evaluation on the MINE benchmark demonstrates that our approach effectively addresses the coverage-connectivity trade-off, achieving superior factual retention while maintaining high structural cohesion even as extracted knowledge volume substantially expands. These results highlight that QA-mediated semantic scaffolding plays a critical role in structuring semantics prior to KG extraction, enabling more coherent and reliable graph construction in subsequent stages.
