- Maximum Entropy 모델 - Bayesian Brain 이론 - Predictive Coding - Free Energy Principle - MemGPT 구현 - ANN Search 알고리즘 - Information Theory와 메모리 - Trust & Reputation 시스템 - Actor-Critic 강화학습 - 최신 메모리 시스템 서베이
487 B
487 B
MemGPT: Towards LLMs as Operating Systems
- Authors: P. Groeneveld, I. K. et al.
- Year: 2023
- Summary: This paper presents MemGPT, a system that manages the limited context window of LLMs using techniques from traditional operating systems. It uses a tiered memory system (main context and external context) and intelligent paging to provide the illusion of an infinite context window, which is crucial for long-term memory.
- Link: https://arxiv.org/abs/2310.08560