logoalt Hacker News

tomashubelbaueryesterday at 5:22 PM1 replyview on HN

Can an LLM be trained to understand language without remembering anything else from its training data? I thought the intrinsic knowledge and the ability to understand language were tied together.


Replies

altruiosyesterday at 6:14 PM

It would be closer to using an LLM as a RAG for memory, as the reasoning LLM in injected with the return of the 'memory llm' (maybe with a defined number of 'slots' for easy clean up).