LAMPO: Large Language Models as Preference Machines for Few-shot Ordinal Classification
Zhen Qin, Junru Wu, Jiaming Shen, Tianqi Liu, Xuanhui Wang

TL;DR
LAMPO introduces a novel LLM-based framework for few-shot ordinal classification that uses relative comparisons instead of absolute predictions, improving performance and addressing limitations of previous methods.
Contribution
The paper presents LAMPO, a new paradigm that leverages LLMs as preference machines for ordinal classification, with a self-supervised aggregation method and improved robustness over prior approaches.
Findings
LAMPO achieves over 20% improvement in some tasks.
It performs competitively across seven diverse datasets.
Supports black-box LLMs without needing internal states.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification
