icoa-cli 2.19.432 → 2.19.433

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,407 +1,381 @@
1
1
  {
2
- "track": "IOAI2026-tools",
3
- "n": 27,
4
- "tasks": [
5
- {
6
- "seq": 1,
7
- "bullseye": "T-torch",
8
- "title": "Sound of Nature",
9
- "platform": "aicc",
10
- "difficulty": 2,
11
- "data_mb": 112,
12
- "needs_gpu": false,
13
- "cli_mode": "kaggle-arena",
14
- "dir": "sound-of-nature-aicc-round-3",
15
- "topic_cn": "360 条 5 秒自然/动物声音的多类分类(cat 等类别),官方解答 = mel-spectrogram + CNN + macro F1 选模",
16
- "comp": "s01-sound-of-nature",
17
- "status": "ready"
18
- },
19
- {
20
- "seq": 2,
21
- "bullseye": "T-umap",
22
- "title": "Morty's Time Paradox",
23
- "platform": "aicc",
24
- "difficulty": 2,
25
- "data_mb": 1,
26
- "needs_gpu": false,
27
- "cli_mode": "kaggle-arena",
28
- "dir": "mortys-time-paradox-aicc-round-3",
29
- "topic_cn": "8 个周期性特征的无标签聚类:先用 sin/cos 周期编码还原结构,再聚类 + 候选标签多数投票定类",
30
- "comp": "s02-mortys-time-paradox",
31
- "status": "ready"
32
- },
33
- {
34
- "seq": 3,
35
- "bullseye": "T-lora",
36
- "title": "☣️ How Toxic Are You Online? ☣️",
37
- "platform": "nitro",
38
- "difficulty": 3,
39
- "data_mb": 18,
40
- "needs_gpu": false,
41
- "cli_mode": "kaggle-arena",
42
- "dir": "nitro/53_roai-2025_lot-baraj-2_t1_how-toxic-are-you-online",
43
- "topic_cn": "国家队选拔第2日:四标签毒性多标签分类,逐标签F1线性插值计分,另在30%子集上单独评稳健性;赛中明令禁用transformers",
44
- "comp": "s03-how-toxic-are-you-online",
45
- "status": "ready"
46
- },
47
- {
48
- "seq": 4,
49
- "bullseye": "T-librosa",
50
- "title": "Is That Audio?",
51
- "platform": "aicc",
52
- "difficulty": 2,
53
- "data_mb": 9,
54
- "needs_gpu": false,
55
- "cli_mode": "kaggle-arena",
56
- "dir": "is-that-audio-aicc-round-1-2",
57
- "topic_cn": "260 条 wav 的多类音频分类(A/B 两组前缀),官方解答走 mel-spectrogram + CNN;官方承认该轮数据存在泄漏,定位为教学素材",
58
- "comp": "s04-is-that-audio",
59
- "status": "ready"
60
- },
61
- {
62
- "seq": 5,
63
- "bullseye": "T-torch",
64
- "title": "Essay Gap",
65
- "platform": "aicc",
66
- "difficulty": 2,
67
- "data_mb": 1,
68
- "needs_gpu": true,
69
- "cli_mode": "kaggle-arena",
70
- "dir": "essay-gap-aicc-round-2",
71
- "topic_cn": "给出文章缺口的前文/后文与 4 个候选句,选出被挖掉的那一句(BERT 微调四选一)",
72
- "comp": "s05-essay-gap",
73
- "status": "ready",
74
- "judged": true
75
- },
76
- {
77
- "seq": 6,
78
- "bullseye": "T-umap",
79
- "title": "Face Matching",
80
- "platform": "aicc",
81
- "difficulty": 2,
82
- "data_mb": 8,
83
- "needs_gpu": false,
84
- "cli_mode": "kaggle-arena",
85
- "dir": "face-matching-aicc-round-2",
86
- "topic_cn": "109 张人脸图 + 若干张参考图,用 CLIP 嵌入为每张参考图检索最相似的 5 张(提交 top-5 列表)",
87
- "comp": null,
88
- "status": "teleload",
89
- "pack": "s06-face-matching-aicc-round-2",
90
- "pack_mb": 8,
91
- "pack_url": "https://icoa-datasets.sg-sin-1.linodeobjects.com/aidata/s06-face-matching-aicc-round-2.tar.zst"
92
- },
93
- {
94
- "seq": 7,
95
- "bullseye": "T-lora",
96
- "title": "Scientific Facts",
97
- "platform": "aicc",
98
- "difficulty": 3,
99
- "data_mb": 1,
100
- "needs_gpu": true,
101
- "cli_mode": "kaggle-arena",
102
- "dir": "scientific-facts-aicc-round-7",
103
- "topic_cn": "科学论断 × 证据段落的三分类蕴含判断(支持/反驳/信息不足),官方解答 = transformer 微调 + 交叉验证 ensemble,macro F1",
104
- "comp": "s07-scientific-facts",
105
- "status": "ready",
106
- "judged": true
107
- },
108
- {
109
- "seq": 8,
110
- "bullseye": "T-librosa",
111
- "title": "Spooky Disaster or Creepy Pizza",
112
- "platform": "nitro",
113
- "difficulty": 4,
114
- "data_mb": 63,
115
- "needs_gpu": false,
116
- "cli_mode": "kaggle-arena",
117
- "dir": "nitro/47_nitro_spooky-round-2025_t2_spooky-disaster-or-creepy-pizza",
118
- "topic_cn": "音频修复:500段声音各4000个采样点,部分片段被填0,重建缺失值(MSE);数据200Hz生成、需重采样到44.1kHz才可听",
119
- "comp": "s08-spooky-disaster-or-creepy-pizza",
120
- "status": "ready"
121
- },
122
- {
123
- "seq": 9,
124
- "bullseye": "T-torch",
125
- "title": "Alchemy",
126
- "platform": "aicc",
127
- "difficulty": 3,
128
- "data_mb": 1,
129
- "needs_gpu": false,
130
- "cli_mode": "kaggle-arena",
131
- "dir": "alchemy-aicc-round-4",
132
- "topic_cn": "「小炼金术」式语义合成:给 item1+item2 预测合成结果(如 bird+fire→phoenix),候选集封闭,官方解答用 BERT 打分 + 匈牙利算法做全局指派",
133
- "comp": "s09-alchemy",
134
- "status": "ready"
135
- },
136
- {
137
- "seq": 10,
138
- "bullseye": "T-umap",
139
- "title": "Hello, Aliens!",
140
- "platform": "nitro",
141
- "difficulty": 3,
142
- "data_mb": 9,
143
- "needs_gpu": false,
144
- "cli_mode": "kaggle-arena",
145
- "dir": "nitro/24_algolymp_algolymp-preojia-xi-xii_t2_hello-aliens",
146
- "topic_cn": "50维射电频谱:①信号/噪声二分类(F1≥0.98) ②接触概率回归 ③来源三分类;题面明说有效信号只住在低维流形上",
147
- "comp": "s10-hello-aliens",
148
- "status": "ready"
149
- },
150
- {
151
- "seq": 11,
152
- "bullseye": "T-lora",
153
- "title": "Haunt me! 👻",
154
- "platform": "nitro",
155
- "difficulty": 3,
156
- "data_mb": 66,
157
- "needs_gpu": true,
158
- "cli_mode": "kaggle-arena",
159
- "dir": "nitro/46_nitro_spooky-round-2025_t1_haunt-me",
160
- "topic_cn": "万圣节鬼影检测:①有无鬼(准确率) ②鬼的边界框(mAP/IoU);官方解答给了naive/ResNet/Faster-RCNN三档",
161
- "comp": null,
162
- "status": "teleload",
163
- "pack": "s11-haunt-me",
164
- "pack_mb": 65,
165
- "pack_url": "https://icoa-datasets.sg-sin-1.linodeobjects.com/aidata/s11-haunt-me.tar.zst"
166
- },
167
- {
168
- "seq": 12,
169
- "bullseye": "T-librosa",
170
- "title": "Audio Demixing",
171
- "platform": "aicc",
172
- "difficulty": 4,
173
- "data_mb": 927,
174
- "needs_gpu": true,
175
- "cli_mode": "learn-card",
176
- "dir": "audio-demixing-aicc-round-2",
177
- "topic_cn": "2897 条 5 秒 wav:把混合音轨拆成两路信号,UNet + PIT(置换不变)损失,提交两路波形的 base85 编码",
178
- "comp": "s12-audio-demixing",
179
- "status": "ready"
180
- },
181
- {
182
- "seq": 13,
183
- "bullseye": "T-torch",
184
- "title": "Polarity",
185
- "platform": "aicc",
186
- "difficulty": 3,
187
- "data_mb": 1,
188
- "needs_gpu": false,
189
- "cli_mode": "kaggle-arena",
190
- "dir": "polarity-aicc-round-7",
191
- "topic_cn": "判断词对是同义还是反义(cash/money=0,inferior/worse=?)——训练集只有 897 字节(约 40 对),官方解答用掩码语言模型在模板句上取 logit 当特征再训分类器",
192
- "comp": "s13-polarity",
193
- "status": "ready"
194
- },
195
- {
196
- "seq": 14,
197
- "bullseye": "T-umap",
198
- "title": "Sami, Ofițerul de Conformitate",
199
- "platform": "nitro",
200
- "difficulty": 3,
201
- "data_mb": 1,
202
- "needs_gpu": false,
203
- "cli_mode": "kaggle-arena",
204
- "dir": "nitro/38_decebaltech_decebaltech-ai-challenge_t1_sami-ofiterul-de-conformitate",
205
- "topic_cn": "仓储合规:①判断商品图被旋转了几个90°(4类macro F1) ②把野拍审计图检索回官方影棚目录图(top-1)",
206
- "comp": "s14-sami-ofierul-de-conformitate",
207
- "status": "ready"
208
- },
209
- {
210
- "seq": 15,
211
- "bullseye": "T-lora",
212
- "title": "Find the Ducks",
213
- "platform": "nitro",
214
- "difficulty": 3,
215
- "data_mb": 536,
216
- "needs_gpu": true,
217
- "cli_mode": "kaggle-arena",
218
- "dir": "nitro/74_nitro-2025_nitro-nlp_t3_find-the-ducks",
219
- "topic_cn": "黑客松:①图里有没有Nitro鸭 ②鸭子占多少像素 ③鸭子的边界框(按IoU给分);鸭子会旋转/翻转/缩放",
220
- "comp": null,
221
- "status": "teleload",
222
- "pack": "s15-find-the-ducks",
223
- "pack_mb": 535,
224
- "pack_url": "https://icoa-datasets.sg-sin-1.linodeobjects.com/aidata/s15-find-the-ducks.tar.zst"
225
- },
226
- {
227
- "seq": 16,
228
- "bullseye": "T-torch",
229
- "title": "Lost Interpreter",
230
- "platform": "aicc",
231
- "difficulty": 3,
232
- "data_mb": 1,
233
- "needs_gpu": false,
234
- "cli_mode": "kaggle-arena",
235
- "dir": "lost-interpreter-aicc-round-5",
236
- "topic_cn": "给一段自定义字节码程序(OP5 13 ; OP7 -2 ; …)预测其数值输出,官方解答用 LSTM 端到端学「执行」,判分 MAE",
237
- "comp": "s16-lost-interpreter",
238
- "status": "ready"
239
- },
240
- {
241
- "seq": 17,
242
- "bullseye": "T-umap",
243
- "title": "Bazarul lui Riki",
244
- "platform": "nitro",
245
- "difficulty": 3,
246
- "data_mb": 2,
247
- "needs_gpu": false,
248
- "cli_mode": "kaggle-arena",
249
- "dir": "nitro/39_decebaltech_decebaltech-ai-challenge_t2_bazarul-lui-riki",
250
- "topic_cn": "①英文商品描述判可食用(macro F1) ②西班牙语查询跨语种检索英文商品(top-1);训练集里is_food=-1的行专供跨语种对齐",
251
- "comp": "s17-bazarul-lui-riki",
252
- "status": "ready",
253
- "judged": true
254
- },
255
- {
256
- "seq": 18,
257
- "bullseye": "T-lora",
258
- "title": "The Hieroglyph Hunter",
259
- "platform": "nitro",
260
- "difficulty": 4,
261
- "data_mb": 1,
262
- "needs_gpu": false,
263
- "cli_mode": "kaggle-arena",
264
- "dir": "nitro/30_nitro_pre-iaio-2026_t4_the-hieroglyph-hunter",
265
- "topic_cn": "emoji序列→英文句子语义检索:1000句语料(含爱丽丝梦游仙境干扰句),查询分字面/习语/网络俚语三档难度,只给少量support示例",
266
- "comp": "s18-the-hieroglyph-hunter",
267
- "status": "ready"
268
- },
269
- {
270
- "seq": 19,
271
- "bullseye": "T-torch",
272
- "title": "Lunar Craters",
273
- "platform": "nitro",
274
- "difficulty": 3,
275
- "data_mb": 15,
276
- "needs_gpu": false,
277
- "cli_mode": "kaggle-arena",
278
- "dir": "nitro/23_algolymp_algolymp-preojia-xi-xii_t1_lunar-craters",
279
- "topic_cn": "128×128合成月面图:①数陨石坑个数(MAE) ②估计侵蚀年龄参数1.0-5.0(MAE)",
280
- "comp": "s19-lunar-craters",
281
- "status": "ready",
282
- "judged": true
283
- },
284
- {
285
- "seq": 20,
286
- "bullseye": "T-umap",
287
- "title": "Latent Model Classification",
288
- "platform": "aicc",
289
- "difficulty": 3,
290
- "data_mb": 5,
291
- "needs_gpu": false,
292
- "cli_mode": "kaggle-arena",
293
- "dir": "latent-model-classification-aicc-round-0",
294
- "topic_cn": "给出两个模型 A/B 的倒数第二层权重 + 一批潜在向量,判定每个向量出自哪个模型(ridge + ML 理论)",
295
- "comp": null,
296
- "status": "teleload",
297
- "pack": "s20-latent-model-classification-ai",
298
- "pack_mb": 5,
299
- "pack_url": "https://icoa-datasets.sg-sin-1.linodeobjects.com/aidata/s20-latent-model-classification-ai.tar.zst"
300
- },
301
- {
302
- "seq": 21,
303
- "bullseye": "T-lora",
304
- "title": "Autocorrect",
305
- "platform": "aicc",
306
- "difficulty": 4,
307
- "data_mb": 6,
308
- "needs_gpu": true,
309
- "cli_mode": "kaggle-arena",
310
- "dir": "autocorrect-aicc-round-1-2",
311
- "topic_cn": "13MB 英文语料的字符级纠错:错字文本与正确文本等长,官方明确提示用 encoder-only 而非 seq2seq,且整段推理必须在 250 秒内跑完",
312
- "comp": "s21-autocorrect",
313
- "status": "ready"
314
- },
315
- {
316
- "seq": 22,
317
- "bullseye": "T-torch",
318
- "title": "Sticky Note Blindness",
319
- "platform": "aicc",
320
- "difficulty": 3,
321
- "data_mb": 88,
322
- "needs_gpu": false,
323
- "cli_mode": "kaggle-arena",
324
- "dir": "sticky-note-blindness-aicc-round-4",
325
- "topic_cn": "CLIP 印刷体攻击(图上贴便利贴写错类名)下的鲁棒分类:官方解答 MirrorCLIP——水平翻转后按维度符号一致性分离「视觉维/文字维」",
326
- "comp": null,
327
- "status": "teleload",
328
- "pack": "s22-sticky-note-blindness-aicc-rou",
329
- "pack_mb": 87,
330
- "pack_url": "https://icoa-datasets.sg-sin-1.linodeobjects.com/aidata/s22-sticky-note-blindness-aicc-rou.tar.zst"
331
- },
332
- {
333
- "seq": 23,
334
- "bullseye": "T-umap",
335
- "title": "🧔 Om vs AI 🤖",
336
- "platform": "nitro",
337
- "difficulty": 3,
338
- "data_mb": 11,
339
- "needs_gpu": false,
340
- "cli_mode": "kaggle-arena",
341
- "dir": "nitro/59_roai-2025_onia_t1_om-vs-ai",
342
- "topic_cn": "全国赛:①文本是人写还是AI生成(macro F1≥95才满分) ②四大主题分类——但训练集根本没有主题标签,必须零样本/无监督做",
343
- "comp": "s23-om-vs-ai",
344
- "status": "ready",
345
- "judged": true
346
- },
347
- {
348
- "seq": 24,
349
- "bullseye": "T-lora",
350
- "title": "🐦 Angry Birds 🐦",
351
- "platform": "nitro",
352
- "difficulty": 5,
353
- "data_mb": 159,
354
- "needs_gpu": true,
355
- "cli_mode": "kaggle-arena",
356
- "dir": "nitro/56_roai-2025_lot-baraj-1_t2_angry-birds",
357
- "topic_cn": "国家队选拔:训练集里土鸟几乎总配陆地背景、水鸟几乎总配水背景;最终按(鸟种×背景)四种组合中最差的一档准确率计分;允许ResNet50",
358
- "comp": "s24-angry-birds",
359
- "status": "ready"
360
- },
361
- {
362
- "seq": 25,
363
- "bullseye": "T-torch",
364
- "title": "Smart Waste Classifier ♻️",
365
- "platform": "nitro",
366
- "difficulty": 3,
367
- "data_mb": 93,
368
- "needs_gpu": false,
369
- "cli_mode": "kaggle-arena",
370
- "dir": "nitro/49_cram-school_cram-school-training-1_t2_smart-waste-classifier",
371
- "topic_cn": "垃圾图六分类(纸板/塑料/其他/玻璃/金属/纸),macro F1",
372
- "comp": "s25-smart-waste-classifier",
373
- "status": "ready"
374
- },
375
- {
376
- "seq": 26,
377
- "bullseye": "T-umap",
378
- "title": "პლანეტა X-ის მოდელის შერჩევა (Planet X Model Selection)",
379
- "platform": "nitro",
380
- "difficulty": 3,
381
- "data_mb": 16,
382
- "needs_gpu": false,
383
- "cli_mode": "kaggle-arena",
384
- "dir": "nitro/34_gaia_ai-league-i_t2_x-planet-x-model-selection",
385
- "topic_cn": "1000个回归模型里只有5个是在未损坏标签上训出来的,仅凭它们在训练特征上的预测矩阵把这5个揪出来",
386
- "comp": null,
387
- "status": "teleload",
388
- "pack": "s26-x-planet-x-model-selection",
389
- "pack_mb": 7,
390
- "pack_url": "https://icoa-datasets.sg-sin-1.linodeobjects.com/aidata/s26-x-planet-x-model-selection.tar.zst"
391
- },
392
- {
393
- "seq": 27,
394
- "bullseye": "T-librosa",
395
- "title": "Audio Classifier · Operation Night Watch",
396
- "platform": "icoa",
397
- "difficulty": 4,
398
- "data_mb": 1900,
399
- "needs_gpu": true,
400
- "cli_mode": "kaggle-arena",
401
- "dir": "audio-classifier",
402
- "topic_cn": "IOAI 真题:给已部署的音频模型教 13 个新类而不忘旧 16 类(29 类)。评分 0.5·acc_old + 0.5·acc_new",
403
- "comp": "audio-classifier",
404
- "status": "ready"
405
- }
406
- ]
407
- }
2
+ "track": "IOAI2026-tools",
3
+ "n": 27,
4
+ "tasks": [
5
+ {
6
+ "seq": 1,
7
+ "bullseye": "T-torch",
8
+ "title": "Sound of Nature",
9
+ "platform": "aicc",
10
+ "difficulty": 2,
11
+ "data_mb": 112,
12
+ "needs_gpu": false,
13
+ "cli_mode": "kaggle-arena",
14
+ "dir": "sound-of-nature-aicc-round-3",
15
+ "topic_cn": "360 条 5 秒自然/动物声音的多类分类(cat 等类别),官方解答 = mel-spectrogram + CNN + macro F1 选模",
16
+ "comp": "s01-sound-of-nature",
17
+ "status": "ready"
18
+ },
19
+ {
20
+ "seq": 2,
21
+ "bullseye": "T-umap",
22
+ "title": "Morty's Time Paradox",
23
+ "platform": "aicc",
24
+ "difficulty": 2,
25
+ "data_mb": 1,
26
+ "needs_gpu": false,
27
+ "cli_mode": "kaggle-arena",
28
+ "dir": "mortys-time-paradox-aicc-round-3",
29
+ "topic_cn": "8 个周期性特征的无标签聚类:先用 sin/cos 周期编码还原结构,再聚类 + 候选标签多数投票定类",
30
+ "comp": "s02-mortys-time-paradox",
31
+ "status": "ready"
32
+ },
33
+ {
34
+ "seq": 3,
35
+ "bullseye": "T-lora",
36
+ "title": "☣️ How Toxic Are You Online? ☣️",
37
+ "platform": "nitro",
38
+ "difficulty": 3,
39
+ "data_mb": 18,
40
+ "needs_gpu": false,
41
+ "cli_mode": "kaggle-arena",
42
+ "dir": "nitro/53_roai-2025_lot-baraj-2_t1_how-toxic-are-you-online",
43
+ "topic_cn": "国家队选拔第2日:四标签毒性多标签分类,逐标签F1线性插值计分,另在30%子集上单独评稳健性;赛中明令禁用transformers",
44
+ "comp": "s03-how-toxic-are-you-online",
45
+ "status": "ready"
46
+ },
47
+ {
48
+ "seq": 4,
49
+ "bullseye": "T-librosa",
50
+ "title": "Is That Audio?",
51
+ "platform": "aicc",
52
+ "difficulty": 2,
53
+ "data_mb": 9,
54
+ "needs_gpu": false,
55
+ "cli_mode": "kaggle-arena",
56
+ "dir": "is-that-audio-aicc-round-1-2",
57
+ "topic_cn": "260 条 wav 的多类音频分类(A/B 两组前缀),官方解答走 mel-spectrogram + CNN;官方承认该轮数据存在泄漏,定位为教学素材",
58
+ "comp": "s04-is-that-audio",
59
+ "status": "ready"
60
+ },
61
+ {
62
+ "seq": 5,
63
+ "bullseye": "T-torch",
64
+ "title": "Essay Gap",
65
+ "platform": "aicc",
66
+ "difficulty": 2,
67
+ "data_mb": 1,
68
+ "needs_gpu": true,
69
+ "cli_mode": "kaggle-arena",
70
+ "dir": "essay-gap-aicc-round-2",
71
+ "topic_cn": "给出文章缺口的前文/后文与 4 个候选句,选出被挖掉的那一句(BERT 微调四选一)",
72
+ "comp": "s05-essay-gap",
73
+ "status": "ready",
74
+ "judged": true
75
+ },
76
+ {
77
+ "seq": 6,
78
+ "bullseye": "T-umap",
79
+ "title": "Face Matching",
80
+ "platform": "aicc",
81
+ "difficulty": 2,
82
+ "data_mb": 8,
83
+ "needs_gpu": false,
84
+ "cli_mode": "kaggle-arena",
85
+ "dir": "face-matching-aicc-round-2",
86
+ "topic_cn": "109 张人脸图 + 若干张参考图,用 CLIP 嵌入为每张参考图检索最相似的 5 张(提交 top-5 列表)",
87
+ "comp": null,
88
+ "status": "teleload",
89
+ "pack": "s06-face-matching-aicc-round-2",
90
+ "pack_mb": 8,
91
+ "pack_url": "https://icoa-datasets.sg-sin-1.linodeobjects.com/aidata/s06-face-matching-aicc-round-2.tar.zst"
92
+ },
93
+ {
94
+ "seq": 7,
95
+ "bullseye": "T-lora",
96
+ "title": "Scientific Facts",
97
+ "platform": "aicc",
98
+ "difficulty": 3,
99
+ "data_mb": 1,
100
+ "needs_gpu": true,
101
+ "cli_mode": "kaggle-arena",
102
+ "dir": "scientific-facts-aicc-round-7",
103
+ "topic_cn": "科学论断 × 证据段落的三分类蕴含判断(支持/反驳/信息不足),官方解答 = transformer 微调 + 交叉验证 ensemble,macro F1",
104
+ "comp": "s07-scientific-facts",
105
+ "status": "ready",
106
+ "judged": true
107
+ },
108
+ {
109
+ "seq": 8,
110
+ "bullseye": "T-librosa",
111
+ "title": "Spooky Disaster or Creepy Pizza",
112
+ "platform": "nitro",
113
+ "difficulty": 4,
114
+ "data_mb": 63,
115
+ "needs_gpu": false,
116
+ "cli_mode": "kaggle-arena",
117
+ "dir": "nitro/47_nitro_spooky-round-2025_t2_spooky-disaster-or-creepy-pizza",
118
+ "topic_cn": "音频修复:500段声音各4000个采样点,部分片段被填0,重建缺失值(MSE);数据200Hz生成、需重采样到44.1kHz才可听",
119
+ "comp": "s08-spooky-disaster-or-creepy-pizza",
120
+ "status": "ready"
121
+ },
122
+ {
123
+ "seq": 9,
124
+ "bullseye": "T-torch",
125
+ "title": "Alchemy",
126
+ "platform": "aicc",
127
+ "difficulty": 3,
128
+ "data_mb": 1,
129
+ "needs_gpu": false,
130
+ "cli_mode": "kaggle-arena",
131
+ "dir": "alchemy-aicc-round-4",
132
+ "topic_cn": "「小炼金术」式语义合成:给 item1+item2 预测合成结果(如 bird+fire→phoenix),候选集封闭,官方解答用 BERT 打分 + 匈牙利算法做全局指派",
133
+ "comp": "s09-alchemy",
134
+ "status": "ready"
135
+ },
136
+ {
137
+ "seq": 10,
138
+ "bullseye": "T-umap",
139
+ "title": "Hello, Aliens!",
140
+ "platform": "nitro",
141
+ "difficulty": 3,
142
+ "data_mb": 9,
143
+ "needs_gpu": false,
144
+ "cli_mode": "kaggle-arena",
145
+ "dir": "nitro/24_algolymp_algolymp-preojia-xi-xii_t2_hello-aliens",
146
+ "topic_cn": "50维射电频谱:①信号/噪声二分类(F1≥0.98) ②接触概率回归 ③来源三分类;题面明说有效信号只住在低维流形上",
147
+ "comp": "s10-hello-aliens",
148
+ "status": "ready"
149
+ },
150
+ {
151
+ "seq": 11,
152
+ "bullseye": "T-lora",
153
+ "title": "Haunt me! 👻",
154
+ "platform": "nitro",
155
+ "difficulty": 3,
156
+ "data_mb": 66,
157
+ "needs_gpu": true,
158
+ "cli_mode": "kaggle-arena",
159
+ "dir": "nitro/46_nitro_spooky-round-2025_t1_haunt-me",
160
+ "topic_cn": "万圣节鬼影检测:①有无鬼(准确率) ②鬼的边界框(mAP/IoU);官方解答给了naive/ResNet/Faster-RCNN三档",
161
+ "comp": null,
162
+ "status": "teleload",
163
+ "pack": "s11-haunt-me",
164
+ "pack_mb": 65,
165
+ "pack_url": "https://icoa-datasets.sg-sin-1.linodeobjects.com/aidata/s11-haunt-me.tar.zst"
166
+ },
167
+ {
168
+ "seq": 12,
169
+ "bullseye": "T-librosa",
170
+ "title": "Audio Demixing",
171
+ "platform": "aicc",
172
+ "difficulty": 4,
173
+ "data_mb": 927,
174
+ "needs_gpu": true,
175
+ "cli_mode": "learn-card",
176
+ "dir": "audio-demixing-aicc-round-2",
177
+ "topic_cn": "2897 条 5 秒 wav:把混合音轨拆成两路信号,UNet + PIT(置换不变)损失,提交两路波形的 base85 编码",
178
+ "comp": "s12-audio-demixing",
179
+ "status": "ready"
180
+ },
181
+ {
182
+ "seq": 13,
183
+ "bullseye": "T-torch",
184
+ "title": "Polarity",
185
+ "platform": "aicc",
186
+ "difficulty": 3,
187
+ "data_mb": 1,
188
+ "needs_gpu": false,
189
+ "cli_mode": "kaggle-arena",
190
+ "dir": "polarity-aicc-round-7",
191
+ "topic_cn": "判断词对是同义还是反义(cash/money=0,inferior/worse=?)——训练集只有 897 字节(约 40 对),官方解答用掩码语言模型在模板句上取 logit 当特征再训分类器",
192
+ "comp": "s13-polarity",
193
+ "status": "ready"
194
+ },
195
+ {
196
+ "seq": 15,
197
+ "bullseye": "T-lora",
198
+ "title": "Find the Ducks",
199
+ "platform": "nitro",
200
+ "difficulty": 3,
201
+ "data_mb": 536,
202
+ "needs_gpu": true,
203
+ "cli_mode": "kaggle-arena",
204
+ "dir": "nitro/74_nitro-2025_nitro-nlp_t3_find-the-ducks",
205
+ "topic_cn": "黑客松:①图里有没有Nitro鸭 ②鸭子占多少像素 ③鸭子的边界框(按IoU给分);鸭子会旋转/翻转/缩放",
206
+ "comp": null,
207
+ "status": "teleload",
208
+ "pack": "s15-find-the-ducks",
209
+ "pack_mb": 535,
210
+ "pack_url": "https://icoa-datasets.sg-sin-1.linodeobjects.com/aidata/s15-find-the-ducks.tar.zst"
211
+ },
212
+ {
213
+ "seq": 16,
214
+ "bullseye": "T-torch",
215
+ "title": "Lost Interpreter",
216
+ "platform": "aicc",
217
+ "difficulty": 3,
218
+ "data_mb": 1,
219
+ "needs_gpu": false,
220
+ "cli_mode": "kaggle-arena",
221
+ "dir": "lost-interpreter-aicc-round-5",
222
+ "topic_cn": "给一段自定义字节码程序(OP5 13 ; OP7 -2 ; …)预测其数值输出,官方解答用 LSTM 端到端学「执行」,判分 MAE",
223
+ "comp": "s16-lost-interpreter",
224
+ "status": "ready"
225
+ },
226
+ {
227
+ "seq": 17,
228
+ "bullseye": "T-umap",
229
+ "title": "Bazarul lui Riki",
230
+ "platform": "nitro",
231
+ "difficulty": 3,
232
+ "data_mb": 2,
233
+ "needs_gpu": false,
234
+ "cli_mode": "kaggle-arena",
235
+ "dir": "nitro/39_decebaltech_decebaltech-ai-challenge_t2_bazarul-lui-riki",
236
+ "topic_cn": "①英文商品描述判可食用(macro F1) ②西班牙语查询跨语种检索英文商品(top-1);训练集里is_food=-1的行专供跨语种对齐",
237
+ "comp": "s17-bazarul-lui-riki",
238
+ "status": "ready",
239
+ "judged": true
240
+ },
241
+ {
242
+ "seq": 18,
243
+ "bullseye": "T-lora",
244
+ "title": "The Hieroglyph Hunter",
245
+ "platform": "nitro",
246
+ "difficulty": 4,
247
+ "data_mb": 1,
248
+ "needs_gpu": false,
249
+ "cli_mode": "kaggle-arena",
250
+ "dir": "nitro/30_nitro_pre-iaio-2026_t4_the-hieroglyph-hunter",
251
+ "topic_cn": "emoji序列→英文句子语义检索:1000句语料(含爱丽丝梦游仙境干扰句),查询分字面/习语/网络俚语三档难度,只给少量support示例",
252
+ "comp": "s18-the-hieroglyph-hunter",
253
+ "status": "ready"
254
+ },
255
+ {
256
+ "seq": 19,
257
+ "bullseye": "T-torch",
258
+ "title": "Lunar Craters",
259
+ "platform": "nitro",
260
+ "difficulty": 3,
261
+ "data_mb": 15,
262
+ "needs_gpu": false,
263
+ "cli_mode": "kaggle-arena",
264
+ "dir": "nitro/23_algolymp_algolymp-preojia-xi-xii_t1_lunar-craters",
265
+ "topic_cn": "128×128合成月面图:①数陨石坑个数(MAE) ②估计侵蚀年龄参数1.0-5.0(MAE)",
266
+ "comp": "s19-lunar-craters",
267
+ "status": "ready",
268
+ "judged": true
269
+ },
270
+ {
271
+ "seq": 20,
272
+ "bullseye": "T-umap",
273
+ "title": "Latent Model Classification",
274
+ "platform": "aicc",
275
+ "difficulty": 3,
276
+ "data_mb": 5,
277
+ "needs_gpu": false,
278
+ "cli_mode": "kaggle-arena",
279
+ "dir": "latent-model-classification-aicc-round-0",
280
+ "topic_cn": "给出两个模型 A/B 的倒数第二层权重 + 一批潜在向量,判定每个向量出自哪个模型(ridge + ML 理论)",
281
+ "comp": null,
282
+ "status": "teleload",
283
+ "pack": "s20-latent-model-classification-ai",
284
+ "pack_mb": 5,
285
+ "pack_url": "https://icoa-datasets.sg-sin-1.linodeobjects.com/aidata/s20-latent-model-classification-ai.tar.zst"
286
+ },
287
+ {
288
+ "seq": 21,
289
+ "bullseye": "T-lora",
290
+ "title": "Autocorrect",
291
+ "platform": "aicc",
292
+ "difficulty": 4,
293
+ "data_mb": 6,
294
+ "needs_gpu": true,
295
+ "cli_mode": "kaggle-arena",
296
+ "dir": "autocorrect-aicc-round-1-2",
297
+ "topic_cn": "13MB 英文语料的字符级纠错:错字文本与正确文本等长,官方明确提示用 encoder-only 而非 seq2seq,且整段推理必须在 250 秒内跑完",
298
+ "comp": "s21-autocorrect",
299
+ "status": "ready"
300
+ },
301
+ {
302
+ "seq": 22,
303
+ "bullseye": "T-torch",
304
+ "title": "Sticky Note Blindness",
305
+ "platform": "aicc",
306
+ "difficulty": 3,
307
+ "data_mb": 88,
308
+ "needs_gpu": false,
309
+ "cli_mode": "kaggle-arena",
310
+ "dir": "sticky-note-blindness-aicc-round-4",
311
+ "topic_cn": "CLIP 印刷体攻击(图上贴便利贴写错类名)下的鲁棒分类:官方解答 MirrorCLIP——水平翻转后按维度符号一致性分离「视觉维/文字维」",
312
+ "comp": null,
313
+ "status": "teleload",
314
+ "pack": "s22-sticky-note-blindness-aicc-rou",
315
+ "pack_mb": 87,
316
+ "pack_url": "https://icoa-datasets.sg-sin-1.linodeobjects.com/aidata/s22-sticky-note-blindness-aicc-rou.tar.zst"
317
+ },
318
+ {
319
+ "seq": 23,
320
+ "bullseye": "T-umap",
321
+ "title": "🧔 Om vs AI 🤖",
322
+ "platform": "nitro",
323
+ "difficulty": 3,
324
+ "data_mb": 11,
325
+ "needs_gpu": false,
326
+ "cli_mode": "kaggle-arena",
327
+ "dir": "nitro/59_roai-2025_onia_t1_om-vs-ai",
328
+ "topic_cn": "全国赛:①文本是人写还是AI生成(macro F1≥95才满分) ②四大主题分类——但训练集根本没有主题标签,必须零样本/无监督做",
329
+ "comp": "s23-om-vs-ai",
330
+ "status": "ready",
331
+ "judged": true
332
+ },
333
+ {
334
+ "seq": 24,
335
+ "bullseye": "T-lora",
336
+ "title": "🐦 Angry Birds 🐦",
337
+ "platform": "nitro",
338
+ "difficulty": 5,
339
+ "data_mb": 159,
340
+ "needs_gpu": true,
341
+ "cli_mode": "kaggle-arena",
342
+ "dir": "nitro/56_roai-2025_lot-baraj-1_t2_angry-birds",
343
+ "topic_cn": "国家队选拔:训练集里土鸟几乎总配陆地背景、水鸟几乎总配水背景;最终按(鸟种×背景)四种组合中最差的一档准确率计分;允许ResNet50",
344
+ "comp": "s24-angry-birds",
345
+ "status": "ready"
346
+ },
347
+ {
348
+ "seq": 25,
349
+ "bullseye": "T-torch",
350
+ "title": "Smart Waste Classifier ♻️",
351
+ "platform": "nitro",
352
+ "difficulty": 3,
353
+ "data_mb": 93,
354
+ "needs_gpu": false,
355
+ "cli_mode": "kaggle-arena",
356
+ "dir": "nitro/49_cram-school_cram-school-training-1_t2_smart-waste-classifier",
357
+ "topic_cn": "垃圾图六分类(纸板/塑料/其他/玻璃/金属/纸),macro F1",
358
+ "comp": "s25-smart-waste-classifier",
359
+ "status": "ready"
360
+ },
361
+ {
362
+ "seq": 26,
363
+ "bullseye": "T-umap",
364
+ "title": "პლანეტა X-ის მოდელის შერჩევა (Planet X Model Selection)",
365
+ "platform": "nitro",
366
+ "difficulty": 3,
367
+ "data_mb": 16,
368
+ "needs_gpu": false,
369
+ "cli_mode": "kaggle-arena",
370
+ "dir": "nitro/34_gaia_ai-league-i_t2_x-planet-x-model-selection",
371
+ "topic_cn": "1000个回归模型里只有5个是在未损坏标签上训出来的,仅凭它们在训练特征上的预测矩阵把这5个揪出来",
372
+ "comp": null,
373
+ "status": "teleload",
374
+ "pack": "s26-x-planet-x-model-selection",
375
+ "pack_mb": 7,
376
+ "pack_url": "https://icoa-datasets.sg-sin-1.linodeobjects.com/aidata/s26-x-planet-x-model-selection.tar.zst",
377
+ "submit_shape": "indices",
378
+ "submit_note": "Answer is 5 model indices, not a per-row prediction — there is no test.csv to score and none is needed. Scored at judge.nitro-ai.org; an official 100-point solution exists to check yourself against."
379
+ }
380
+ ]
381
+ }