vqa-rad / README.md
shangzhu's picture
Upload dataset
0b9907d verified
metadata
dataset_info:
  features:
    - name: image
      dtype: image
    - name: question
      dtype: string
    - name: answer
      dtype: string
    - name: problem
      dtype: string
    - name: images
      list:
        - name: bytes
          dtype: binary
        - name: path
          dtype: 'null'
  splits:
    - name: train
      num_bytes: 190363513.875
      num_examples: 1793
    - name: test
      num_bytes: 47614377
      num_examples: 451
  download_size: 109791202
  dataset_size: 237977890.875
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*

This dataset is borrowed and adapted from flaviagiammarino/vqa-rad for development purposes.

Citation

@article{lau2018dataset,
    title={A dataset of clinically generated visual questions and answers about radiology images},
    author={Lau, Jason J and Gayen, Soumya and Ben Abacha, Asma and Demner-Fushman, Dina},
    journal={Scientific data},
    volume={5},
    number={1},
    pages={1--10},
    year={2018},
    publisher={Nature Publishing Group}
}