Datasets:
Add original dataset source reference with hyperlinks
Browse files
README.md
CHANGED
|
@@ -64,6 +64,24 @@ ds = load_dataset("apart-global-south-hack/remote_sensing_VQA_multilingual", spl
|
|
| 64 |
print(ds[0])
|
| 65 |
```
|
| 66 |
|
| 67 |
-
## Citation
|
| 68 |
|
| 69 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 64 |
print(ds[0])
|
| 65 |
```
|
| 66 |
|
|
|
|
| 67 |
|
| 68 |
+
## Original Source
|
| 69 |
+
|
| 70 |
+
This dataset is built from the [**Remote Sensing VQA Benchmark**](https://huggingface.co/datasets/AdaptLLM/remote-sensing-VQA-benchmark) by AdaptLLM (Cheng et al., 2025), which provides remote sensing visual instruction tasks for evaluating MLLMs.
|
| 71 |
+
|
| 72 |
+
> Ran Cheng et al. 2025.
|
| 73 |
+
> *On Domain-Specific Post-Training for Multimodal Large Language Models.*
|
| 74 |
+
> EMNLP 2025.
|
| 75 |
+
> Paper: [arxiv.org/abs/2411.19930](https://arxiv.org/abs/2411.19930)
|
| 76 |
+
|
| 77 |
+
- **Original dataset:** [AdaptLLM/remote-sensing-VQA-benchmark](https://huggingface.co/datasets/AdaptLLM/remote-sensing-VQA-benchmark)
|
| 78 |
+
- **Project page:** [Adapt-MLLM-to-Domains](https://huggingface.co/AdaptLLM/Adapt-MLLM-to-Domains)
|
| 79 |
+
|
| 80 |
+
```bibtex
|
| 81 |
+
@inproceedings{cheng2025domain,
|
| 82 |
+
title={On Domain-Specific Post-Training for Multimodal Large Language Models},
|
| 83 |
+
author={Cheng, Ran and others},
|
| 84 |
+
booktitle={Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing (EMNLP)},
|
| 85 |
+
year={2025}
|
| 86 |
+
}
|
| 87 |
+
```
|