TianyuZhang commited on
Commit
1cebd0e
Β·
verified Β·
1 Parent(s): c645a17

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -10,5 +10,8 @@ short_description: The VCR-Wiki datasets
10
  ---
11
 
12
  This space contains all configurations for VCR-Wiki, introduced in VCR: Visual Caption Restoration (https://arxiv.org/abs/2406.06462).
13
-
14
- πŸ”₯ The VCR-Wiki task is now available at `lmms-eval`! Please refer to each subset's evaluation instruction and the doc on https://github.com/EvolvingLMMs-Lab/lmms-eval.
 
 
 
 
10
  ---
11
 
12
  This space contains all configurations for VCR-Wiki, introduced in VCR: Visual Caption Restoration (https://arxiv.org/abs/2406.06462).
13
+ # News
14
+ - πŸ”₯πŸ”₯πŸ”₯ **[2024-06-13]** We release the evaluation codes for open-source models, closed-source models and the pipeline of creating the dataset.
15
+ - πŸ”₯πŸ”₯πŸ”₯ **[2024-06-12]** We have incorperated the VCR-wiki evaluation process in [lmms-eval](https://github.com/EvolvingLMMs-Lab/lmms-eval) framework. Now, users can use one line command to run the evaluation of models on the VCR-wiki test datasets.
16
+ - πŸ”₯πŸ”₯πŸ”₯ **[2024-06-11]** Our paper has been released on the [arXiv](https://arxiv.org/abs/2406.06462), including the evaluation results of a series of models.
17
+ - πŸ”₯πŸ”₯πŸ”₯ **[2024-06-10]** We have released the [VCR-wiki dataset](https://huggingface.co/vcr-org), which contains 2.11M English and 346K Chinese entities sourced from Wikipedia, offered in both easy and hard variants. The dataset is available in the Hugging Face Datasets library.