puar-playground commited on
Commit
317d1a5
·
verified ·
1 Parent(s): fecf26d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
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