Update README.md
Browse files
README.md
CHANGED
|
@@ -23,16 +23,16 @@ configs:
|
|
| 23 |
---
|
| 24 |
|
| 25 |
# WAON-Bench: Japanese Cultural Image Classification Dataset
|
| 26 |
-
WAON-Bench is a
|
| 27 |
-
It
|
| 28 |
|
| 29 |
|
| 30 |
## Data Collection Pipeline
|
| 31 |
We followed the pipeline below to construct the dataset:
|
| 32 |
|
| 33 |
-
1. **Class Definition**: A total of
|
| 34 |
animal, building, event, everyday, food, nature, scenery, and tradition.
|
| 35 |
-
2. **Image Selection**: For each class,
|
| 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://
|
| 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 |
|
| 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 |
|