DOCS/research/memory/groeneveld_et_al_2023_memgpt.md
happybell80 7406f6f11e docs: 메모리 시스템 관련 연구 논문 및 참고자료 추가
- Maximum Entropy 모델
- Bayesian Brain 이론
- Predictive Coding
- Free Energy Principle
- MemGPT 구현
- ANN Search 알고리즘
- Information Theory와 메모리
- Trust & Reputation 시스템
- Actor-Critic 강화학습
- 최신 메모리 시스템 서베이
2025-08-07 19:39:28 +09:00

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