Edaizi nielsr HF Staff commited on
Commit
53e1d12
·
1 Parent(s): ae0f27f

Add model card (#1)

Browse files

- Add model card (feeee42289bf2fe09a2d11bbe5b4e2ff3f8d969c)


Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +19 -0
README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ library_name: transformers
4
+ pipeline_tag: text-generation
5
+ ---
6
+
7
+ # MemHarness: Memory Is Reconstructed, Not Replayed
8
+
9
+ This repository contains the model described in [MemHarness: Memory Is Reconstructed, Not Replayed](https://huggingface.co/papers/2607.28272).
10
+
11
+ **Paper**: [arXiv](https://arxiv.org/abs/2607.28272) | [Hugging Face Paper](https://huggingface.co/papers/2607.28272)
12
+
13
+ **Code**: [https://github.com/KnowledgeXLab/MemHarness](https://github.com/KnowledgeXLab/MemHarness)
14
+
15
+ ## Description
16
+
17
+ MemHarness is a framework that equips LLM agents to actively harness and reconstruct past experiences based on the present context — instead of replaying retrieved memories verbatim. This model is a Qwen2.5-7B-Instruct based model fine-tuned with GRPO for memory-augmented decision making in agentic tasks such as ALFWorld and WebShop. It demonstrates state-of-the-art performance in both in-distribution and out-of-distribution scenarios.
18
+
19
+ Please refer to the [paper](https://arxiv.org/abs/2607.28272) for full details.