test-time-compute

Tag

Cards List
#test-time-compute

What Else Needs Fixing? Exploring Cost-Effective Test-Time Compute for Revision Propagation in Artifacts Generated Through Conversation

arXiv cs.CL · 2d ago Cached

This paper introduces a benchmark for revision propagation in conversationally generated artifacts using LLMs and evaluates cost-effective test-time compute methods, showing that parallel sampling with selection improves accuracy.

0 favorites 0 likes
#test-time-compute

Post-Training Language Models for Gold-Medal Performance in Coding Competitions

Hugging Face Daily Papers · 4d ago Cached

This paper presents a specialization pipeline for post-training language models to achieve gold-medal performance in coding competitions, demonstrating top scores on IOI benchmarks using techniques like supervised fine-tuning and reinforcement learning.

0 favorites 0 likes
#test-time-compute

A decodability criterion predicts when hidden-state selection beats majority voting in large language models

arXiv cs.AI · 2026-08-19 Cached

The paper proposes CASE, a dynamic selection combiner using a decodability criterion to predict when hidden-state selection outperforms majority voting in large language models, enhancing reliability on difficult questions.

0 favorites 0 likes
#test-time-compute

@_avichawla: https://x.com/_avichawla/status/2088536550552605174

X AI KOLs Following · 2026-08-15 Cached

The article summarizes eight inference-time techniques to improve LLM reasoning, based on research from Google, OpenAI, and Anthropic, with tradeoffs and practical notes.

0 favorites 0 likes
#test-time-compute

@LijieyYang: Thrilled to share that our paper, “Thought-Level Beam Search for Reasoning,” has been accepted to COLM 2026! Different …

X AI KOLs Following · 2026-08-14 Cached

The paper 'Thought-Level Beam Search for Reasoning' introduces Gambit, a method that actively reallocates test-time compute during generation by pruning low-scoring reasoning traces and branching from strong prefixes, and it has been accepted to COLM 2026.

0 favorites 0 likes
#test-time-compute

Thinking Hard, Not Smart: Reasoning Models Fail to Ration Test-Time Compute Across Questions

arXiv cs.CL · 2026-08-11 Cached

This paper introduces an exam-style evaluation to study how reasoning models allocate a shared test-time compute budget across multiple questions. It finds that models fail to strategically ration compute, instead prioritizing questions by presentation order and ignoring value or difficulty.

0 favorites 0 likes
#test-time-compute

@jerryjliu0: An interesting thing I'm observing from the blog/system card is that on a good chunk of the reported benchmarks (~20-30…

X AI KOLs Following · 2026-07-24 Cached

An observation that Claude Opus 5's max thinking leads to performance degradation on ~20-30% of benchmarks compared to xhigh, contrary to the expectation that more test-time compute improves performance.

0 favorites 0 likes
#test-time-compute

@che_shr_cat: 1/ Parameter scale is a brute-force crutch. What if a 35B model could beat a 1,000B model simply by scaling its search …

X AI KOLs Timeline · 2026-07-19 Cached

Explores whether a 35B parameter model could surpass a 1000B model by scaling its search horizon at test time, using structured process feedback rather than brute-force parameter scaling.

0 favorites 0 likes
#test-time-compute

@gurtej__gill_: This new paper from Stanford, Berkeley and NVIDIA feels like a massive piece of the puzzle when it comes to test time c…

X AI KOLs Timeline · 2026-07-07 Cached

This paper from Stanford, Berkeley, and NVIDIA introduces LLM-as-a-Verifier, a general-purpose verification framework that uses token logits for continuous scoring. It achieves SOTA on multiple benchmarks including Terminal-Bench V2 (86.5%) and SWE-Bench Verified (78.2%), and provides fine-grained signals that can accelerate RL training.

0 favorites 0 likes
#test-time-compute

Are we hitting the wall on test-time compute?

Reddit r/AI_Agents · 2026-07-04

The article examines whether the benefits of scaling test-time compute for AI models are diminishing, potentially indicating a ceiling in current scaling paradigms.

0 favorites 0 likes
#test-time-compute

@che_shr_cat: 1/ A 5M-parameter model just beat frontier LLMs on hard logical puzzles at less than 1/100,000th of the inference cost.…

X AI KOLs Timeline · 2026-06-29 Cached

A 5M-parameter model outperforms frontier LLMs on hard logical puzzles at a fraction of the inference cost by using continuous latent space test-time compute.

0 favorites 0 likes
#test-time-compute

@omarsar0: Just had a great discussion on dynamic workflows. Rough notes: - applies to a very small set of use cases - think of it…

X AI KOLs Following · 2026-06-25 Cached

Discussion of dynamic workflows for test-time compute, including their limited use cases, benefits for research experiments, and the need for better benchmarks. Mentions models like Mythos and Opus 4.8 for agent orchestration.

0 favorites 0 likes
#test-time-compute

The verifier based vs verifier free test time scaling result is older than people act, and it keeps getting confirmed [D]

Reddit r/MachineLearning · 2026-06-24

The post discusses the confirmed research finding that verifier-based test-time compute scaling dominates verifier-free methods, with practical examples like Apodex showing gains from separate verification processes. It argues that building independent verifiers is a key path for future AI capability improvements.

0 favorites 0 likes
#test-time-compute

The AI world is getting ‘loopy’

TechCrunch AI · 2026-06-22 Cached

The article discusses the rise of 'loops' in AI agentic systems, where agents continuously prompt other agents to perform tasks, as a major step beyond simple agent use. Boris Cherny of Claude Code endorses this approach at Meta's @Scale conference.

0 favorites 0 likes
#test-time-compute

@rohanpaul_ai: Big claim in this paper, pushes against the common idea that more test-time compute should keep helping. Claims a code …

X AI KOLs Following · 2026-06-18 Cached

This paper introduces LoopCoder-v2, a 7B code model that benefits most from a single rethinking loop; additional loops degrade performance, challenging the assumption that more test-time compute always helps.

0 favorites 0 likes
#test-time-compute

@cerebras: https://x.com/cerebras/status/2067357992929153268

X AI KOLs Timeline · 2026-06-17 Cached

An analysis of the economics and performance impact of AI reasoning models, showing that enabling reasoning can improve accuracy by 10-20% but costs 5-10x more tokens, and discussing different reasoning types and their applications.

0 favorites 0 likes
#test-time-compute

@grapeot: Reasoning models aren't the bombshell of 2024. Many people, upon first seeing o1 "think" for over ten seconds before answering, felt that models had suddenly learned to reason overnight. But stretching out the timeline, from CoT prompting (2022) to o1, a full four years passed in between. Three things often conflated: 1. Reasoning ability itself—already amplified by CoT systems in 2022 2. Training reasoning via reinforcement learning—academic prototypes of PRM existed in 2023 3. Turning reasoning into a billable, schedulable resource—this is the real watershed of 2024.

X AI KOLs Timeline · 2026-06-17 Cached

A deep retrospective on the four-year evolution of reasoning models from CoT in 2022 to o1/R1 in 2024, pointing out that the true watershed is not the emergence of reasoning ability, but the conversion of reasoning into a billable, schedulable resource.

0 favorites 0 likes
#test-time-compute

How Inference Compute Shapes Frontier LLM Evaluation

arXiv cs.AI · 2026-06-17 Cached

This paper systematically studies how inference-time compute (token budgets, context compaction, repeated submissions) affects frontier LLM performance on challenging benchmarks, demonstrating that scores are protocol-dependent and advocating for evaluations that report capability as a function of inference compute.

0 favorites 0 likes
#test-time-compute

I scaled test-time compute for Qwen-3.6-27B and Gemma-4-31B to surpass Claude Mythos in code optimizations and speedups.

Reddit r/LocalLLaMA · 2026-06-12

This article describes a scaffold that scales test-time compute on Qwen-3.6-27B and Gemma-4-31B using iterative corrections and branch exploration to surpass Claude Mythos in code optimization. It includes a paper link and GitHub repository.

0 favorites 0 likes
#test-time-compute

@Phoenixyin13: Finished reading a long post today by OpenAI researcher Noam Brown — a reality severely underestimated by the industry. The true ceiling of LLM capabilities is far higher than what any current benchmark shows. The reason: too little test-time compute. And as models...

X AI KOLs Timeline · 2026-06-09 Cached

Highlights OpenAI researcher Noam Brown's argument: the true ceiling of LLM capabilities is far higher than current benchmarks show, due to insufficient test-time compute, and stronger models benefit more from additional computation. This poses a serious challenge for AI safety evaluation, as many dangerous capabilities may only emerge under long time and high compute budgets.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback