6 ms·
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 unde
by tomashubelbauer 16d ago
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.
- altruios 16d agoIt 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).