Datasets:
Tasks:
Visual Question Answering
Formats:
parquet
Languages:
English
Size:
10K - 100K
ArXiv:
Tags:
medical
License:
Commit
·
73d8cd4
1
Parent(s):
4ecd15c
Update README.md
Browse files
README.md
CHANGED
@@ -78,9 +78,22 @@ Example from test dataset:
|
|
78 |
- `'answer'`: the text of the expected answer.
|
79 |
|
80 |
### Data Splits
|
81 |
-
The dataset is split into training, validation and test. The split is provided by the authors.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
|
83 |
-
| | train | validation | test |
|
84 |
-
|-------------------------|------:|-----------:|-----:|
|
85 |
-
| Input Sentences | | | |
|
86 |
-
| Average Sentence Length | | | |
|
|
|
78 |
- `'answer'`: the text of the expected answer.
|
79 |
|
80 |
### Data Splits
|
81 |
+
The dataset is split into training, validation and test. The split is provided directly by the authors.
|
82 |
+
|
83 |
+
## Additional Information
|
84 |
+
|
85 |
+
### Licensing Information
|
86 |
+
|
87 |
+
The authors have released the dataset under the [MIT License](https://github.com/UCSD-AI4H/PathVQA/blob/master/LICENSE).
|
88 |
+
|
89 |
+
### Citation Information
|
90 |
+
|
91 |
+
```
|
92 |
+
@article{he2020pathvqa,
|
93 |
+
title={PathVQA: 30000+ Questions for Medical Visual Question Answering},
|
94 |
+
author={He, Xuehai and Zhang, Yichen and Mou, Luntian and Xing, Eric and Xie, Pengtao},
|
95 |
+
journal={arXiv preprint arXiv:2003.10286},
|
96 |
+
year={2020}
|
97 |
+
}
|
98 |
+
```
|
99 |
|
|
|
|
|
|
|
|