paper-with-me

Papers

SocraticKG: Knowledge Graph Construction via QA-Driven Fact Extraction

2026-01-15 · Sanghyeok Choi, Woosang Jeon, Kyuseok Yang, Taehyeong Kim arxiv

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 and HotpotQA downstream task demonstrates that our approach effectively addresses the coverage-connectivity trade-off, achieving superior factual retention and structural cohesion while supporting complex multi-hop reasoning.

📄 PDF Abstract BibTeX arXiv:2601.10003

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graphs

Similar Papers 제목 키워드 기반

Incorporating network based protein complex discovery into automated model construction

2020-09-29 · Paul Scherer, Maja Trȩbacz, Nikola Simidjievski, Zohreh Shams 외

We propose a method for gene expression based analysis of cancer phenotypes incorporating network biology knowledge through unsupervised construction of computational graphs. The structural construction of the computatio…

Clustering

Clinical Knowledge Graph Construction and Evaluation with Multi-LLMs via Retrieval-Augmented Generation

2026-01-05 · Udiptaman Das, Krishnasai B. Atmakuri, Duy Ho, Chi Lee 외 arxiv

Large language models (LLMs) offer new opportunities for constructing knowledge graphs (KGs) from unstructured clinical narratives. However, existing approaches often rely on structured inputs and lack robust validation …

Relation ExtractionClinical KnowledgeKnowledge Graphs

LINK-KG: LLM-Driven Coreference-Resolved Knowledge Graphs for Human Smuggling Networks

2025-10-30 · Dipak Meher, Carlotta Domeniconi, Guadalupe Correa-Cabrera arxiv

Human smuggling networks are complex and constantly evolving, making them difficult to analyze comprehensively. Legal case documents offer rich factual and procedural insights into these networks but are often long, unst…

Coreference ResolutionKnowledge GraphsEntity Linking

LLM-empowered knowledge graph construction: A survey

2025-10-23 · Haonan Bian arxiv

Knowledge Graphs (KGs) have long served as a fundamental infrastructure for structured knowledge representation and reasoning. With the advent of Large Language Models (LLMs), the construction of KGs has entered a new pa…

Knowledge Graphs

RAGA: Reading-And-Graph-building-Agent for Autonomous Knowledge Graph Construction and Retrieval-Augmented Generation

2026-05-16 · Chengrui Han, Zesheng Cheng arxiv

Existing LLM-driven knowledge graph (KG) construction methods predominantly employ stateless batch processing pipelines, exhibiting structural deficiencies in cross-chunk semantic relation capture, entity disambiguation,…

Entity Disambiguation