paper-with-me

홈 › Papers

Large Language Models Can Automatically Engineer Features for Few-Shot Tabular Learning

2024-04-15 · Sungwon Han, Jinsung Yoon, Sercan O Arik, Tomas Pfister

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.

📄 PDF Abstract BibTeX arXiv:2404.09491

Code (1)

sungwon-han/featllm 공식 구현 pytorch

Tasks

Few-Shot LearningIn-Context Learning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…

Similar Papers 제목 키워드 기반

One-Shot Template Matching for Automatic Document Data Capture

2019-10-22 · Pranjal Dhakal, Manish Munikar, Bikram Dahal

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 Matching

Kajal: Extracting Grammar of a Source Code Using Large Language Models

2024-12-12 · Mohammad Jalili Torkamani

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 Engineering

PromptAD: Learning Prompts with only Normal Samples for Few-Shot Anomaly Detection

2024-04-08 · CVPR 2024 1 · Xiaofan Li, Zhizhong Zhang, Xin Tan, Chengwei Chen 외

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+1

Large Language Models Are Human-Level Prompt Engineers

2022-11-03 · Yongchao Zhou, Andrei Ioan Muresanu, Ziwen Han, Keiran Paster 외

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+1

Multilingual Cognitive Impairment Detection in the Era of Foundation Models

2026-04-08 · Damar Hoogland, Boshko Koloski, Jaya Caporusso, Tine Kolenik 외 arxiv

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 -- …