joamats commited on
Commit
7d4b008
1 Parent(s): 4558f17

add arXiv and Google Colab demo to README

Browse files
Files changed (1) hide show
  1. README.md +15 -8
README.md CHANGED
@@ -54,26 +54,33 @@ The dataset is provided in TSV format, with the following structure:
54
  - C: Tuberculose cavitária
55
  - D: Bronquiectasia com infecção
56
  - **Correct Answer**: B
57
- ![example](src/example.png)
 
58
 
59
  ### Evaluate models/results:
60
 
61
- ![results](src/results.png)
 
62
 
63
  ## Download and Usage
64
 
65
  The dataset can be downloaded from [Hugging Face datasets page](https://huggingface.co/datasets/WorldMedQA/V). All code for handling and evaluating the dataset is available in the following repositories:
66
  - **Dataset Code**: [WorldMedQA GitHub repository](https://github.com/WorldMedQA/V)
67
  - **Evaluation Code**: [VLMEvalKit GitHub repository](https://github.com/WorldMedQA/VLMEvalKit/tree/main)
 
 
68
 
69
  ## Citation
70
 
71
- Please cite this dataset as follows:
72
 
73
  ```bibtex
74
- @article{WorldMedQA-V2024,
75
- title={WorldMedQA-V: A Multilingual, Multimodal Medical Examination Dataset},
76
- author={Matos and Chen et al.},
77
- journal={Preprint},
78
- year={2024},
 
 
 
79
  }
 
54
  - C: Tuberculose cavitária
55
  - D: Bronquiectasia com infecção
56
  - **Correct Answer**: B
57
+ <img src="src/example.png" alt="example" width="800"/>
58
+
59
 
60
  ### Evaluate models/results:
61
 
62
+ <img src="src/results.png" alt="results" width="800"/>
63
+
64
 
65
  ## Download and Usage
66
 
67
  The dataset can be downloaded from [Hugging Face datasets page](https://huggingface.co/datasets/WorldMedQA/V). All code for handling and evaluating the dataset is available in the following repositories:
68
  - **Dataset Code**: [WorldMedQA GitHub repository](https://github.com/WorldMedQA/V)
69
  - **Evaluation Code**: [VLMEvalKit GitHub repository](https://github.com/WorldMedQA/VLMEvalKit/tree/main)
70
+
71
+ **Where and How to start?**: [Google Colab Demo](https://colab.research.google.com/drive/16bw_7_sUTajNRZFunRNo3wqnL_tQWk6O)
72
 
73
  ## Citation
74
 
75
+ Please cite this dataset using our arXiv preprint:
76
 
77
  ```bibtex
78
+ @misc{WorldMedQA-V2024,
79
+ title={WorldMedQA-V: a multilingual, multimodal medical examination dataset for multimodal language models evaluation},
80
+ author={João Matos and Shan Chen and Siena Placino and Yingya Li and Juan Carlos Climent Pardo and Daphna Idan and Takeshi Tohyama and David Restrepo and Luis F. Nakayama and Jose M. M. Pascual-Leone and Guergana Savova and Hugo Aerts and Leo A. Celi and A. Ian Wong and Danielle S. Bitterman and Jack Gallifant},
81
+ year={2024},
82
+ eprint={2410.12722},
83
+ archivePrefix={arXiv},
84
+ primaryClass={cs.CL},
85
+ url={https://arxiv.org/abs/2410.12722},
86
  }