# Data model: causal triples

IntelFactor’s core learning unit is a **defect → cause → outcome** triple.

### Example fields

* `defect_id`.
* defect type, severity, confidence.
* correlated parameter drift (JSON).
* cause hypothesis + cause confidence.
* bilingual explanation (when enabled).
* SOP-linked recommendation.
* operator action: accepted / rejected / modified.
* measured outcome: defect rate after, time to baseline.
* status: pending / verified / disputed.

### Why this matters

Detection datasets answer: “what does a defect look like?”

Triples answer: “what caused it, and what fixed it?”


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://intelfactor.gitbook.io/doc/home/edge-pipeline/data-model-causal-triples.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
