Unicosys Hypergraph Knowledge Model
A trainable knowledge graph embedding model encoding the unified evidence hypergraph for Case 2025-137857.
Model Description
This model encodes a unified hypergraph linking financial transactions, email communications, legal evidence, and entity relationships into a single trainable knowledge representation.
Architecture
| Component | Details |
|---|---|
| Node Embedding | 128-dim structural + 256-dim text |
| Hidden Dimension | 256 |
| Text Encoder | 2-layer Transformer, 4 heads |
| Graph Attention | 2-layer GAT, 4 heads |
| Link Predictor | 2-layer MLP with margin ranking loss |
| Total Parameters | 36,023,681 |
Knowledge Graph Statistics
| Metric | Count |
|---|---|
| Total Nodes | 272,683 |
| Total Edges | 14,816 |
| Cross-Links | 3,976 |
| Entities | 16 |
| Emails | 199,553 |
| Financial Documents | 17,036 |
| Timeline Events | 54,346 |
| LEX Schemes | 13 |
| Legal Filings | 7 |
Subsystems
| Subsystem | Nodes |
|---|---|
| Core (Entities) | 16 |
| Fincosys (Financial) | 72,935 |
| Comcosys (Communications) | 199,553 |
| RevStream1 (Evidence) | 146 |
| Ad-Res-J7 (Legal) | 33 |
Training
The model can be fine-tuned on link prediction tasks:
from model.unicosys_model import UnicosysHypergraphModel, UnicosysConfig
model = UnicosysHypergraphModel.from_pretrained("hyperholmes/unicosys-hypergraph")
# ... prepare training data ...
# model.forward(node_ids, node_type_ids, subsystem_ids, edge_index, edge_type_ids,
# pos_edge_index=pos, neg_edge_index=neg, labels=labels)
Files
model.safetensorsโ Model weightsconfig.jsonโ Model configurationgraph_data.safetensorsโ Encoded graph tensors (nodes, edges)tokenizer.jsonโ Character-level tokenizer for node labelsnode_id_mapping.jsonโ Node ID string to integer index mappingmodel_summary.jsonโ Compact statistics summary
Source
Generated by the Unicosys intelligence pipeline.
- Downloads last month
- 144
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support