yangdonghun3 commited on
Commit
3a84a97
·
verified ·
1 Parent(s): 24e21a4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +291 -159
README.md CHANGED
@@ -1,199 +1,331 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
2
  library_name: transformers
3
- tags: []
 
4
  ---
5
 
6
- # Model Card for Model ID
7
 
8
- <!-- Provide a quick summary of what the model is/does. -->
9
 
10
 
 
 
 
 
 
11
 
12
- ## Model Details
13
-
14
- ### Model Description
15
-
16
- <!-- Provide a longer summary of what this model is. -->
17
-
18
- This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
-
20
- - **Developed by:** [More Information Needed]
21
- - **Funded by [optional]:** [More Information Needed]
22
- - **Shared by [optional]:** [More Information Needed]
23
- - **Model type:** [More Information Needed]
24
- - **Language(s) (NLP):** [More Information Needed]
25
- - **License:** [More Information Needed]
26
- - **Finetuned from model [optional]:** [More Information Needed]
27
-
28
- ### Model Sources [optional]
29
-
30
- <!-- Provide the basic links for the model. -->
31
-
32
- - **Repository:** [More Information Needed]
33
- - **Paper [optional]:** [More Information Needed]
34
- - **Demo [optional]:** [More Information Needed]
35
-
36
- ## Uses
37
-
38
- <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
-
40
- ### Direct Use
41
-
42
- <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
-
44
- [More Information Needed]
45
-
46
- ### Downstream Use [optional]
47
-
48
- <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
-
50
- [More Information Needed]
51
-
52
- ### Out-of-Scope Use
53
-
54
- <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
-
56
- [More Information Needed]
57
-
58
- ## Bias, Risks, and Limitations
59
-
60
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
-
62
- [More Information Needed]
63
-
64
- ### Recommendations
65
-
66
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
-
68
- Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
-
70
- ## How to Get Started with the Model
71
-
72
- Use the code below to get started with the model.
73
-
74
- [More Information Needed]
75
-
76
- ## Training Details
77
-
78
- ### Training Data
79
-
80
- <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
-
82
- [More Information Needed]
83
 
84
- ### Training Procedure
 
 
85
 
86
- <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
 
 
87
 
88
- #### Preprocessing [optional]
 
89
 
90
- [More Information Needed]
91
 
 
92
 
93
- #### Training Hyperparameters
94
 
95
- - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
 
 
 
 
 
 
96
 
97
- #### Speeds, Sizes, Times [optional]
98
-
99
- <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
-
101
- [More Information Needed]
102
-
103
- ## Evaluation
104
-
105
- <!-- This section describes the evaluation protocols and provides the results. -->
106
-
107
- ### Testing Data, Factors & Metrics
108
-
109
- #### Testing Data
110
-
111
- <!-- This should link to a Dataset Card if possible. -->
112
-
113
- [More Information Needed]
114
-
115
- #### Factors
116
-
117
- <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
-
119
- [More Information Needed]
120
-
121
- #### Metrics
122
-
123
- <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
-
125
- [More Information Needed]
126
-
127
- ### Results
128
-
129
- [More Information Needed]
130
-
131
- #### Summary
132
-
133
-
134
-
135
- ## Model Examination [optional]
136
-
137
- <!-- Relevant interpretability work for the model goes here -->
138
-
139
- [More Information Needed]
140
-
141
- ## Environmental Impact
142
-
143
- <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
-
145
- Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
-
147
- - **Hardware Type:** [More Information Needed]
148
- - **Hours used:** [More Information Needed]
149
- - **Cloud Provider:** [More Information Needed]
150
- - **Compute Region:** [More Information Needed]
151
- - **Carbon Emitted:** [More Information Needed]
152
 
153
- ## Technical Specifications [optional]
154
 
155
- ### Model Architecture and Objective
156
 
157
- [More Information Needed]
158
 
159
- ### Compute Infrastructure
160
 
161
- [More Information Needed]
162
 
163
- #### Hardware
 
 
 
 
 
 
 
164
 
165
- [More Information Needed]
166
 
167
- #### Software
168
 
169
- [More Information Needed]
170
 
171
- ## Citation [optional]
172
 
173
- <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
 
 
 
 
 
 
 
 
174
 
175
- **BibTeX:**
176
 
177
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
178
 
179
- **APA:**
180
 
181
- [More Information Needed]
182
 
183
- ## Glossary [optional]
184
 
185
- <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
 
187
- [More Information Needed]
 
 
 
 
 
 
 
188
 
189
- ## More Information [optional]
190
 
191
- [More Information Needed]
192
 
193
- ## Model Card Authors [optional]
194
 
195
- [More Information Needed]
 
 
 
196
 
197
- ## Model Card Contact
198
 
199
- [More Information Needed]
 
 
 
 
 
 
1
  ---
2
+ license: apache-2.0
3
+ language:
4
+ - ko
5
+ - en
6
+ tags:
7
+ - text-generation
8
+ - pytorch
9
+ - A.X 3
10
+ - KISTI
11
+ - KONI
12
+ - 7b
13
  library_name: transformers
14
+ base_model:
15
+ - skt/A.X-3.1-Light
16
  ---
17
 
18
+ # KONI-7B-R-20250831
19
 
20
+ [**KONI (KISTI Open Neural Intelligence)**](https://huggingface.co/KISTI-KONI) is a large language model developed by the Korea Institute of Science and Technology Information (KISTI). Designed specifically for the scientific and technological domains, KONI excels in both Korean and English, making it an ideal tool for tasks requiring specialized knowledge in these areas.
21
 
22
 
23
+ <div class="logo-row">
24
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/60d3e619b8448e1785bbda2a/RJUQtsIG1xwSHk2KuuDl_.png" alt="Koni logo" class="koni-logo">
25
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/60d3e619b8448e1785bbda2a/xYJqy-qqWzN2FjQwcV80Z.png" alt="OneLineAI logo" class="OneLineAI-logo">
26
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/60d3e619b8448e1785bbda2a/mJjX11ZN6dYMihNAk_IFn.png" alt="HAE-RAE logo" class="HAE-RAE-logo">
27
+ </div>
28
 
29
+ <style>
30
+ .logo-row {
31
+ display: flex;
32
+ align-items: center; /* vertical align */
33
+ justify-content: center; /* center the pair (optional) */
34
+ gap: 3px; /* space between logos */
35
+ flex-wrap: wrap; /* stack on very small screens */
36
+ }
37
+ .logo-row img {
38
+ width: auto; /* keep aspect ratio */
39
+ object-fit: contain;
40
+ }
41
+ .koni-logo {
42
+ height: 200px; /* KONI 크게 */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
 
44
+ }
45
+ .OneLineAI-logo {
46
+ height: 110px; /* KONI 크게 */
47
 
48
+ }
49
+ .HAE-RAE-logo {
50
+ height: 160px; /* KONI 크게 */
51
 
52
+ }
53
+ </style>
54
 
 
55
 
56
+ **KONI-7B-R-20250831** is an 7B Korean reasoning–specialized model developed collaboratively by KISTI, OneLineAI, HAE-RAE, and ORACLE as part of the [**KO-REAson series**](https://huggingface.co/KOREAson). Built upon [A.X-3.1-Light](https://huggingface.co/skt/A.X-3.1-Light), it is an instruction-tuned variant optimized for Korean-centric reasoning with full English support. By leveraging the **Language-Mixed Chain-of-Thought strategy**—interleaving Korean and English during the reasoning stage—the model improves both consistency and accuracy in complex reasoning. It is designed to address a wide range of tasks, from science and technology queries to general knowledge, mathematics, and logical problem-solving. While fully maintaining the tokenizer, context length, and API compatibility of the base model, it further enhances performance through supervised fine-tuning (SFT) tailored for Korean reasoning and terminology preservation.
57
 
58
+ ## Key Features
59
 
60
+ - **Korean-Centric Reasoning with English Support**: Optimized primarily for Korean reasoning tasks while providing full support for English, enabling robust bilingual usage.
61
+ - **Language-Mixed Chain-of-Thought**: Employs Language-Mixed Chain-of-Thought strategy that interleaves Korean and English during the thought process, improving both consistency and accuracy in complex reasoning.
62
+ - **Specialized in Science & Technology**: Trained with strong emphasis on scientific and technological domains, making it well-suited for expert-level queries in these areas.
63
+ - **Base Model**: Built upon [A.X-3.1-Light](https://huggingface.co/skt/A.X-3.1-Light).
64
+ - **Alignment**: Enhanced through Supervised Fine-Tuning (SFT) on 260k Language-Mixed Chain-of-Thought (CoT) examples, tailored for bilingual(Korean/English) reasoning and terminology preservation.
65
+ - **Strengths**: Demonstrating substantial performance gains across diverse reasoning benchmarks, this model provides coherent and complex reasoning in both Korean and English, capable of addressing a broad spectrum of tasks such as science and technology queries, general knowledge, mathematics, and logical problem-solving.
66
+ - **Intended Use**: Designed for science and technology Q&A, mathematical and logical problem-solving, Korean document understanding, and as a reasoning backbone for agent systems.
67
 
68
+ ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
69
 
70
+ # KO-REAson
71
 
72
+ [**KO-REAson**](https://huggingface.co/KOREAson) is a series of Korean-centric reasoning language models developed in collaboration with [OneLineAI](https://onelineai.com/), [KISTI-KONI](https://huggingface.co/KISTI-KONI), [HAE-RAE](https://huggingface.co/HAERAE-HUB) and ORACLE.
73
 
74
+ We use the **Language-Mixed Chain-of-Thought (CoT)** approach, which allows the model to alternate between English and Korean during the “Think” stage of reasoning, preserving key Korean terms while leveraging English for logical scaffolding.
75
 
76
+ Top-performing models of our series [KONI-7B-R-20250831 (KO-REAson-AX3_1-7B-0831)](https://huggingface.co/KISTI-KONI/KONI-7B-R-20250831) and [KO-REAson-7B-Q2_5-0831](https://huggingface.co/KoReason/KO-REASon-7B-Q2_5-0831) show performance comparable to models trained on closed-source datasets such as Exaone-Deep-7.8B.
77
 
 
78
 
79
+ <p align="center">
80
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/60d3e619b8448e1785bbda2a/uqrKdxbQEqAFknYBmuH7Y.png"
81
+ alt="Model Comparison" width="500"/>
82
+ <em style="display:inline-block; text-align:center; white-space:normal; word-wrap:break-word; line-height:1.5; margin-top:0px;">
83
+ Average performance (Held-out-Ko) of open models trained on closed or open data. <br>
84
+ (Our models are highlighted in green.)
85
+ </em>
86
+ </p>
87
 
88
+ ---
89
 
90
+ ## Model Details
91
 
92
+ The **KO-REAson-0831** family comes in six variants based on the base model used.
93
 
94
+ <div align="center">
95
 
96
+ | Model | Base |
97
+ | :--------------------------------------------------------------------------------------------: | :--------------------: |
98
+ | [KO-REAson-L3_1-8B-0831](https://huggingface.co/KoReason/KO-REASon-L3_1-8B-0831) | [Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Llama-3.1-8B-Instruct) |
99
+ | [KONI-Llama3.1-8B-R-20250831(KO-REAson-KL3_1-8B-0831)](https://huggingface.co/KISTI-KONI/KONI-Llama3.1-8B-R-20250831) | [KONI-Llama3.1-8B-Instruct-20241024](https://huggingface.co/KISTI-KONI/KONI-Llama3.1-8B-Instruct-20241024) |
100
+ | [KO-REAson-G3-4B-0831](https://huggingface.co/KoReason/KO-REASon-G3-4B-0831) | [Gemma-3-4b-it](https://huggingface.co/google/gemma-3-4b-it) |
101
+ | [KONI-7B-R-20250831(KO-REAson-AX3_1-7B-0831)](https://huggingface.co/KISTI-KONI/KONI-7B-R-20250831) | [A.X-3.1-Light (≈7B)](https://huggingface.co/skt/A.X-3.1-Light) |
102
+ | [KO-REAson-K2505_8B-0831](https://huggingface.co/KoReason/KO-REASon-K2505_8B-0831) | [kanana-1.5-8b-instruct-2505](https://huggingface.co/kakaocorp/kanana-1.5-8b-instruct-2505) |
103
+ | [KO-REAson-7B-Q2_5-0831](https://huggingface.co/KoReason/KO-REASon-7B-Q2_5-0831) | [Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct) |
104
+ </div>
105
 
106
+ ---
107
 
108
+ # Performance
109
+
110
+ **Evaluation Datasets**
111
+
112
+ The model's performance was evaluated across a total of 11 benchmarks, and the evaluation suite is divided into two parts: (You can check these benchmarks in [HAERAE-HUB/KoSimpleEval](https://huggingface.co/datasets/HAERAE-HUB/KoSimpleEval))
113
+
114
+ - **Held-in**: This set of benchmarks is used for routine monitoring of the model's performance during the training and ablation study phases.
115
+ - **Held-out**: This set is used only once to evaluate the final model after all training and ablations are complete.
116
+
117
+ This separation is designed to prevent inadvertent overfitting to the benchmarks during the iterative training process and to provide a more accurate measure of the model's generalization capabilities.
118
+
119
+ <div align="center">
120
+
121
+ |**Category**|**Held-in**|**Held-out**|
122
+ |:---:|:---:|:---:|
123
+ |**General Knowledge**|KMMLU-Redux|KMMLU-HARD, KMMLU-Pro|
124
+ |**Reasoning**|MCLM|KSM, GPQA, AIME2024, AIME2025|
125
+ |**Korean-specific**|HAE-RAE Bench|CLIcK, KoBALT-700|
126
+
127
+ </div>
128
+
129
+ **Comparison with models trained on public datasets**
130
+
131
+ <table align="center" style="margin:auto; border-collapse:collapse; text-align:center; vertical-align:middle;">
132
+ <thead>
133
+ <tr>
134
+ <th style="text-align:center; vertical-align:middle;">Models</th>
135
+ <th style="text-align:center; vertical-align:middle;">#Instances</th>
136
+ <th style="text-align:center; vertical-align:middle;">Methodology</th>
137
+ <th style="text-align:center; vertical-align:middle;">Held-Out(Ko)</th>
138
+ <th style="text-align:center; vertical-align:middle;">Held-Out(En)</th>
139
+ <th style="text-align:center; vertical-align:middle;">Total</th>
140
+ </tr>
141
+ </thead>
142
+ <tbody>
143
+ <tr>
144
+ <th style="text-align:center; vertical-align:middle;">KONI-7B-R-20250831<br>(KO-REASon-AX3_1-7B-0831; Ours)</th>
145
+ <td style="text-align:center; vertical-align:middle;">260k</td>
146
+ <td style="text-align:center; vertical-align:middle;">SFT</td>
147
+ <td style="text-align:center; vertical-align:middle;"><b>44.60</b></td>
148
+ <td style="text-align:center; vertical-align:middle;">41.20</td>
149
+ <td style="text-align:center; vertical-align:middle;"><u>43.30</u></td>
150
+ </tr>
151
+ <tr>
152
+ <th style="text-align:center; vertical-align:middle;">KONI-Llama3.1-8B-R-20250831<br>(KO-REAson-KL3_1-8B-0831; Ours)</th>
153
+ <td style="text-align:center; vertical-align:middle;">260k</td>
154
+ <td style="text-align:center; vertical-align:middle;">SFT</td>
155
+ <td style="text-align:center; vertical-align:middle;">40.13</td>
156
+ <td style="text-align:center; vertical-align:middle;">30.57</td>
157
+ <td style="text-align:center; vertical-align:middle;">43.66</td>
158
+ </tr>
159
+ <tr>
160
+ <th style="text-align:center; vertical-align:middle;">KO-REASon-7B-Q2_5-0831<br>(Ours)</th>
161
+ <td style="text-align:center; vertical-align:middle;">260k</td>
162
+ <td style="text-align:center; vertical-align:middle;">SFT</td>
163
+ <td style="text-align:center; vertical-align:middle;"><b>45.10</b></td>
164
+ <td style="text-align:center; vertical-align:middle;">38.75</td>
165
+ <td style="text-align:center; vertical-align:middle;"><u>49.95</u></td>
166
+ </tr>
167
+ <tr>
168
+ <td colspan="6" style="text-align:center; font-weight:bold;">Open Recipe (En)</td>
169
+ </tr>
170
+ <tr>
171
+ <th style="text-align:center; vertical-align:middle;">OpenThinker3-7B</th>
172
+ <td style="text-align:center; vertical-align:middle;">1.2M</td>
173
+ <td style="text-align:center; vertical-align:middle;">SFT</td>
174
+ <td style="text-align:center; vertical-align:middle;">33.60</td>
175
+ <td style="text-align:center; vertical-align:middle;"><b>55.50</b></td>
176
+ <td style="text-align:center; vertical-align:middle;">41.80</td>
177
+ </tr>
178
+ <tr>
179
+ <th style="text-align:center; vertical-align:middle;">s1.1-7B</th>
180
+ <td style="text-align:center; vertical-align:middle;">1k</td>
181
+ <td style="text-align:center; vertical-align:middle;">SFT</td>
182
+ <td style="text-align:center; vertical-align:middle;">35.60</td>
183
+ <td style="text-align:center; vertical-align:middle;">23.40</td>
184
+ <td style="text-align:center; vertical-align:middle;">31.10</td>
185
+ </tr>
186
+ <tr>
187
+ <th style="text-align:center; vertical-align:middle;">Llama-3.1-Nemotron-Nano-8B-v1</th>
188
+ <td style="text-align:center; vertical-align:middle;">&gt;3M</td>
189
+ <td style="text-align:center; vertical-align:middle;">SFT &amp; RL</td>
190
+ <td style="text-align:center; vertical-align:middle;">27.00</td>
191
+ <td style="text-align:center; vertical-align:middle;">44.10</td>
192
+ <td style="text-align:center; vertical-align:middle;">33.40</td>
193
+ </tr>
194
+ <tr>
195
+ <td colspan="6" style="text-align:center; font-weight:bold;">Open Recipe (Ko)</td>
196
+ </tr>
197
+ <tr>
198
+ <th style="text-align:center; vertical-align:middle;">Ko-R1-14B</th>
199
+ <td style="text-align:center; vertical-align:middle;">45k</td>
200
+ <td style="text-align:center; vertical-align:middle;">SFT</td>
201
+ <td style="text-align:center; vertical-align:middle;"><u>43.70</u></td>
202
+ <td style="text-align:center; vertical-align:middle;"><u>46.30</u></td>
203
+ <td style="text-align:center; vertical-align:middle;"><b>44.70</b></td>
204
+ </tr>
205
+ <tr>
206
+ <th style="text-align:center; vertical-align:middle;">Ko-R1-7B</th>
207
+ <td style="text-align:center; vertical-align:middle;">45k</td>
208
+ <td style="text-align:center; vertical-align:middle;">SFT</td>
209
+ <td style="text-align:center; vertical-align:middle;">27.30</td>
210
+ <td style="text-align:center; vertical-align:middle;">36.10</td>
211
+ <td style="text-align:center; vertical-align:middle;">30.60</td>
212
+ </tr>
213
+ <tr>
214
+ <th style="text-align:center; vertical-align:middle;">LLaMa-3.1-Ko-Reasoning-8B</th>
215
+ <td style="text-align:center; vertical-align:middle;">63k</td>
216
+ <td style="text-align:center; vertical-align:middle;">SFT</td>
217
+ <td style="text-align:center; vertical-align:middle;">17.70</td>
218
+ <td style="text-align:center; vertical-align:middle;">7.70</td>
219
+ <td style="text-align:center; vertical-align:middle;">14.00</td>
220
+ </tr>
221
+ </tbody>
222
+ </table>
223
+
224
+ <br>
225
+
226
+ **Held-out benchmark performance**
227
+
228
+ <table border="1" cellspacing="0" cellpadding="6" style="margin:auto; border-collapse:collapse; text-align:center; vertical-align:middle; white-space:nowrap;">
229
+ <thead>
230
+ <tr>
231
+ <th rowspan="2">Model</th>
232
+ <th rowspan="2">Model Size</th>
233
+ <th colspan="2">General</th>
234
+ <th colspan="4">Reasoning</th>
235
+ <th colspan="2">Korean-Specific</th>
236
+ <th rowspan="2">Average<br>(Held-out)</th>
237
+ <th rowspan="2">Average<br>(Held-out-Ko)</th>
238
+ </tr>
239
+ <tr>
240
+ <th style="text-align:center; vertical-align:middle;">KMMLU-HARD</th>
241
+ <th style="text-align:center; vertical-align:middle;">KMMLU-Pro</th>
242
+ <th style="text-align:center; vertical-align:middle;">KSM</th>
243
+ <th style="text-align:center; vertical-align:middle;">AIME 2024</th>
244
+ <th style="text-align:center; vertical-align:middle;">AIME 2025</th>
245
+ <th style="text-align:center; vertical-align:middle;">GPQA</th>
246
+ <th style="text-align:center; vertical-align:middle;">CLIcK</th>
247
+ <th style="text-align:center; vertical-align:middle;">KoBALT-700</th>
248
+ </tr>
249
+ </thead>
250
+ <tbody>
251
+ <tr>
252
+ <td style="text-align:center; vertical-align:middle;"><b>Llama-3.1-Nemotron-Nano-8B</b></td>
253
+ <td style="text-align:center; vertical-align:middle;">8.03</td><td style="text-align:center; vertical-align:middle;">21.47</td><td style="text-align:center; vertical-align:middle;">22.89</td><td style="text-align:center; vertical-align:middle;">47.06</td><td style="text-align:center; vertical-align:middle;">56.67</td><td style="text-align:center; vertical-align:middle;">43.33</td><td style="text-align:center; vertical-align:middle;">32.32</td><td style="text-align:center; vertical-align:middle;">34.54</td><td style="text-align:center; vertical-align:middle;">9.29</td><td style="text-align:center; vertical-align:middle;">33.45</td><td style="text-align:center; vertical-align:middle;">27.05</td>
254
+ </tr>
255
+ <tr>
256
+ <td style="text-align:center; vertical-align:middle;"><b>Llama-3.1-Korean-Reasoning-8B-Instruct</b></td>
257
+ <td style="text-align:center; vertical-align:middle;">8.03</td><td style="text-align:center; vertical-align:middle;">14.91</td><td style="text-align:center; vertical-align:middle;">21.72</td><td style="text-align:center; vertical-align:middle;">6.09</td><td style="text-align:center; vertical-align:middle;">0.00</td><td style="text-align:center; vertical-align:middle;">0.00</td><td style="text-align:center; vertical-align:middle;">23.23</td><td style="text-align:center; vertical-align:middle;">39.65</td><td style="text-align:center; vertical-align:middle;">6.14</td><td style="text-align:center; vertical-align:middle;">13.97</td><td style="text-align:center; vertical-align:middle;">17.70</td>
258
+ </tr>
259
+ <tr>
260
+ <td style="text-align:center; vertical-align:middle;"><b>EXAONE-Deep-7.8B</b></td>
261
+ <td style="text-align:center; vertical-align:middle;">7.82</td><td style="text-align:center; vertical-align:middle;"><u>40.96</u></td><td style="text-align:center; vertical-align:middle;">37.35</td><td style="text-align:center; vertical-align:middle;"><b>70.80</b></td><td style="text-align:center; vertical-align:middle;"><b>70.00</b></td><td style="text-align:center; vertical-align:middle;"><b>63.33</b></td><td style="text-align:center; vertical-align:middle;"><b>64.65</b></td><td style="text-align:center; vertical-align:middle;">54.24</td><td style="text-align:center; vertical-align:middle;">18.86</td><td style="text-align:center; vertical-align:middle;"><b>52.52</b></td><td style="text-align:center; vertical-align:middle;">44.44</td>
262
+ </tr>
263
+ <tr>
264
+ <td style="text-align:center; vertical-align:middle;"><b>DeepSeek-R1-Distill-Qwen-7B</b></td>
265
+ <td style="text-align:center; vertical-align:middle;">7.62</td><td style="text-align:center; vertical-align:middle;">0.00</td><td style="text-align:center; vertical-align:middle;">23.00</td><td style="text-align:center; vertical-align:middle;">56.09</td><td style="text-align:center; vertical-align:middle;">60.00</td><td style="text-align:center; vertical-align:middle;">40.00</td><td style="text-align:center; vertical-align:middle;">43.43</td><td style="text-align:center; vertical-align:middle;">0.00</td><td style="text-align:center; vertical-align:middle;">8.29</td><td style="text-align:center; vertical-align:middle;">28.85</td><td style="text-align:center; vertical-align:middle;">17.48</td>
266
+ </tr>
267
+ <tr>
268
+ <td style="text-align:center; vertical-align:middle;"><b>DeepSeek-R1-Distill-Llama-8B</b></td>
269
+ <td style="text-align:center; vertical-align:middle;">8.03</td><td style="text-align:center; vertical-align:middle;">23.22</td><td style="text-align:center; vertical-align:middle;">26.26</td><td style="text-align:center; vertical-align:middle;">29.97</td><td style="text-align:center; vertical-align:middle;">33.33</td><td style="text-align:center; vertical-align:middle;">20.00</td><td style="text-align:center; vertical-align:middle;"><U>46.46</u></td><td style="text-align:center; vertical-align:middle;">39.05</td><td style="text-align:center; vertical-align:middle;">13.29</td><td style="text-align:center; vertical-align:middle;">28.95</td><td style="text-align:center; vertical-align:middle;">26.36</td>
270
+ </tr>
271
+ <tr>
272
+ <td style="text-align:center; vertical-align:middle;"><b>s1.1-7B</b></td>
273
+ <td style="text-align:center; vertical-align:middle;">7.62</td><td style="text-align:center; vertical-align:middle;">31.16</td><td style="text-align:center; vertical-align:middle;"><u>37.70</u></td><td style="text-align:center; vertical-align:middle;">30.60</td><td style="text-align:center; vertical-align:middle;">16.67</td><td style="text-align:center; vertical-align:middle;">23.33</td><td style="text-align:center; vertical-align:middle;">30.30</td><td style="text-align:center; vertical-align:middle;"><u>56.84</u></td><td style="text-align:center; vertical-align:middle;"><u>21.86</u></td><td style="text-align:center; vertical-align:middle;">31.06</td><td style="text-align:center; vertical-align:middle;">35.63</td>
274
+ </tr>
275
+ <tr>
276
+ <td style="text-align:center; vertical-align:middle;"><b>OpenThinker3-7B</b></td>
277
+ <td style="text-align:center; vertical-align:middle;">7.62</td><td style="text-align:center; vertical-align:middle;">30.31</td><td style="text-align:center; vertical-align:middle;">26.26</td><td style="text-align:center; vertical-align:middle;"><u>63.59</u></td><td style="text-align:center; vertical-align:middle;"><u>66.67</u></td><td style="text-align:center; vertical-align:middle;"><u>53.33</u></td><td style="text-align:center; vertical-align:middle;"><u>46.46</u></td><td style="text-align:center; vertical-align:middle;">47.69</td><td style="text-align:center; vertical-align:middle;">10.14</td><td style="text-align:center; vertical-align:middle;">35.63</td><td style="text-align:center; vertical-align:middle;">30.60</td>
278
+ </tr>
279
+ <tr>
280
+ <td style="text-align:center; vertical-align:middle;"><b>Ko-R1-7B</b></td>
281
+ <td style="text-align:center; vertical-align:middle;">7.61</td><td style="text-align:center; vertical-align:middle;">28.46</td><td style="text-align:center; vertical-align:middle;">19.31</td><td style="text-align:center; vertical-align:middle;">51.61</td><td style="text-align:center; vertical-align:middle;">46.67</td><td style="text-align:center; vertical-align:middle;">33.33</td><td style="text-align:center; vertical-align:middle;">28.28</td><td style="text-align:center; vertical-align:middle;">32.48</td><td style="text-align:center; vertical-align:middle;">4.71</td><td style="text-align:center; vertical-align:middle;">30.61</td><td style="text-align:center; vertical-align:middle;">27.31</td>
282
+ </tr>
283
+ <tr>
284
+ <td style="text-align:center; vertical-align:middle;"><b>KONI-Llama3.1-8B-R-20250831<br>(KO-REAson-KL3_1-8B-0831; Ours)</b></td>
285
+ <td style="text-align:center; vertical-align:middle;">8.03</td><td style="text-align:center; vertical-align:middle;">44.64</td><td style="text-align:center; vertical-align:middle;">40.08</td><td style="text-align:center; vertical-align:middle;">37.96</td><td style="text-align:center; vertical-align:middle;">23.33</td><td style="text-align:center; vertical-align:middle;">30.00</td><td style="text-align:center; vertical-align:middle;">38.38</td><td style="text-align:center; vertical-align:middle;">56.39</td><td style="text-align:center; vertical-align:middle;">21.57</td><td style="text-align:center; vertical-align:middle;">30.57</td><td style="text-align:center; vertical-align:middle;">40.13</td>
286
+ </tr>
287
+ <tr>
288
+ <td style="text-align:center; vertical-align:middle;"><b>KONI-7B-R-20250831<br>(KO-REASon-AX3_1-7B-0831; Ours)</b></td>
289
+ <td style="text-align:center; vertical-align:middle;">7.26</td><td style="text-align:center; vertical-align:middle;">45.57</td><td style="text-align:center; vertical-align:middle;">38.13</td><td style="text-align:center; vertical-align:middle;">52.80</td><td style="text-align:center; vertical-align:middle;">53.33</td><td style="text-align:center; vertical-align:middle;">33.33</td><td style="text-align:center; vertical-align:middle;">36.87</td><td style="text-align:center; vertical-align:middle;"><b>62.86</b></td><td style="text-align:center; vertical-align:middle;">23.43</td><td style="text-align:center; vertical-align:middle;"><u>43.29</u></td><td style="text-align:center; vertical-align:middle;"><u>44.56</u></td>
290
+ </tr>
291
+ <tr>
292
+ <td style="text-align:center; vertical-align:middle;"><b>KO-REASon-7B-Q2_5-0831<br>(Ours)</b></td>
293
+ <td style="text-align:center; vertical-align:middle;">7.26</td><td style="text-align:center; vertical-align:middle;"><b>46.81</b></td><td style="text-align:center; vertical-align:middle;"><b>44.93</b></td><td style="text-align:center; vertical-align:middle;">48.11</td><td style="text-align:center; vertical-align:middle;">43.33</td><td style="text-align:center; vertical-align:middle;">30.00</td><td style="text-align:center; vertical-align:middle;">42.93</td><td style="text-align:center; vertical-align:middle;">60.65</td><td style="text-align:center; vertical-align:middle;"><b>25.00</b></td><td style="text-align:center; vertical-align:middle;">42.72</td><td style="text-align:center; vertical-align:middle;"><b>45.10</b></td>
294
+ </tr>
295
+ </tbody>
296
+ </table>
297
 
298
+ ---
299
 
300
+ ## Citation
301
 
302
+ The paper will be released soon!
303
 
304
+ If you use this model in your work, please cite it as follows:
305
 
306
+ ```
307
+ @article{KISTI-KONI/KONI-Llama3.1-8B-R-20250831,
308
+ title={KISTI-KONI/KONI-Llama3.1-8B-R-20250831},
309
+ author={KISTI, OneLine AI, HAE-RAE and Oracle},
310
+ year={2025},
311
+ url={https://huggingface.co/KISTI-KONI/KONI-Llama3.1-8B-R-20250831}
312
+ }
313
+ ```
314
 
 
315
 
316
+ ## Contact
317
 
318
+ For any questions contact us via the following email :)
319
 
320
+ ```
321
+ (KISTI)yangdonghun3@kisti.re.kr
322
+ (OneLineAI/HAE-RAE)spthsrbwls123@yonsei.ac.kr
323
+ ```
324
 
 
325
 
326
+ ## Acknowlegments
327
+ ```
328
+ This research is a collaborative project between KISTI, OneLine AI, HAE-RAE and Oracle to investigate open reciepes to build Korean Reasoning Models.<br>
329
+ This research was also supported by the Korea Institute of Science and Technology Information (KISTI) (No.(KISTI) K25L1M1C1), aimed at developing KONI (KISTI Open Neural Intelligence), a large language model specialized in science and technology.
330
+ This work also benefited from the resources and technical support provided by the National Supercomputing Center (KISTI).
331
+ ```