feststelltaste/problemrider

Research Causal Modeling for Symptoms/Root Causes

Open

#6 opened on Aug 14, 2025

View on GitHub
 (6 comments) (0 reactions) (1 assignee)JavaScript (2 forks)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (5 stars)
PR merge metrics
 (PR metrics pending)

Description

Background

We need a systematic approach to validate that symptoms and root causes truly fit their associated problems in our legacy system problem catalog. Currently, there's no automated way to ensure logical consistency between problems, their symptoms, and root causes.

Proposed Solution

Leverage insights from Sequence-driven Structural Causal Models (SD-SCMs) or other similar techniques to implement causal reasoning for our problem catalog:

Benefits

  • Logical consistency: Ensure symptoms actually follow from root causes
  • Better relationships: Move beyond simple associations to causal reasoning
  • Quality assurance: Automated validation of catalog integrity
  • Missing link detection: Identify gaps in causal chains

Contributor guide