paper-with-me

홈 › Papers

Embedding World Knowledge into Tabular Models: Towards Best Practices for Embedding Pipeline Design

2026-03-18 · Oksana Kolomenko, Ricardo Knauer, Erik Rodner arxiv

Embeddings are a powerful way to enrich data-driven machine learning models with the world knowledge of large language models (LLMs). Yet, there is limited evidence on how to design effective LLM-based embedding pipelines for tabular prediction. In this work, we systematically benchmark 256 pipeline configurations, covering 8 preprocessing strategies, 16 embedding models, and 2 downstream models. Our results show that it strongly depends on the specific pipeline design whether incorporating the prior knowledge of LLMs improves the predictive performance. In general, concatenating embeddings tends to outperform replacing the original columns with embeddings. Larger embedding models tend to yield better results, while public leaderboard rankings and model popularity are poor performance indicators. Finally, gradient boosting decision trees tend to be strong downstream models. Our findings provide researchers and practitioners with guidance for building more effective embedding pipelines for tabular prediction tasks.

📄 PDF Abstract BibTeX arXiv:2603.17737

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ConTextTab: A Semantics-Aware Tabular In-Context Learner

2025-06-12 · Marco Spinaci, Marek Polewczyk, Maximilian Schambach, Sam Thelin

Tabular in-context learning (ICL) has recently achieved state-of-the-art (SOTA) performance on several tabular prediction tasks. Previously restricted to classification problems on small tables, recent advances such as T…

In-Context LearningWorld Knowledge

Towards Universal Tabular Embeddings: A Benchmark Across Data Tasks

2026-04-23 · Liane Vogel, Kavitha Srinivas, Niharika D'Souza, Sola Shirai 외 arxiv

Tabular foundation models aim to learn universal representations of tabular data that transfer across tasks and domains, enabling applications such as table retrieval, semantic search and table-based prediction. Despite …

Representation LearningTable Retrieval

Abstractive Tabular Dataset Summarization via Knowledge Base Semantic Embeddings

2018-04-04 · Paul Azunre, Craig Corcoran, David Sullivan, Garrett Honke 외

This paper describes an abstractive summarization method for tabular data which employs a knowledge base semantic embedding to generate the summary. Assuming the dataset contains descriptive text in headers, columns and/…

Abstractive Text SummarizationDescriptive

LLM Embeddings for Deep Learning on Tabular Data

2025-02-17 · Boshko Koloski, Andrei Margeloiu, Xiangjian Jiang, Blaž Škrlj 외

Tabular deep-learning methods require embedding numerical and categorical input features into high-dimensional spaces before processing them. Existing methods deal with this heterogeneous nature of tabular data by employ…

Deep Learning

TablEye: Seeing small Tables through the Lens of Images

2023-07-04 · Seung-eon Lee, Sang-Chul Lee

The exploration of few-shot tabular learning becomes imperative. Tabular data is a versatile representation that captures diverse information, yet it is not exempt from limitations, property of data and model size. Label…

Few-Shot Learning