MORE-PLR: Multi-Output Regression Employed for Partial Label Ranking

Abstract

The partial label ranking (PLR) problem is a supervised learning scenario that aims to fit a preference model that predicts a bucket order defined over a set of labels for a given input instance. This problem generalizes the well-known label ranking (LR) problem, which, in practice, is limited to outputting total orders of labels. Existing PLR methods have primarily extended LR approaches to handle ties in predictions. This paper proposes using multi-output regression to address the PLR problem, introducing an encoder that, during the learning phase, transforms the (possibly incomplete) rankings with ties of labels to multivariate regression targets, an underexplored perspective in both LR and PLR. Moreover, during the inference phase, we introduce several post-hoc layers that convert the MOR results into the output bucket order to effectively implement this approach. This framework provides learning strategies that are competitive with the current state-of-the-art PLR methods, as demonstrated through experimental evaluations.

Cite

Text

Thies et al. "MORE-PLR: Multi-Output Regression Employed for Partial Label Ranking." Machine Learning, 2026. doi:10.1007/S10994-025-06913-Y

Markdown

[Thies et al. "MORE-PLR: Multi-Output Regression Employed for Partial Label Ranking." Machine Learning, 2026.](https://mlanthology.org/mlj/2026/thies2026mlj-moreplr/) doi:10.1007/S10994-025-06913-Y

BibTeX

@article{thies2026mlj-moreplr,
  title     = {{MORE-PLR: Multi-Output Regression Employed for Partial Label Ranking}},
  author    = {Thies, Santo M. A. R. and Alfaro, Juan C. and Bengs, Viktor},
  journal   = {Machine Learning},
  year      = {2026},
  pages     = {18},
  doi       = {10.1007/S10994-025-06913-Y},
  volume    = {115},
  url       = {https://mlanthology.org/mlj/2026/thies2026mlj-moreplr/}
}