paper-with-me

Papers

Towards Better Serialization of Tabular Data for Few-shot Classification with Large Language Models

2023-12-18 · Sukriti Jaitly, Tanay Shah, Ashish Shugani, Razik Singh Grewal

We present a study on the integration of Large Language Models (LLMs) in tabular data classification, emphasizing an efficient framework. Building upon existing work done in TabLLM (arXiv:2210.10723), we introduce three novel serialization techniques, including the standout LaTeX serialization method. This method significantly boosts the performance of LLMs in processing domain-specific datasets, Our method stands out for its memory efficiency and ability to fully utilize complex data structures. Through extensive experimentation, including various serialization approaches like feature combination and importance, we demonstrate our work's superiority in accuracy and efficiency over traditional models.

📄 PDF Abstract BibTeX arXiv:2312.12464

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TabLLM: Few-shot Classification of Tabular Data with Large Language Models

2022-10-19 · Stefan Hegselmann, Alejandro Buendia, Hunter Lang, Monica Agrawal 외

We study the application of large language models to zero-shot and few-shot classification of tabular data. We prompt the large language model with a serialization of the tabular data to a natural-language string, togeth…

ClassificationDeep LearningLanguage ModelingLanguage Modelling+4

Accept or Deny? Evaluating LLM Fairness and Performance in Loan Approval across Table-to-Text Serialization Approaches

2025-08-29 · Israel Abebe Azime, Deborah D. Kanubala, Tejumade Afonja, Mario Fritz 외 arxiv

Large Language Models (LLMs) are increasingly employed in high-stakes decision-making tasks, such as loan approvals. While their applications expand across domains, LLMs struggle to process tabular data, ensuring fairnes…

Text Serialization and Their Relationship with the Conventional Paradigms of Tabular Machine Learning

2024-06-19 · Kyoka Ono, Simon A. Lee

Recent research has explored how Language Models (LMs) can be used for feature representation and prediction in tabular machine learning tasks. This involves employing text serialization and supervised fine-tuning (SFT) …

Incorporating LLM Priors into Tabular Learners

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

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…

regressionSensitivity

JTON: A Token-Efficient JSON Superset with Zen Grid Tabular Encoding for Large Language Models

2026-04-07 · Gowthamkumar Nandakishore arxiv

When LLMs process structured data, the serialization format directly affects cost and context utilization. Standard JSON wastes tokens repeating key names in every row of a tabular array--overhead that scales linearly wi…