Datasets:
Tasks:
Visual Question Answering
Formats:
parquet
Languages:
English
Size:
10K - 100K
ArXiv:
Tags:
medical
License:
Commit
·
af5099f
1
Parent(s):
c6cf20a
Update README.md
Browse files
README.md
CHANGED
@@ -20,8 +20,17 @@ questions. The dataset is built from two publicly-available pathology textbooks:
|
|
20 |
(PEIR). The copyrights of images and captions belong to the publishers and authors of these two books,
|
21 |
and the owners of the PEIR digital library.
|
22 |
|
|
|
|
|
|
|
|
|
23 |
## Dataset Summary
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
|
25 |
-
- **Paper:** [PathVQA: 30000+ Questions for Medical Visual Question Answering](https://arxiv.org/abs/2003.10286)
|
26 |
-
- **Repository:** [PathVQA Official GitHub Repository](https://github.com/UCSD-AI4H/PathVQA)
|
27 |
-
- **Leaderboard:** [Papers with Code Leaderboard](https://paperswithcode.com/sota/medical-visual-question-answering-on-pathvqa)
|
|
|
20 |
(PEIR). The copyrights of images and captions belong to the publishers and authors of these two books,
|
21 |
and the owners of the PEIR digital library.
|
22 |
|
23 |
+
**Paper:** [PathVQA: 30000+ Questions for Medical Visual Question Answering](https://arxiv.org/abs/2003.10286)
|
24 |
+
**Repository:** [PathVQA Official GitHub Repository](https://github.com/UCSD-AI4H/PathVQA)
|
25 |
+
**Leaderboard:** [Papers with Code Leaderboard](https://paperswithcode.com/sota/medical-visual-question-answering-on-pathvqa)
|
26 |
+
|
27 |
## Dataset Summary
|
28 |
+
The data was obtained from the updated Google Drive link shared by the authors on Feb 15, 2023,
|
29 |
+
see the [commit](https://github.com/UCSD-AI4H/PathVQA/commit/117e7f4ef88a0e65b0e7f37b98a73d6237a3ceab)
|
30 |
+
in the GitHub repository. This version of the dataset contains a total of 5,004 images and 32,795 question-answer pairs.
|
31 |
+
Out of the 5,004 images, 4,289 images are referenced by a question-answer pair, while 715 images are not used.
|
32 |
+
Furthermore, there are several duplicates, i.e. there are some image-question-answer triplets which occur
|
33 |
+
more than once in the same split (training, validation, test). After dropping the duplicate image-question-answer
|
34 |
+
triplets, the dataset contains 32,632 question-answer pairs on 4,289 images.
|
35 |
+
|
36 |
|
|
|
|
|
|