Sharing all KGC 2026 decks. More production-grade KG systems than I've seen at any conference. [D]
Summary
The article shares decks from the Knowledge Graph Conference (KGC) 2026, highlighting a trend of enterprises deploying production-grade knowledge graphs for reasoning and governance rather than just vector retrieval.
Similar Articles
Knowledge Graphs vs Vector Databases for enterprise AI: Stop treating it as an either/or decision
The article argues that knowledge graphs and vector databases serve different purposes in enterprise AI and should be used together rather than as alternatives. It recommends hybrid architectures or managed solutions like 60x to handle both semantic recall and structural reasoning.
LogosKG: Hardware-Optimized Scalable and Interpretable Knowledge Graph Retrieval
LogosKG introduces a hardware-aligned framework for scalable, interpretable multi-hop retrieval on billion-edge knowledge graphs, integrating degree-aware partitioning and on-demand caching to boost efficiency without sacrificing fidelity.
KG2Cypher: Data-Centric Pipeline for Building Enterprise Text-to-Cypher Systems
KG2Cypher presents a data-centric pipeline for building enterprise text-to-Cypher systems from existing knowledge graphs. It uses LLMs to generate natural language question-Cypher pairs, validated by an LLM judge and human review, and achieves significant performance improvements on Korean enterprise datasets with LoRA-based fine-tuning.
@hxiao: Not a fan of Knowledge Graphs, but recently I started using them more often for a surprising reason: to build non-trivi…
The author describes using a knowledge graph extractor built with a Qwen model to generate challenging multi-hop QA pairs for evaluating agentic search systems.
I built an open-source Knowledge Graph pipeline with hybrid retrieval to improve LLM multi-hop reasoning [P]
An open-source full-stack pipeline that constructs a Knowledge Graph from raw text, uses hybrid search (dense + sparse + graph traversal) to solve multi-hop reasoning problems in LLMs, and re-ranks results with Reciprocal Rank Fusion and a Cross-Encoder.