https://github.com/yahoojapan/yjcaptions
https://github.com/yahoojapan/yjcaptions
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yahoojapan/yjcaptions
- Owner: yahoojapan
- Created: 2016-11-10T07:48:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-29T01:46:39.000Z (almost 9 years ago)
- Last Synced: 2025-03-29T16:23:03.971Z (7 months ago)
- Size: 3.96 MB
- Stars: 59
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
YJ Captions 26k Dataset
=======================
We have developed a Japanese version of the MS COCO caption dataset, which we call YJ Captions 26k Dataset. It is created to facilitate the development of image captioning in Japanese language. Each Japanese caption describes the specified image provided in [MS COCO dataset]( http://mscoco.org/dataset/#download) and each image has 5 captions.
## Annotation Format
The annotations are stored using the JSON file format.
The annotation scheme is the same as that of [MS COCO](http://mscoco.org/dataset/#download). Please see the section on Image Caption Annotations.## License
[Creative Commons Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/legalcode)
## Citation
```
@InProceedings{P16-1168,
author = "Miyazaki, Takashi and Shimizu, Nobuyuki",
title = "Cross-Lingual Image Caption Generation",
booktitle = "Proceedings of the 54th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
year = "2016",
publisher = "Association for Computational Linguistics",
pages = "1780--1790",
location = "Berlin, Germany",
doi = "10.18653/v1/P16-1168",
url = "http://aclweb.org/anthology/P16-1168"
}
```