paper-with-me

Papers

An Automatic Prompt Generation System for Tabular Data Tasks

2024-05-09 · Ashlesha Akella, Abhijit Manatkar, Brij Chavda, Hima Patel

Efficient processing of tabular data is important in various industries, especially when working with datasets containing a large number of columns. Large language models (LLMs) have demonstrated their ability on several tasks through carefully crafted prompts. However, creating effective prompts for tabular datasets is challenging due to the structured nature of the data and the need to manage numerous columns. This paper presents an innovative auto-prompt generation system suitable for multiple LLMs, with minimal training. It proposes two novel methods; 1) A Reinforcement Learning-based algorithm for identifying and sequencing task-relevant columns 2) Cell-level similarity-based approach for enhancing few-shot example selection. Our approach has been extensively tested across 66 datasets, demonstrating improved performance in three downstream tasks: data imputation, error detection, and entity matching using two distinct LLMs; Google flan-t5-xxl and Mixtral 8x7B.

📄 PDF Abstract BibTeX arXiv:2405.05618

Code (0)

등록된 구현이 없습니다.

Tasks

Imputation

Similar Papers 제목 키워드 기반

Few-Shot Table-to-Text Generation with Prompt Planning and Knowledge Memorization

2023-02-09 · Zhixin Guo, Minyxuan Yan, Jiexing Qi, Jianping Zhou 외

Pre-trained language models (PLM) have achieved remarkable advancement in table-to-text generation tasks. However, the lack of labeled domain-specific knowledge and the topology gap between tabular data and text make it …

MemorizationTable-to-Text GenerationText Generation

On The Role of Prompt Construction In Enhancing Efficacy and Efficiency of LLM-Based Tabular Data Generation

2024-09-06 · Banooqa Banday, Kowshik Thopalli, Tanzima Z. Islam, Jayaraman J. Thiagarajan

LLM-based data generation for real-world tabular data can be challenged by the lack of sufficient semantic context in feature names used to describe columns. We hypothesize that enriching prompts with domain-specific ins…

Tabular Data Generation

Automatic Prompt Engineering with No Task Cues and No Tuning

2026-01-06 · Faisal Chowdhury, Nandana Mihindukulasooriya, Niharika S D'Souza, Horst Samulowitz 외 arxiv

This paper presents a system for automatic prompt engineering that is much simpler in both design and application and yet as effective as the existing approaches. It requires no tuning and no explicit clues about the tas…

Prompt Engineering

A Note on Statistically Accurate Tabular Data Generation Using Large Language Models

2025-05-05 · Andrey Sidorenko

Large language models (LLMs) have shown promise in synthetic tabular data generation, yet existing methods struggle to preserve complex feature dependencies, particularly among categorical variables. This work introduces…

Tabular Data Generation

ITUNLP at SemEval-2025 Task 8: Question-Answering over Tabular Data: A Zero-Shot Approach using LLM-Driven Code Generation

2025-08-01 · Atakan Site, Emre Hakan Erdemir, Gülşen Eryiğit arxiv

This paper presents our system for SemEval-2025 Task 8: DataBench, Question-Answering over Tabular Data. The primary objective of this task is to perform question answering on given tabular datasets from diverse domains …

Question AnsweringCode Generation