Visual Question Answering
English
biology
medical
minwoosun commited on
Commit
697809f
·
verified ·
1 Parent(s): 0337505

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -8,4 +8,20 @@ pipeline_tag: visual-question-answering
8
  tags:
9
  - biology
10
  - medical
11
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  tags:
9
  - biology
10
  - medical
11
+ ---
12
+
13
+ # Resources
14
+ 📖 **Paper** [No Tokens Wasted: Leveraging Long Context in Biomedical Vision-Language Models](https://arxiv.org/abs/2510.03978)
15
+
16
+ 💻 **Tutorial** [Getting Started with BMC-LongCLIP (Google Colab)](https://colab.research.google.com/drive/1TQ1SS_lXO-EalPT7h1CaZscWoYqdW0RE?usp=sharing)
17
+
18
+
19
+ ---
20
+ # Citation
21
+ ```
22
+ @article{sun2025no,
23
+ title={No Tokens Wasted: Leveraging Long Context in Biomedical Vision-Language Models},
24
+ author={Sun, Min Woo and others},
25
+ journal={arXiv preprint arXiv:2510.03978},
26
+ year={2025}
27
+ }