paper-with-me

홈 › Papers

Incorporating LLM Priors into Tabular Learners

2023-11-20 · Max Zhu, Siniša Stanivuk, Andrija Petrovic, Mladen Nikolic, Pietro Lio

We present a method to integrate Large Language Models (LLMs) and traditional tabular data classification techniques, addressing LLMs challenges like data serialization sensitivity and biases. We introduce two strategies utilizing LLMs for ranking categorical variables and generating priors on correlations between continuous variables and targets, enhancing performance in few-shot scenarios. We focus on Logistic Regression, introducing MonotonicLR that employs a non-linear monotonic function for mapping ordinals to cardinals while preserving LLM-determined orders. Validation against baseline models reveals the superior performance of our approach, especially in low-data scenarios, while remaining interpretable.

📄 PDF Abstract BibTeX arXiv:2311.11628

Code (0)

등록된 구현이 없습니다.

Tasks

regressionSensitivity

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…
Focus 설명 없음

Similar Papers 제목 키워드 기반

Strengthening LLMs for Tabular Prediction with Structural Priors

2025-10-20 · Pengxiang Cai, Zihao Gao, Wanchen Lian, Guocong Li 외 arxiv

Tabular prediction has long been dominated by gradient-boosted decision trees and specialized deep tabular models, while large language models (LLMs) remain difficult to make competitive despite their cross-task adaptabi…

Can Graphs Improve Tabular Foundation Models?

2025-12-13 · Franck Le, Keith Grueneberg, Erich Nahum, Vadim Sheinin arxiv

Tabular data are central to many real-world systems. While recent tabular transformers and in-context learners such as SAINT, TP-BERTa, TabPFN, TabICL, and MITRA incorporate limited inter-row reasoning, most approaches s…

Algebraic Machine Learning for Small-to-Medium Datasets Is Competitive against Strong Standard Baselines

2026-05-21 · David Mendez, Fernando Martin-Maroto, Gonzalo G. de Polavieja arxiv

Symbolic methods are generally not considered competitive with strong modern learners on realistic supervised tasks. We evaluate Algebraic Machine Learning (AML), a framework that learns through subdirect decomposition o…

Enhancing Tabular Learners with Context-Aware Semantic Embeddings

2026-08-04 · Günther Schindler, Maximilian Schambach, Johannes Höhne arxiv

While modern tabular learners excel at capturing statistical patterns, they frequently operate in a semantic vacuum, treating textual features as discrete symbols, ignoring the rich semantics inherent in feature names or…

Fine-Grain Few-Shot Vision via Domain Knowledge as Hyperspherical Priors

2020-05-23 · Bijan Haney, Alexander Lavin

Prototypical networks have been shown to perform well at few-shot learning tasks in computer vision. Yet these networks struggle when classes are very similar to each other (fine-grain classification) and currently have …

ClassificationFew-Shot LearningGeneral Classification