---
title: "任務充分語義同態：異質世界之間必須保持什麼"
english_title: "Task-Sufficient Semantic Homomorphism: What Must Be Preserved Across Heterogeneous Worlds?"
author: "Neo.K（許筌崴）"
institution: "EveMissLab（一言諾科技有限公司）"
series: "異質智慧動態協議生成系列"
paper_no: "04"
version: "v0.1"
date: "2026-08-14"
status: "正式研究草稿"
canonical_source_encoding: "UTF-8"
---

# 任務充分語義同態：異質世界之間必須保持什麼

**Task-Sufficient Semantic Homomorphism: What Must Be Preserved Across Heterogeneous Worlds?**

作者：Neo.K（許筌崴）  
機構：EveMissLab（一言諾科技有限公司）  
系列：異質智慧動態協議生成系列，第 4 篇  
版本：v0.1  
日期：2026 年 8 月 14 日

---

## 摘要

Paper 01 已指出，共享符號不推出共享世界；Paper 03 又限定了哪些智慧體—任務三元組有資格進入建構式可耦合域。現在剩下最核心的語義問題：

> 若兩個異質智慧體不需要具有相同內部表徵，那麼跨世界協議到底必須保持什麼，才能稱為「理解足夠」？

本文提出 **Task-Sufficient Semantic Homomorphism（TSSH，任務充分語義同態）**。核心主張是：跨智慧通信不必要求全域語義同一

$$
\mathfrak S_A\cong\mathfrak S_B,
$$

甚至不必要求逐元素一一翻譯；只需在任務 $T$ 所依賴的結構上，保持足夠的指稱、關係、判定與操作結果。本文把每個智慧體的任務語義結構寫成：

$$
\mathfrak S_i^T
=
(
X_i^T,
\mathcal R_i^T,
J_i^T,
\mathcal A_i^T,
P_i^T,
V_i^T
),
$$

其中分別表示任務相關狀態、關係、判定、動作、轉移與驗證。跨世界映射不再只是一個詞典，而是一對狀態／動作映射：

$$
h:X_A^T\to X_B^T,
\qquad
g:\mathcal A_A^T\to\mathcal A_B^T.
$$

若 $h,g$ 在指定容差下保持四類核心結構——referential preservation、relational preservation、judgment preservation、operational preservation——則稱其為 $\delta$ -TSSH。

本文進一步提出更一般的 **Task-Semantic Quotient（任務語義商）**。定義：

$$
x\sim_T y
$$

若 $x,y$ 對所有任務相關 probe、關係判定與後續操作結果都不可區分。則：

$$
\mathcal Q_T
=
X/\sim_T
$$

不是某一智慧體的完整語義，而是任務所需的最小可區分結構。不同智慧體可以透過：

$$
q_A:X_A^T\to\mathcal Q_T,
\qquad
q_B:X_B^T\to\mathcal Q_T
$$

共享同一任務語義核，而完全不需要令其私有表徵彼此同構。這一形式與 MDP homomorphism、bisimulation、information bottleneck 及 task-oriented semantic communication 存在結構上的親緣性：MDP homomorphism／bisimulation 關心在抽象後保持 reward / transition / behavioral equivalence；information bottleneck 關心壓縮 $X$ 時保留與目標 $Y$ 相關的資訊；task-oriented communication 則直接以任務相關資訊而非完整訊息重建作為優化對象。本文將這些思想推廣至異質智慧間的共享語義介面。

本文給出精確與近似 TSSH、任務商映射存在的基本命題、條件式 task-loss bound，以及「表徵相似度不是語義充分性的必要條件」等六項可證偽預測。本文最後指出，Paper 05 的自演化協議真正需要學習的可能不是「一種語言」，而是逐步逼近：

$$
\boxed{
\mathcal Q_T
}
$$

及其雙方映射。

**關鍵詞：** 任務充分語義同態、語義商、異質智慧、MDP homomorphism、bisimulation、information bottleneck、task-oriented semantic communication、emergent communication、語義保真、操作保真

---

# 0. 問題位置

前面三篇建立：

$$
\boxed{
\text{Shared Symbols}
\not\Rightarrow
\text{Shared Worlds}
}
$$

$$
\boxed{
\text{Universal Language}
\not\equiv
\text{Protocol Constructor}
}
$$

以及：

$$
\boxed{
(A,B,T)\in\mathcal C^\ast
}
$$

所需的建構式可耦合條件。

現在考慮：

$$
(A,B,T)\in\mathcal C^\ast.
$$

即雙方至少：

- 存在任務相關通道；
- 訊號可辨；
- 有 feedback；
- 至少一方可適應；
- 目標不完全衝突；
- 時序可行；
- 資源可承擔。

這仍然沒有回答：

> 「協議學對了」到底是什麼？

---

# 1. 三種過強的「理解」標準

## 1.1 完整表徵同一

最強版本：

$$
\mathcal W_A^R
=
\mathcal W_B^R.
$$

這幾乎不適合作為跨異質智慧的必要條件。

即使人—人也無法合理要求此式成立。

---

## 1.2 全域語義同構

稍弱：

$$
\mathfrak S_A
\cong
\mathfrak S_B.
$$

這要求存在一個雙射：

$$
h
$$

完整保持所有語義關係。

這仍過強。

因為：

- 雙方可能有不同感知模態；
- 一方擁有人類生活概念，另一方擁有 machine-native state；
- 一方能執行工具，一方只能給意圖；
- 任務只使用雙方世界中的極小子集。

---

## 1.3 逐詞一一翻譯

再弱：

$$
\forall s_A
\exists!s_B.
$$

即每個符號都有唯一對譯。

Emergent communication 研究已顯示這也不是必要條件。代理可以形成成功協議，但使用的內部視覺表徵不一定對應人類概念；多代理甚至可能形成多個 idiolect，而仍完成共同任務。[4][5]

因此：

$$
\boxed{
\text{successful task semantics}
\neq
\text{global dictionary equivalence}.
}
$$

---

# 2. 外部數學親緣一：MDP Homomorphism

## 2.1 為何 MDP homomorphism 很像本問題

Ravindran 與 Barto 將 homomorphism 引入 MDP/SMDP abstraction，用映射把較大的狀態—動作系統壓縮成較小抽象系統，同時保持對決策有用的 reward 與 transition 結構。[1]

現代 continuous MDP homomorphism 也延續同一思想：抽象不要求兩個狀態空間相同，而要求某些對 policy / value 有關的結構在映射後仍可使用。[2]

其核心精神可概括為：

$$
\boxed{
\text{preserve what determines behavior,
not every microscopic detail}.
}
$$

這正是 TSSH 的直接靈感之一。

---

## 2.2 但本文不是把智慧體直接當 MDP

異質智慧的內部世界可能：

- 非馬可夫；
- 含語言；
- 含記憶；
- 含模糊語義；
- 含推理；
- 含工具；
- 含主動協議更新。

所以本文不主張：

$$
\text{TSSH}=\text{MDP homomorphism}.
$$

而是抽取其結構思想：

$$
\boxed{
\text{task-relevant structural preservation under abstraction}.
}
$$

---

# 3. 外部數學親緣二：Bisimulation

Ferns、Panangaden 與 Precup 對 MDP 建立 bisimulation-based metrics，用 quantitative distance 描述兩狀態在 reward 與 transition 行為上的相似程度，並將 metric distance 與 optimal value 差異建立 bounds。[3]

這提供兩個重要啟發。

第一：

$$
\text{equivalence}
$$

不必只有：

$$
0/1.
$$

可以是：

$$
d(x,y)\in\mathbb R_{\ge0}.
$$

第二：

> 若 task-relevant behavioral distance 很小，即使 state identity 不同，仍可能具有近似相同決策價值。

本文因此也不只定義 exact homomorphism，而會定義：

$$
\delta\text{-TSSH}.
$$

---

# 4. 外部數學親緣三：Information Bottleneck

Tishby、Pereira 與 Bialek 的 Information Bottleneck 把「相關資訊」定義為 $X$ 中對另一個目標變量 $Y$ 有用的資訊，並尋找 $X$ 的壓縮表示 $\widetilde X$，使其在大幅壓縮 $X$ 的同時盡量保留關於 $Y$ 的資訊。[6]

典型形式是：

$$
\min I(X;Z)
$$

同時保持：

$$
I(Z;Y)
$$

足夠大。

對本文而言，把：

$$
Y
$$

換成：

$$
Y_T
$$

即任務相關結果，

便得到直覺：

$$
\boxed{
\text{共享介面不必攜帶完整世界，
只需攜帶足夠任務資訊。}
}
$$

---

# 5. 外部研究親緣四：Task-Oriented Semantic Communication

近年的 goal-/task-oriented semantic communication 明確從「逐 bit 重建原訊息」轉向：

> 傳遞對任務結果最重要的資訊。

例如 VQA 的 goal-oriented semantic communication 會根據問題目標選擇與排序視覺語義資訊，而非傳輸完整高解析影像；2026 年 TOIB 進一步以 task-conditioned latent variables 同時處理 semantic sufficiency、compression 與 distributed semantic interference。[7][8]

這與本文的方向高度一致：

$$
\boxed{
\text{semantic sufficiency is task-relative}.
}
$$

但本文把 sender/receiver 的內部世界異質性正式納入。

---

# 6. 任務語義結構

對智慧體：

$$
A_i
$$

與任務：

$$
T,
$$

定義：

$$
\boxed{
\mathfrak S_i^T
=
(
X_i^T,
\mathcal R_i^T,
J_i^T,
\mathcal A_i^T,
P_i^T,
V_i^T
).
}
$$

---

## 6.1 $X_i^T$：任務相關狀態

不是整個：

$$
\mathcal W_i.
$$

而是：

$$
X_i^T
\subseteq
\mathcal W_i
$$

中對任務結果有潛在影響的狀態／概念／表示。

---

## 6.2 $\mathcal R_i^T$：任務相關關係

例如：

- 左／右；
- 先於／後於；
- 因果；
- 包含；
- 同一物；
- 相似；
- 屬於；
- 更危險；
- 可執行；
- 依賴。

---

## 6.3 $J_i^T$：任務判定

$$
J_i^T:
\mathcal Q_T
\rightarrow
\mathcal Y_i.
$$

例如：

- 哪個是目標？
- 這一步是否合法？
- 這是不是同一檔案？
- 是否足夠確定？
- 是否應執行？

---

## 6.4 $\mathcal A_i^T$：任務動作

主體真正可以做的：

$$
a_i\in\mathcal A_i^T.
$$

---

## 6.5 $P_i^T$：結果／轉移

$$
P_i^T
(
x'|x,a
).
$$

對非 MDP 系統也可以一般化成：

$$
\Gamma_i^T
:
(H_t,a)
\mapsto
\mathcal P(X_{t+1}),
$$

即允許歷史依賴。

---

## 6.6 $V_i^T$：任務驗證

$$
V_i^T:
\text{trajectory}
\rightarrow
\mathbb R
$$

或：

$$
\{0,1\}.
$$

它表示：

> 這個任務到底算不算成功？

---

# 7. 精確 Task-Sufficient Semantic Homomorphism

給定：

$$
\mathfrak S_A^T,
\qquad
\mathfrak S_B^T.
$$

考慮：

$$
h:
X_A^T
\rightarrow
X_B^T
$$

與 action map：

$$
g:
\mathcal A_A^T
\rightarrow
\mathcal A_B^T.
$$

---

## 7.1 指稱保持

存在任務相關 referent family：

$$
\mathcal E_T.
$$

若：

$$
x_A
\rightsquigarrow
e,
$$

則要求：

$$
h(x_A)
\rightsquigarrow
e
$$

或至少落入 $B$ 對同一任務實體的等價類。

即：

$$
\boxed{
\text{referent preserved}.
}
$$

---

## 7.2 關係保持

對每個：

$$
R\in\mathcal R_T,
$$

若：

$$
R_A(x_1,\ldots,x_n)
$$

成立，

則：

$$
R_B
(
h(x_1),\ldots,h(x_n)
)
$$

也應成立。

這就是傳統 homomorphism 最像的部分。

---

## 7.3 判定保持

對 task probe：

$$
q\in\mathcal Q_T,
$$

要求：

$$
J_A^T(q)
\sim_T
J_B^T(h(q)).
$$

不要求字面答案相同。

例如：

人類：

> 「停止。」

Agent：

```json
{"action":"halt","reason":"unsafe"}
```

只要在任務上判定等價即可。

---

## 7.4 操作保持

對：

$$
a\in\mathcal A_A^T,
$$

要求：

$$
g(a)
$$

在 $B$ 世界中產生 task-equivalent consequence。

最強形式可以要求：

$$
h_\#
P_A^T(\cdot|x,a)
=
P_B^T(\cdot|h(x),g(a)),
$$

其中：

$$
h_\#
$$

是 pushforward distribution。

較一般則只要求：

$$
V_A^T(\tau_A)
=
V_B^T(\tau_B).
$$

---

# 8. 定義：Exact TSSH

若：

$$
(h,g)
$$

對任務 $T$ 的指定核心結構滿足：

1. referential preservation；
2. relational preservation；
3. judgment preservation；
4. operational preservation；

則稱：

$$
\boxed{
(h,g):
\mathfrak S_A^T
\to
\mathfrak S_B^T
}
$$

為一個 exact **Task-Sufficient Semantic Homomorphism**。

記：

$$
\boxed{
\mathfrak S_A^T
\xrightarrow[T]{\mathrm{TSSH}}
\mathfrak S_B^T.
}
$$

---

# 9. 為何是 Homomorphism，不是 Isomorphism

TSSH 允許：

$$
h(x_1)=h(x_2)
$$

即多對一。

只要：

$$
x_1,x_2
$$

的差別對 $T$ 不重要。

因此它天然允許：

$$
\boxed{
\text{semantic compression}.
}
$$

這是整個框架最重要的地方之一。

---

# 10. 任務等價關係

定義：

$$
x\sim_T y
$$

若對所有任務相關：

- referential probes；
- relational probes；
- judgments；
- admissible action consequences；

 $x,y$ 都不可被任務 $T$ 區分。

可寫為：

$$
x\sim_T y
$$

當且僅當：

$$
\forall q\in\mathcal Q_T:
J(q|x)=J(q|y)
$$

且對所有 admissible actions：

$$
V_T(\tau|x,a)
=
V_T(\tau|y,a)
$$

並保持指定：

$$
\mathcal R_T
$$

關係。

---

## 10.1 任務語義商

若：

$$
\sim_T
$$

為等價關係，

定義：

$$
\boxed{
\mathcal Q_T
=
X/\sim_T.
}
$$

這裡的：

$$
\mathcal Q_T
$$

是**任務語義商空間**。

---

# 11. 基本命題：任務商投影天然是 task-sufficient

## 命題 T1

令：

$$
q:
X
\rightarrow
X/\sim_T
$$

為 quotient projection。

若：

$$
\sim_T
$$

正是由所有任務相關可區分結構所定義，

則：

$$
q
$$

在這些結構上是 exact task-sufficient homomorphism。

### 證明

依定義：

$$
x\sim_T y
$$

只在：

$$
x,y
$$

對所有指定任務判定與操作結果等價時成立。

因此 quotient 只合併任務無法區分的元素。

故：

$$
q
$$

不破壞任何用來定義 $\sim_T$ 的任務相關結構。

$$
\square
$$

---

## 11.1 這個命題看似 tautological，但非常重要

它告訴我們：

> 「任務充分介面」理論上可以被理解為尋找正確的 task quotient。

而不是：

> 找到完整世界的翻譯。

---

# 12. 異質智慧的共享任務語義核

對 $A,B$：

$$
X_A^T,
\qquad
X_B^T
$$

不必直接有：

$$
h:X_A^T\to X_B^T.
$$

可以存在第三個共享結構：

$$
\boxed{
\mathcal Q_T
}
$$

以及：

$$
q_A:
X_A^T
\rightarrow
\mathcal Q_T,
$$

$$
q_B:
X_B^T
\rightarrow
\mathcal Q_T.
$$

只要：

$$
q_A,q_B
$$

都對任務核心結構是 task-sufficient。

此時：

$$
\boxed{
\mathcal Q_T
}
$$

稱為：

**Task-Sufficient Shared Semantic Core（TSSC）**。

---

## 12.1 這比 A→B 翻譯更一般

直接翻譯要求：

$$
A
\rightarrow
B.
$$

共享商則是：

$$
\boxed{
A
\rightarrow
\mathcal Q_T
\leftarrow
B.
}
$$

因此：

$$
\mathcal Q_T
$$

不必是人類語言。

也不必是 AI-native format。

它可以是：

- abstract graph；
- operator set；
- latent code；
- mathematical structure；
- hybrid protocol；
- dynamic symbol system。

這正是本系列未來 protocol generator 可能真正要生成的物件。

---

# 13. Approximate TSSH

現實中 exact preservation 通常過強。

因此對四種誤差定義：

$$
\delta_E
$$

referential distortion；

$$
\delta_R
$$

relational distortion；

$$
\delta_J
$$

judgment distortion；

$$
\delta_O
$$

operational distortion。

組成：

$$
\boxed{
D_T(h,g)
=
w_E\delta_E
+
w_R\delta_R
+
w_J\delta_J
+
w_O\delta_O.
}
$$

其中：

$$
w_E+w_R+w_J+w_O=1.
$$

若：

$$
D_T(h,g)
\le
\delta,
$$

則稱：

$$
(h,g)
$$

為：

$$
\boxed{
\delta\text{-TSSH}.
}
$$

---

# 14. Task-loss bound

假設任務驗證函數：

$$
V_T
$$

對 TSSH distortion 具有 Lipschitz 性：

$$
|V_T(z)-V_T(z')|
\le
L_T d_T(z,z').
$$

若：

$$
D_T(h,g)\le\delta,
$$

則：

$$
\boxed{
|\Delta V_T|
\le
L_T\delta.
}
$$

### 證明

直接由 Lipschitz 條件。

$$
\square
$$

這不是深定理。

但它把：

> 「語義差一點沒關係」

變成：

> 只要能建立 task-loss 對 semantic distortion 的明確敏感度，就能對容許誤差做工程化 bound。

---

# 15. Bisimulation 與 TSSH 的關係

若任務是 sequential decision problem，

則 operational preservation 可以選擇：

$$
d_{\mathrm{bis}}
$$

類 bisimulation metric。

Ferns 等人的結果提供一個重要模型：

$$
\boxed{
\text{behavioral distance}
\rightarrow
\text{value difference bound}.
}
$$

TSSH 把此精神推廣：

$$
\boxed{
\text{semantic-operational distortion}
\rightarrow
\text{task-loss bound}.
}
$$

但 TSSH 還多了：

- referent；
- relation；
- judgment；
- heterogeneous symbols；

所以不是 bisimulation 的改名。

---

# 16. Representation Alignment 不等於 TSSH

2024 年 Kouwenhoven 等人的研究發現，emergent communication 中 inter-agent representation alignment 可以增加，但 agent representations 仍可能偏離人類輸入概念；而加入 alignment penalty 也不一定改善 compositional discrimination task。[9]

這正好說明：

$$
\boxed{
\text{representation similarity}
\neq
\text{task semantic sufficiency}.
}
$$

本文因此不把：

$$
\operatorname{cosine}(z_A,z_B)
$$

當作主要成功標準。

---

# 17. 成功通信也不保證人類可讀

Carmeli、Belinkov 與 Meir 指出，emergent communication protocol 通常對人類不透明，因此提出把 emergent words 與 natural-language concepts 做 best matching 的評估程序。[10]

這非常重要，但本文區分兩件事：

$$
\boxed{
\text{task sufficiency}
}
$$

與：

$$
\boxed{
\text{human interpretability}.
}
$$

二者可以同時追求，但不是同一軸。

所以：

$$
\mathcal Q_T
$$

可以先 task-sufficient，

再另外建立：

$$
\chi:
\mathcal Q_T
\rightarrow
L_H
$$

作人類 audit / explanation layer。

這將在 Paper 06 詳細處理。

---

# 18. Compositionality 也不是必要的唯一標準

Emergent communication 研究持續發現 compositionality 受：

- scene structure；
- graph representation；
- one-to-many coordination；
- data frequency；

等條件影響。[11][12][13]

因此：

$$
\boxed{
\text{compositionality}
}
$$

是一個很重要的 protocol property，

但不能直接定義：

$$
\text{semantic sufficiency}.
$$

某些任務可能由 holistic code 高效完成；

另一些需要組合泛化。

所以：

$$
\text{required structure}
=
f(T).
$$

---

# 19. 任務語義商與 Information Bottleneck

如果：

$$
X
$$

是私有世界狀態，

$$
Y_T
$$

是任務相關變量，

共享表示：

$$
Z_T
$$

可以尋找：

$$
\min I(X;Z_T)
$$

subject to：

$$
I(Z_T;Y_T)
\ge
I(X;Y_T)-\epsilon.
$$

本文把：

$$
Z_T
$$

視為：

$$
\mathcal Q_T
$$

的資訊論近似。

也就是：

$$
\boxed{
\text{TSSH quotient}
}
$$

偏結構；

$$
\boxed{
\text{information bottleneck}
}
$$

偏資訊保留。

兩者可以互補。

---

# 20. 雙方共同 bottleneck

異質智慧下：

$$
X_A\neq X_B.
$$

我們希望尋找共享：

$$
Z_T
$$

使：

$$
I(Z_T;Y_T)
$$

足夠高，

但：

$$
I(X_A;Z_T)
$$

與：

$$
I(X_B;Z_T)
$$

都不需要完整保留。

可以考慮：

$$
\boxed{
\min
\left[
\beta_A I(X_A;Z_T)
+
\beta_B I(X_B;Z_T)
\right]
-
I(Z_T;Y_T).
}
$$

這只是一個候選 variational objective。

本文不主張它已經給出 TSSC 的唯一解。

---

# 21. 四層保持不是永遠同權

不同任務：

$$
w_E,w_R,w_J,w_O
$$

可以不同。

---

## 21.1 Referential task

例如：

> 找出紅色三角形。

可能：

$$
w_E,w_R
$$

較高。

---

## 21.2 Decision task

例如：

> 是否批准執行？

可能：

$$
w_J
$$

較高。

---

## 21.3 Tool execution

例如：

> 修改指定檔案但不可碰其他檔案。

則：

$$
w_O
$$

極高。

因為語義解釋再漂亮，只要改錯檔案就失敗。

---

## 21.4 Scientific explanation

可能同時要求：

$$
w_R,w_J,w_O
$$

以及另外的人類可審核項：

$$
w_H.
$$

---

# 22. 不確定性也必須保持

Paper 01–03 的架構還不足以處理：

> 「我覺得可能是 X。」

若映射後變成：

> 「X。」

即使 referent / relation 都沒錯，仍發生重大語義失真。

因此加入 epistemic state：

$$
U_i^T.
$$

更完整可寫：

$$
\mathfrak S_i^T
=
(
X_i^T,
\mathcal R_i^T,
J_i^T,
U_i^T,
\mathcal A_i^T,
P_i^T,
V_i^T
).
$$

要求：

$$
\boxed{
\text{uncertainty fidelity}.
}
$$

即：

$$
d_U
(
U_A,
U_B
)
\le
\delta_U.
$$

這與前面《無界策》策譯 Skill 中「不確定性守恆」其實是同一結構的更一般版本。

---

# 23. 權限與規範也可成為任務語義

在 Agent 世界：

> 「可以讀，不可以寫。」

不是文風。

它是：

$$
\boxed{
\text{operational semantics}.
}
$$

因此對某些任務，要把：

$$
\mathcal N_i^T
$$

規範／權限結構加入：

$$
\mathfrak S_i^T.
$$

此時 TSSH 需要保持：

$$
\text{permission preorder}
$$

或合法 action set。

否則：

$$
\text{meaning preserved}
$$

但：

$$
\text{authority changed},
$$

仍是嚴重失真。

---

# 24. TSSH 的最終擴展結構

因此更完整地：

$$
\boxed{
\mathfrak S_i^T
=
(
X_i,
\mathcal R_i,
J_i,
U_i,
\mathcal N_i,
\mathcal A_i,
P_i,
V_i
)_T.
}
$$

TSSH 保持的不是所有內容，

而是任務要求的子集合：

$$
\boxed{
\mathcal K_T
\subseteq
\{
E,R,J,U,N,O
\}.
}
$$

其中：

- $E$：reference；
- $R$：relations；
- $J$：judgments；
- $U$：uncertainty；
- $N$：norms / permissions；
- $O$：operations。

---

# 25. Basic Sufficiency Theorem

## 定理 T2：核心保持推出 task equivalence

假設任務 $T$ 的 success verifier：

$$
V_T
$$

只依賴核心結構：

$$
\mathcal K_T.
$$

若：

$$
(h,g)
$$

精確保持：

$$
\mathcal K_T,
$$

則對任何對應 admissible trajectory：

$$
\tau_A,\tau_B
$$

有：

$$
\boxed{
V_T(\tau_A)
=
V_T(\tau_B).
}
$$

### 證明

因：

$$
V_T
$$

依定義只讀取：

$$
\mathcal K_T.
$$

而 TSSH 精確保持：

$$
\mathcal K_T.
$$

所以輸入 verifier 的所有任務相關變量相同／等價。

故 verifier output 相同。

$$
\square
$$

---

## 25.1 真正難的不是這個定理

它本身仍接近定義推論。

真正困難的是：

$$
\boxed{
\mathcal K_T
\text{ 如何被發現？}
}
$$

因為現實中我們通常不知道：

> 哪些語義差異真的會影響任務。

這正是 Paper 05 的 protocol evolution 與 Paper 07 的 impossibility / lower bound 要處理的部分。

---

# 26. 六項可證偽預測

## P1：高任務成功可與低全域表徵相似度共存

存在：

$$
\operatorname{RepSim}(A,B)
\ll1
$$

但：

$$
D_T(h,g)\ll1.
$$

如果所有高成功 pair 都必須全域 representation alignment，TSSH 的弱同態主張會被削弱。

---

## P2：task-irrelevant information 可大量刪除

若某訊息成分：

$$
z
$$

不影響：

$$
\mathcal K_T,
$$

刪除它應幾乎不影響：

$$
V_T.
$$

---

## P3：同一 protocol 對不同任務具有不同語義充分性

存在：

$$
T_1,T_2
$$

使：

$$
D_{T_1}(h,g)\ll
D_{T_2}(h,g).
$$

---

## P4：operation-sensitive tasks 對表面語義誤差較不敏感、對 action mapping 極敏感

在 tool-use 任務：

$$
w_O\gg w_E.
$$

因此自然語言表達不同可能不影響成功，

但：

$$
g(a)
$$

錯一個 action 即失敗。

---

## P5：共享商表示比完整互譯更省通信

若：

$$
|\mathcal Q_T|
\ll
|X_A|,
|X_B|,
$$

則以：

$$
\mathcal Q_T
$$

作協議應能降低：

$$
C_{\mathrm{comm}}
$$

而保持：

$$
S_T.
$$

---

## P6：人類可讀性與 task sufficiency 可以解耦

存在 protocol：

$$
\Pi
$$

使：

$$
S_T\approx1
$$

但 human concept matching 很低。

而加入 explanation bridge：

$$
\chi
$$

可以提高可審核性，未必需要改變核心：

$$
\mathcal Q_T.
$$

---

# 27. Benchmark：找任務商，而不是猜詞義

## 27.1 隱藏世界

建立 A/B 不同內部表示：

$$
X_A,
X_B.
$$

---

## 27.2 同一任務

給：

$$
T.
$$

---

## 27.3 任務核心標註

研究者知道 ground-truth：

$$
\mathcal K_T.
$$

但 agent 不知道。

---

## 27.4 學習共享介面

讓 agent 學：

$$
q_A,
q_B,
\mathcal Q_T.
$$

---

## 27.5 測量

比較：

### representation similarity

$$
S_R
$$

### task structural distortion

$$
D_T
$$

### task success

$$
S_T
$$

### communication cost

$$
C_{\mathrm{comm}}
$$

### human interpretability

$$
I_H
$$

然後檢查：

$$
\boxed{
S_R
}
$$

與：

$$
\boxed{
D_T
}
$$

是否真的可以解耦。

---

# 28. 這一篇對 Paper 05 的關鍵輸出

Paper 05 原本可以被寫成：

> 協議如何自己演化？

現在可以更精確：

$$
\boxed{
\text{協議演化}
=
\text{逐步發現與壓縮 }
\mathcal Q_T
+
\text{學習 }q_A,q_B.
}
$$

也就是：

$$
\Pi_t
=
(
\mathcal Q_{T,t},
q_{A,t},
q_{B,t},
R_t
).
$$

更新：

$$
\boxed{
\Pi_{t+1}
=
F(
\Pi_t,
\text{task error},
\text{counterexample},
\text{feedback}
).
}
$$

這比單純：

> token vocabulary 慢慢變好

更一般。

---

# 29. 內部理論承接

既有《符號瞬時判定域》已提出：

$$
\mathcal B_A\neq\mathcal B_B
$$

但：

$$
A\approx_T^\delta B
$$

仍可成立。

本文現在給這句話補上中間數學骨架：

$$
\boxed{
\mathcal B_A\neq\mathcal B_B
\quad
\text{but}
\quad
\exists\mathcal Q_T
}
$$

使：

$$
q_A(\mathcal B_A)
\approx_T
q_B(\mathcal B_B).
$$

因此：

$$
\boxed{
\text{任務充分判定等價}
}
$$

可以被重新理解為：

$$
\boxed{
\text{共享任務商上的局部同態。}
}
$$

---

# 30. 本文不主張什麼

本文不主張：

1. 所有語義都能被有限 quotient 完整捕捉；
2. 所有任務都有容易發現的 $\mathcal K_T$ ；
3. human semantics 可以被 task utility 完全取代；
4. TSSH 等同人類語言理解；
5. information bottleneck 已經等同 semantic homomorphism；
6. MDP homomorphism 可直接描述所有智能；
7. task success 足以處理所有倫理、安全與科學要求。

恰恰相反：

$$
\boxed{
\mathcal K_T
}
$$

本身就是下一層困難。

如果任務定義漏掉：

- 安全；
- 權限；
- 不確定性；
- 長期外部性；

那 TSSH 可能「精確保持錯的任務」。

所以：

$$
\boxed{
\text{task sufficiency}
\neq
\text{universal correctness}.
}
$$

---

# 31. 結論

異質智慧通信真正需要的，不是：

$$
\mathfrak S_A
=
\mathfrak S_B.
$$

也不是：

$$
\forall s_A\exists!s_B.
$$

更合理的目標是：

$$
\boxed{
\exists\mathcal Q_T
}
$$

使：

$$
A
\rightarrow
\mathcal Q_T
\leftarrow
B
$$

在任務相關結構上保持：

$$
\boxed{
\text{reference}
+
\text{relation}
+
\text{judgment}
+
\text{uncertainty}
+
\text{permission}
+
\text{operation}
}
$$

中真正需要的部分。

因此：

$$
\boxed{
\text{理解足夠}
}
$$

不再被定義成：

> 兩邊內部變得一樣。

而是：

> **任務真正依賴的結構，在跨世界映射後仍然不壞。**

這一改寫直接產生：

$$
\boxed{
\text{Task-Semantic Quotient}
}
$$

與：

$$
\boxed{
\text{Task-Sufficient Shared Semantic Core}.
}
$$

所以 Paper 05 真正要研究的，也不再只是「AI 怎麼發明新語言」。

而是：

> **兩個異質世界如何在反覆互動中，逐步發現哪些差異可以捨棄、哪些關係必須保持，最後共同長出一個足以完成任務的語義商。**

---

# 參考文獻

[1] Ravindran, B., & Barto, A. G. (2003). **SMDP Homomorphisms: An Algebraic Approach to Abstraction in Semi-Markov Decision Processes.** *Proceedings of IJCAI 2003*.

[2] Rezaei-Shoshtari, S., Zhao, R., Panangaden, P., Meger, D., & Precup, D. (2022). **Continuous MDP Homomorphisms and Homomorphic Policy Gradient.** arXiv:2209.07364.

[3] Ferns, N., Panangaden, P., & Precup, D. (2011). **Bisimulation Metrics for Continuous Markov Decision Processes.** *SIAM Journal on Computing*, 40(6), 1662–1714. DOI: 10.1137/10080484X.

[4] Bouchacourt, D., & Baroni, M. (2018). **How agents see things: On visual representations in an emergent language game.** *EMNLP 2018*, 981–985.

[5] Bouchacourt, D., & Baroni, M. (2019). **Miss Tools and Mr Fruit: Emergent Communication in Agents Learning about Object Affordances.** *ACL 2019*, 3909–3918.

[6] Tishby, N., Pereira, F. C., & Bialek, W. (1999/2000). **The Information Bottleneck Method.** *37th Annual Allerton Conference on Communication, Control, and Computing*. arXiv:physics/0004057.

[7] Liu, S., Li, N., Deng, Y., & Quek, T. Q. S. (2024). **Goal-Oriented Semantic Communication for Wireless Visual Question Answering.** arXiv:2411.02452.

[8] Wang, J., Yang, Z., Ding, Y., Hu, Y., & Shikh-Bahaei, M. (2026). **TOIB: Task-Oriented Orthogonalised Information Bottleneck for Distributed Semantic Communication.** arXiv:2604.11053.

[9] Kouwenhoven, T., Peeperkorn, M., Van Dijk, B., & Verhoef, T. (2024). **The Curious Case of Representational Alignment: Unravelling Visio-Linguistic Tasks in Emergent Communication.** *CMCL 2024*, 57–71. DOI: 10.18653/v1/2024.cmcl-1.5.

[10] Carmeli, B., Belinkov, Y., & Meir, R. (2024). **Concept-Best-Matching: Evaluating Compositionality In Emergent Communication.** *Findings of ACL 2024*, 3186–3194. DOI: 10.18653/v1/2024.findings-acl.189.

[11] Akkerman, D., Le, P., & Alhama, R. G. (2024). **The Emergence of Compositional Languages in Multi-entity Referential Games: from Image to Graph Representations.** *EMNLP 2024*, 18713–18723. DOI: 10.18653/v1/2024.emnlp-main.1042.

[12] Lee, H. (2024). **One-to-Many Communication and Compositionality in Emergent Communication.** *EMNLP 2024*, 20794–20811. DOI: 10.18653/v1/2024.emnlp-main.1157.

[13] Sevestre, J.-B., & Dupoux, E. (2025). **Frequency & Compositionality in Emergent Communication.** *EMNLP 2025*, 27262–27274. DOI: 10.18653/v1/2025.emnlp-main.1387.

---

# 內部理論依賴

- Neo.K（2026-08-14），《共享符號不等於共享世界：異質智慧間的多層世界分離與任務充分耦合》，異質智慧動態協議生成系列 Paper 01。
- Neo.K（2026-08-14），《從宇宙通用語言到動態協議生成：全域量詞換序、可計算造橋器與條件式普遍性》，Paper 02。
- Neo.K（2026-08-14），《可耦合域：異質智慧通訊與動態協議生成的最小存在條件》，Paper 03。
- Neo.K（2026-08-12），《符號瞬時判定域：從語義同一到任務下判定等價》。
- Neo.K（2026-08-12），《共享參照場與任務充分對齊：為何共同文件不等於共同認知》。
