Update README.md
Browse files
README.md
CHANGED
|
@@ -88,11 +88,13 @@ Training data is bootstrapped from the MemSifter embedding pipeline on multiple
|
|
| 88 |
## Citation
|
| 89 |
|
| 90 |
```bibtex
|
| 91 |
-
@misc{
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
|
|
|
|
|
|
| 97 |
}
|
| 98 |
```
|
|
|
|
| 88 |
## Citation
|
| 89 |
|
| 90 |
```bibtex
|
| 91 |
+
@misc{memsifter,
|
| 92 |
+
title={MemSifter: Offloading LLM Memory Retrieval via Outcome-Driven Proxy Reasoning},
|
| 93 |
+
author={Jiejun Tan and Zhicheng Dou and Liancheng Zhang and Yuyang Hu and Yiruo Cheng and Ji-Rong Wen},
|
| 94 |
+
year={2026},
|
| 95 |
+
eprint={2603.03379},
|
| 96 |
+
archivePrefix={arXiv},
|
| 97 |
+
primaryClass={cs.IR},
|
| 98 |
+
url={https://arxiv.org/abs/2603.03379},
|
| 99 |
}
|
| 100 |
```
|