Add dataset card, task category, and paper/code links

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +41 -0
README.md CHANGED
@@ -1,3 +1,44 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ task_categories:
4
+ - image-text-to-text
5
+ tags:
6
+ - visual-reasoning
7
+ - reinforcement-learning
8
+ - multi-source
9
+ - rlvr
10
  ---
11
+
12
+ # MARS: Mono-Anchored Multi-Source Visual Reasoning
13
+
14
+ This repository contains the dataset for the paper "[Does Seeing More Mean Knowing More? Mono-Anchored Advantage Normalization for Multi-Source Visual Reasoning](https://huggingface.co/papers/2605.25437)".
15
+
16
+ - **GitHub Repository:** [https://github.com/AI9Stars/MARS](https://github.com/AI9Stars/MARS)
17
+ - **Paper:** [https://arxiv.org/abs/2605.25437](https://arxiv.org/abs/2605.25437)
18
+
19
+ ## Introduction
20
+ MARS is a novel mono-anchored multi-source reasoning framework designed for Reinforcement Learning with Verifiable Rewards (RLVR). It treats each visual modality as an independent information source and uses mono-source rewards as dynamic anchors to explicitly incorporate information gain from multi-source fusion while suppressing potential noise or conflicts.
21
+
22
+ ## Dataset Summary
23
+ The dataset provides reinforcement fine-tuning (RL) data for several multi-source visual reasoning domains:
24
+
25
+ | Domain | Task Type |
26
+ | :--- | :--- |
27
+ | **Infrared** | Grounding tasks (RGB & IR) |
28
+ | **Depth** | Spatial reasoning using depth information |
29
+ | **Multi-view** | Reasoning across multiple perspectives |
30
+ | **Text-rich** | Visual reasoning in document-intensive environments |
31
+
32
+ For instructions on how to download the original images and prepare the data for training using the MARS framework, please refer to the [official GitHub repository](https://github.com/AI9Stars/MARS).
33
+
34
+ ## Citation
35
+ If you find this work useful, please cite our paper:
36
+
37
+ ```bibtex
38
+ @article{zeng2026does,
39
+ title={Does Seeing More Mean Knowing More? Mono-Anchored Advantage Normalization for Multi-Source Visual Reasoning},
40
+ author={Zeng, Fanhu and Luo, Zhicong and Wang, Zefan and Li, You and Chen, Chi and Sun, Maosong},
41
+ journal={arXiv preprint arXiv:2605.25437},
42
+ year={2026}
43
+ }
44
+ ```