LGMay 29

FlagGAM: Rule-Based Generalized Additive Modeling for Explainable Tabular Prediction

arXiv:2605.3118945.7
Predicted impact top 55% in LG · last 90 daysOriginality Incremental advance
AI Analysis

This work provides a practical middle ground for tabular settings requiring competitive accuracy, communicable rules, and robustness to imperfect inputs, which is important for high-stakes domains.

FlagGAM is a rule-defined basis framework for tabular prediction that separates feature-level rule construction from prediction. It converts numerical and categorical variables into sparse, human-readable univariate bases and combines them as a restricted GAM-style predictor, achieving accuracy close to EBM and improving over ridge regression on mixed-type regression.

Tabular prediction in high-stakes domains requires models that are accurate, transparent, and robust to imperfect inputs. We propose FlagGAM, a rule-defined basis framework that separates feature-level rule construction from prediction. A Flag Core Module converts numerical and categorical variables into sparse, human-readable univariate bases, including threshold flags, category-level flags, tail-deviation bases, and categorical step functions; a default additive head then combines these bases as a restricted GAM-style predictor. Rather than reducing triggered rules to compact count summaries, FlagGAM retains a sparse rule-basis matrix that supports mixed-type classification and regression, feature-specific weighting, and optional flexible prediction heads. Across tabular benchmarks, default FlagGAM remains close to EBM in transparent additive mode, improves substantially over ridge regression on mixed-type regression, and shows smaller AUROC degradation than common baselines under missing and noisy perturbations. Flexible heads further improve accuracy and approach strong tree-based baselines, with the caveat that the resulting model should be interpreted as a rule-basis representation followed by a nonlinear predictor rather than as a fully additive GAM. Overall, FlagGAM provides a practical middle ground for tabular settings that require competitive accuracy, communicable rules, and robustness to imperfect inputs.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes