JM-Chen commited on
Commit
099dc9a
·
verified ·
1 Parent(s): 993dab3

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - vision-language
5
+ - multimodal
6
+ - visual-reasoning
7
+ ---
8
+
9
+ ## [ACM MM-2026] Remember-R1: Mitigating Long-Context Visual Forgetting through Reinforcement Learning
10
+
11
+ This repository provides the training dataset for Remember-R1.
12
+
13
+ ## 🔗 Quick Links
14
+
15
+ - 📄 [Paper](#)
16
+ - 💻 [GitHub](https://github.com/Ch921-cell/Remember-R1)
17
+ - 🤗 [Remember-R1-3B](https://huggingface.co/JM-Chen/Remember-R1-3B)
18
+ - 🤗 [Remember-R1-7B](https://huggingface.co/JM-Chen/Remember-R1-3B)
19
+ - 🧠 [Remember-R1 Dataset](.)
20
+
21
+ ## 📌 Citation
22
+
23
+ If you find Remember-R1 useful in your research, please cite our paper:
24
+
25
+ ```bibtex
26
+ @inproceedings{chen2026rememberr1,
27
+ title = {Remember-R1: Mitigating Long-Context Visual Forgetting through Reinforcement Learning},
28
+ author = {Jianmin Chen and Jiaqi Tang and {Weiwei} and Xiaogang Xu and Zhe Liu and Qianzhou Wang and Yingying Yan and Botong Geng and Yuyang Xia and Lei Zhang and Qifeng Chen},
29
+ booktitle = {Proceedings of the 34th ACM International Conference on Multimedia},
30
+ year = {2026}
31
+ }
32
+ ```