🤖 AI Summary
This work addresses the partial label ranking (PLR) problem, aiming to enhance the modeling capability and predictive accuracy of rank aggregation methods under incomplete labeling. Existing approaches struggle with ties and partial orders; to overcome this, the paper systematically evaluates and extends multiple rank aggregation algorithms, proposing a novel scoring-based variant explicitly designed to model ties. The method integrates a supervised learning framework with a partial-order output mechanism, achieving consistent state-of-the-art performance across multiple standard benchmarks. In contrast, probabilistic alternatives fail to attain competitive results. The core contribution is a new rank aggregation paradigm tailored to the PLR setting, which significantly improves robustness to and expressiveness over incomplete information.
📝 Abstract
The label ranking problem is a supervised learning scenario in which the learner predicts a total order of the class labels for a given input instance. Recently, research has increasingly focused on the partial label ranking problem, a generalization of the label ranking problem that allows ties in the predicted orders. So far, most existing learning approaches for the partial label ranking problem rely on approximation algorithms for rank aggregation in the final prediction step. This paper explores several alternative aggregation methods for this critical step, including scoring-based and probabilistic-based rank aggregation approaches. To enhance their suitability for the more general partial label ranking problem, the investigated methods are extended to increase the likelihood of producing ties. Experimental evaluations on standard benchmarks demonstrate that scoring-based variants consistently outperform the current state-of-the-art method in handling incomplete information. In contrast, probabilistic-based variants fail to achieve competitive performance.