File size: 1,077 Bytes
d14a684
 
 
 
 
 
 
 
 
66d222e
d14a684
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a3cb948
56e6b5f
 
a3cb948
 
d14a684
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
license: apache-2.0
tags:
  - vision-language
  - qwen
  - multimodal
  - visual-reasoning
---

## [ACM MM 2026] Remember-R1: Mitigating Long-Context Visual Forgetting through Reinforcement Learning

This repository provides the 7B checkpoint of Remember-R1.

## πŸ”— Quick Links

- πŸ“„ [Paper](#)
- πŸ’» [GitHub](https://github.com/Ch921-cell/Remember-R1)
- πŸ€— [Remember-R1-3B](https://huggingface.co/JM-Chen/Remember-R1-3B)
- πŸ€— [Remember-R1-7B](.)
- 🧠 [Remember-R1 Dataset](https://huggingface.co/datasets/JM-Chen/Remember-R1)

## πŸ“Œ Citation

If you find Remember-R1 useful in your research, please cite our paper:

```bibtex
@inproceedings{chen2026rememberr1,
    title={Remember-R1: Mitigating Long-Context Visual Forgetting through Reinforcement Learning}, 
    author={Jianmin Chen and Jiaqi Tang and Wei Wei and Xiaogang Xu and Jiafei Wu and Zhe Liu and Qianzhou Wang and Yingying Yan and Botong Geng and Yuyang Xia and Lei Zhang and Qifeng Chen},
    booktitle={Proceedings of the 34th ACM International Conference on Multimedia},
    year={2026}
}
```