Update README.md
Browse files
README.md
CHANGED
@@ -43,9 +43,10 @@ English/[Japanese](README_ja.md)
|
|
43 |
|
44 |
## Dataset Summary
|
45 |
|
46 |
-
|
47 |
-
This benchmark
|
48 |
-
|
|
|
49 |
|
50 |
## Leaderboard
|
51 |
|
@@ -89,16 +90,16 @@ An example from culture category looks as follows:
|
|
89 |
|
90 |
- `qid (str)`: A unique identifier for each question.
|
91 |
- `category (str)`: The category of the question.
|
92 |
-
-
|
93 |
- `question (str)`: The question text.
|
94 |
-
- Converted from full-width to half-width characters
|
95 |
-
- Does not contain line breaks (`\n`).
|
96 |
-
-
|
97 |
- `choice{0..3} (str)`: Four answer options (choice0 to choice3).
|
98 |
-
- Converted from full-width to half-width characters
|
99 |
-
- Does not contain line breaks (`\n`).
|
100 |
-
-
|
101 |
-
- `answer_index (int)`: The index of the correct answer among
|
102 |
|
103 |
## Data Splits
|
104 |
|
|
|
43 |
|
44 |
## Dataset Summary
|
45 |
|
46 |
+
Dataset Summary
|
47 |
+
This benchmark evaluates knowledge specific to Japan through multiple-choice questions.
|
48 |
+
It covers eight categories: culture, customs, regional identity, geography, history, government, law, and healthcare.
|
49 |
+
Achieving high performance requires broad and detailed understanding of Japan across these domains.
|
50 |
|
51 |
## Leaderboard
|
52 |
|
|
|
90 |
|
91 |
- `qid (str)`: A unique identifier for each question.
|
92 |
- `category (str)`: The category of the question.
|
93 |
+
- culture, customs, regional identity, geography, history, government, law, healthcare
|
94 |
- `question (str)`: The question text.
|
95 |
+
- Converted from full-width to half-width characters, excluding katakana characters.
|
96 |
+
- Does not contain any line breaks (`\n`).
|
97 |
+
- Leading and trailing whitespace is removed.
|
98 |
- `choice{0..3} (str)`: Four answer options (choice0 to choice3).
|
99 |
+
- Converted from full-width to half-width characters, excluding katakana characters.
|
100 |
+
- Does not contain any line breaks (`\n`).
|
101 |
+
- Leading and trailing whitespace is removed.
|
102 |
+
- `answer_index (int)`: The index of the correct answer among `choice0` to `choice3` (0–3).
|
103 |
|
104 |
## Data Splits
|
105 |
|