Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model:
|
4 |
+
- VITA-MLLM/VITA
|
5 |
+
---
|
6 |
+
# MAVEN
|
7 |
+
We provide LoRA fine-tuned model weights and configurations for MAVEN. These files can be used to reproduce our experimental results.
|
8 |
+
# Resources
|
9 |
+
- Github: [https://github.com/reml-group/fortisavqa](https://github.com/reml-group/fortisavqa)
|
10 |
+
- Arxiv: [https://arxiv.org/abs/2504.00487](https://arxiv.org/abs/2504.00487)
|
11 |
+
# Citation
|
12 |
+
If you use this model in your research, please cite the following paper:
|
13 |
+
```
|
14 |
+
@article{ma2025fortisavqa,
|
15 |
+
title={FortisAVQA and MAVEN: a Benchmark Dataset and Debiasing Framework for Robust Multimodal Reasoning},
|
16 |
+
author={Ma, Jie and Gao, Zhitao and Chai, Qi and Liu, Jun and Wang, Pinghui and Tao, Jing and Su, Zhou},
|
17 |
+
journal={arXiv preprint arXiv:2504.00487},
|
18 |
+
year={2025}
|
19 |
+
}
|
20 |
+
```
|