Cumulative Sum Ranking
Ruy Luiz Milidi\'u, Rafael Henrique Santos Rocha

TL;DR
This paper introduces a novel cumulative sum scoring function for ordinal regression, simplifying ensemble methods and proposing online algorithms with convergence guarantees, improving ranking accuracy and efficiency.
Contribution
It presents a new cumulative sum scoring method, reformulates ordinal regression as a Structured Perceptron problem, and develops two simple online algorithms with mistake bounds.
Findings
The cumulative sum scoring improves ranking aggregation.
The algorithms converge under rank separability conditions.
Ranking by Projecting is a special case of the proposed method.
Abstract
The goal of Ordinal Regression is to find a rule that ranks items from a given set. Several learning algorithms to solve this prediction problem build an ensemble of binary classifiers. Ranking by Projecting uses interdependent binary perceptrons. These perceptrons share the same direction vector, but use different bias values. Similar approaches use independent direction vectors and biases. To combine the binary predictions, most of them adopt a simple counting heuristics. Here, we introduce a novel cumulative sum scoring function to combine the binary predictions. The proposed score value aggregates the strength of each one of the relevant binary classifications on how large is the item's rank. We show that our modeling casts ordinal regression as a Structured Perceptron problem. As a consequence, we simplify its formulation and description, which results in two simple online learning…
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
TopicsNatural Language Processing Techniques · Topic Modeling · Data Management and Algorithms
MethodsSoftmax
