paper-with-me

Papers

Simple Modifications to Improve Tabular Neural Networks

2021-08-06 · James Fiedler

There is growing interest in neural network architectures for tabular data. Many general-purpose tabular deep learning models have been introduced recently, with performance sometimes rivaling gradient boosted decision trees (GBDTs). These recent models draw inspiration from various sources, including GBDTs, factorization machines, and neural networks from other application domains. Previous tabular neural networks are also drawn upon, but are possibly under-considered, especially models associated with specific tabular problems. This paper focuses on several such models, and proposes modifications for improving their performance. When modified, these models are shown to be competitive with leading general-purpose tabular models, including GBDTs.

📄 PDF Abstract BibTeX arXiv:2108.03214

Code (1)

jrfiedler/xynn 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Incorporating External Knowledge to Enhance Tabular Reasoning

2021-04-09 · NAACL 2021 4 · J. Neeraja, Vivek Gupta, Vivek Srikumar

Reasoning about tabular information presents unique challenges to modern NLP approaches which largely rely on pre-trained contextualized embeddings of text. In this paper, we study these challenges through the problem of…

Natural Language Inference

More layers! End-to-end regression and uncertainty on tabular data with deep learning

2021-12-07 · Ivan Bondarenko

This paper attempts to analyze the effectiveness of deep learning for tabular data processing. It is believed that decision trees and their ensembles is the leading method in this domain, and deep neural networks must be…

parameter estimationregressionWeather Forecasting

Modern Neighborhood Components Analysis: A Deep Tabular Baseline Two Decades Later

2024-07-03 · Han-Jia Ye, Huai-Hong Yin, De-Chuan Zhan

The growing success of deep learning in various domains has prompted investigations into its application to tabular data, where deep models have shown promising results compared to traditional tree-based methods. In this…

Missingness Bias Calibration in Feature Attribution Explanations

2026-03-05 · Shailesh Sridhar, Anton Xue, Eric Wong arxiv

Popular explanation methods often produce unreliable feature importance scores due to missingness bias, a systematic distortion that arises when models are probed with ablated, out-of-distribution inputs. Existing soluti…

Feature Importance

Binning as a Pretext Task: Improving Self-Supervised Learning in Tabular Domains

2024-05-13 · Kyungeun Lee, Ye Seul Sim, Hye-Seung Cho, Moonjung Eo 외

The ability of deep networks to learn superior representations hinges on leveraging the proper inductive biases, considering the inherent properties of datasets. In tabular domains, it is critical to effectively handle h…

Inductive BiasRepresentation LearningSelf-Supervised Learning