Rank over Class: The Untapped Potential of Ranking in Natural Language Processing
Amir Atapour-Abarghouei, Stephen Bonner, Andrew Stephen McGough

TL;DR
This paper introduces a novel end-to-end ranking approach using Transformers for NLP tasks, demonstrating that framing problems as ranking rather than classification can lead to significant performance improvements.
Contribution
The paper proposes a new ranking-based method for NLP tasks, challenging the dominance of classification and showing its effectiveness through extensive experiments.
Findings
Ranking approach outperforms traditional classification in sentiment analysis.
Converting ranking results to classification labels improves accuracy by approximately 22%.
The method is effective across various publicly-available datasets.
Abstract
Text classification has long been a staple within Natural Language Processing (NLP) with applications spanning across diverse areas such as sentiment analysis, recommender systems and spam detection. With such a powerful solution, it is often tempting to use it as the go-to tool for all NLP problems since when you are holding a hammer, everything looks like a nail. However, we argue here that many tasks which are currently addressed using classification are in fact being shoehorned into a classification mould and that if we instead address them as a ranking problem, we not only improve the model, but we achieve better performance. We propose a novel end-to-end ranking approach consisting of a Transformer network responsible for producing representations for a pair of text sequences, which are in turn passed into a context aggregating network outputting ranking scores used to determine…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSentiment Analysis and Opinion Mining · Topic Modeling · Text and Document Classification Technologies
MethodsLinear Layer · Absolute Position Encodings · Position-Wise Feed-Forward Layer · Layer Normalization · Dropout · Dense Connections · Byte Pair Encoding · Label Smoothing · Multi-Head Attention · Attention Is All You Need
