Large Language Models Can Automatically Engineer Features for Few-Shot Tabular Learning
Large Language Models (LLMs), with their remarkable ability to tackle challenging and unseen reasoning problems, hold immense potential for tabular learning, that is vital for many real-world applications. In this paper, we propose a novel in-context learning framework, FeatLLM, which employs LLMs as feature engineers to produce an input data set that is optimally suited for tabular predictions. The generated features are used to infer class likelihood with a simple downstream machine learning model, such as linear regression and yields high performance few-shot learning. The proposed FeatLLM framework only uses this simple predictive model with the discovered features at inference time. Compared to existing LLM-based approaches, FeatLLM eliminates the need to send queries to the LLM for each sample at inference time. Moreover, it merely requires API-level access to LLMs, and overcomes prompt size limitations. As demonstrated across numerous tabular datasets from a wide range of domains, FeatLLM generates high-quality rules, significantly (10% on average) outperforming alternatives such as TabLLM and STUNT.
Code (1)
Tasks
Few-Shot LearningIn-Context LearningMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
One-Shot Template Matching for Automatic Document Data Capture
In this paper, we propose a novel one-shot template-matching algorithm to automatically capture data from business documents with an aim to minimize manual data entry. Given one annotated document, our algorithm can auto…
PositionTemplate MatchingKajal: Extracting Grammar of a Source Code Using Large Language Models
Understanding and extracting the grammar of a domain-specific language (DSL) is crucial for various software engineering tasks; however, manually creating these grammars is time-intensive and error-prone. This paper pres…
Few-Shot LearningPrompt EngineeringPromptAD: Learning Prompts with only Normal Samples for Few-Shot Anomaly Detection
The vision-language model has brought great improvement to few-shot industrial anomaly detection, which usually needs to design of hundreds of prompts through prompt engineering. For automated scenarios, we first use con…
Anomaly DetectionLanguage ModelingLanguage ModellingPrompt Engineering+1Large Language Models Are Human-Level Prompt Engineers
By conditioning on natural language instructions, large language models (LLMs) have displayed impressive capabilities as general-purpose computers. However, task performance depends significantly on the quality of the pr…
Few-Shot LearningIn-Context LearningInformativenessProgram Synthesis+1Multilingual Cognitive Impairment Detection in the Era of Foundation Models
We evaluate cognitive impairment (CI) classification from transcripts of speech in English, Slovene, and Korean. We compare zero-shot large language models (LLMs) used as direct classifiers under three input settings -- …