Datasets:
File size: 2,951 Bytes
e5bbf4a 3018eeb 8d2c3bc e5bbf4a 8d2c3bc 3018eeb e5bbf4a 3018eeb e5bbf4a ddcbeeb e5bbf4a 3018eeb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 |
---
license: cc-by-sa-4.0
language:
- ja
modalities:
- image
- text
tags:
- image
- text
task_categories:
- image-to-text
pretty_name: Wikipedia-Vision-JA
size_categories:
- 1M<n<10M
---
# Dataset Card for Wikipedia-Vision-JA
## Dataset description
The **Wikipedia-Vision-JA** is a Vision Language Model dataset generated from Japanese Wikipedia, containing 1.6M pairs of images, captions, and descriptions.
This dataset itself does not contain raw image data. Instead, an `image_url` is provided for each item.
## Format
`Wikipedia_Vision_JA.jsonl` contains JSON-formatted rows with the following keys:
* `key`: Unique JSON ID
* `caption`: Short caption for the image
* `description`: Paragraph of the article nearest to the image
* `article_url`: URL of the article containing the image
* `image_url`: URL for the image
* `image_hash`: Hash value for `image_url`
### Sample
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/7/79/Alan_Turing_az_1930-as_%C3%A9vekben.jpg/400px-Alan_Turing_az_1930-as_%C3%A9vekben.jpg">
```json
{
"key": "000057870",
"caption": "アラン・チューリング",
"description": "アラン・マシスン・チューリング(Alan Mathison Turing、英語発音: [tjúǝrɪŋ]〔音写の一例:テュァリング〕, OBE, FRS 1912年6月23日 - 1954年6月7日)は、イギリスの数学者、暗号研究者、計算機科学者、哲学者である。日本語において姓 Turing はテューリングとも表記される。 電子計算機の黎明期の研究に従事し、計算機械チューリングマシンとして計算を定式化して、その知性や思考に繋がりうる能力と限界の問題を議論するなど情報処理の基礎的・原理的分野において大きな貢献をした。また、偏微分方程式におけるパターン形成の研究などでも先駆的な業績がある。 経歴・業績の基盤となる出発点は数学であったが、第二次世界大戦中に暗号解読業務に従事した。また黎明期の電子計算機の開発に携わった事でコンピューター・情報処理の基礎理論である計算可能性等に関する仕事をすることとなった。",
"article_url": "https://ja.wikipedia.org/wiki/アラン・チューリング",
"image_url": "https://upload.wikimedia.org/wikipedia/commons/thumb/7/79/Alan_Turing_az_1930-as_%C3%A9vekben.jpg/400px-Alan_Turing_az_1930-as_%C3%A9vekben.jpg",
"image_hash": "52fcf6db07"
}
```
## License
Inheriting Wikipedia's CC-BY-SA 4.0 License for articles, this dataset is distributed under the CC-BY-SA 4.0 License. Note that you may also need to adhere to each image's license when using raw image data, even though the URL is provided in this dataset.
## Acknowledgement
This dataset is based on results obtained from a project, JPNP20017, subsidized by the New Energy and Industrial Technology Development Organization (NEDO). |