P11 TabUF Research Project
P11-MQ-002 · MAINLINE QUESTION

模型怎样从 context 判断当前任务,而不是每张表重新训练?

一个 frozen checkpoint 如何从有限 context 推断当前 schema、target 与预测规律?

OWNER DRAFT · ALIGNMENT OPENSharedRSEvidence cutoff · 2026-08-11Last reviewed · 2026-08-11
OWNER DRAFT · ALIGNMENT OPEN

忠实投影 Gong owner worksheet;仍从属于 hello_agent.md 与所选 R/S contract。

Applies to: pretraining task、context/query episode、special tokens 与 frozen inference。

怎样从当前表格的有限 context 推断“这个数据集现在是什么问题”,而不是每个表重新训练和调参?

TabUF 的回答(Gong):

TabUF 像推荐系统/矩阵补全一样,把 table 中的每个 cell value 都视为可预测 target. 表格基础模型本省就是三块,1)表格变成 token table; 2) token table transformer 得到各种 tokens; 3) tokens 构建 value response law/cell-subpopulation. 经过预训练的表格基础模型会有哪些参数呢?