speed commited on
Commit
9e3bd35
·
verified ·
1 Parent(s): 89d870a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -13
README.md CHANGED
@@ -23,16 +23,16 @@ configs:
23
  ---
24
 
25
  # WAON-Bench: Japanese Cultural Image Classification Dataset
26
- WAON-Bench is a small-scale, manually curated image classification dataset designed to benchmark Vision-Language models on the visual understanding of Japanese culture.
27
- It consists of 385 images, each corresponding to a distinct class, capturing a wide range of cultural, natural, and everyday elements of Japanese life.
28
 
29
 
30
  ## Data Collection Pipeline
31
  We followed the pipeline below to construct the dataset:
32
 
33
- 1. **Class Definition**: A total of 385 class names were manually defined and grouped into eight top-level categories:
34
  animal, building, event, everyday, food, nature, scenery, and tradition.
35
- 2. **Image Selection**: For each class, a representative image was manually retrieved using Google Image Search. \
36
  Images were selected based on the following criteria:
37
  - The image should clearly represent the intended class.
38
  - It should not contain elements that could be easily confused with other classes.
@@ -47,7 +47,7 @@ Each sample includes:
47
 
48
  Example:
49
  ```
50
- {'class': '柴犬', 'url': 'https://www.woodtec.co.jp/products/lineup/flooring/fordog/wp/wp-content/uploads/2024/12/67-1-1024x683.jpg', 'category': 'animal', 'jpg': <PIL.PngImagePlugin.PngImageFile image mode=RGB size=1024x683 at 0x7FC03F469700>}
51
  ```
52
 
53
  ## Statistics
@@ -55,21 +55,21 @@ Example:
55
  - **Class num per category**
56
  | **class** | animal | building | event | everyday | food | nature | scenery | tradition | total |
57
  |----------:|-------:|---------:|------:|---------:|-----:|-------:|--------:|----------:|------:|
58
- | **count** | 41 | 39 | 30 | 34 | 55 | 26 | 85 | 75 | 385 |
59
 
60
 
61
 
62
  - **Example Class Names per Category**
63
  |category | class names|
64
  |:-----------|--------:|
65
- | animal | '柴犬', 'エゾシカ', 'ニホンカモシカ', 'イノシシ', 'タヌキ', ...|
66
- | building | '鳥居', '茶室', '合掌造り', '町家', '和室', '縁側', ...|
67
  | event | '花見', '花火大会', '盆踊り', '運動会', '卒業式', '成人式', ...|
68
- | everyday | 'カラオケ', '温泉', '屋台', '洗濯物', 'ランドセル', ...|
69
- | food | '茄子', 'しらす', 'ラーメン', '焼き鳥', '焼肉', '白米', '弁当', 'カレーライス', ...|
70
- | nature | '桜', '梅', '藤', '牡丹', 'つばき', 'アサガオ', 'アジサイ', '噴火', ...|
71
- | scenery | '茶畑', '雪国の街並み', '漁港', '砂防ダム', '石垣', '自動販売機', ...|
72
- | tradition| '華道', '書道', '剣道', '柔道', '弓道', ...|
73
 
74
 
75
 
 
23
  ---
24
 
25
  # WAON-Bench: Japanese Cultural Image Classification Dataset
26
+ WAON-Bench is a manually curated image classification dataset designed to benchmark Vision-Language models on visual understanding of Japanese culture.
27
+ It comprises 374 classes, each containing 5 images, covering a diverse range of cultural, natural, and everyday aspects of Japanese life.
28
 
29
 
30
  ## Data Collection Pipeline
31
  We followed the pipeline below to construct the dataset:
32
 
33
+ 1. **Class Definition**: A total of 374 class names were manually defined and grouped into eight top-level categories:
34
  animal, building, event, everyday, food, nature, scenery, and tradition.
35
+ 2. **Image Selection**: For each class, 5 images were manually retrieved using Google Image Search. \
36
  Images were selected based on the following criteria:
37
  - The image should clearly represent the intended class.
38
  - It should not contain elements that could be easily confused with other classes.
 
47
 
48
  Example:
49
  ```
50
+ {'class': '柴犬', 'url': 'https://img.wanqol.com/2020/11/6e489894-main.jpg?auto=format', 'category': 'animal', 'jpg': <PIL.PngImagePlugin.PngImageFile image mode=RGB size=1440x1000 at 0x7F8FA9E10170>}
51
  ```
52
 
53
  ## Statistics
 
55
  - **Class num per category**
56
  | **class** | animal | building | event | everyday | food | nature | scenery | tradition | total |
57
  |----------:|-------:|---------:|------:|---------:|-----:|-------:|--------:|----------:|------:|
58
+ | **count** | 41 | 40 | 29 | 45 | 55 | 27 | 75 | 62 | 374 |
59
 
60
 
61
 
62
  - **Example Class Names per Category**
63
  |category | class names|
64
  |:-----------|--------:|
65
+ | animal | '柴犬', 'エゾシカ', 'ニホンカモシカ', 'イノシシ', ...|
66
+ | building | '鳥居', '茶室', '合掌造り', '町家', '縁側', ...|
67
  | event | '花見', '花火大会', '盆踊り', '運動会', '卒業式', '成人式', ...|
68
+ | everyday | 'カラオケ', '温泉', '屋台', '洗濯物', '敷布団', ...|
69
+ | food | '茄子', 'しらす', 'ラーメン', '焼き鳥', '焼肉', ...|
70
+ | nature | '桜', '梅', '藤', ', '噴火', ...|
71
+ | scenery | '茶畑', '雪国の街並み', '漁港', '砂防ダム', '石垣', ...|
72
+ | tradition| '華道', 剣道', '柔道', '弓道', ...|
73
 
74
 
75