flaviagiammarino commited on
Commit
0071268
1 Parent(s): f80ce04

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -54,8 +54,8 @@ There are a few image-question-answer triplets which occur more than once in the
54
  After dropping the duplicate image-question-answer triplets, the dataset contains 32,632 question-answer pairs on 4,289 images.
55
 
56
  #### Supported Tasks and Leaderboards
57
- This dataset has an active leaderboard which can be found on [Papers with Code](https://paperswithcode.com/sota/medical-visual-question-answering-on-pathvqa)
58
- and which ranks models based on three metrics: "Yes/No Accuracy", "Free-form accuracy" and "Overall accuracy". "Yes/No Accuracy" is
59
  the accuracy of a model's generated answers for the subset of binary "yes/no" questions. "Free-form accuracy" is the accuracy
60
  of a model's generated answers for the subset of open-ended questions. "Overall accuracy" is the accuracy of a model's generated
61
  answers across all questions.
 
54
  After dropping the duplicate image-question-answer triplets, the dataset contains 32,632 question-answer pairs on 4,289 images.
55
 
56
  #### Supported Tasks and Leaderboards
57
+ This dataset has an active leaderboard which can be found on [Papers with Code](https://paperswithcode.com/sota/medical-visual-question-answering-on-pathvqa).
58
+ The models are ranked based on three metrics: "Yes/No Accuracy", "Free-form accuracy" and "Overall accuracy". "Yes/No Accuracy" is
59
  the accuracy of a model's generated answers for the subset of binary "yes/no" questions. "Free-form accuracy" is the accuracy
60
  of a model's generated answers for the subset of open-ended questions. "Overall accuracy" is the accuracy of a model's generated
61
  answers across all questions.