-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCITATION.cff
More file actions
51 lines (51 loc) · 1.75 KB
/
Copy pathCITATION.cff
File metadata and controls
51 lines (51 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
cff-version: 1.2.0
message: "If you use MemoryLens in your research, please cite it as below."
type: software
title: "MemoryLens: A Temporal Decay Benchmark for LLM Memory Architectures"
abstract: >
MemoryLens is an open-source evaluation framework for measuring LLM memory decay
— how AI memory systems forget personal facts across long conversations. It implements
eight memory architectures (Naive, RAG, Chunked RAG, Cascading Temporal, Summary,
Entity, Graph, FAISS), six evaluation metrics (Recall@T, Precision@K, Temporal Drift,
Contradiction, Memory Noise Ratio, Cascade Efficiency), Ebbinghaus-grounded temporal
decay with ablation, forgetting-curve fitting, multi-seed statistical validation,
four domain scenarios, and a dual evaluation pipeline (content-based + LLM
answer+judge) supporting five provider backends.
authors:
- family-names: Daftary
given-names: Neal
alias: Neal006
orcid: ""
repository-code: "https://github.com/Neal006/memorylens"
url: "https://github.com/Neal006/memorylens"
license: MIT
version: 0.4.0
date-released: "2026-07-04"
keywords:
- LLM memory
- memory decay
- LLM evaluation
- RAG evaluation
- temporal decay
- Ebbinghaus forgetting curve
- conversational AI
- memory benchmark
- long-term memory
- retrieval-augmented generation
- cascading memory
- LLM benchmark
references:
- type: article
title: "RAGAS: Automated Evaluation of Retrieval Augmented Generation"
authors:
- family-names: Es
given-names: Shahul
year: 2023
url: "https://arxiv.org/abs/2309.15217"
- type: article
title: "MemGPT: Towards LLMs as Operating Systems"
authors:
- family-names: Packer
given-names: Charles
year: 2023
url: "https://arxiv.org/abs/2310.08560"