Accept More, Reject Less: Reducing up to 19% Unnecessary Desk-Rejections over 11 Years of ICLR Data
Xiaoyu Li, Zhao Song, Jiahao Zhang

TL;DR
This paper proposes a linear programming-based algorithm to reduce unnecessary desk rejections at AI conferences, preserving more valuable submissions while respecting author limits, based on 11 years of ICLR data.
Contribution
It introduces a novel optimization approach for conference desk-rejection policies, significantly decreasing unwarranted rejections without violating submission constraints.
Findings
Preserves up to 19.23% more papers
Efficient computation within 54 seconds on real data
Applicable to large-scale conference submission policies
Abstract
The explosive growth of AI research has driven paper submissions at flagship AI conferences to unprecedented levels, necessitating many venues in 2025 (e.g., CVPR, ICCV, KDD, AAAI, IJCAI, WSDM) to enforce strict per-author submission limits and to desk-reject any excess papers by simple ID order. While this policy helps reduce reviewer workload, it may unintentionally discard valuable papers and penalize authors' efforts. In this paper, we ask an essential research question on whether it is possible to follow submission limits while minimizing needless rejections. We first formalize the current desk-rejection policies as an optimization problem, and then develop a practical algorithm based on linear programming relaxation and a rounding scheme. Under extensive evaluation on 11 years of real-world ICLR (International Conference on Learning Representations) data, our method preserves up…
Peer Reviews
Decision·Submitted to ICLR 2026
The paper proposes a principled solution to understand whether it is possible to follow submission limits while minimizing needless rejections. To achieve efficient computation, the paper propose a two-stage solution that firstly solves the linear program relaxation of the original integer program, and then converts the fractional solution to a provably feasible integer solution via a specific rounding scheme.
While the paper formalizes the problem, it arguably oversimplifies it. A more realistic model would allow for variable submission limits based on factors like an author's seniority or research area.
(+) This is a timely and well-scoped problem with practical impact. The paper targets a policy that now affects many large CS conferences. Formalizing the desk-rejection step as a clean packing LP/ILP is useful and portable. Furthermore, the proposed method amounts to a simple algorithm that a program chair could conceivably implement. (+) Across 10+ years of ICLR submissions, the method reduces desk rejections vis-a-vis the operational baselines.
There is a potential technical issue with the MAXROUNDING algorithm. If my reading is correct: after rounding a paper $l$ up to 1, the algorithm checks each co-author $i$ and, if $ \sum_{j\in T_i} \tilde{x}_j > b $ , it finds a set $S_i \subset (S \cap T_i)$ whose fractional mass totals at least $ (1-x_l) $ and zeros them out. This choice of required mass $(1-x_l)$ is not minimal and be strictly larger than the actual overflow $\delta_i = \max [0, \sum_{j \in T_i} \tilde{x}_j - b ] $. Ther
* **Addresses a relevant problem area**: The paper correctly identifies that desk-rejection policies at top conferences are a significant issue deserving of systematic study and improvement. * **Achieves its core objective**: The paper successfully develops a solution that directly addresses the problem it formulates. * **Empirical evidence**: The empirical validation on a large-scale, real-world dataset from 11 years of ICLR submissions is a strong point and allows for a convincing demonstratio
* **Limited objective function**: The paper's primary weakness, which undermines its entire contribution, is its choice of objective function. The authors equate "improving author welfare" with a simplistic, utilitarian goal: maximizing the raw number of desk-accepted papers. This premise is fundamentally flawed, as it ignores the more critical goals of a fair academic review process, such as promoting author diversity, protecting the work of early-career researchers, and ensuring a variety of i
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques
