These Papers are Using PrefLib
Below is a list of papers that have made use of or directly referenced data stored here at PrefLib. The papers have been automatically added from Google Scholar, if there is a problem with a paper or if you want to add one paper, please contact us.
- Analyzing the practical relevance of the Condorcet loser paradox and the agenda contraction paradox. F Brandt, C Geist, M Strobel, Evaluating Voting Systems with Probability Models:Essays by and in Honor of William Gehrlein and Dominique Lepelley (2020).
- Branch-and-cut-and-price for the cardinality-constrained multi-cycle problem in kidney exchange. E Lam, V Mak-Hau, Computers & Operations Research (2020).
- Modelling rankings in R: The PlackettLuce package. HL Turner, J van Etten, D Firth, I Kosmidis, Computational Statistics (2020).
- PLMIX: an R package for modelling and clustering partially ranked data. C Mollica, L Tardella, Journal of Statistical Computation and Simulation (2020).
- Preference elicitation and robust winner determination for single-and multi-winner social choice. T Lu, C Boutilier, Artificial Intelligence (2020).
- Stable matching with uncertain linear preferences. H Aziz, P Biró, S Gaspers, R De Haan, N Mattei et al., Algorithmica (2020).
- Strategic voting in the lab: compromise and leader bias behavior. R Meir, K Gal, M Tal, Autonomous Agents and Multi-Agent Systems (2020).
- Algorithms for destructive shift bribery. A Kaczmarczyk, P Faliszewski, Autonomous Agents and Multi-Agent Systems (2019).
- An experimental view on committees providing justified representation. R Bredereck, P Faliszewski, A Kaczmarczyk et al., Proceedings of the International Joint Conference on Artificial Intelligence (2019).
- Asymptotic properties of Lee distance. NI Nikolov, E Stoimenova, Metrika (2019).
- Between Discord and Deadlock: Consensus Under a Deadline. M Bannikova, L Dery, S Obraztsova et al., arXiv preprint (2019).
- Bottom-up approaches to achieve Pareto optimal agreements in group decision making. V Sanchez-Anguix, R Aydoğan, T Baarslag et al., Knowledge and Information Systems (2019).
- Building ethically bounded AI. F Rossi, N Mattei, Proceedings of the AAAI Conference on Artificial Intelligence (2019).
- Complexity of manipulating and controlling approval-based multiwinner voting. Y Yang, Proceedings of the International Joint Conference on Artificial Intelligence (2019).
- Exploring the no-show paradox for Condorcet extensions using Ehrhart theory and computer simulations. F Brandt, J Hofbauer, M Strobel, Proceedings of the International Conference on Autonomous Agents and Multiagent Systems (2019).
Even more references, papers, and tutorials can be found in the proceedings of the EXPLORE Workshops:
Some Tools to Work with Preferences
Empirical experiments with real data are becoming a more fundamental part of work in computational social choice. In addition to a lightweight set of tools for working with data from PrefLib we also host documentation for several of these project. Please contact Nick if you have code that you would like to share with the community.
This is a voting simulator built for the paper A Local-Dominance Theory of Voting Equilibria. We are releasing its source code to be expanded and enhanced by the community. However, it is quite versatile in its current construction, and can be used for various simulations "as is".
Learn more.
Kidney failure is a life-threatening health issue that affects hundreds of thousands of people worldwide. In the US alone, the waitlist for a kidney transplant has over 100,000 patients. This list is growing: demand far outstrips supply.This codebase includes: structural elements of kidney exchange like "pools", "hospitals", and "pairs", a couple of kidney exchange graph generators, a couple of kidney exchange solvers (max weight, failure-aware, fairness-aware, individually rational), and a dynamic kidney exchange simulator.
Learn more.
CRISNER stands for Conditional and Relative Importance Statement Network PrEference Reasoner. It can reason about ceteris paribus preference languages such as CP-nets, TCP-nets and CP-theories. Given a preference specification (a set of preference statements) in one of these languages, CRISNER succinctly encodes its induced preference graph (IPG) into a Kripke structure model in the language of the NuSMV model checker. This Kripke model is reachability-equivalent to the induced preference graph. CRISNER generates the model only once, and then translates each query posed against this preference specification into a temporal logic formula in computation-tree temporal logic (CTL) such that the formula is verified in the Kripke model if and only if the query holds true according to the ceteris paribus semantics of the preference language. The model checker either affirms the query or returns with a counterexample. For answering queries related to equivalence and subsumption checking of two sets of preferences, CRISNER constructs a combined IPG and uses temporal queries in CTL to identify whether every dominance that holds in one also holds in the other, and vice-versa.
Learn more.