LGAICLAug 6, 2024

LAMPO: Large Language Models as Preference Machines for Few-shot Ordinal Classification

arXiv:2408.03359v14 citationsh-index: 9
Originality Highly original
AI Analysis

It addresses limitations like context length constraints and ordering biases for tasks such as movie review analysis and hate speech detection, though it is an incremental addition to non-parametric LLM applications.

The paper tackles few-shot multi-class ordinal classification by introducing LAMPO, a framework that uses Large Language Models as preference machines for relative comparisons instead of pointwise predictions, achieving competitive performance with improvements exceeding 20% in some applications.

We introduce LAMPO, a novel paradigm that leverages Large Language Models (LLMs) for solving few-shot multi-class ordinal classification tasks. Unlike conventional methods, which concatenate all demonstration examples with the test instance and prompt LLMs to produce the pointwise prediction, our framework uses the LLM as a preference machine that makes a relative comparative decision between the test instance and each demonstration. A self-supervised method is then introduced to aggregate these binary comparisons into the final ordinal decision. LAMPO addresses several limitations inherent in previous methods, including context length constraints, ordering biases, and challenges associated with absolute point-wise estimation. Extensive experiments on seven public datasets demonstrate LAMPO's remarkably competitive performance across a diverse spectrum of applications (e.g., movie review analysis and hate speech detection). Notably, in certain applications, the improvement can be substantial, exceeding 20% in an absolute term. Moreover, we believe LAMPO represents an interesting addition to the non-parametric application layered on top of LLMs, as it supports black-box LLMs without necessitating the outputting of LLM's internal states (e.g., embeddings), as seen in previous approaches.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes