Machine Learning Model for Sparse PCM Completion
Selcuk Koyuncu, Ronak Nouri, Stephen Providence
TL;DR
This work addresses completing sparse pairwise comparison matrices (PCMs) and extracting robust rankings by blending classical PCM methods with graph-based learning. It introduces a graph neural approach that embeds items, propagates information over observed comparisons, and enforces multiplicative transitivity via a triangle-consistency loss, while producing reciprocal PCMs through projection. The method achieves competitive accuracy to log-least-squares on synthetic data, with the key advantage of scalable training on sparse graphs, enabling near-linear per-epoch complexity in the number of observed edges. Extensions emphasize sparse computation, mini-batch training, and large-scale applicability, with substantial speedups demonstrated on sizable PCMs. Overall, the paper provides a practical, scalable framework for sparse PCM completion that preserves multiplicative consistency and yields coherent rankings in large-scale settings.
Abstract
In this paper, we propose a machine learning model for sparse pairwise comparison matrices (PCMs), combining classical PCM approaches with graph-based learning techniques. Numerical results are provided to demonstrate the effectiveness and scalability of the proposed method.
