Found 30 bookmarks
Custom sorting
Knowledge graphs to teach LLMs how to reason like doctors
Knowledge graphs to teach LLMs how to reason like doctors
Knowledge graphs to teach LLMs how to reason like doctors! Many medical LLMs can give you the right answer, but not the right reasoning which is a problem for clinical trust. ๐— ๐—ฒ๐—ฑ๐—ฅ๐—ฒ๐—ฎ๐˜€๐—ผ๐—ป ๐—ถ๐˜€ ๐˜๐—ต๐—ฒ ๐—ณ๐—ถ๐—ฟ๐˜€๐˜ ๐—ณ๐—ฎ๐—ฐ๐˜๐˜‚๐—ฎ๐—น๐—น๐˜†-๐—ด๐˜‚๐—ถ๐—ฑ๐—ฒ๐—ฑ ๐—ฑ๐—ฎ๐˜๐—ฎ๐˜€๐—ฒ๐˜ ๐˜๐—ผ ๐˜๐—ฒ๐—ฎ๐—ฐ๐—ต ๐—Ÿ๐—Ÿ๐— ๐˜€ ๐—ฐ๐—น๐—ถ๐—ป๐—ถ๐—ฐ๐—ฎ๐—น ๐—–๐—ต๐—ฎ๐—ถ๐—ป-๐—ผ๐—ณ-๐—ง๐—ต๐—ผ๐˜‚๐—ด๐—ต๐˜ (๐—–๐—ผ๐—ง) ๐—ฟ๐—ฒ๐—ฎ๐˜€๐—ผ๐—ป๐—ถ๐—ป๐—ด ๐˜‚๐˜€๐—ถ๐—ป๐—ด ๐—บ๐—ฒ๐—ฑ๐—ถ๐—ฐ๐—ฎ๐—น ๐—ธ๐—ป๐—ผ๐˜„๐—น๐—ฒ๐—ฑ๐—ด๐—ฒ ๐—ด๐—ฟ๐—ฎ๐—ฝ๐—ต๐˜€. ย 1. Created 32,682 clinically validated QA explanations by linking symptoms, findings, and diagnoses through PrimeKG. ย 2. Generated CoT reasoning paths using GPT-4o, but retained only those that produced correct answers during post-hoc verification. ย 3. Validated with physicians across 7 specialties, with expert preference for MedReasonโ€™s reasoning in 80โ€“100% of cases. ย 4. Enabled interpretable, step-by-step answers like linking difficulty walking to medulloblastoma via ataxia, preserving clinical fidelity throughout. Couple thoughts:ย  ย โ€ข introducing dynamic KG updates (e.g., weekly ingests of new clinical trial data) could keep reasoning current with evolving medical knowledge. ย โ€ข Could also integrating visual KGs derived from DICOM metadata help coherent reasoning across text and imaging inputs? We don't use DICOM metadata enough tbh ย โ€ข Adding testing with adversarial probing (like edgeโ€‘case clinical scenarios) and continuous alignment checks against updated evidenceโ€‘based guidelines might benefit the model performance Here's the awesome work: https://lnkd.in/g42-PKMG Congrats to Juncheng Wu, Wenlong Deng, Xiaoxiao Li, Yuyin Zhou and co! I post my takes on the latest developments in health AI โ€“ ๐—ฐ๐—ผ๐—ป๐—ป๐—ฒ๐—ฐ๐˜ ๐˜„๐—ถ๐˜๐—ต ๐—บ๐—ฒ ๐˜๐—ผ ๐˜€๐˜๐—ฎ๐˜† ๐˜‚๐—ฝ๐—ฑ๐—ฎ๐˜๐—ฒ๐—ฑ! Also, check out my health AI blog here: https://lnkd.in/g3nrQFxW | 40 comments on LinkedIn
Knowledge graphs to teach LLMs how to reason like doctors
ยทlinkedin.comยท
Knowledge graphs to teach LLMs how to reason like doctors
Lessons Learned from Evaluating NodeRAG vs Other RAG Systems
Lessons Learned from Evaluating NodeRAG vs Other RAG Systems
๐Ÿ”Ž Lessons Learned from Evaluating NodeRAG vs Other RAG Systems I recently dug into the NodeRAG paper (https://lnkd.in/gwaJHP94) and it was eye-opening not just for how it performed, but for what it revealed about the evolution of RAG (Retrieval-Augmented Generation) systems. Some key takeaways for me: ๐Ÿ‘‰ NaiveRAG is stronger than you think. Brute-force retrieval using simple vector search sometimes beats graph-based methods, especially when graph structures are too coarse or noisy. ๐Ÿ‘‰ GraphRAG was an important step, but not the final answer. While it introduced knowledge graphs and community-based retrieval, GraphRAG sometimes underperformed NaiveRAG because its communities could be too coarse, leading to irrelevant retrieval. ๐Ÿ‘‰ LightRAG reduced token cost, but at the expense of accuracy. By focusing on retrieving just 1-hop neighbors instead of traversing globally, LightRAG made retrieval cheaper โ€” but often missed important multi-hop reasoning paths, losing precision. ๐Ÿ‘‰ NodeRAG shows what mature RAG looks like. NodeRAG redesigned the graph structure itself: Instead of homogeneous graphs, it uses heterogeneous graphs with fine-grained semantic units, entities, relationships, and high-level summaries โ€” all as nodes. It combines dual search (exact match + semantic search) and shallow Personalized PageRank to precisely retrieve the most relevant context. The result? ๐Ÿš€ Highest accuracy across multi-hop and open-ended benchmarks ๐Ÿš€ Lowest token retrieval (i.e., lower inference costs) ๐Ÿš€ Faster indexing and querying ๐Ÿง  Key takeaway: In the RAG world, itโ€™s no longer about retrieving more โ€” itโ€™s about retrieving better. Fine-grained, explainable, efficient retrieval will define the next generation of RAG systems. If youโ€™re working on RAG architectures, NodeRAGโ€™s design principles are well worth studying! Would love to hear how others are thinking about the future of RAG systems. ๐Ÿš€๐Ÿ“š #RAG #KnowledgeGraphs #AI #LLM #NodeRAG #GraphRAG #LightRAG #MachineLearning #GenAI #KnowledegGraphs
ยทlinkedin.comยท
Lessons Learned from Evaluating NodeRAG vs Other RAG Systems
Google Cloud & Neo4j: Teaming Up at the Intersection of Knowledge Graphs, Agents, MCP, and Natural Language Interfaces - Graph Database & Analytics
Google Cloud & Neo4j: Teaming Up at the Intersection of Knowledge Graphs, Agents, MCP, and Natural Language Interfaces - Graph Database & Analytics
Weโ€™re thrilled to announce new Text2Cypher models and Googleโ€™s MCP Toolbox for Databases from the collaboration between Google Cloud and Neo4j.
ยทneo4j.comยท
Google Cloud & Neo4j: Teaming Up at the Intersection of Knowledge Graphs, Agents, MCP, and Natural Language Interfaces - Graph Database & Analytics
Choosing the Right Format: How Knowledge Graph Layouts Impact AI Reasoning
Choosing the Right Format: How Knowledge Graph Layouts Impact AI Reasoning
Choosing the Right Format: How Knowledge Graph Layouts Impact AI Reasoning ... ๐Ÿ‘‰ Why This Matters Most AI systems blend knowledge graphs (structured data) with large language models (flexible reasoning). But thereโ€™s a hidden variable: "how" you translate the graph into text for the AI. Researchers discovered that the formatting choice alone can swing performance by up to "17.5%" on reasoning tasks. Imagine solving 1 in 5 more problems correctly just by adjusting how you present data. ๐Ÿ‘‰ What They Built KG-LLM-Bench is a new benchmark to test how language models reason with knowledge graphs. It includes five tasks: - Triple verification (โ€œDoes this fact exist?โ€) - Shortest path finding (โ€œHow are two concepts connected?โ€) - Aggregation (โ€œHow many entities meet X condition?โ€) - Multi-hop reasoning (โ€œWhich entities linked to A also have property B?โ€) - Global analysis (โ€œWhich node is most central?โ€) The team tested seven models (Claude, GPT-4o, Gemini, Llama, Nova) with five ways to โ€œtextualizeโ€ graphs, from simple edge lists to structured JSON and semantic web formats like RDF Turtle. ๐Ÿ‘‰ Key Insights 1. Format matters more than assumed: ย ย - Structured JSON and edge lists performed best overall, but results varied by task. ย ย - For example, JSON excels at aggregation tasks (data is grouped by entity), while edge lists help identify central nodes (repeated mentions highlight connections). 2. Models donโ€™t cheat: Replacing real entity names with fake ones (e.g., โ€œFranceโ€ โ†’ โ€œVerdaniaโ€) caused only a 0.2% performance drop, proving models rely on context, not memorized knowledge. 3. Token efficiency: ย ย - Edge lists used ~2,600 tokens vs. JSON-LDโ€™s ~13,500. Shorter formats free up context space for complex reasoning. ย ย - But concise โ‰  always better: structured formats improved accuracy for tasks requiring grouped data. 4. Models struggle with directionality: ย  Counting outgoing edges (e.g., โ€œWhich countries does France border?โ€) is easier than incoming ones (โ€œWhich countries border France?โ€), likely due to formatting biases. ๐Ÿ‘‰ Practical Takeaways - Optimize for your task: Use JSON for aggregation, edge lists for centrality. - Test your model: The best format depends on the LLMโ€”Claude thrived with RDF Turtle, while Gemini preferred edge lists. - Donโ€™t fear pseudonyms: Masking real names minimally impacts performance, useful for sensitive data. The benchmark is openly available, inviting researchers to add new tasks, graphs, and models. As AI handles larger knowledge bases, choosing the right โ€œdata languageโ€ becomes as critical as the reasoning logic itself. Paper: [KG-LLM-Bench: A Scalable Benchmark for Evaluating LLM Reasoning on Textualized Knowledge Graphs] Authors: Elan Markowitz, Krupa Galiya, Greg Ver Steeg, Aram Galstyan
Choosing the Right Format: How Knowledge Graph Layouts Impact AI Reasoning
ยทlinkedin.comยท
Choosing the Right Format: How Knowledge Graph Layouts Impact AI Reasoning
Knowledge graphs for LLM grounding and avoiding hallucination
Knowledge graphs for LLM grounding and avoiding hallucination
This blog post is part of a series that dives into various aspects of SAPโ€™s approach to Generative AI, and its technical underpinnings. In previous blog posts of this series, you learned about how to use large language models (LLMs) for developing AI applications in a trustworthy and reliable manner...
ยทcommunity.sap.comยท
Knowledge graphs for LLM grounding and avoiding hallucination
Multi-Layer Agentic Reasoning: Connecting Complex Data and Dynamic Insights in Graph-Based RAG Systems
Multi-Layer Agentic Reasoning: Connecting Complex Data and Dynamic Insights in Graph-Based RAG Systems
Multi-Layerย Agentic Reasoning: Connecting Complexย Data and Dynamic Insights in Graph-Based RAG Systems ๐Ÿ›œ At the most fundamentalย level, all approaches relyโ€ฆ | 11 comments on LinkedIn
Multi-Layerย Agentic Reasoning: Connecting Complexย Data and Dynamic Insights in Graph-Based RAG Systems
ยทlinkedin.comยท
Multi-Layer Agentic Reasoning: Connecting Complex Data and Dynamic Insights in Graph-Based RAG Systems
Build your hybrid-Graph for RAG & GraphRAG applications using the power of NLP | LinkedIn
Build your hybrid-Graph for RAG & GraphRAG applications using the power of NLP | LinkedIn
Build a graph for RAG application for a price of a chocolate bar! What is GraphRAG for you? What is GraphRAG? What does GraphRAG mean from your perspective? What if you could have a standard RAG and a GraphRAG as a combi-package, with just a query switch? The fact is, there is no concrete, universal
ยทlinkedin.comยท
Build your hybrid-Graph for RAG & GraphRAG applications using the power of NLP | LinkedIn
MiniRAG Introduces Near-LLM Accurate RAG for Small Language Models with Just 25% of the Storage
MiniRAG Introduces Near-LLM Accurate RAG for Small Language Models with Just 25% of the Storage
๐Ÿ†๐ŸšฃMiniRAG Introduces Near-LLM Accurate RAG for Small Language Models with Just 25% of the Storage. Achieving that by Semantic-Aware Heterogeneous Graphโ€ฆ
MiniRAG Introduces Near-LLM Accurate RAG for Small Language Models with Just 25% of the Storage
ยทlinkedin.comยท
MiniRAG Introduces Near-LLM Accurate RAG for Small Language Models with Just 25% of the Storage
MiniRAG Introduces Near-LLM Accurate RAG for Small Language Models with Just 25% of the Storage
MiniRAG Introduces Near-LLM Accurate RAG for Small Language Models with Just 25% of the Storage
๐Ÿ†๐ŸšฃMiniRAG Introduces Near-LLM Accurate RAG for Small Language Models with Just 25% of the Storage. Achieving that by Semantic-Aware Heterogeneous Graphโ€ฆ
MiniRAG Introduces Near-LLM Accurate RAG for Small Language Models with Just 25% of the Storage
ยทlinkedin.comยท
MiniRAG Introduces Near-LLM Accurate RAG for Small Language Models with Just 25% of the Storage