Datasets:

Modalities:
Image
ArXiv:
Libraries:
Datasets
License:
puar-playground commited on
Commit
e418303
·
verified ·
1 Parent(s): 262cd1d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -27,11 +27,13 @@ The code above will download the `VisR-Bench` folder, which is required for test
27
  url={https://arxiv.org/abs/2508.07493},
28
  }
29
 
30
- @inproceedings{chen2025svrag,
31
- title={{SV}-{RAG}: Lo{RA}-Contextualizing Adaptation of {MLLM}s for Long Document Understanding},
32
- author={Jian Chen and Ruiyi Zhang and Yufan Zhou and Tong Yu and Franck Dernoncourt and Jiuxiang Gu and Ryan A. Rossi and Changyou Chen and Tong Sun},
33
- booktitle={The Thirteenth International Conference on Learning Representations},
34
- year={2025},
35
- url={https://openreview.net/forum?id=FDaHjwInXO}
 
 
36
  }
37
  ```
 
27
  url={https://arxiv.org/abs/2508.07493},
28
  }
29
 
30
+ @misc{chen2025svragloracontextualizingadaptationmllms,
31
+ title={SV-RAG: LoRA-Contextualizing Adaptation of MLLMs for Long Document Understanding},
32
+ author={Jian Chen and Ruiyi Zhang and Yufan Zhou and Tong Yu and Franck Dernoncourt and Jiuxiang Gu and Ryan A. Rossi and Changyou Chen and Tong Sun},
33
+ year={2025},
34
+ eprint={2411.01106},
35
+ archivePrefix={arXiv},
36
+ primaryClass={cs.CV},
37
+ url={https://arxiv.org/abs/2411.01106},
38
  }
39
  ```