teruo6939 commited on
Commit
43bf01a
·
verified ·
1 Parent(s): fac91f3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -49,7 +49,7 @@ English/[Japanese](README_ja.md)
49
  ## Dataset Summary
50
 
51
  This benchmark evaluates knowledge specific to Japan through multiple-choice questions.
52
- It covers eight categories: culture, custom, regional identity, geography, history, government, law, and healthcare.
53
  Achieving high performance requires broad and detailed understanding of Japan across these categories.
54
 
55
  ## Leaderboard
@@ -59,7 +59,7 @@ Achieving high performance requires broad and detailed understanding of Japan ac
59
  In this multiple-choice question answering task, the LLM outputs the option string rather than the option label,
60
  and accuracy is calculated as the proportion of questions whose output exactly matches the gold correct option string.
61
 
62
- | Model | Micro-average | culture | custom | regional identity | geography | history | government | law | healthcare |
63
  |:---|---:|---:|---:|---:|---:|---:|---:|---:|---:|
64
  | [sarashina2-8x70b](https://huggingface.co/sbintuitions/sarashina2-8x70b) | **0.7254** | 0.7141 | **0.7750** | **0.7607** | 0.6544 | **0.7843** | 0.7364 | 0.6321 | **0.9167** |
65
  | [sarashina2-70b](https://huggingface.co/sbintuitions/sarashina2-70b) | 0.7246 | **0.7188** | 0.7450 | 0.7355 | **0.6728** | 0.7638 | 0.7636 | 0.6656 | **0.9167** |
@@ -97,7 +97,7 @@ An example from culture category looks as follows:
97
 
98
  - `qid (str)`: A unique identifier for each question.
99
  - `category (str)`: The category of the question.
100
- - culture, custom, regional identity, geography, history, government, law, and healthcare
101
  - `question (str)`: The question text.
102
  - Converted from full-width to half-width characters, excluding katakana characters.
103
  - Does not contain any line breaks (`\n`).
@@ -119,7 +119,7 @@ Number of Examples:
119
  | --- | ---: | ---: |
120
  | culture | 4 | 640 |
121
  | custom | 4 | 200 |
122
- | regional identity | 4 | 397 |
123
  | geography | 4 | 272 |
124
  | history | 4 | 343 |
125
  | government | 4 | 110 |
 
49
  ## Dataset Summary
50
 
51
  This benchmark evaluates knowledge specific to Japan through multiple-choice questions.
52
+ It covers eight categories: culture, custom, regional_identity, geography, history, government, law, and healthcare.
53
  Achieving high performance requires broad and detailed understanding of Japan across these categories.
54
 
55
  ## Leaderboard
 
59
  In this multiple-choice question answering task, the LLM outputs the option string rather than the option label,
60
  and accuracy is calculated as the proportion of questions whose output exactly matches the gold correct option string.
61
 
62
+ | Model | Micro-average | culture | custom | regional_identity | geography | history | government | law | healthcare |
63
  |:---|---:|---:|---:|---:|---:|---:|---:|---:|---:|
64
  | [sarashina2-8x70b](https://huggingface.co/sbintuitions/sarashina2-8x70b) | **0.7254** | 0.7141 | **0.7750** | **0.7607** | 0.6544 | **0.7843** | 0.7364 | 0.6321 | **0.9167** |
65
  | [sarashina2-70b](https://huggingface.co/sbintuitions/sarashina2-70b) | 0.7246 | **0.7188** | 0.7450 | 0.7355 | **0.6728** | 0.7638 | 0.7636 | 0.6656 | **0.9167** |
 
97
 
98
  - `qid (str)`: A unique identifier for each question.
99
  - `category (str)`: The category of the question.
100
+ - culture, custom, regional_identity, geography, history, government, law, and healthcare
101
  - `question (str)`: The question text.
102
  - Converted from full-width to half-width characters, excluding katakana characters.
103
  - Does not contain any line breaks (`\n`).
 
119
  | --- | ---: | ---: |
120
  | culture | 4 | 640 |
121
  | custom | 4 | 200 |
122
+ | regional_identity | 4 | 397 |
123
  | geography | 4 | 272 |
124
  | history | 4 | 343 |
125
  | government | 4 | 110 |