Knowledge Graphs in RAG: Hype vs. Ragas Analysis
aiencoder.substack.com
Knowledge Graphs in RAG: Hype vs. Ragas Analysis
1–10 of 25 posts
Re: Knowledge Graphs in RAG: Hype vs. Ragas Analysis
#2Re: Knowledge Graphs in RAG: Hype vs. Ragas Analysis
#3Re: Knowledge Graphs in RAG: Hype vs. Ragas Analysis
#4Re: Knowledge Graphs in RAG: Hype vs. Ragas Analysis
#5Re: Knowledge Graphs in RAG: Hype vs. Ragas Analysis
#6Knowledge graphs where created to solve the problem of making natural,free flowing text machine processable. We now have a technology that completely understands natural free flowing text and can extract meaning. Why would going back to structure help when that structure can never be as rich as just text. I get it if the kb has new information, that's not what I'm saying.
Re: Knowledge Graphs in RAG: Hype vs. Ragas Analysis
#7Knowledge graphs where created to solve the problem of making natural,free flowing text machine processable. We now have a technology that completely understands natural free flowing text and can extract meaning. Why would going back to structure help when that structure can never be as rich as just text. I get it if the kb has new information, that's not what I'm saying.
When your corpus is large it is useful to split it up and hierarchically combine. In their place I would do both bottom-up and top-down summarization passes, so information can percolate from a leaf to the root and from the root to a different leaf. Global context can illuminate local summaries, for example think of the twist in a novel, it sheds new light on everything.
Re: Knowledge Graphs in RAG: Hype vs. Ragas Analysis
#8Re: Knowledge Graphs in RAG: Hype vs. Ragas Analysis
#9Knowledge graphs where created to solve the problem of making natural,free flowing text machine processable. We now have a technology that completely understands natural free flowing text and can extract meaning. Why would going back to structure help when that structure can never be as rich as just text. I get it if the kb has new information, that's not what I'm saying.
Re: Knowledge Graphs in RAG: Hype vs. Ragas Analysis
#10This is a nice sandbox walkthrough of the author's objective which was to test MSFT claims in the paper -- but with all due respect the buzz of graphs is because they add whole third layer in a combined approach like Reciprocal Rank Fusion (RRF). You do a BM25 search then you do a vector based nearest neighbors search and now you can add a KG search then all combined with local and global reranking etc the expectatio…