@@ -1314,11 +1314,11 @@ const zhSidebar = {
13141314 link : '/chapter28_vla/embodied-intelligence/'
13151315 } ,
13161316 {
1317- text : '24.4 图像生成怎样用强化学习对齐 ' ,
1317+ text : '24.4 图像生成的强化学习对齐 ' ,
13181318 link : '/chapter29_visual_generation/visual-generation-dancegrpo'
13191319 } ,
13201320 {
1321- text : '24.5 视频为什么会前后矛盾 ' ,
1321+ text : '24.5 视频的时间一致性 ' ,
13221322 link : '/chapter29_visual_generation/video-generation-modern'
13231323 }
13241324 ]
@@ -1334,23 +1334,23 @@ const zhSidebar = {
13341334 collapsed : false ,
13351335 items : [
13361336 {
1337- text : '25.1 奖励越高,任务为什么反而做坏 ' ,
1337+ text : '25.1 奖励与任务的背离 ' ,
13381338 link : '/chapter30_alignment_failures/classical-failures'
13391339 } ,
13401340 {
1341- text : '25.2 如何判断 RLVR 提升是真的 ' ,
1341+ text : '25.2 RLVR 的假性提升 ' ,
13421342 link : '/chapter30_alignment_failures/modern-incidents'
13431343 } ,
13441344 {
1345- text : '25.3 模型为什么会在特定条件下切换行为 ' ,
1345+ text : '25.3 潜伏行为与条件切换 ' ,
13461346 link : '/chapter30_alignment_failures/sleeper-and-faking'
13471347 } ,
13481348 {
1349- text : '25.4 如何防止模型钻奖励漏洞 ' ,
1349+ text : '25.4 奖励漏洞的防御 ' ,
13501350 link : '/chapter30_alignment_failures/scaling-and-defenses'
13511351 } ,
13521352 {
1353- text : '25.5 如何可信地评测强化学习模型 ' ,
1353+ text : '25.5 评测协议与可复现性 ' ,
13541354 link : '/chapter30_alignment_failures/rl-evaluation'
13551355 }
13561356 ]
@@ -1360,19 +1360,19 @@ const zhSidebar = {
13601360 collapsed : false ,
13611361 items : [
13621362 {
1363- text : '26.1 模型怎样自己产生训练数据 ' ,
1363+ text : '26.1 自博弈与训练数据生成 ' ,
13641364 link : '/chapter32_selfplay/self-play-outlook/'
13651365 } ,
13661366 {
1367- text : '26.2 新增算力应该花在哪里 ' ,
1367+ text : '26.2 训练时与测试时的规模扩展 ' ,
13681368 link : '/chapter32_selfplay/rl-scaling-outlook'
13691369 } ,
13701370 {
1371- text : '26.3 多个 LLM 怎样共同学习 ' ,
1371+ text : '26.3 多智能体协同学习 ' ,
13721372 link : '/chapter32_selfplay/llm-multi-agent-rl/'
13731373 } ,
13741374 {
1375- text : '26.4 LLM 怎样搜索新算法 ' ,
1375+ text : '26.4 LLM 驱动的算法搜索 ' ,
13761376 link : '/chapter32_selfplay/alphaevolve/'
13771377 }
13781378 ]
@@ -1387,19 +1387,19 @@ const zhSidebar = {
13871387 collapsed : false ,
13881388 items : [
13891389 {
1390- text : 'A.1 训练为什么跑偏 ' ,
1390+ text : 'A.1 训练跑偏的症状 ' ,
13911391 link : '/appendix_industrial_training/training-debugging'
13921392 } ,
13931393 {
1394- text : 'A.2 一批轨迹怎样变成一次更新 ' ,
1394+ text : 'A.2 从轨迹到策略更新 ' ,
13951395 link : '/appendix_industrial_training/rl-infrastructure'
13961396 } ,
13971397 {
1398- text : 'A.3 Agent 为什么必须在沙箱里训练 ' ,
1398+ text : 'A.3 沙箱与 Agent 训练 ' ,
13991399 link : '/appendix_industrial_training/agentic-rl-infra'
14001400 } ,
14011401 {
1402- text : 'A.4 怎样证明模型真的变好 ' ,
1402+ text : 'A.4 模型改进的评测验证 ' ,
14031403 link : '/appendix_industrial_training/evaluation-badcase'
14041404 }
14051405 ]
0 commit comments