I accidentally turned LLM memory into program analysis
pwning.systems
I accidentally turned LLM memory into program analysis
1–10 of 94 posts
Re: I accidentally turned LLM memory into program analysis
#2Re: I accidentally turned LLM memory into program analysis
#3Re: I accidentally turned LLM memory into program analysis
#4I ran into the very same problem of the LLM forgetting that we ruled out a conclusion that was verified not to be the cause as it came up further in the conversation history while I was exploring possibilities.
I had to keep reminding we ruled out that conclusion prior.. I just carried on with having the LLM capture some of the supporting sources of other people experiencing the same problem and kept having to refine those sources because it was focused only on summaries, but eventually i got the sources to a point where they were good enough hypothesis that we could formulate a better conclusion on what the potential cause was.
Re: I accidentally turned LLM memory into program analysis
#5(See also Cyc: https://en.wikipedia.org/wiki/Cyc)
I think approaches like this are going to be (or maybe already are?) the basis of effective grounding of LLM responses in authoritative data sources. It should be possible to pinpoint any error to an incorrect traversal or an incorrect "fact." This would work best for concrete, unambiguous facts, however; fuzzy, ambiguous or opinion-based information will probably remain the purview of LLMs.
Re: I accidentally turned LLM memory into program analysis
#6Is this sort of re-inventing Graph RAG from another angle, or does it feel novel?