Fix tokenizer jieba tag flow and debug logging

This commit is contained in:
2026-02-03 22:13:51 +08:00
parent b0ed876cb0
commit 12db08abe0
10 changed files with 1357 additions and 70 deletions

View File

@@ -102,7 +102,8 @@ Acknowledged. Now reviewing the incremental summarization specifications:
[Fact Tracking - SPO Triples]
├─ s: 主体(角色名/物品名)
├─ p: 谓词(属性名/对X的看法
├─ p: 谓词(属性名)
│ - 关系类只允许对X的看法 / 与X的关系
├─ o: 值(当前状态)
├─ trend: 仅关系类填写
├─ retracted: 删除标记
@@ -191,7 +192,7 @@ Before generating, observe the USER and analyze carefully:
## factUpdates 规则
- s+p 为键,相同键会覆盖旧值
- 状态类s=角色名, p=属性(生死/位置/状态等), o=值
- 关系类s=角色A, p="对B的看法", o=描述, trend=趋势
- 关系类s=角色A, p="对B的看法" 或 p="与B的关系"trend 仅限关系类
- 删除:设置 retracted: true不需要填 o
- 只输出有变化的条目
- 硬约束才记录,避免叙事化,确保少、硬、稳定