wuyuverse commited on
Commit
f825e91
·
verified ·
1 Parent(s): 5fc5b19

Publish AutoMemoryBench paper artifacts

Browse files
.gitattributes CHANGED
@@ -58,3 +58,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ AutoMemoryBench-arXiv.pdf filter=lfs diff=lfs merge=lfs -text
AutoMemoryBench-arXiv-source.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bed39e35cb6f58d4678a49a0fe48e5578b7b1e5ec6342cfbb9f5757601faf1d
3
+ size 1085995
AutoMemoryBench-arXiv.pdf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:678613bfa33523e5b26eec4e85a12fc2ffc8d46059f572d271fbf0954a23902b
3
+ size 1645187
README.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ pretty_name: AutoMemoryBench
5
+ tags:
6
+ - benchmark
7
+ - agent-memory
8
+ - memory-systems
9
+ - llm-agents
10
+ - evaluation
11
+ ---
12
+
13
+ # AutoMemoryBench
14
+
15
+ **State-Contract Evaluation for Auditable Agent Memory**
16
+
17
+ AutoMemoryBench evaluates whether an agent uses the right memory, and only the
18
+ admissible memory, under a query-time state contract. Each contract partitions
19
+ memory into required, admissible, and prohibited sets, with prohibited memories
20
+ typed as superseded, deleted, restricted, cross-namespace, or stale-tool.
21
+
22
+ ## Paper
23
+
24
+ - [Paper PDF](AutoMemoryBench-arXiv.pdf)
25
+ - [arXiv source package](AutoMemoryBench-arXiv-source.tar.gz)
26
+ - [Code and data](https://github.com/wuyuVerse/AutoMemoryBench)
27
+
28
+ ## Authors
29
+
30
+ Jiajun Wu, Jian Yang, Chen Li, Linzheng Chai, Ge Gao, Ensheng Shi, and Yuchi Ma.
31
+
32
+ Jiajun Wu and Jian Yang are affiliated with Beihang University. Ensheng Shi and
33
+ Yuchi Ma are affiliated with Huawei Cloud Computing Technologies Co., Ltd.
34
+
35
+ ## Abstract
36
+
37
+ A deployed agent fails not only when it forgets, but when it uses memory that is
38
+ stale, deleted, unauthorized, cross-namespace, or unsupported by current tool
39
+ state. AutoMemoryBench introduces query-time memory admissibility as an
40
+ executable evaluation contract. Its primary metric, StrictCore, counts a query
41
+ only when the task is solved, required evidence is used, and no prohibited
42
+ memory influences the output. The release spans eight domains with 7,200 case
43
+ variants and 151,200 probes, paired with minimal single-axis interventions.
44
+
45
+ ## Citation
46
+
47
+ ```bibtex
48
+ @misc{automemorybench,
49
+ title = {AutoMemoryBench: State-Contract Evaluation for Auditable Agent Memory},
50
+ author = {Wu, Jiajun and Yang, Jian and Li, Chen and Chai, Linzheng and
51
+ Gao, Ge and Shi, Ensheng and Ma, Yuchi},
52
+ year = {2027},
53
+ url = {https://github.com/wuyuVerse/AutoMemoryBench}
54
+ }
55
+ ```
56
+
57
+ The formal Hugging Face Paper page and arXiv link will be added after the paper
58
+ receives an arXiv identifier.
59
+
60
+ ## License
61
+
62
+ The code and benchmark data are released under Apache-2.0. The paper license
63
+ will follow the license selected for the arXiv submission.
SHA256SUMS ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ 6bed39e35cb6f58d4678a49a0fe48e5578b7b1e5ec6342cfbb9f5757601faf1d AutoMemoryBench-arXiv-source.tar.gz
2
+ 678613bfa33523e5b26eec4e85a12fc2ffc8d46059f572d271fbf0954a23902b AutoMemoryBench-arXiv.pdf