interpretability-inversely-correlated-with-capability

IN derived (depth 1)

Created 2026-06-21T11:27:21+00:00 · Reviewed 2026-06-21T15:37:01+00:00

There is a tension between interpretability and model complexity in ML: easily interpretable model families (decision trees, linear models, rule-based models, attention-based models) tend to be simpler, while neural networks that achieve strong performance are 'black box' models requiring separate XAI research to explain. Even within a single family, scaling from a single decision tree to a random forest ensemble trades interpretability for accuracy.

Justifications

SL — The four interpretable families are precisely the classical models that don't scale, while scalable architectures are black boxes — interpretability tracks inversely with the capability frontier

Antecedents (all must be IN):

  • IN nn-black-box-motivates-xai — Neural networks are 'black box' models lacking interpretability, which motivates research in Explainable AI (XAI) and hybrid neural-symbolic approaches.
  • IN four-interpretable-model-families — The four families of easily interpretable ML models are decision trees, linear models, rule-based models, and attention-based models.
  • IN rf-primary-disadvantage-interpretability — The primary disadvantage of random forests compared to single decision trees is loss of interpretability, not loss of accuracy.

Dependents

These beliefs depend on this one: