Expand description
Ripple propagation of confidence penalties along dependency edges.
When an entity becomes stale or its confidence drops, dependent entities
receive an attenuated penalty via BFS up to MAX_DEPTH = 2 hops.
Every change is appended to kg_confidence_log.
Functionsยง
- add_
dependency - Insert a dependency edge:
source_iddepends ontarget_id. - propagate
- Propagate a confidence penalty from
origin_idto all entities that transitively depend on it, up toMAX_DEPTHhops.