Update README.md
Browse files
README.md
CHANGED
|
@@ -139,6 +139,15 @@ class ColInternVL2Retriever(BaseRetriever):
|
|
| 139 |
```
|
| 140 |
|
| 141 |
## Citation [optional]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 142 |
|
| 143 |
|
| 144 |
|
|
|
|
| 139 |
```
|
| 140 |
|
| 141 |
## Citation [optional]
|
| 142 |
+
```
|
| 143 |
+
@article{chen2024lora,
|
| 144 |
+
title={LoRA-Contextualizing Adaptation of Large Multimodal Models for Long Document Understanding},
|
| 145 |
+
author={Chen, Jian and Zhang, Ruiyi and Zhou, Yufan and Yu, Tong and Dernoncourt, Franck and Gu, Jiuxiang and Rossi, Ryan A and Chen, Changyou and Sun, Tong},
|
| 146 |
+
journal={arXiv preprint arXiv:2411.01106},
|
| 147 |
+
year={2024}
|
| 148 |
+
}
|
| 149 |
+
```
|
| 150 |
+
|
| 151 |
|
| 152 |
|
| 153 |
|