yuxintian commited on
Commit
03c3537
·
verified ·
1 Parent(s): faf45ae

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +413 -29
README.md CHANGED
@@ -11,13 +11,62 @@ pipeline_tag: text-generation
11
  ## Introduction
12
  We have open-sourced the Ling-3.0 series, our most efficient language foundation model family to date. To support research and community-driven innovation, we are releasing **a collection of checkpoints during the training process** as following:
13
 
14
- | Model | Pre-trained | Mid-trained | Merged (i.e., [WSM](https://arxiv.org/abs/2507.17634)) |
15
- | --- | --- | --- | --- |
16
- | Ling-3.0-tiny | [**Ling-3.0-tiny-base-30T**](https://huggingface.co/inclusionAI/Ling-3.0-tiny-base-30T) | [**Ling-3.0-tiny-base-midtrain**](https://huggingface.co/inclusionAI/Ling-3.0-tiny-base-midtrain) | [**Ling-3.0-tiny-base**](https://huggingface.co/inclusionAI/Ling-3.0-tiny-base) |
17
- | Ling-3.0-flash | [**Ling-3.0-flash-base-30T**](https://huggingface.co/inclusionAI/Ling-3.0-flash-base-30T) | [**Ling-3.0-flash-base-midtrain**](https://huggingface.co/inclusionAI/Ling-3.0-flash-base-midtrain) | [**Ling-3.0-flash-base**](https://huggingface.co/inclusionAI/Ling-3.0-flash-base) |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
 
19
-
20
-
21
  These checkpoints correspond to different stages of the training process:
22
 
23
  + **Pretrained checkpoint** have completed large-scale pretraining but have not undergone mid-training, WSM merging (or learning-rate decay), or post-training.
@@ -28,33 +77,368 @@ These checkpoints are released to support continued pretraining, fine-tuning, an
28
 
29
  ## Model Overview
30
  ### Key features
31
- + **Highly sparse (1/64) MoE architecture:** 512 routed experts, with only 8 routed experts and 1 shared expert activated per token. This enables broad model capabilities while activating just 5.1B (Non-emb) parameters per token;
32
- + **Native hybrid linear attention:** Ling-3.0 series adopt a native hybrid linear attention architecture from the very start of pretraining by combining KDA with Gated MLA to enable efficient processing of long-context inputs.
33
- + **[Warmup-Stable and Merge](https://arxiv.org/abs/2507.17634):** We replace conventional learning-rate decay with weighted checkpoint merging. By eliminating the decay phase, our Base Model is better suited for continual pretraining and dynamic data expansion, while enabling offline exploration of different decay profiles without rerunning costly experiments for each strategy.
34
- + **Scale Seamlessly:** Ling-3.0-tiny-base and Ling-3.0-flash-base share the same training recipe, enabling community to experiment on the Ling-3.0-tiny-base first and then scale validated training strategies to the larger Ling-3.0-flash-base.
35
-
36
- | Model Type | Base (final checkpoint of pre-training) |
37
- | --- | --- |
38
- | Architecture | Hybrid-linear MoE |
39
- | Parameter Scale | Totoal 124B, Activated 5.1B (Non-emb) |
40
- | Transformer Layers | 35 KDA + 7 Gated MLA (5:1) |
41
- | Number of Dense Layers | 2 |
42
- | Number of Routed Experts | 512 |
43
- | Number of Shared Experts | 1 |
44
- | Number of Activated Experts | 8 |
45
- | Attention Heads | 32 |
46
- | Hidden Size | 2560 |
47
- | Expert Intermediate Size | 768 |
48
- | Dense Intermediate Size | 6144 |
49
- | Vocabulary Size | 157,184 |
50
-
51
-
52
- <img src="https://intranetproxy.alipay.com/skylark/lark/0/2026/png/62256938/1787121194497-5a39e2a5-8f80-4ed8-81df-3304577bf317.png" width="952" title="" crop="0,0,1,1" id="u730ab9e7" class="ne-image">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
 
54
  ## Base Model Evaluation
55
  To systematically assess the capabilities of the base model, we use a self-built comprehensive benchmark suite covering several key domains, including mathematics, coding, reasoning, multilingual understanding, and long-context comprehension. The performance of the pretrained base checkpoint, i.e., `Ling-3.0-flash-base`, is compared below:
56
 
57
- <img src="https://intranetproxy.alipay.com/skylark/lark/0/2026/png/62256938/1787147691544-c61cbb0e-568c-4d5e-a2d9-12a709f003d0.png" width="1431.5" title="" crop="0,0,1,1" id="uf61ea7a7" class="ne-image">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
 
59
  ## **Intended Use**
60
  Recommended use cases:
 
11
  ## Introduction
12
  We have open-sourced the Ling-3.0 series, our most efficient language foundation model family to date. To support research and community-driven innovation, we are releasing **a collection of checkpoints during the training process** as following:
13
 
14
+ <div style="width: 100%; overflow-x: auto;">
15
+ <table
16
+ align="center"
17
+ style="margin: 0 auto; text-align: center; border-collapse: collapse;"
18
+ >
19
+ <thead>
20
+ <tr>
21
+ <th align="center">Model</th>
22
+ <th align="center">Pre-trained</th>
23
+ <th align="center">Mid-trained</th>
24
+ <th align="center">
25
+ Merged (i.e., <a href="https://arxiv.org/abs/2507.17634">WSM</a>)
26
+ </th>
27
+ </tr>
28
+ </thead>
29
+ <tbody>
30
+ <tr>
31
+ <td align="center">Ling-3.0-tiny</td>
32
+ <td align="center">
33
+ <a href="https://huggingface.co/inclusionAI/Ling-3.0-tiny-base-30T">
34
+ <strong>Ling-3.0-tiny-base-30T</strong>
35
+ </a>
36
+ </td>
37
+ <td align="center">
38
+ <a href="https://huggingface.co/inclusionAI/Ling-3.0-tiny-base-midtrain">
39
+ <strong>Ling-3.0-tiny-base-midtrain</strong>
40
+ </a>
41
+ </td>
42
+ <td align="center">
43
+ <a href="https://huggingface.co/inclusionAI/Ling-3.0-tiny-base">
44
+ <strong>Ling-3.0-tiny-base</strong>
45
+ </a>
46
+ </td>
47
+ </tr>
48
+ <tr>
49
+ <td align="center">Ling-3.0-flash</td>
50
+ <td align="center">
51
+ <a href="https://huggingface.co/inclusionAI/Ling-3.0-flash-base-30T">
52
+ <strong>Ling-3.0-flash-base-30T</strong>
53
+ </a>
54
+ </td>
55
+ <td align="center">
56
+ <a href="https://huggingface.co/inclusionAI/Ling-3.0-flash-base-midtrain">
57
+ <strong>Ling-3.0-flash-base-midtrain</strong>
58
+ </a>
59
+ </td>
60
+ <td align="center">
61
+ <a href="https://huggingface.co/inclusionAI/Ling-3.0-flash-base">
62
+ <strong>Ling-3.0-flash-base</strong>
63
+ </a>
64
+ </td>
65
+ </tr>
66
+ </tbody>
67
+ </table>
68
+ </div>
69
 
 
 
70
  These checkpoints correspond to different stages of the training process:
71
 
72
  + **Pretrained checkpoint** have completed large-scale pretraining but have not undergone mid-training, WSM merging (or learning-rate decay), or post-training.
 
77
 
78
  ## Model Overview
79
  ### Key features
80
+ + **Highly sparse (1/64) MoE architecture**: 512 routed experts, with only 8 routed experts and 1 shared expert activated per token. This enables broad model capabilities while activating just 5.1B (Non-emb) parameters per token;
81
+ + **Native hybrid linear attention**: Ling-3.0 series adopt a native hybrid linear attention architecture from the very start of pretraining by combining KDA with Gated MLA to enable efficient processing of long-context inputs.
82
+ + [**Warmup-Stable and Merge**](https://arxiv.org/abs/2507.17634): We replace conventional learning-rate decay with weighted checkpoint merging. By eliminating the decay phase, our Base Model is better suited for continual pretraining and dynamic data expansion, while enabling offline exploration of different decay profiles without rerunning costly experiments for each strategy.
83
+ + **Scale Seamlessly**: Ling-3.0-tiny-base and Ling-3.0-flash-base share the same training recipe, enabling community to experiment on the Ling-3.0-tiny-base first and then scale validated training strategies to the larger Ling-3.0-flash-base.
84
+
85
+ <div
86
+ style="
87
+ display: flex;
88
+ align-items: center;
89
+ justify-content: center;
90
+ gap: 32px;
91
+ width: 100%;
92
+ max-width: 1200px;
93
+ margin: 0 auto;
94
+ flex-wrap: wrap;
95
+ "
96
+ >
97
+ <div style="flex: 1 1 420px; max-width: 560px; overflow-x: auto;">
98
+ <table style="width: 100%; text-align: center; border-collapse: collapse;">
99
+ <thead>
100
+ <tr>
101
+ <th align="center">Model Type</th>
102
+ <th align="center">Base (final checkpoint of pre-training)</th>
103
+ </tr>
104
+ </thead>
105
+ <tbody>
106
+ <tr><td align="center">Architecture</td><td align="center">Hybrid-linear MoE</td></tr>
107
+ <tr><td align="center">Parameter Scale</td><td align="center">Totoal 124B, Activated 5.1B (Non-emb)</td></tr>
108
+ <tr><td align="center">Transformer Layers</td><td align="center">35 KDA + 7 Gated MLA (5:1)</td></tr>
109
+ <tr><td align="center">Number of Dense Layers</td><td align="center">2</td></tr>
110
+ <tr><td align="center">Number of Routed Experts</td><td align="center">512</td></tr>
111
+ <tr><td align="center">Number of Shared Experts</td><td align="center">1</td></tr>
112
+ <tr><td align="center">Number of Activated Experts</td><td align="center">8</td></tr>
113
+ <tr><td align="center">Attention Heads</td><td align="center">32</td></tr>
114
+ <tr><td align="center">Hidden Size</td><td align="center">2560</td></tr>
115
+ <tr><td align="center">Expert Intermediate Size</td><td align="center">768</td></tr>
116
+ <tr><td align="center">Dense Intermediate Size</td><td align="center">6144</td></tr>
117
+ <tr><td align="center">Vocabulary Size</td><td align="center">157,184</td></tr>
118
+ </tbody>
119
+ </table>
120
+ </div>
121
+
122
+ <div style="flex: 0 1 700px; max-width: 800px;">
123
+ <img
124
+ src="https://intranetproxy.alipay.com/skylark/lark/0/2026/png/62256938/1787121194497-5a39e2a5-8f80-4ed8-81df-3304577bf317.png"
125
+ width="520"
126
+ style="
127
+ display: block;
128
+ width: 100%;
129
+ max-width: 800px;
130
+ height: auto;
131
+ margin: 0 auto;
132
+ border-radius: 10px;
133
+ "
134
+ alt=""
135
+ >
136
+ </div>
137
+ </div>
138
+
139
 
140
  ## Base Model Evaluation
141
  To systematically assess the capabilities of the base model, we use a self-built comprehensive benchmark suite covering several key domains, including mathematics, coding, reasoning, multilingual understanding, and long-context comprehension. The performance of the pretrained base checkpoint, i.e., `Ling-3.0-flash-base`, is compared below:
142
 
143
+ <style>
144
+ .benchmark-table {
145
+ border-collapse: collapse;
146
+ margin: 0 auto;
147
+ }
148
+
149
+ .benchmark-table th,
150
+ .benchmark-table td {
151
+ padding: 0.55rem 0.8rem;
152
+ text-align: center !important;
153
+ vertical-align: middle;
154
+ }
155
+
156
+ .benchmark-table .ling {
157
+ background-color: #e7f6ff;
158
+ }
159
+
160
+ .benchmark-table thead .ling {
161
+ color: #1677ff;
162
+ }
163
+
164
+ .benchmark-table thead tr:first-child .ling {
165
+ border-radius: 28px 28px 0 0;
166
+ }
167
+
168
+ .benchmark-table tbody tr:last-child .ling {
169
+ border-radius: 0 0 28px 28px;
170
+ }
171
+
172
+ .benchmark-table .section-start > * {
173
+ border-top: 2px solid #d0d7de;
174
+ }
175
+
176
+ .benchmark-table ins {
177
+ text-decoration-thickness: 1px;
178
+ text-underline-offset: 0.12em;
179
+ }
180
+
181
+ .benchmark-table .table-footnote {
182
+ padding-top: 0.85rem;
183
+ text-align: left !important;
184
+ color: #57606a;
185
+ font-size: 0.9em;
186
+ }
187
+ </style>
188
+
189
+ <div class="benchmark-wrap">
190
+ <table class="benchmark-table" align="center">
191
+ <thead>
192
+ <tr>
193
+ <th rowspan="2" scope="col" align="center">Domain</th>
194
+ <th rowspan="2" scope="col" align="center">Benchmark</th>
195
+ <th rowspan="2" scope="col" align="center">Shot Config</th>
196
+ <th class="ling ling-top" scope="col" align="center">Ling-3.0-flash-base</th>
197
+ <th scope="col" align="center">Ling-2.5-flash-base</th>
198
+ <th scope="col" align="center">NVIDIA-Nemotron-3-Super-base</th>
199
+ <th scope="col" align="center">Step-3.5-Flash-base</th>
200
+ <th scope="col" align="center">Hy3-preview-base</th>
201
+ <th scope="col" align="center">MiMo-V2.5-base</th>
202
+ </tr>
203
+ <tr>
204
+ <th class="ling" align="center">124B A5.1B</th>
205
+ <th align="center">104B A7.4B</th>
206
+ <th align="center">120B A12B</th>
207
+ <th align="center">196B A11B</th>
208
+ <th align="center">295B A21B</th>
209
+ <th align="center">310B A15B</th>
210
+ </tr>
211
+ </thead>
212
+ <tbody>
213
+ <tr>
214
+ <td class="domain" rowspan="6" align="center">Knowledge</td>
215
+ <td class="benchmark" align="center">CCPM<sub>(EM)</sub></td>
216
+ <td class="shot" align="center">0-shot</td>
217
+ <td class="ling" align="center"><strong>90.00</strong></td>
218
+ <td align="center">78.38</td>
219
+ <td align="center">80.77</td>
220
+ <td align="center">83.90</td>
221
+ <td align="center"><u>88.64</u></td>
222
+ <td align="center">88.05</td>
223
+ </tr>
224
+ <tr>
225
+ <td class="benchmark" align="center">ARC-C<sub>(EM)</sub></td>
226
+ <td class="shot" align="center">0-shot</td>
227
+ <td class="ling" align="center"><strong>96.27</strong></td>
228
+ <td align="center"><u>95.59</u></td>
229
+ <td align="center"><strong>96.27</strong></td>
230
+ <td align="center">92.88</td>
231
+ <td align="center">94.58</td>
232
+ <td align="center"><u>95.59</u></td>
233
+ </tr>
234
+ <tr>
235
+ <td class="benchmark" align="center">AGIEval<sub>(Acc)</sub></td>
236
+ <td class="shot" align="center">0-shot</td>
237
+ <td class="ling" align="center"><u>77.50</u></td>
238
+ <td align="center">72.39</td>
239
+ <td align="center">67.08</td>
240
+ <td align="center">74.27</td>
241
+ <td align="center"><strong>77.61</strong></td>
242
+ <td align="center">71.84</td>
243
+ </tr>
244
+ <tr>
245
+ <td class="benchmark" align="center">SimpleQA-Verified<sub>(Acc)</sub></td>
246
+ <td class="shot" align="center">5-shot</td>
247
+ <td class="ling" align="center"><u>26.90</u></td>
248
+ <td align="center">15.90</td>
249
+ <td align="center">21.20</td>
250
+ <td align="center"><strong>27.80</strong></td>
251
+ <td align="center">24.20</td>
252
+ <td align="center">19.10</td>
253
+ </tr>
254
+ <tr>
255
+ <td class="benchmark" align="center">MMLU-Pro <sub>(EM)</sub></td>
256
+ <td class="shot" align="center">5-shot</td>
257
+ <td class="ling" align="center"><strong>67.74</strong></td>
258
+ <td align="center">61.36</td>
259
+ <td align="center">63.89</td>
260
+ <td align="center">63.65</td>
261
+ <td align="center"><u>66.44</u></td>
262
+ <td align="center">64.90</td>
263
+ </tr>
264
+ <tr>
265
+ <td class="benchmark" align="center">CEval<sub>(EM)</sub></td>
266
+ <td class="shot" align="center">5-shot</td>
267
+ <td class="ling" align="center"><u>89.76</u></td>
268
+ <td align="center">87.86</td>
269
+ <td align="center">78.12</td>
270
+ <td align="center">89.36</td>
271
+ <td align="center"><strong>90.74</strong></td>
272
+ <td align="center">88.60</td>
273
+ </tr>
274
+ <tr class="section-start">
275
+ <td class="domain" rowspan="7" align="center">Code</td>
276
+ <td class="benchmark" align="center">HumanEval-Plus <sub>(Pass@1)</sub></td>
277
+ <td class="shot" align="center">0-shot</td>
278
+ <td class="ling" align="center"><strong>81.10</strong></td>
279
+ <td align="center"><u>80.49</u></td>
280
+ <td align="center">78.05</td>
281
+ <td align="center">78.05</td>
282
+ <td align="center">79.27</td>
283
+ <td align="center">76.22</td>
284
+ </tr>
285
+ <tr>
286
+ <td class="benchmark" align="center">CruxEval<sub>(Pass@1)</sub></td>
287
+ <td class="shot" align="center">1-shot</td>
288
+ <td class="ling" align="center"><u>78.50</u></td>
289
+ <td align="center">76.50</td>
290
+ <td align="center">72.44</td>
291
+ <td align="center">71.69</td>
292
+ <td align="center"><strong>82.94</strong></td>
293
+ <td align="center">70.06</td>
294
+ </tr>
295
+ <tr>
296
+ <td class="benchmark" align="center">MultiPL-E<sub>(Pass@1)</sub></td>
297
+ <td class="shot" align="center">1-shot</td>
298
+ <td class="ling" align="center"><strong>70.79</strong></td>
299
+ <td align="center"><u>68.07</u></td>
300
+ <td align="center">57.28</td>
301
+ <td align="center">63.21</td>
302
+ <td align="center">45.77</td>
303
+ <td align="center">53.57</td>
304
+ </tr>
305
+ <tr>
306
+ <td class="benchmark" align="center">LiveCodeBench<sup>1</sup> <sub>(Pass@1)</sub></td>
307
+ <td class="shot" align="center">1-shot</td>
308
+ <td class="ling" align="center"><strong>40.09</strong></td>
309
+ <td align="center">33.04</td>
310
+ <td align="center"><u>38.99</u></td>
311
+ <td align="center">35.68</td>
312
+ <td align="center">35.90</td>
313
+ <td align="center">35.50</td>
314
+ </tr>
315
+ <tr>
316
+ <td class="benchmark" align="center">BigCodeBench<sub>(Pass@1)</sub></td>
317
+ <td class="shot" align="center">0-shot</td>
318
+ <td class="ling" align="center"><strong>52.19</strong></td>
319
+ <td align="center">50.35</td>
320
+ <td align="center">25.53</td>
321
+ <td align="center">49.74</td>
322
+ <td align="center"><u>52.02</u></td>
323
+ <td align="center">50.18</td>
324
+ </tr>
325
+ <tr>
326
+ <td class="benchmark" align="center">FullStackBench<sub>(Pass@1)</sub></td>
327
+ <td class="shot" align="center">3-shot</td>
328
+ <td class="ling" align="center"><u>51.16</u></td>
329
+ <td align="center">48.43</td>
330
+ <td align="center">49.61</td>
331
+ <td align="center">50.86</td>
332
+ <td align="center"><strong>54.95</strong></td>
333
+ <td align="center">50.39</td>
334
+ </tr>
335
+ <tr>
336
+ <td class="benchmark" align="center">LCBench<sup>2</sup> <sub>(Pass@1)</sub></td>
337
+ <td class="shot" align="center">3-shot</td>
338
+ <td class="ling" align="center"><strong>57.76</strong></td>
339
+ <td align="center"><u>57.51</u></td>
340
+ <td align="center">54.22</td>
341
+ <td align="center">49.67</td>
342
+ <td align="center">46.94</td>
343
+ <td align="center">45.12</td>
344
+ </tr>
345
+ <tr class="section-start">
346
+ <td class="domain" rowspan="4" align="center">Math</td>
347
+ <td class="benchmark" align="center">MATH500<sub>(Acc)</sub></td>
348
+ <td class="shot" align="center">4-shot</td>
349
+ <td class="ling" align="center"><strong>79.00</strong></td>
350
+ <td align="center"><u>74.00</u></td>
351
+ <td align="center">70.80</td>
352
+ <td align="center">62.80</td>
353
+ <td align="center">60.60</td>
354
+ <td align="center">70.00</td>
355
+ </tr>
356
+ <tr>
357
+ <td class="benchmark" align="center">OlympiadBench <sub>(Acc)</sub></td>
358
+ <td class="shot" align="center">3-shot</td>
359
+ <td class="ling" align="center"><u>47.89</u></td>
360
+ <td align="center">39.31</td>
361
+ <td align="center"><strong>54.52</strong></td>
362
+ <td align="center">34.34</td>
363
+ <td align="center">41.27</td>
364
+ <td align="center">35.09</td>
365
+ </tr>
366
+ <tr>
367
+ <td class="benchmark" align="center">TheoremQA<sub>(Acc)</sub></td>
368
+ <td class="shot" align="center">5-shot</td>
369
+ <td class="ling" align="center"><u>61.10</u></td>
370
+ <td align="center">57.95</td>
371
+ <td align="center"><strong>72.05</strong></td>
372
+ <td align="center">56.03</td>
373
+ <td align="center">60.96</td>
374
+ <td align="center">51.23</td>
375
+ </tr>
376
+ <tr>
377
+ <td class="benchmark" align="center">OmniMath <sub>(Acc)</sub></td>
378
+ <td class="shot" align="center">3-shot</td>
379
+ <td class="ling" align="center"><strong>47.65</strong></td>
380
+ <td align="center">36.20</td>
381
+ <td align="center"><u>38.55</u></td>
382
+ <td align="center">28.46</td>
383
+ <td align="center">33.33</td>
384
+ <td align="center">27.03</td>
385
+ </tr>
386
+ <tr class="section-start">
387
+ <td class="domain" rowspan="2" align="center">Reasoning</td>
388
+ <td class="benchmark" align="center">CommonSenseQA <sub>(EM)</sub></td>
389
+ <td class="shot" align="center">5-shot</td>
390
+ <td class="ling" align="center"><strong>89.93</strong></td>
391
+ <td align="center">87.55</td>
392
+ <td align="center">86.24</td>
393
+ <td align="center"><u>88.62</u></td>
394
+ <td align="center">86.98</td>
395
+ <td align="center">84.60</td>
396
+ </tr>
397
+ <tr>
398
+ <td class="benchmark" align="center">BBH <sub>(EM)</sub></td>
399
+ <td class="shot" align="center">3-shot</td>
400
+ <td class="ling" align="center"><strong>89.17</strong></td>
401
+ <td align="center">84.72</td>
402
+ <td align="center"><u>89.00</u></td>
403
+ <td align="center">87.19</td>
404
+ <td align="center">76.00</td>
405
+ <td align="center">86.22</td>
406
+ </tr>
407
+ <tr class="section-start">
408
+ <td class="domain" rowspan="2" align="center">Long-context</td>
409
+ <td class="benchmark" align="center">LongBench <sub>(Acc)</sub></td>
410
+ <td class="shot" align="center">0-shot</td>
411
+ <td class="ling" align="center"><strong>52.62</strong></td>
412
+ <td align="center"><u>42.81</u></td>
413
+ <td align="center">31.05</td>
414
+ <td align="center">21.47</td>
415
+ <td align="center">20.58</td>
416
+ <td align="center">29.57</td>
417
+ </tr>
418
+ <tr>
419
+ <td class="benchmark" align="center">LEval <sub>(Acc)</sub></td>
420
+ <td class="shot" align="center">0-shot</td>
421
+ <td class="ling ling-bottom" align="center"><strong>83.24</strong></td>
422
+ <td align="center"><u>76.89</u></td>
423
+ <td align="center">58.65</td>
424
+ <td align="center">60.30</td>
425
+ <td align="center">66.29</td>
426
+ <td align="center">73.29</td>
427
+ </tr>
428
+ </tbody>
429
+ <tfoot>
430
+ <tr>
431
+ <td class="table-footnote" colspan="7" align="left">
432
+ <strong>Note:</strong><br>
433
+ <sup>1</sup> LiveCodeBench (2408-2505)<br>
434
+ <sup>2</sup> LCBench (2301-2502)
435
+ </td>
436
+ </tr>
437
+ </tfoot>
438
+ </table>
439
+ </div>
440
+
441
+ <!-- <img src="https://intranetproxy.alipay.com/skylark/lark/0/2026/png/62256938/1787147691544-c61cbb0e-568c-4d5e-a2d9-12a709f003d0.png" width="1431.5" title="" crop="0,0,1,1" id="uf61ea7a7" class="ne-image"> -->
442
 
443
  ## **Intended Use**
444
  Recommended use cases: