flickr30k / README.md
babotrojka's picture
Convert dataset to Parquet
3183a3b verified
|
raw
history blame
1.14 kB
metadata
dataset_info:
  config_name: TEST
  features:
    - name: image
      dtype: image
    - name: caption
      list: string
    - name: sentids
      list: string
    - name: split
      dtype: string
    - name: img_id
      dtype: string
    - name: filename
      dtype: string
  splits:
    - name: test
      num_bytes: 4325959287.86
      num_examples: 31014
  download_size: 4305504040
  dataset_size: 4325959287.86
configs:
  - config_name: TEST
    data_files:
      - split: test
        path: TEST/test-*
    default: true

Flickr30k

Original paper: From image descriptions to visual denotations: New similarity metrics for semantic inference over event descriptions

Homepage: https://shannon.cs.illinois.edu/DenotationGraph/

Bibtex:

@article{young2014image,
  title={From image descriptions to visual denotations: New similarity metrics for semantic inference over event descriptions},
  author={Young, Peter and Lai, Alice and Hodosh, Micah and Hockenmaier, Julia},
  journal={Transactions of the Association for Computational Linguistics},
  volume={2},
  pages={67--78},
  year={2014},
  publisher={MIT Press}
}