paper-with-me

홈 › Papers

A SUPER* Algorithm to Optimize Paper Bidding in Peer Review

2020-06-27 · Tanner Fiez, Nihar B. Shah, Lillian Ratliff

A number of applications involve sequential arrival of users, and require showing each user an ordering of items. A prime example (which forms the focus of this paper) is the bidding process in conference peer review where reviewers enter the system sequentially, each reviewer needs to be shown the list of submitted papers, and the reviewer then "bids" to review some papers. The order of the papers shown has a significant impact on the bids due to primacy effects. In deciding on the ordering of papers to show, there are two competing goals: (i) obtaining sufficiently many bids for each paper, and (ii) satisfying reviewers by showing them relevant items. In this paper, we begin by developing a framework to study this problem in a principled manner. We present an algorithm called SUPER*, inspired by the A* algorithm, for this goal. Theoretically, we show a local optimality guarantee of our algorithm and prove that popular baselines are considerably suboptimal. Moreover, under a community model for the similarities, we prove that SUPER* is near-optimal whereas the popular baselines are considerably suboptimal. In experiments on real data from ICLR 2018 and synthetic data, we find that SUPER* considerably outperforms baselines deployed in existing systems, consistently reducing the number of papers with fewer than requisite bids by 50-75% or more, and is also robust to various real world complexities.

📄 PDF Abstract BibTeX arXiv:2007.07079

Code (1)

fiezt/Peer-Review-Bidding 공식 구현

Similar Papers 제목 키워드 기반

A Dataset on Malicious Paper Bidding in Peer Review

2022-06-24 · Steven Jecmen, Minji Yoon, Vincent Conitzer, Nihar B. Shah 외

In conference peer review, reviewers are often asked to provide "bids" on each submitted paper that express their interest in reviewing that paper. A paper assignment algorithm then uses these bids (along with other data…

Descriptive

Bid Optimization using Maximum Entropy Reinforcement Learning

2021-10-11 · Mengjuan Liu, Jinyu Liu, Zhengning Hu, Yuchen Ge 외

Real-time bidding (RTB) has become a critical way of online advertising. In RTB, an advertiser can participate in bidding ad impressions to display its advertisements. The advertiser determines every impression's bidding…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Recommendation Engine for Lower Interest Borrowing on Peer to Peer Lending (P2PL) Platform

2019-07-20 · Ke Ren, Avinash Malik

Online Peer to Peer Lending (P2PL) systems connect lenders and borrowers directly, thereby making it convenient to borrow and lend money without intermediaries such as banks. Many recommendation systems have been develop…

Recommendation Systems

On the Detection of Reviewer-Author Collusion Rings From Paper Bidding

2024-02-12 · Steven Jecmen, Nihar B. Shah, Fei Fang, Leman Akoglu

A major threat to the peer-review systems of computer science conferences is the existence of "collusion rings" between reviewers. In such collusion rings, reviewers who have also submitted their own papers to the confer…

Fraud Detectiontext similarity

Bidding in Spades

2019-12-24 · Gal Cohensius, Reshef Meir, Nadav Oved, Roni Stern

We present a Spades bidding algorithm that is superior to recreational human players and to publicly available bots. Like in Bridge, the game of Spades is composed of two independent phases, \textit{bidding} and \textit{…