Concepts — Continual Learning Bench Docs
A system is what we aim to evaluate. It is the combination of an agent that responds to queries from a task and a memory system that carries information between task instances. The memory system might be pure in-context learning (perhaps with caching), lossy context compression (e.g. periodic summarization), parametric (fine-tuning, weight updates), or any combination of these. The benchmark scores neither component in isolation: performance on continual learning is a property of the two together. So we can ask questions like how well an agent does on tasks for a given memory system and how effective memory systems are across agents and tasks. Systems live under src/systems/ and implement the ContinualLearningSystem interface. A task is a continual learning problem. It has a theme (poker, codebase, etc) and consists of a sequence of task instances that systems attempt to solve. Every task lives under src/tasks/ and implements the ContinualLearningTask interface. Different tasks are unr
System A system is what we aim to evaluate. It is the combination of an agent that responds to queries from a task and a memory system that carries information between task instances. The memory system might be pure in-context learning (perhaps with caching), lossy context compression (e.g. periodic summarization), parametric (fine-tuning, weight updates), or any combination of these. The benchmark scores neither component in isolation: performance on continual learning is a property of the two together. So we can ask questions like how well an agent does on tasks for a given memory system…
saved by
related reading
- Metrics — Continual Learning Bench Docscontinual-learning-bench.com
- Continual Learning Bench 1.0 — Newscontinual-learning-bench.com
- Memory in the wild: how we use Context Engine on our own code | Applied Computeappliedcompute.com
- AddyOsmani.com - Long-running Agentsaddyosmani.com
- Why We Need Continual Learning | Andreessen Horowitza16z.com
- The Continual Learning Problemjessylin.com
- Supermemory — Memory and continual learning for agentssupermemory.ai
- [2302.00487] A Comprehensive Survey of Continual Learning: Theory, Method and Applicationarxiv.org
- NL.pdfabehrouz.github.io
- Announcing our investment in Engram, the memory dream team — Amplify Partnersamplifypartners.com
- Continual Learning in Token Space | Lettaletta.com
- Memory Models: Towards Agents That Learnletta.com