Developing a Ranking Problem Library (RPLIB) from a data-oriented perspective
Paul E. Anderson, Brandon Tat, Charlie Ward, Amy N. Langville, Kathryn, E. Pedings-Behling

TL;DR
This paper introduces RPLIB, an enhanced library for ranking problems that offers diverse datasets, ranking algorithms, and user contribution features, facilitating research and development in ranking methodologies.
Contribution
The paper presents RPLIB, a comprehensive, data-oriented ranking library with diverse datasets, integrated algorithms, and user contribution capabilities, advancing research tools in ranking problems.
Findings
Includes real and artificial datasets of various sizes and applications
Provides code for common ranking algorithms like linear ordering and Massey method
Supports user contributions of data, code, and algorithms
Abstract
We present an improved library for the ranking problem called RPLIB. RPLIB includes the following data and features. (1) Real and artificial datasets of both pairwise data (i.e., information about the ranking of pairs of items) and feature data (i.e., a vector of features about each item to be ranked). These datasets range in size (e.g., from small item datasets to large datasets with hundred of items), application (e.g., from sports to economic data), and source (e.g. real versus artificially generated to have particular structures). (2) RPLIB contains code for the most common ranking algorithms such as the linear ordering optimization method and the Massey method. (3) RPLIB also has the ability for users to contribute their own data, code, and algorithms. Each RPLIB dataset has an associated .JSON model card of additional information such as the number and set of optimal…
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
TopicsMulti-Criteria Decision Making · Game Theory and Voting Systems · Water resources management and optimization
MethodsLib
