knowledge-graphs

Tag

Cards List
#knowledge-graphs

FAIR GraphRAG: A Retrieval-Augmented Generation Approach for Semantic Data Analysis

arXiv cs.CL · 2026-07-15 Cached

A novel framework called FAIR GraphRAG integrates FAIR Digital Objects with graph-based retrieval to enhance retrieval-augmented generation for semantic data analysis, improving question answering accuracy and adherence to FAIR principles, demonstrated on a biomedical dataset.

0 favorites 0 likes
#knowledge-graphs

Knowledge Graphs Meet Graph Neural Networks: A Comprehensive Survey

arXiv cs.LG · 2026-07-14 Cached

This comprehensive survey systematically reviews graph neural network-based methods across the entire knowledge graph pipeline, proposing a novel two-level taxonomy and discussing challenges and future research directions.

0 favorites 0 likes
#knowledge-graphs

AgentKGV: Agentic LLM-RAG Framework with Two-Stage Training for the Fact Verification of Knowledge Graphs

arXiv cs.CL · 2026-07-13 Cached

Proposes AgentKGV, an agentic LLM-RAG framework with two-stage training (distillation SFT and trajectory-level GRPO) for verifying facts in knowledge graphs, achieving significant improvements on the T-REx benchmark while reducing retrieval calls.

0 favorites 0 likes
#knowledge-graphs

Knowledge Graphs and Explainable AI as Complementary Resources for Urban Mining

arXiv cs.AI · 2026-07-13 Cached

This paper proposes a complementarity-theoretic interpretation for integrating knowledge graphs and explainable AI to support defensible decisions in urban mining pre-demolition assessment. It defines four KG-XAI integration modes (Lifting, Constraining, Typing, and Revising) and illustrates them with a fire-door example.

0 favorites 0 likes
#knowledge-graphs

InductWave: Inductive Multi-Hop Logical Query Answering on Knowledge Graphs

arXiv cs.AI · 2026-07-09 Cached

InductWave proposes a wavelet-based inductive embedding method for multi-hop logical query answering on knowledge graphs, achieving competitive performance with fewer message-passing layers.

0 favorites 0 likes
#knowledge-graphs

Monitoring Transformative Technological Convergence Through LLM-Extracted Semantic Entity Triple Graphs

arXiv cs.CL · 2026-07-09 Cached

This paper proposes a novel data-driven pipeline using LLMs to extract semantic triples from unstructured text and construct knowledge graphs for monitoring technological convergence. The method is validated on arXiv preprints and USPTO patent applications, demonstrating scalability for technology forecasting.

0 favorites 0 likes
#knowledge-graphs

Integrating knowledge graphs and multilingual scholarly corpora for domain-adaptive LLMs in SSH

arXiv cs.AI · 2026-07-08 Cached

This paper presents a use case from the European project LLMs4EU and ALT-EDIC infrastructure, focusing on adapting foundation models to Social Sciences and Humanities (SSH) research practices by integrating knowledge graphs and multilingual scholarly corpora. The approach aims to support tasks like question answering and literature review while ensuring domain sensitivity and regulatory compliance.

0 favorites 0 likes
#knowledge-graphs

Narrative World Model: Narratology-Grounded Writer Memory for Long-Form Fiction

arXiv cs.AI · 2026-07-08 Cached

This paper introduces the Narrative World Model (NWM), a memory system for long-form fiction writers that uses narratology-grounded typed temporal-state graphs and query-conditioned hybrid retrieval to answer multi-hop questions about evolving story state. The system significantly outperforms existing temporal-knowledge-graph frameworks like Graphiti on benchmark narratological QA tasks.

0 favorites 0 likes
#knowledge-graphs

When is GraphRAG actually worth it for AI agents?

Reddit r/AI_Agents · 2026-07-07

A developer reflects on when GraphRAG is preferable to standard RAG for AI agents, noting it becomes valuable for multi-hop reasoning and relationship understanding, but adds significant complexity.

0 favorites 0 likes
#knowledge-graphs

Dunya Kirkali - Your organization as a Graph

Lobsters Hottest · 2026-07-04 Cached

A talk from WeAreDevelopers World Congress 2026 on modeling organizations as graphs to reveal hidden networks where work actually happens, alongside related videos on graph databases, knowledge graphs, and developer conferences.

0 favorites 0 likes
#knowledge-graphs

Notes from a conversation with a Large Enterprise CIO; about enterprise context management, ontologies and semantic layer

Reddit r/AI_Agents · 2026-07-04

A CIO shares observations on the challenges of applying semantic layers and ontologies to enterprise AI agents, highlighting the need for dynamic context selection, continuous evolution of institutional knowledge, and representing judgment rather than just static facts.

0 favorites 0 likes
#knowledge-graphs

@DanKornas: Your RAG pipeline doesn’t need to retrieve the same evidence twice. LeanRAG is an open-source RAG framework that uses k…

X AI KOLs Timeline · 2026-07-02 Cached

LeanRAG is an open-source RAG framework that uses knowledge graphs, semantic aggregation, and hierarchical retrieval to reduce redundancy in retrieval pipelines, providing grounded answers with concise evidence paths.

0 favorites 0 likes
#knowledge-graphs

LLM-Guided Planning for Multi-hop Reasoning over Multimodal Nuclear Regulatory Documents

arXiv cs.AI · 2026-06-30 Cached

This paper frames regulatory document review as an LLM-guided planning problem, using a vectorless document tree with browse, read, and search tools and a dynamic knowledge graph as state. On a 200-question benchmark over NuScale FSAR documents, the system achieves 81.5% accuracy with 0.93 RAGAS Faithfulness, significantly outperforming existing RAG methods.

0 favorites 0 likes
#knowledge-graphs

Travel-Oriented Reasoning Large Language Model via Domain-Specific Knowledge Graphs

arXiv cs.CL · 2026-06-30 Cached

This paper proposes a modular pipeline that uses a domain-specific knowledge graph to generate multi-hop QA pairs and fine-tune a reasoning LLM (Qwen3-4B) for the travel domain, achieving 82.4% exact match accuracy, significantly outperforming the baseline.

0 favorites 0 likes
#knowledge-graphs

MKG-RAG-Bench: Benchmarking Retrieval in Multimodal Knowledge Graph-Augmented Generation

arXiv cs.AI · 2026-06-26 Cached

Introduces MKG-RAG-Bench, a cross-domain benchmark for evaluating retrieval in multimodal knowledge graph-augmented generation, demonstrating that effective multimodal retrieval remains challenging and critical for downstream generation quality.

0 favorites 0 likes
#knowledge-graphs

@yibie: Recommend this article. The teams from SJTU and Tsinghua systematically evaluated 12 agent memory systems. It's not one of those "our model is better" papers but rather breaks down how to choose memory systems from a data management perspective—when to use RAG, when to use vector databases, when to use knowledge graphs. Long-term memory for agents...

X AI KOLs Timeline · 2026-06-26 Cached

This paper from SJTU and Tsinghua systematically evaluates 12 agent memory systems from a data management perspective, decomposing memory into four modules and providing guidelines on when to use RAG, vector databases, or knowledge graphs for long-term agent memory.

0 favorites 0 likes
#knowledge-graphs

@hasantoxr: Now turn messy documents into structured knowledge with one command. It's called Hyper-Extract. Most RAG tools just chu…

X AI KOLs Timeline · 2026-06-25 Cached

Hyper-Extract is a CLI tool that transforms messy, unstructured documents into structured knowledge such as knowledge graphs, hypergraphs, temporal/spatial graphs, and Obsidian vaults, supporting local LLM inference and MCP integration.

0 favorites 0 likes
#knowledge-graphs

@DataChaz: Messy documents in. Complex knowledge graphs out. One command line. If your pipeline simply compiles data into generic …

X AI KOLs Timeline · 2026-06-17 Cached

Hyper-Extract is an open-source framework that converts messy documents into typed knowledge structures, supporting multiple graph architectures like GraphRAG, LightRAG, and KG-Gen, with 10+ extraction engines and 80+ YAML templates for various domains.

0 favorites 0 likes
#knowledge-graphs

OpenAI Built Intelligence. Who Will Build Trust?

Reddit r/artificial · 2026-06-17

AutoFlow discusses the critical challenge of trust in AI, proposing external verification methods such as knowledge graphs and mathematical consistency checks, and announces acceptance into the NVIDIA Inception Program to advance research into trustworthy AI systems.

0 favorites 0 likes
#knowledge-graphs

Overcoming the Impedance Mismatch: A Theoretical Roadmap for Fusing Foundation Models and Knowledge Graphs

arXiv cs.AI · 2026-06-16 Cached

This paper formalizes the 'Impedance Mismatch' between foundation models and knowledge graphs, and proposes a theoretical roadmap for neuro-symbolic fusion using structured residual streams, vector symbolic architectures, and orthogonal subspace editing.

0 favorites 0 likes
← Previous
Next →
← Back to home

Submit Feedback