knowledge-graph

Tag

Cards List
#knowledge-graph

Mind the Gap: A Dual Knowledge Graph Framework for Unified Multi-task User Intent Inference

arXiv cs.AI ↗ · 2026-08-10 Cached

This paper proposes DKG-MTI, a dual knowledge graph framework that augments LLM-based inference with structure-aware knowledge alignment to jointly predict aspect ratings and generate user intent statements from online travel reviews.

0 favorites 0 likes
#knowledge-graph

@akshay_pachaar: https://x.com/akshay_pachaar/status/2086451430580470095

X AI KOLs Timeline ↗ · 2026-08-09 Cached

This article explains how current agent memory systems store and retrieve facts but fail to recognize patterns, and introduces Zep's Observations feature which analyzes knowledge graphs to derive structural insights.

0 favorites 0 likes
#knowledge-graph

@bakigulai: They've made an open-source Palantir for AI agents: Semantica. It converts data into a knowledge graph, records agent d…

X AI KOLs Timeline ↗ · 2026-08-08 Cached

Semantica is an open-source, self-hosted platform that converts data into a knowledge graph, records AI agent decisions, and provides full provenance and deterministic reasoning for explainable, traceable AI systems.

0 favorites 0 likes
#knowledge-graph

@UnTalNixon_exe: Microsoft Research has just released the memory plugin that AI agents have been waiting for. PlugMem. No fine-tuning. N…

X AI KOLs Timeline ↗ · 2026-08-08 Cached

Microsoft Research released PlugMem, a memory plugin for AI agents that distills experience into a knowledge graph, reducing context tokens by 10-100x and improving decision utility without fine-tuning.

0 favorites 0 likes
#knowledge-graph

@neo4j: If your AI agents reset every session, they are not learning. They are just repeating. @lyonwj recorded a session on ex…

X AI KOLs Timeline ↗ · 2026-08-07 Cached

Neo4j's Will Lyon presents a recorded session on designing stateful AI agents with memory and context graphs, covering pitfalls and integrations with Salesforce Agentforce and Databricks.

0 favorites 0 likes
#knowledge-graph

DREAM: LLM-based Dynamic Role-playing via Event-Aware Memory Graph

arXiv cs.CL ↗ · 2026-08-07 Cached

This paper introduces DREAM, a structured memory framework for LLM-based role-playing agents that uses an Event-aware Memory Graph to maintain temporal and causal coherence, and proposes the TCM benchmark for evaluation.

0 favorites 0 likes
#knowledge-graph

@norvex1029: Everyone talks about building a second brain. Almost nobody shows what one actually looks like. This is it. Not another…

X AI KOLs Timeline ↗ · 2026-08-06 Cached

A tweet describing a personal knowledge management system where Claude reads and links markdown notes in a vault, acting as a librarian over a portable, model-agnostic second brain.

0 favorites 0 likes
#knowledge-graph

@seclink: Fun fact, the evolution path of RAG technology ① 2020 — Basic RAG (solving "knowledge not in the model") The starting point is the RAG by Lewis et al.: DPR dense retrieval + vector similarity + generation. It was the first to let LLMs "connect to external knowledge bases," alleviating hallucination and timeliness issues. But this generation is...

X AI KOLs Timeline ↗ · 2026-08-06 Cached

It explains the evolution path of RAG technology from basic RAG in 2020 to autonomous agents + reinforcement learning in 2025-2026, covering retrieval precision improvement, reflection and correction, graph enhancement, routing optimization, and Agentic RAG, and summarizes representative works and pain points of each stage.

0 favorites 0 likes
#knowledge-graph

From SQL Errors to Concept Gaps: An AI-Powered Knowledge Graph Analytics Platform for Personalized Feedback

arXiv cs.CL ↗ · 2026-08-05 Cached

This IEEE paper presents an AI-powered knowledge graph platform that connects SQL errors to conceptual gaps in database courses, automatically extracting course concepts and linking them to student submissions to provide personalized diagnostic feedback.

0 favorites 0 likes
#knowledge-graph

PatTree: a novel approach for automated creation of multimodal, graph-based patient representations for medical classification tasks

arXiv cs.LG ↗ · 2026-08-05 Cached

This paper introduces PatTree, a graph-based multimodal patient representation that automatically structures heterogeneous clinical data for medical classification tasks. It achieves state-of-the-art performance on the ADNI-1 cohort with 98.5% balanced accuracy for Alzheimer's disease classification.

0 favorites 0 likes
#knowledge-graph

Evidence-Grounded Multimodal Knowledge Graph Construction for Multi-Lecture Educational Reasoning

arXiv cs.AI ↗ · 2026-08-05 Cached

Presents an evidence-grounded multimodal pipeline that constructs a provenance-rich knowledge graph from lecture videos, combining ASR, OCR, and vision-language models, achieving high retrieval accuracy on neural network lectures.

0 favorites 0 likes
#knowledge-graph

@KanikaBK: THIS 100% FREE GITHUB REPO JUST MADE EVERY AI NOTE-TAKING APP POINTLESS. Drop any source in article, PDF, YouTube trans…

X AI KOLs Timeline ↗ · 2026-08-04 Cached

A free GitHub repo uses Claude to connect notes into a knowledge graph on your own machine, potentially replacing AI note-taking apps. The tweet promotes an article about building a second brain with this method.

0 favorites 0 likes
#knowledge-graph

@DanKornas: Traditional text-focused RAG systems cannot effectively process the images, tables, equations, charts, and multimedia f…

X AI KOLs Timeline ↗ · 2026-08-03 Cached

RAG-Anything is a multimodal document-processing RAG system built on LightRAG that parses documents, constructs a multimodal knowledge graph, and uses hybrid vector-graph retrieval to answer queries.

0 favorites 0 likes
#knowledge-graph

COntExt: Towards Context-Aware Ontology Extension from Operational Metrics

arXiv cs.AI ↗ · 2026-08-03 Cached

COntExt is a framework for context-aware ontology extension that takes structured operational metric definitions as input and suggests how to integrate referenced concepts and properties into existing ontologies. Evaluations across seven ontologies show metric-derived context improves relation type prediction and data property assignment over ontology-context baselines.

0 favorites 0 likes
#knowledge-graph

NeSyFS: A Neuro-symbolic Fast-Slow Thinking Framework for LLM Agent under Partial Observability

arXiv cs.AI ↗ · 2026-08-03 Cached

NeSyFS is a neuro-symbolic framework for LLM agents under partial observability that uses a knowledge graph to represent belief state, combines fast/slow thinking with uncertainty-aware planning, and reflection, showing gains on ALFWorld, Webshop, and ScienceWorld.

0 favorites 0 likes
#knowledge-graph

An Ontology-Guided, Deduplication-Aware Extraction Layer for Knowledge Graph Construction from Heterogeneous Documents

arXiv cs.AI ↗ · 2026-08-03 Cached

This paper presents a production extraction layer that converts heterogeneous documents into an ontology-aligned knowledge graph using a locally hosted tuned Qwen LLM, with ontology-guided prompts, multi-stage deduplication, and embedding-based resolution. Evaluation on intelligence corpora improved search recall from about 70 to 95 percent with no false merges.

0 favorites 0 likes
#knowledge-graph

@XAMTO_AI: There are plenty of tools out there, but few can automatically turn long texts into knowledge graphs. ai-knowledge-graph, about 2.6k stars on GitHub. Feed it a document, and it splits it into chunks, extracts triples, builds a graph, and finally outputs an interactive HTML visualization page. It's compatible with the OpenAI API, and local models can also be plugged in. For people doing research, writing summaries, or digging through documents, this saves a lot of manual work.

X AI KOLs Timeline ↗ · 2026-08-02 Cached

Introducing the open-source project ai-knowledge-graph, which can automatically split long documents into chunks, extract triples, and generate an interactive knowledge graph as HTML. It's compatible with the OpenAI API as well as local models, making it useful for research and document organization.

0 favorites 0 likes
#knowledge-graph

Path Forward for LLMs

Reddit r/artificial ↗ · 2026-07-31

The article discusses why LLMs cannot learn from user interactions and lack a deterministic truth layer, proposing that a dynamic knowledge graph could reduce hallucinations and improve performance in high-stakes fields.

0 favorites 0 likes
#knowledge-graph

@PythonHub: Graphify-Labs / graphify Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge g…

X AI KOLs Timeline ↗ · 2026-07-31 Cached

Graphify is an open-source tool that turns codebases, docs, SQL schemas, configs, and PDFs into a queryable knowledge graph for AI coding assistants like Claude Code, Cursor, Codex, and Gemini CLI, using local deterministic AST parsing with no vector store.

0 favorites 0 likes
#knowledge-graph

GGC: Selective Query Correction for Reliable Text-to-SPARQL Generation

arXiv cs.CL ↗ · 2026-07-31 Cached

This paper proposes GGC, a Generator–Gate–Corrector framework that selectively corrects LLM-generated SPARQL queries to improve reliability and accuracy, achieving 98.33% query-level accuracy on MCQA while reducing inference overhead by 45%.

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

Submit Feedback