zstanjj commited on
Commit
cec4c7e
·
verified ·
1 Parent(s): 93f85f2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -6
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{memsifter2025,
92
- title = {MemSifter: Offloading LLM Memory Retrieval via Outcome-Driven Proxy Reasoning},
93
- author = {{Qwen Team}},
94
- month = {February},
95
- year = {2026},
96
- url = {https://github.com/plageon/MemSifter}
 
 
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
  ```