The Online Reviewer Assignment Problem

Paper submission volumes have been increasing in recent years. Submissions to the largest ML conferences have grown 2-4x in just the last 3 years! Conferences and journals have to maintain the scale of peer review, even as it may become infeasible for program chairs and editors to assess reviewers’ expertise. Many conferences have adopted automated paper-reviewer assignment systems to cope with increasing submission volumes. In contrast, most journals continue to match papers to reviewers manually. This post is about automating journal paper-reviewer assignment.

No Free Lunch in LLM Watermarking

Advances in generative models have made it possible for AI-generated text, code, and images to mirror human-generated content in many applications. A critical question is: How can people accurately detect if a piece of text is AI-generated? Watermarking is a promising solution…

A Model of Regulated Execution

Computer architecture determines how programs execute in hardware—how work unfolds over time and across resources. Most readers are familiar with processors through the Von Neumann model, where programs are executed as sequences of instructions. In this view, execution appears s…