From fc3fd17d6a737f0798351c03c96226efb9a47c4d Mon Sep 17 00:00:00 2001 From: wayrise Date: Wed, 9 Sep 2026 12:25:16 +0800 Subject: [PATCH] docs: add arXiv paper release to README news Link the OpenWAM paper (arXiv 2609.07398) from the News section. Co-Authored-By: Claude Opus 5 (1M context) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b7ede9a..5fe794b6 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ All architectures are selected via `configs/model/.yaml` with `archit --> ## News +- **[2026/09/09]** 📄 OpenWAM [Paper](https://arxiv.org/pdf/2609.07398) is released on arXiv. - **[2026/09/06]** 🤖 OpenWAM is integrated into [XPolicyLab](https://github.com/XPolicyLab/XPolicyLab). - **[2026/09/06]** 🤗 We release all pretrained and finetuned models on [huggingface](https://huggingface.co/OpenWAM). - **[2026/09/06]** 🔥 OpenWAM Codebase Release!