songdj commited on
Commit
79f070e
1 Parent(s): 5e27c09

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -3
README.md CHANGED
@@ -320,16 +320,28 @@ size_categories:
320
 
321
  # MileBench
322
 
 
 
323
  We introduce MileBench, a pioneering benchmark designed to test the **M**ult**I**modal **L**ong-cont**E**xt capabilities of MLLMs.
324
  This benchmark comprises not only multimodal long contexts, but also multiple tasks requiring both comprehension and generation.
325
  We establish two distinct evaluation sets, diagnostic and realistic, to systematically assess MLLMs’ long-context adaptation capacity and their ability to completetasks in long-context scenarios
326
 
327
- ![images](./images/MileBench.png)
328
 
329
  To construct our evaluation sets, we gather 6,440 multimodal long-context samples from 21 pre-existing or self-constructed datasets,
330
  with an average of 15.2 images and 422.3 words each, as depicted in the figure, and we categorize them into their respective subsets.
331
 
 
 
 
 
 
 
 
 
 
 
 
332
 
333
- ![images](./images/stat1.png)
334
 
335
- ![images](./images/stat2.png)
 
320
 
321
  # MileBench
322
 
323
+ ## Introduction
324
+
325
  We introduce MileBench, a pioneering benchmark designed to test the **M**ult**I**modal **L**ong-cont**E**xt capabilities of MLLMs.
326
  This benchmark comprises not only multimodal long contexts, but also multiple tasks requiring both comprehension and generation.
327
  We establish two distinct evaluation sets, diagnostic and realistic, to systematically assess MLLMs’ long-context adaptation capacity and their ability to completetasks in long-context scenarios
328
 
329
+ <img src="./images/MileBench.png" width = "600" height = "500" alt="MileBench" align=center />
330
 
331
  To construct our evaluation sets, we gather 6,440 multimodal long-context samples from 21 pre-existing or self-constructed datasets,
332
  with an average of 15.2 images and 422.3 words each, as depicted in the figure, and we categorize them into their respective subsets.
333
 
334
+ <img src="./images/stat1.png" width = "300" height = "200" alt="stat1" align=center /><img src="./images/stat2.png" width = "300" height = "200" alt="stat1" align=center />
335
+
336
+
337
+ ## How to use?
338
+
339
+ Please download MileBench.zip and refer to [Code for MileBench](https://github.com/MileBench/MileBench?tab=readme-ov-file#-dataset-preparation).
340
+
341
+ ## Citation
342
+
343
+ If you find this project useful in your research, please consider cite:
344
+ ```BibTeX
345
 
 
346
 
347
+ ```