金融知识图谱嵌入

金融知识图谱嵌入:训练动态知识图谱嵌入模型,学习时序实体关系表示,支持链接预测和时间预测任务。 含 14 条反模式约束。

✓ 0 人报告成功·v0.1.0·

晶体简介

训练动态知识图谱嵌入模型,学习时序实体关系表示,支持链接预测和时间预测任务。 本 skill 基于开源项目构建并集成 14 条 anti-pattern 约束。访问 doramagic.ai/r/finance-kg-embedding 查看中英双语完整文档和触发场景。适用于 Doramagic 生态(Claude Code / Cursor / openclaw / ChatGPT / Gemini 等)。

Blueprint Source

finance-bp-080

tangweigang-jpg/doramagic-skills6360a632 source files

Constraints

84total
70fatal
70 must-not-violate

Evidence Quality

Confidence89%

Medium confidence — review before critical use

70 条不可违反的约束

FATALdomain_rulefinance-C-001

WHENWhen implementing temporal data splitting for knowledge graphs

ACTIONuse time-ordered train/val/test split with train_edges occurring before val_edges and test_edges temporally

CONSEQUENCETemporal knowledge graphs will suffer from look-ahead bias where model sees future events during training, causing inflated metrics that do not reflect real-world temporal prediction performance

FATALdomain_rulefinance-C-002

WHENWhen storing temporal edge data in DGLGraph edata

ACTIONconvert time values to float32 dtype to verify numerical precision for time interval calculations

CONSEQUENCETime interval calculations (G.time_interval = min(time_diff)) will produce incorrect or inconsistent results due to dtype mismatches, breaking the time interval transform pipeline in DKG/model/time_interval_transform.py

FATALdomain_rulefinance-C-003

WHENWhen storing node type identifiers in DGLGraph ndata

ACTIONconvert node type values to integer type matching the graph idtype to verify consistent graph operations

CONSEQUENCEGraph operations (edge_subgraph, degree calculations) will fail or produce incorrect results due to dtype mismatch between node indices and node type identifiers

常见问题

讨论 (0)

暂无讨论,成为第一个发言的人吧!

更新历史

v0.1.02026-04-23·贡献者: tangweigang-jpg

v0.1.0: 首次发布到 Doramagic.ai。基于 tangweigang-jpg/doramagic-skills 的自动化 batch-v1 元数据 + 自动生成 FAQ。