| ▲ | DeepConf: Scaling LLM reasoning with confidence, not just compute(arxiviq.substack.com) |
| 98 points by che_shr_cat a day ago | 36 comments |
| |
|
| ▲ | cubefox a day ago | parent | next [-] |
| This article, like all articles on this substack, is LLM generated. Source: https://arxiviq.substack.com/p/coming-soon |
| |
| ▲ | che_shr_cat a day ago | parent | next [-] | | I'm the author of this blog. That's correct, the texts are generated and then validated manually by me. I also do manual reviews (https://gonzoml.substack.com/), but there are many more papers for which I don't have time to write a review. So I created a multi-agentic system to help me, and I'm constantly iterating to improve it. And I like the result. It was also validated by the paper authors a couple of times, they agree the reviews are correct. So, if you see something is definitely wrong, please let me know. Regarding myself, I became at least x10 more productive in reading papers and understanding what's happening. Hope, it will also help some of you. | |
| ▲ | vpribish a day ago | parent | prev [-] | | hmm. the manual curation and format normalizing could be adding value, but it looks veeery close to a stolen content farm. I like the disclosure so i'll give them the benefit of the doubt until they start pushing clickbait. |
|
|
| ▲ | GistNoesis a day ago | parent | prev | next [-] |
| It looks like a variant of "beam search" (using top-k instead of top-1), but it's not mentioned anywhere. What am I not getting ? |
| |
| ▲ | klintcho a day ago | parent [-] | | I was thinking the exact same thing. If someone could explain why it's not just beam search, I would be grateful! |
|
|
| ▲ | CMay a day ago | parent | prev | next [-] |
| A consensus of confidence and self-consistency through consensus seem fine for certain kinds of tasks, especially ones that involve recalling training. This is a bit like scaling up determinism, obedience, collectivism vs individualism... which seems fine for many math problems. Neither confidence or consensus are the best way to confirm truth or accuracy in a generalized way. The previous self-consistency approach and this confidence pruning approach aren't really novel, but it's nice to see the numbers run. Fundamentally these approaches are about handling contradicting results, but not resolving the contradictions or increasing the quality of reasoning. What if the rare idea is the right answer? You can squeeze the training juice harder, but if you still get the wrong answer when it really really mattered, you're just left with a stress toy in your hand. |
|
| ▲ | carbocation a day ago | parent | prev | next [-] |
| One thing that is confusing about this write-up is that "DeepConf-low" is only mentioned once and in a screenshot, but it seems to outperform DeepConf-high for several tasks. I guess I'll need to read the underlying paper, but that seems troublesome. |
| |
| ▲ | swores a day ago | parent | next [-] | | Copied from the paper (halfway down page 6: https://arxiv.org/pdf/2508.15260 ) > "Specifically, DeepConf-low uses top η= 10% (corresponding to the 90th percentile)
and DeepConf-high uses top η = 90% (corresponding to the 10th percentile) uniformly across
all settings. This threshold ensures that during online generation, traces are terminated when their
confidence falls below the level that retains the top η% highest-confidence traces from the warmup
phase." I'm not sure if I'm parsing it right, but are they using "low" and "high" as descriptors of the number used as the %, meaning that the "low" 10 cuts anything outside the best 10%, while the "high" 90 leaves the best 90% ie high is less selective than low? | | | |
| ▲ | cubefox a day ago | parent | prev [-] | | It's likely confusing because it was written by an LLM. | | |
| ▲ | swores a day ago | parent [-] | | The confusing thing mentioned by the person you replied to is the data and naming from the actual paper, so no it's nothing to do with how the article was written. (Unless you're suggesting that the research paper was also written by an LLM, but I don't think you are?) | | |
| ▲ | cubefox a day ago | parent [-] | | > The confusing thing mentioned by the person you replied to is the data and naming from the actual paper No I think the confusing thing is that the LLM-written blog post doesn't adequately explain the screenshot. |
|
|
|
|
| ▲ | nowittyusername a day ago | parent | prev | next [-] |
| Correct me if I am wrong, but by the looks of things on that chart the reduction in token use and the better score are all related to the fact that this method used 512 samples.... This doesn't seem to be of any use for local running agents or anything that has severe vram restrictions such as local models that people can run at home. So this would only benefit enterprise level systems no? |
| |
| ▲ | Der_Einzige a day ago | parent [-] | | This is inference time scaling where as it tries to generate a sample which through logprobs "looks wrong" it early cutsoff. It has a vLLM implementation which is easy to install and use. You can apply the technique to some 4bit model 7b model on your old laptop tier nvidia GPU easily. Well, the folks on this website think installing vLLM (pip install vLLM...) is hard and that ollama - a far slower and shittier inference engine - is better. Enormous damage has been done to the hobbyist LLM ecosystem due to folks not knowing what tools work on what platform. The one exception is for mac peasants where llama.cpp is still probably the best implementation, but if you have nvidia and you're not using sglang or vLLM, you're doing it wrong. But this is of ENORMOUS use for folks who want to run tiny models at home. Go to bed wake up with a K=512 solution answer to your problem. | | |
| ▲ | vlovich123 a day ago | parent | next [-] | | If you think getting VLLM working correctly is just a pip install vllm, you haven’t tried it in very many environments. | |
| ▲ | jxf a day ago | parent | prev [-] | | As someone who is operating an enterprise platform that uses vLLM in the stack, it's immensely harder than "pip install vllm" to have it working at scale and kept up to date. |
|
|
|
| ▲ | TurboSkyline a day ago | parent | prev | next [-] |
| Is this article written by an LLM? |
| |
| ▲ | vpribish a day ago | parent [-] | | sure looks like it was. If they cant bother to write it i'm for sure not going to read it. | | |
| ▲ | ChrisMarshallNY a day ago | parent | next [-] | | I'm not sure I'd see things the same way. Lot of work went into it; even if the final was LLMed. The result is quite readable. The authors seem to be Chinese, and may not be that confident in their English. I suspect that we'll be seeing a lot more of this kind of stuff, as time goes on. | | |
| ▲ | carbocation a day ago | parent | next [-] | | I don't think disclosure is necessary, but I think it can build trust in cases like this. "Please note that we used an LLM to rewrite our initial English draft." The reason to do this is that then people don't waste cycles wondering about the answer to this question. | | |
| ▲ | ChrisMarshallNY a day ago | parent [-] | | I agree. Their LLMed English is much better than my Chinese. Also, some of the very worst English I've ever read, has been technical prose, written by born-and-bred native English speakers with very high educational credentials. Clear communication is important. The best idea on Earth, is worthless, if it can't be articulated well. |
| |
| ▲ | cubefox a day ago | parent | prev [-] | | > Lot of work went into it; even if the final was LLMed. No, it was fully or almost fully LLM generated. See: https://arxiviq.substack.com/p/coming-soon | | |
| ▲ | ChrisMarshallNY a day ago | parent [-] | | So the LLM did all the research? From that posting, it sounds like they accepted a human-made paper, and LLMed it, themselves. The authors are not to blame at all. If otherwise, then it looks like The Singularity has arrived. | | |
| ▲ | cubefox a day ago | parent [-] | | No the LLM wrote the substack article. | | |
| ▲ | ChrisMarshallNY a day ago | parent [-] | | That’s what I was saying. It’s a perfectly valid article; an AI-generated summary of a lot of work done by humans. Not a paper that would be presented for peer review, but rather, to be consumed by regular mensch (like me). That’s actually something that AI is pretty good at. I use it to summarize stuff for me, all the time. It should probably have a disclaimer, somewhere, saying what it is, maybe with a link to the raw source, but it’s just another way of communicating. I’ve been reading human-generated marketing drivel for decades. This is actually a lot better than that stuff. | | |
| ▲ | cubefox a day ago | parent [-] | | Summarizing some random text is a quite different task from writing an explainer for a cutting edge AI research paper. | | |
| ▲ | ChrisMarshallNY a day ago | parent [-] | | Ah...I don't think this conversation has a future, but I have found that I can use an LLM to give a pretty damn good summary of some fairly verbose and well-organized "random text." |
|
|
|
|
|
| |
| ▲ | NitpickLawyer a day ago | parent | prev [-] | | arxiviq is a project ran by someone on substack. It's not the authors writing this. It's someone's project that takes papers from arxiv and posts them on their own substack. Probably with paid features later. don't forget to like and sub for my LLM type of thing... Careful where you place your anger. You should not be angry at the people writing the paper. |
|
|
|
| ▲ | mdp2021 a day ago | parent | prev | next [-] |
| One question about how the proposed feature works: do I understand correctly, the NN remains the same but the code that handles it does the trick? And we will be supposed to find said code at https://jiaweizzhao.github.io/deepconf at some point? |
|
| ▲ | yoouareperfect a day ago | parent | prev | next [-] |
| What's the difference with lowering the temperature? |
| |
| ▲ | furyofantares a day ago | parent | next [-] | | I think ideally you want the whole path to be the most probable path, which is not likely to be the same as taking the most probable token at each step. It's not remotely practical to select the most probable path but you can do a little bit of search a few tokens at a time. | |
| ▲ | a day ago | parent | prev [-] | | [deleted] |
|
|
| ▲ | nickandbro a day ago | parent | prev | next [-] |
| Wonder what this means for the pelican riding on a bicycle test? Or will it just be good at strictly reasoning type problems. |
|
| ▲ | starchild3001 a day ago | parent | prev | next [-] |
| I love this direction of research. Reducing costs of reasoning is a huge ongoing challenge in LLMs. We're spending so much energy and compute resources today on reasoning that today's consumption rates were unexpected (to me) a short 1 yr ago. We're literally burning forests, the atmosphere and making electricity expensive for everyone. DeepThink v3.1 made a significant leap in this direction recently -- significantly shorter thinking tokens at the same quality. GPT5's router was also one (important) attempt to reduce reasoning costs and make o3-quality available in the free tier without breaking the bank. This is also why Claude 4 is winning the coding wars against its reasoning peers -- it provides great quality without all the added reasoning tokens. Getting inspiration from Alpha-go and MCMC literature -- applying tree weighting, prioritization and pruning feels extremely appropriate. (To improve the quality of Deep Think -- offered by Gemini & GPT5 Pro today) So, yes, more of this please. Totally the right direction. |
|
| ▲ | evertedsphere a day ago | parent | prev | next [-] |
| yet again i am asking for a mandatory "(LLM output)" label in the title like we do for pdf/video links |
|
| ▲ | rafsid 6 hours ago | parent | prev [-] |
| [dead] |