<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>SPR 专题——语义前缀路由 on LostMap</title>
    <link>https://www.lostmap.cn/spr/index.html</link>
    <description>Recent content in SPR 专题——语义前缀路由 on LostMap</description>
    <generator>Hugo</generator>
    <language>zh-CN</language>
    <lastBuildDate>Fri, 29 May 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://www.lostmap.cn/spr/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>[SPR-005] 链→树→图：数据结构谱系与 encoder 的并发性</title>
      <link>https://www.lostmap.cn/spr/005-chain-tree-graph.html</link>
      <pubDate>Sun, 17 May 2026 00:00:00 +0000</pubDate>
      <guid>https://www.lostmap.cn/spr/005-chain-tree-graph.html</guid>
      <description>NMT 架构按梯度传播路径可分为链(RNN)/树(SPR)/图(Transformer)三元谱系，每个结构对应一种 encoder 并发模型。树正处在链和图的中间——需要设计一种按层并行的 encoder。</description>
    </item>
    <item>
      <title>[SPR-006] SPR Echo Test——从 hash map 到句子级递归二分树的完整验证</title>
      <link>https://www.lostmap.cn/spr/006-spr-echo-test.html</link>
      <pubDate>Fri, 22 May 2026 00:00:00 +0000</pubDate>
      <guid>https://www.lostmap.cn/spr/006-spr-echo-test.html</guid>
      <description>从 hash map 到句子级递归二分树——SPR echo test 的全流程验证。涵盖：自映射概念、堆树设计、碰撞退化、BLEU 验证。</description>
    </item>
    <item>
      <title>[SPR-007] 从 Echo 到 Order——零成本有序哈希 &#43; 双树翻译架构</title>
      <link>https://www.lostmap.cn/spr/007-from-echo-to-order.html</link>
      <pubDate>Sat, 23 May 2026 00:00:00 +0000</pubDate>
      <guid>https://www.lostmap.cn/spr/007-from-echo-to-order.html</guid>
      <description>P6 验证了 echo。P7 从 echo 走向 order——零成本 cyclic shift 有序哈希 &#43; 双树（Encoder &#43; Bridge &#43; Decoder）翻译架构。包含完整的碰撞推导与修正验证。</description>
    </item>
    <item>
      <title>[SPR-S1] Session 1 — Echo 之战：从词级哈希到句级拓扑</title>
      <link>https://www.lostmap.cn/spr/s1-echo-session.html</link>
      <pubDate>Tue, 26 May 2026 00:00:00 +0000</pubDate>
      <guid>https://www.lostmap.cn/spr/s1-echo-session.html</guid>
      <description>SPR Session 1 完整教学——从词级分解路由 (BLEU=99.99) 到句级固定模板 &#43; 计划采样 (BLEU=60.5, token_acc=79.1%) 的完整演进。</description>
    </item>
    <item>
      <title>[SPR-S2-01] Session 2 翻译桥接——架构演进与当前状态</title>
      <link>https://www.lostmap.cn/spr/s2-01-bridge-status.html</link>
      <pubDate>Thu, 28 May 2026 00:00:00 +0000</pubDate>
      <guid>https://www.lostmap.cn/spr/s2-01-bridge-status.html</guid>
      <description>SPR Session 2 翻译桥接——从 LeafPredictor 到 GRU 到 W_split 树到 path-aware decoder 的完整架构演进，以及当前 450K 训练句的验证状态。</description>
    </item>
    <item>
      <title>[SPR-S2-02] 翻译桥接——三尺度分形架构</title>
      <link>https://www.lostmap.cn/spr/s2-02-bridge-architecture.html</link>
      <pubDate>Fri, 29 May 2026 00:00:00 +0000</pubDate>
      <guid>https://www.lostmap.cn/spr/s2-02-bridge-architecture.html</guid>
      <description>SPR S2 三尺度翻译桥接最终架构——L0 全局记忆库 (Token 对齐)、L1 Bi-GRU 共现数组 (补缺修复)、L2 树折叠 (语序排序)。</description>
    </item>
    <item>
      <title>[SPR-S2-03] VecMap &#43; BPE — 跨语言嵌入对齐的落地路线</title>
      <link>https://www.lostmap.cn/spr/s2-03-vecmap-bpe.html</link>
      <pubDate>Fri, 29 May 2026 00:00:00 +0000</pubDate>
      <guid>https://www.lostmap.cn/spr/s2-03-vecmap-bpe.html</guid>
      <description>SPR S2 跨语言桥接——从 VecMap(2018) &#43; BPE(2016) 到 Procrustes 正交对齐的落地实现。</description>
    </item>
    <item>
      <title>[SPR-004] 堆路由——SPR 的矩阵化设计与碰撞模型</title>
      <link>https://www.lostmap.cn/spr/004-heap-routing-design.html</link>
      <pubDate>Sun, 17 May 2026 00:00:00 +0000</pubDate>
      <guid>https://www.lostmap.cn/spr/004-heap-routing-design.html</guid>
      <description>SPR 的完整设计文档——用堆数组实现矩阵化的树路由，替代 Transformer 输出层的 Softmax。</description>
    </item>
    <item>
      <title>[SPR-002] 树架构设计与暂缓——硬件加速决定架构生存</title>
      <link>https://www.lostmap.cn/spr/002-tree-design-on-hold.html</link>
      <pubDate>Sat, 16 May 2026 00:00:00 +0000</pubDate>
      <guid>https://www.lostmap.cn/spr/002-tree-design-on-hold.html</guid>
      <description>SPR 树架构的完整设计，以及为什么暂缓——硬件壁垒。</description>
    </item>
    <item>
      <title>[SPR-003] 递归砍半做回归——不用梯度，也能学到线</title>
      <link>https://www.lostmap.cn/spr/003-tree-regression-experiment.html</link>
      <pubDate>Sat, 16 May 2026 00:00:00 +0000</pubDate>
      <guid>https://www.lostmap.cn/spr/003-tree-regression-experiment.html</guid>
      <description>一个实验：用递归砍半替代梯度下降做线性回归。4 层深的树追平了梯度下降。</description>
    </item>
    <item>
      <title>[SPR-001] 语义前缀路由——用递归路径替代稠密矩阵</title>
      <link>https://www.lostmap.cn/spr/001-semantic-prefix-routing.html</link>
      <pubDate>Fri, 15 May 2026 00:00:00 +0000</pubDate>
      <guid>https://www.lostmap.cn/spr/001-semantic-prefix-routing.html</guid>
      <description>提出 SPR 方案：用递归语义判定树替代输出层的稠密矩阵，路径即表示。</description>
    </item>
  </channel>
</rss>
