lanceyq
7747ed7ac1
refactor(memory): enhance extraction ontology and add assistant pruning graph support
- Expand entity type ontology with detailed definitions, examples, and notes
(merged types: 地点设施, 物品设备, 产品服务, 软件平台, 角色职业, 知识能力, 偏好习惯目标, 称呼别名, 智能体)
- Add relation ontology taxonomy with 15 predicate categories and usage rules
- Strengthen reference resolution rules: resolve pronouns before extraction,
skip unresolvable references entirely
- Add guidelines to avoid extracting abstract propositions, emotions, and
low-value entities (effort/reward/success patterns)
- Add 7 new extraction examples covering edge cases
- Add AssistantOriginal/AssistantPruned node models and graph persistence
(PRUNED_TO and BELONGS_TO_DIALOG edges, Neo4j indexes and constraints)
- Add graph_build_step.py for building graph nodes/edges from DialogData
- Update write_pipeline.py to pass assistant pruning nodes/edges to graph saver
- Update data_pruning.py with related preprocessing changes
2026-05-08 11:26:24 +08:00
..
2026-05-08 11:26:24 +08:00
2025-12-02 20:28:01 +08:00
2025-12-15 20:50:15 +08:00
2026-04-10 17:53:24 +08:00
2025-12-15 14:09:43 +08:00
2026-04-27 15:20:25 +08:00
2025-12-02 20:28:01 +08:00
2026-03-26 15:03:33 +08:00
2026-04-21 20:48:06 +08:00
2025-12-02 20:28:01 +08:00
2026-01-08 15:15:13 +08:00
2025-12-02 20:28:01 +08:00
2026-04-01 11:20:52 +08:00
2026-04-13 18:47:56 +08:00
2026-04-24 11:18:50 +08:00
2025-12-30 11:53:16 +08:00
2026-02-25 10:27:16 +08:00
2026-02-25 10:27:16 +08:00
2026-04-17 17:35:19 +08:00
2026-01-19 10:46:53 +08:00
2026-03-13 14:47:56 +08:00
2026-01-07 16:36:11 +08:00
2026-04-16 13:35:35 +08:00
2026-02-09 21:23:24 +08:00
2026-03-06 11:49:02 +08:00
2026-01-28 17:47:44 +08:00
2025-12-02 20:28:01 +08:00
2026-02-04 12:21:38 +08:00
2026-03-27 14:36:19 +08:00
2026-04-09 18:14:31 +08:00
2026-04-13 14:40:57 +08:00
2026-03-27 11:56:22 +08:00
2025-12-02 20:28:01 +08:00
2026-03-10 10:59:59 +08:00