Update README.md
Browse files
README.md
CHANGED
@@ -337,19 +337,32 @@ with an average of 15.2 images and 422.3 words each, as depicted in the figure,
|
|
337 |
|
338 |
## How to use?
|
339 |
|
340 |
-
Please download MileBench.
|
341 |
|
342 |
## Links
|
343 |
|
344 |
- **Homepage:** [MileBench Homepage](https://milebench.github.io/)
|
345 |
- **Repository:** [MileBench GitHub](https://github.com/MileBench/MileBench)
|
346 |
-
- **Paper:** [Arxiv](https://arxiv.org/)
|
347 |
- **Point of Contact:** [Dingjie Song](mailto:bbsngg@outlook.com)
|
348 |
|
349 |
## Citation
|
350 |
|
351 |
If you find this project useful in your research, please consider cite:
|
352 |
```BibTeX
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
353 |
|
354 |
-
|
|
|
|
|
|
|
|
|
|
|
355 |
```
|
|
|
337 |
|
338 |
## How to use?
|
339 |
|
340 |
+
Please download MileBench.tar.gz and refer to [Code for MileBench](https://github.com/MileBench/MileBench?tab=readme-ov-file#-dataset-preparation).
|
341 |
|
342 |
## Links
|
343 |
|
344 |
- **Homepage:** [MileBench Homepage](https://milebench.github.io/)
|
345 |
- **Repository:** [MileBench GitHub](https://github.com/MileBench/MileBench)
|
346 |
+
- **Paper:** [Arxiv](https://arxiv.org/abs/2404.18532)
|
347 |
- **Point of Contact:** [Dingjie Song](mailto:bbsngg@outlook.com)
|
348 |
|
349 |
## Citation
|
350 |
|
351 |
If you find this project useful in your research, please consider cite:
|
352 |
```BibTeX
|
353 |
+
@misc{song2024milebench,
|
354 |
+
title={MileBench: Benchmarking MLLMs in Long Context},
|
355 |
+
author={Dingjie Song and Shunian Chen and Guiming Hardy Chen and Fei Yu and Xiang Wan and Benyou Wang},
|
356 |
+
year={2024},
|
357 |
+
eprint={2404.18532},
|
358 |
+
archivePrefix={arXiv},
|
359 |
+
primaryClass={cs.CL}
|
360 |
+
}
|
361 |
|
362 |
+
@article{song2024milebench,
|
363 |
+
title={MileBench: Benchmarking MLLMs in Long Context},
|
364 |
+
author={Song, Dingjie and Chen, Shunian and Chen, Guiming Hardy and Yu, Fei and Wan, Xiang and Wang, Benyou},
|
365 |
+
journal={arXiv preprint arXiv:2404.18532},
|
366 |
+
year={2024}
|
367 |
+
}
|
368 |
```
|