Predicting your NeurIPS 2026 chances with this estimator
The tool is a lightweight estimator that takes your raw reviewer scores and runs them against an assumed acceptance threshold to give you a probability. It’s basically a way to turn the subjective chaos of the review process into a concrete number.
You can access the tool here:
https://levilingsch.github.io/neurips-acceptance-estimator/How the logic works
The calculator doesn't just guess; it functions as a probabilistic model. While I haven't looked at the full underlying math, the workflow follows a standard statistical approach for conference outcomes:
1. Inputting Scores: You feed in the numerical ratings provided by your reviewers (usually on a scale like 1-10 or similar, depending on the year's specific rubric).
2. Setting the Acceptance Rate: Since NeurIPS varies slightly year to year, the tool allows you to input an assumed acceptance rate (e.g., 25% or 20%) to adjust the difficulty of the "threshold."
3. Probability Output: The model simulates the distribution of scores and tells you how your specific combination of scores sits relative to the predicted cutoff.
Why this is actually useful for an AI workflow
We often talk about prompt engineering or optimizing LLM agents, but we rarely talk about the "meta" side of research—the decision-making process of where to submit. This is a practical tutorial in using data to manage research expectations.
Instead of just waiting in silence for the official notification, you can use this to decide your next move. If the estimator shows a very low probability of acceptance despite decent scores, it might be a sign that you need to do a deeper dive into your experimental section or refine your methodology before the next deadline. Conversely, if you are sitting on the edge of a "likely accept," you might decide to hold off on a major rewrite and focus on preparing your presentation materials.
It is important to remember that this is an estimation tool, not a crystal ball. Reviewer bias, the "area chair" effect, and the sheer randomness of the matching process are things no simple model can fully capture. However, as a way to get a reality check on your submission's strength, it’s a solid addition to any researcher's toolkit.