paper-with-me

Papers

Language models are weak learners

2023-06-25 · NeurIPS 2023 11

A central notion in practical and theoretical machine learning is that of a $\textit{weak learner}$, classifiers that achieve better-than-random performance (on any given distribution over data), even by a small margin. Such weak learners form the practical basis for canonical machine learning methods such as boosting. In this work, we illustrate that prompt-based large language models can operate effectively as said weak learners. Specifically, we illustrate the use of a large language model (LLM) as a weak learner in a boosting algorithm applied to tabular data. We show that by providing (properly sampled according to the distribution of interest) text descriptions of tabular data samples, LLMs can produce a summary of the samples that serves as a template for classification and achieves the aim of acting as a weak learner on this task. We incorporate these models into a boosting approach, which in some settings can leverage the knowledge within the LLM to outperform traditional tree-based boosting. The model outperforms both few-shot learning and occasionally even more involved fine-tuning procedures, particularly for tasks involving small numbers of data points. The results illustrate the potential for prompt-based LLMs to function not just as few-shot learners themselves, but as components of larger machine learning pipelines.

📄 PDF Abstract BibTeX arXiv:2306.14101

Code (0)

등록된 구현이 없습니다.

Tasks

Few-Shot LearningLanguage ModellingLarge Language Model

Similar Papers 제목 키워드 기반

Word learning under infinite uncertainty

2014-12-08 · Richard A. Blythe, Andrew D. M. Smith, Kenny Smith

Language learners must learn the meanings of many thousands of words, despite those words occurring in complex environments in which infinitely many meanings might be inferred by the learner as a word's true meaning. Thi…

Aggregated f-average Neural Network for Interpretable Ensembling

2023-10-09 · Mathieu Vu, Emilie Chouzenoux, Jean-Christophe Pesquet, Ismail Ben Ayed

Ensemble learning leverages multiple models (i.e., weak learners) on a common machine learning task to enhance prediction performance. Basic ensembling approaches average the weak learners outputs, while more sophisticat…

class-incremental learningClass Incremental LearningEnsemble LearningFew-Shot Class-Incremental Learning+2

Variance Penalizing AdaBoost

2011-12-01 · NeurIPS 2011 12 · Pannagadatta K. Shivaswamy, Tony Jebara

This paper proposes a novel boosting algorithm called VadaBoost which is motivated by recent empirical Bernstein bounds. VadaBoost iteratively minimizes a cost function that balances the sample mean and the sample varia…

Meta-Learners for Few-Shot Weakly-Supervised Medical Image Segmentation

2023-05-11 · Hugo Oliveira, Pedro H. T. Gama, Isabelle Bloch, Roberto Marcondes Cesar Jr

Most uses of Meta-Learning in visual recognition are very often applied to image classification, with a relative lack of works in other tasks {such} as segmentation and detection. We propose a generic Meta-Learning frame…

image-classificationImage ClassificationImage SegmentationMedical Image Segmentation+5

Local Boosting for Weakly-Supervised Learning

2023-06-05 · Rongzhi Zhang, Yue Yu, Jiaming Shen, Xiquan Cui 외

Boosting is a commonly used technique to enhance the performance of a set of base models by combining them into a strong ensemble model. Though widely adopted, boosting is typically used in supervised learning where the …

Weakly-supervised Learning