paper-with-me

홈 › Papers

NSR-Boost: A Neuro-Symbolic Residual Boosting Framework for Industrial Legacy Models

2026-01-15 · Ziming Dai, Dabiao Ma, Jinle Tong, Mengyuan Han, Jian Yang, Hongtao Liu, Haojun Fei, Qing Yang arxiv

Although the Gradient Boosted Decision Trees (GBDTs) dominate industrial tabular applications, upgrading legacy models in high-concurrency production environments still faces prohibitive retraining costs and systemic risks. To address this problem, we present NSR-Boost, a neuro-symbolic residual boosting framework designed specifically for industrial scenarios. Its core advantage lies in being ``non-intrusive''. It treats the legacy model as a frozen model and performs targeted repairs on "hard regions" where predictions fail. The framework comprises three key stages: First, finding hard regions through residuals, then generating interpretable experts by generating symbolic code structures using Large Language Model (LLM) and fine-tuning parameters using Bayesian optimization, and finally dynamically integrating experts with legacy model output through a lightweight aggregator. Experimental results demonstrate that the framework significantly outperforms state-of-the-art (SOTA) baselines across six public datasets and one private dataset. More importantly, we report the successful deployment of NSR-Boost within the core financial risk control system of Qfin Holdings, where empirical results on real-world online traffic exhibit superior performance improvements and a significant reduction in the bad rate. In conclusion, it effectively captures long-tail risks missed by traditional models and offers a safe, low-cost evolutionary paradigm for industry.

📄 PDF Abstract BibTeX arXiv:2601.10457

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Combined Deep Learning-Gradient Boosting Machine Framework for Fluid Intelligence Prediction

2019-10-16 · Yeeleng S. Vang, Yingxin Cao, Xiaohui Xie

The ABCD Neurocognitive Prediction Challenge is a community driven competition asking competitors to develop algorithms to predict fluid intelligence score from T1-w MRIs. In this work, we propose a deep learning combine…

Symbolic-Regression Boosting

2022-06-24 · Moshe Sipper, Jason H Moore

Modifying standard gradient boosting by replacing the embedded weak learner in favor of a strong(er) one, we present SyRBo: Symbolic-Regression Boosting. Experiments over 98 regression datasets show that by adding a smal…

regressionSymbolic Regression

Improving Rule-based Reasoning in LLMs via Neurosymbolic Representations

2025-01-31 · Varun Dhanraj, Chris Eliasmith

Large language models (LLMs) continue to face challenges in reliably solving reasoning tasks, particularly tasks that involve precise rule following, as often found in mathematical reasoning tasks. This paper introduces …

Mathematical Reasoning

Residual Networks Behave Like Boosting Algorithms

2019-09-25 · Chapman Siu

We show that Residual Networks (ResNet) is equivalent to boosting feature representation, without any modification to the underlying ResNet training algorithm. A regret bound based on Online Gradient Boosting theory is p…

Reducing Learner Redundancy in Boosting via Residual Orthogonalization

2026-06-16 · Ye Su, Jipeng Guo, Yong Liu, Xin Xu 외 arxiv

While sequential residual fitting is the bedrock of standard boosting frameworks, it inherently breeds learner redundancy by repeatedly revisiting correlated error components. To address this bottleneck, we propose a shi…