XGBoost: A Scalable Tree Boosting System, Tianqi Chen, Carlos Guestrin, 2016Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining (KDD '16) (ACM)DOI: 10.1145/2939672.2939785 - Details the implementation of a highly scalable gradient boosting system, further elaborating on the functional gradient approach with second-order gradients and regularization.
LightGBM: A Highly Efficient Gradient Boosting Decision Tree, Guolin Ke, Qi Meng, Thomas Finley, Taifeng Wang, Wei Chen, Weidong Ma, Qiwei Ye, Tie-Yan Liu, 2017Advances in Neural Information Processing Systems 30 (NIPS 2017) (Curran Associates, Inc.) - Introduces LightGBM, another efficient gradient boosting framework that enhances the functional gradient method with novel techniques for speed and memory efficiency.