teruo6939 commited on
Commit
ee2dd35
·
verified ·
1 Parent(s): de94f07

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -11
README.md CHANGED
@@ -43,9 +43,10 @@ English/[Japanese](README_ja.md)
43
 
44
  ## Dataset Summary
45
 
46
- This benchmark evaluates Japan-specific knowledge, such as culture and customs, using multiple-choice questions.
47
- This benchmark includes eight categories: Japanese culture, custom, regional identity, geography, history, government, law and healthcare.
48
- To achieve high accuracy, the model must possess extensive Japanese knowledge.
 
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
- - Culture, customs, geography, history, government, law, healthcare.
93
  - `question (str)`: The question text.
94
- - Converted from full-width to half-width characters except for katakana characters.
95
- - Does not contain line breaks (`\n`).
96
- - Whitespace at the beginning/end has been removed.
97
  - `choice{0..3} (str)`: Four answer options (choice0 to choice3).
98
- - Converted from full-width to half-width characters except for katakana characters.
99
- - Does not contain line breaks (`\n`).
100
- - Whitespace at the beginning/end has been removed.
101
- - `answer_index (int)`: The index of the correct answer among choice{0..3} (0–3).
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