paper-with-me

Papers

DeepVoting: Learning Voting Rules with Tailored Embeddings

2024-08-24 · Leonardo Matone, Ben Abramowitz, Nicholas Mattei, Avinash Balakrishnan

Aggregating the preferences of multiple agents into a collective decision is a common step in many important problems across areas of computer science including information retrieval, reinforcement learning, and recommender systems. As Social Choice Theory has shown, the problem of designing algorithms for aggregation rules with specific properties (axioms) can be difficult, or provably impossible in some cases. Instead of designing algorithms by hand, one can learn aggregation rules, particularly voting rules, from data. However, the prior work in this area has required extremely large models, or been limited by the choice of preference representation, i.e., embedding. We recast the problem of designing a good voting rule into one of learning probabilistic versions of voting rules that output distributions over a set of candidates. Specifically, we use neural networks to learn probabilistic social choice functions from the literature. We show that embeddings of preference profiles derived from the social choice literature allows us to learn existing voting rules more efficiently and scale to larger populations of voters more easily than other work if the embedding is tailored to the learning objective. Moreover, we show that rules learned using embeddings can be tweaked to create novel voting rules with improved axiomatic properties. Namely, we show that existing voting rules require only minor modification to combat a probabilistic version of the No Show Paradox.

📄 PDF Abstract BibTeX arXiv:2408.13630

Code (0)

등록된 구현이 없습니다.

Tasks

Information RetrievalRecommendation Systems

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

DeepVoting: A Robust and Explainable Deep Network for Semantic Part Detection under Partial Occlusion

2017-09-14 · CVPR 2018 6 · Zhishuai Zhang, Cihang Xie, Jian-Yu Wang, Lingxi Xie 외

In this paper, we study the task of detecting semantic parts of an object, e.g., a wheel of a car, under partial occlusion. We propose that all models should be trained without seeing occlusions while being able to trans…

Semantic Part Detection

Evaluating approval-based multiwinner voting in terms of robustness to noise

2020-02-05 · Ioannis Caragiannis, Christos Kaklamanis, Nikos Karanikolas, George A. Krimpas

Approval-based multiwinner voting rules have recently received much attention in the Computational Social Choice literature. Such rules aggregate approval ballots and determine a winning committee of alternatives. To ass…

The Computational Impact of Partial Votes on Strategic Voting

2014-05-28 · Nina Narodytska, Toby Walsh

In many real world elections, agents are not required to rank all candidates. We study three of the most common methods used to modify voting rules to deal with such partial votes. These methods modify scoring rules (lik…

What Voting Rules Actually Do: A Data-Driven Analysis of Multi-Winner Voting

2025-08-08 · Joshua Caiata, Ben Armstrong, Kate Larson arxiv

Committee-selection problems arise in many contexts and applications, and there has been increasing interest within the social choice research community on identifying which properties are satisfied by different multi-wi…

Learning to Elect

2021-08-05 · NeurIPS 2021 12 · Cem Anil, Xuchan Bao

Voting systems have a wide range of applications including recommender systems, web search, product design and elections. Limited by the lack of general-purpose analytical tools, it is difficult to hand-engineer desirabl…

Recommendation Systems