I think my favorite of the bunch is the "Does Reinforcement Learning Really Incentivize Reasoning Capacity in LLMs Beyond the Base Model" paper. Easy to read, gets the point across very intuitively and quickly, and the point is very interesting and relevant to a lot of people. About the Superposition paper - this is close to what I've been thinking about over the past week. I'm thinking that concepts or choices in a…
I am not sure how to interpret the first paper's results. If we use a random number generator then we will converge to 100% correct answers under pass@n in the limit. A random number generator will eventually outperform or match all models (for large n) whenever top-p is less than 1 because the other models will most likely have some level of bias that makes correct CoTs mathematically impossible due to the tokens be…
NeurIPS 2025 Best Paper Awards
21–30 of 31 posts
Re: NeurIPS 2025 Best Paper Awards
#22I think my favorite of the bunch is the "Does Reinforcement Learning Really Incentivize Reasoning Capacity in LLMs Beyond the Base Model" paper. Easy to read, gets the point across very intuitively and quickly, and the point is very interesting and relevant to a lot of people. About the Superposition paper - this is close to what I've been thinking about over the past week. I'm thinking that concepts or choices in a…
I am not sure how to interpret the first paper's results. If we use a random number generator then we will converge to 100% correct answers under pass@n in the limit. A random number generator will eventually outperform or match all models (for large n) whenever top-p is less than 1 because the other models will most likely have some level of bias that makes correct CoTs mathematically impossible due to the tokens be…
Also, in practice, models don't have that much semantic entropy of a given prompt. With temperature based sampling, models will tend to generate very similar but not identical responses.
Re: NeurIPS 2025 Best Paper Awards
#23Does some have a similar award for papers that are innovative? Like new, relatively unproven architectures?
In terms of a fresh perspective on designing learning systems, nested learning seems very interesting.
https://abehrouz.github.io/files/NL.pdf
Hearing the clarity, creativity, and force behind his thoughts and speech, I'd give a more than 1/200 chance Ali Behrouz gets himself a Turing award. At the very least, I think he will end making major contributions to AI.
Re: NeurIPS 2025 Best Paper Awards
#24I think my favorite of the bunch is the "Does Reinforcement Learning Really Incentivize Reasoning Capacity in LLMs Beyond the Base Model" paper. Easy to read, gets the point across very intuitively and quickly, and the point is very interesting and relevant to a lot of people. About the Superposition paper - this is close to what I've been thinking about over the past week. I'm thinking that concepts or choices in a…
I am not sure how to interpret the first paper's results. If we use a random number generator then we will converge to 100% correct answers under pass@n in the limit. A random number generator will eventually outperform or match all models (for large n) whenever top-p is less than 1 because the other models will most likely have some level of bias that makes correct CoTs mathematically impossible due to the tokens be…
Re: NeurIPS 2025 Best Paper Awards
#25Earlier quoted context omitted.
use NotebookLM
Whenever I search for the title a new machine learning paper, there are a bunch of YouTube videos about it which are just NotebookLM slop. It's straight up environmental pollution.
Re: NeurIPS 2025 Best Paper Awards
#26Does some have a similar award for papers that are innovative? Like new, relatively unproven architectures?
Re: NeurIPS 2025 Best Paper Awards
#27Earlier quoted context omitted.
I am not sure how to interpret the first paper's results. If we use a random number generator then we will converge to 100% correct answers under pass@n in the limit. A random number generator will eventually outperform or match all models (for large n) whenever top-p is less than 1 because the other models will most likely have some level of bias that makes correct CoTs mathematically impossible due to the tokens be…
I'm not sure how likely it is that an answer would fall outside of the top-p of 0.95 (used in the paper). A random number generator would also need an unreasonably high number of samples to get a correct answer. I think figures 17 and 18 are interesting for this discussion too, they show performance at various sampling temperatures. I think the point of the paper is that RL "sharpens" the distribution of non-RL nets,…
> I think the point of the paper is that RL "sharpens" the distribution of non-RL nets, but it does not uncover any new reasoning paths
This is an implication of the results that's intuitive and likely to be correct, but isn't guaranteed to be correct. The results do show worse answer correctness for large k. But answers and reasoning strategies to arrive at these answers are different things. It's impractical to inspect the CoTs in both the RL and Base to show that all the reasoning strategies used by the former are a subset of the latter. For all we know the venn diagram might not be fully overlapping. It could be that the RL did uncover some novel and subtle reasoning strategies not present in the Base, but it also introduced separate handicaps for some unknown reason, which nerfed answer correctness for large k. We need some theory to bridge that understanding which seems lacking in the paper? Not that I fault them for an absence of such a theory because it seems intractable. But then I am doubtful one could reach such a neat conclusion as they have tried to do, beyond the appeal to strong intuition (which I also share).Re: NeurIPS 2025 Best Paper Awards
#28Earlier quoted context omitted.
I'm not sure how likely it is that an answer would fall outside of the top-p of 0.95 (used in the paper). A random number generator would also need an unreasonably high number of samples to get a correct answer. I think figures 17 and 18 are interesting for this discussion too, they show performance at various sampling temperatures. I think the point of the paper is that RL "sharpens" the distribution of non-RL nets,…
> I think the point of the paper is that RL "sharpens" the distribution of non-RL nets, but it does not uncover any new reasoning paths This is an implication of the results that's intuitive and likely to be correct, but isn't guaranteed to be correct. The results do show worse answer correctness for large k. But answers and reasoning strategies to arrive at these answers are different things. It's impractical to ins…
Re: NeurIPS 2025 Best Paper Awards
#29I think my favorite of the bunch is the "Does Reinforcement Learning Really Incentivize Reasoning Capacity in LLMs Beyond the Base Model" paper. Easy to read, gets the point across very intuitively and quickly, and the point is very interesting and relevant to a lot of people. About the Superposition paper - this is close to what I've been thinking about over the past week. I'm thinking that concepts or choices in a…
I believe NVidia’s ProRL showed otherwise right?
Re: NeurIPS 2025 Best Paper Awards
#30I think my favorite of the bunch is the "Does Reinforcement Learning Really Incentivize Reasoning Capacity in LLMs Beyond the Base Model" paper. Easy to read, gets the point across very intuitively and quickly, and the point is very interesting and relevant to a lot of people. About the Superposition paper - this is close to what I've been thinking about over the past week. I'm thinking that concepts or choices in a…
I am not sure how to interpret the first paper's results. If we use a random number generator then we will converge to 100% correct answers under pass@n in the limit. A random number generator will eventually outperform or match all models (for large n) whenever top-p is less than 1 because the other models will most likely have some level of bias that makes correct CoTs mathematically impossible due to the tokens be…
On the unstructured outputs, where you can’t just ratchet up the pass@k until it’s almost random, it switches the base model out for instruct, and in the worse case on livecodebench it uses a qwen-r1-distill as a _base_ model(!?) that’s an instruct model further fine tuned on R1’s reasoning traces. I assume that was because no matter how high the pass@k, a base model won’t output correct python.