shanchen commited on
Commit
16b792d
1 Parent(s): d438f06

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -46,7 +46,7 @@ The dataset is provided in TSV format, with the following structure:
46
 
47
  ### Example from Brazil:
48
 
49
- - **Question**: Um paciente do sexo masculino, 55 anos de idade, tabagista 60 maços/ano... [Full medical question]
50
  - **Options**:
51
  - A: Aspergilose pulmonar
52
  - B: Carcinoma pulmonar
@@ -55,6 +55,10 @@ The dataset is provided in TSV format, with the following structure:
55
  - **Correct Answer**: B
56
  ![example](src/example.png)
57
 
 
 
 
 
58
  ## Download and Usage
59
 
60
  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,7 +72,7 @@ Please cite this dataset as follows:
68
  ```bibtex
69
  @article{WorldMedQA-V2024,
70
  title={WorldMedQA-V: A Multilingual, Multimodal Medical Examination Dataset},
71
- author={João Matos et al.},
72
  journal={Preprint},
73
  year={2024},
74
  }
 
46
 
47
  ### Example from Brazil:
48
 
49
+ - **Question**: Um paciente do sexo masculino, 55 anos de idade, tabagista 60 maços/ano... [Full medical question see below]
50
  - **Options**:
51
  - A: Aspergilose pulmonar
52
  - B: Carcinoma pulmonar
 
55
  - **Correct Answer**: B
56
  ![example](src/example.png)
57
 
58
+ ### Evaluate models/results:
59
+
60
+ ![results](src/results.png)
61
+
62
  ## Download and Usage
63
 
64
  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:
 
72
  ```bibtex
73
  @article{WorldMedQA-V2024,
74
  title={WorldMedQA-V: A Multilingual, Multimodal Medical Examination Dataset},
75
+ author={Matos and Chen et al.},
76
  journal={Preprint},
77
  year={2024},
78
  }