MINGYISU commited on
Commit
8ad4dd0
·
verified ·
1 Parent(s): c458890

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +8 -4
utils.py CHANGED
@@ -29,16 +29,20 @@ All tasks are reformulated as ranking tasks, where the model follows instruction
29
  or a combination of both. MMEB is divided into 20 in-distribution datasets, which can be used for
30
  training, and 16 out-of-distribution datasets, reserved for evaluation.
31
 
32
- The detailed explanation of the benchmark and datasets can be found in our paper: https://doi.org/10.48550/arXiv.2410.05160. \n
33
- Github link: https://github.com/TIGER-AI-Lab/VLM2Vec. \n
34
- Overview: https://tiger-ai-lab.github.io/VLM2Vec/. \n
 
 
 
 
 
35
  """
36
 
37
  TABLE_INTRODUCTION = """"""
38
 
39
  LEADERBOARD_INFO = """
40
  ## Dataset Summary
41
- <img width="900" alt="abs" src="overview.png">
42
  """
43
 
44
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
 
29
  or a combination of both. MMEB is divided into 20 in-distribution datasets, which can be used for
30
  training, and 16 out-of-distribution datasets, reserved for evaluation.
31
 
32
+ Building upon on **MMEB**, **MMEB-V2** expands the evaluation scope to include five new tasks: four video-based tasks
33
+ Video Retrieval, Moment Retrieval, Video Classification, and Video Question Answering — and one task focused on visual documents, Visual Document Retrieval.
34
+ This comprehensive suite enables robust evaluation of multimodal embedding models across static, temporal, and structured visual data settings.
35
+
36
+ | [**Overview**](https://tiger-ai-lab.github.io/VLM2Vec/) | [**Github**](https://github.com/TIGER-AI-Lab/VLM2Vec)
37
+ | [**📖MMEB-V2/VLM2Vec-V2 Paper (TBA)**](https://arxiv.org/abs/2410.05160)
38
+ | [**📖MMEB-V1/VLM2Vec-V1 Paper**](https://arxiv.org/abs/2410.05160)
39
+ | [**Hugging Face**](https://huggingface.co/datasets/TIGER-Lab/MMEB-V2)
40
  """
41
 
42
  TABLE_INTRODUCTION = """"""
43
 
44
  LEADERBOARD_INFO = """
45
  ## Dataset Summary
 
46
  """
47
 
48
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"