<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Inference-Time Compute | Mobina Kashaniyan</title><link>https://mobinakashaniyan.github.io/tag/inference-time-compute/</link><atom:link href="https://mobinakashaniyan.github.io/tag/inference-time-compute/index.xml" rel="self" type="application/rss+xml"/><description>Inference-Time Compute</description><generator>Wowchemy (https://wowchemy.com)</generator><language>en-us</language><lastBuildDate>Tue, 04 Aug 2026 00:00:00 +0000</lastBuildDate><image><url>https://mobinakashaniyan.github.io/media/logo_hu_49df124fc4898e21.png</url><title>Inference-Time Compute</title><link>https://mobinakashaniyan.github.io/tag/inference-time-compute/</link></image><item><title>Interpretable Adaptive Sampling for LLM Test-Time Scaling</title><link>https://mobinakashaniyan.github.io/publication/interpretable-adaptive-sampling-for-llm-test-time-scaling/</link><pubDate>Tue, 04 Aug 2026 00:00:00 +0000</pubDate><guid>https://mobinakashaniyan.github.io/publication/interpretable-adaptive-sampling-for-llm-test-time-scaling/</guid><description>&lt;p&gt;This paper introduces an interpretable adaptive sampling framework for large language model test-time scaling.&lt;/p&gt;
&lt;p&gt;Most test-time scaling approaches assign the same number of candidate generations to every prompt. However, easy and difficult prompts may require very different amounts of inference-time compute.&lt;/p&gt;
&lt;p&gt;Our method uses a lightweight fuzzy controller that combines estimated prompt complexity and model confidence. It assigns fewer samples to easier or higher-confidence prompts and more samples to difficult or uncertain prompts.&lt;/p&gt;
&lt;p&gt;The approach is evaluated against fixed best-of-N sampling, compute-aware scaling, and self-certainty-based methods on question-answering and mathematical reasoning tasks. The results demonstrate that adaptive fuzzy control can reduce the average number of generated samples while maintaining competitive reasoning performance.&lt;/p&gt;
&lt;p&gt;This work is relevant to LLM test-time scaling, adaptive inference, compute-efficient AI, interpretable sampling, self-consistency, and efficient large language model reasoning.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Keywords:&lt;/strong&gt; LLM test-time scaling, adaptive sampling, inference-time compute, efficient LLM inference, interpretable AI, fuzzy control, best-of-N sampling, self-consistency, adaptive computation, mathematical reasoning.&lt;/p&gt;
&lt;h2 id="citation"&gt;Citation&lt;/h2&gt;
&lt;p&gt;Kashaniyan, M., &amp;amp; Jannesari, A. (2026). Interpretable adaptive sampling for LLM test-time scaling. arXiv preprint arXiv:2608.03961. &lt;a href="https://doi.org/10.48550/arXiv.2608.03961" target="_blank" rel="noopener"&gt;https://doi.org/10.48550/arXiv.2608.03961&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Interpretable Adaptive Sampling for LLM Test-Time Scaling and Test-Time Compute</title><link>https://mobinakashaniyan.github.io/post/interpretable-adaptive-sampling-llm-test-time-scaling/</link><pubDate>Tue, 04 Aug 2026 00:00:00 +0000</pubDate><guid>https://mobinakashaniyan.github.io/post/interpretable-adaptive-sampling-llm-test-time-scaling/</guid><description>&lt;h2 id="what-is-llm-test-time-scaling"&gt;What Is LLM Test-Time Scaling?&lt;/h2&gt;
&lt;p&gt;Test-time scaling, also referred to as test-time compute or inference-time scaling, improves large language model reasoning by allocating additional computation during inference.&lt;/p&gt;
&lt;h2 id="adaptive-sampling-for-test-time-compute"&gt;Adaptive Sampling for Test-Time Compute&lt;/h2&gt;
&lt;p&gt;Most fixed best-of-N approaches assign the same sampling budget to every prompt. Our approach dynamically allocates inference-time compute based on prompt complexity and model confidence.&lt;/p&gt;
&lt;h2 id="interpretable-inference-time-compute"&gt;Interpretable Inference-Time Compute&lt;/h2&gt;
&lt;p&gt;A lightweight fuzzy controller determines how many candidate responses each query receives. Easier or higher-confidence prompts receive fewer samples, while more difficult or uncertain prompts receive additional test-time compute.&lt;/p&gt;
&lt;h2 id="efficient-llm-reasoning"&gt;Efficient LLM Reasoning&lt;/h2&gt;
&lt;p&gt;Adaptive sampling can reduce unnecessary candidate generation while maintaining competitive reasoning performance across question-answering and mathematical reasoning tasks.&lt;/p&gt;
&lt;h2 id="comparison-with-best-of-n-and-self-consistency"&gt;Comparison with Best-of-N and Self-Consistency&lt;/h2&gt;
&lt;p&gt;We compare the approach with fixed best-of-N sampling, compute-aware test-time scaling, and self-certainty-based methods.&lt;/p&gt;
&lt;h1 id="our-paper"&gt;Our Paper&lt;/h1&gt;
&lt;p&gt;Test-time scaling, also known as test-time compute or inference-time scaling, can improve large language model reasoning by generating multiple candidate answers. However, most approaches assign the same sampling budget to every prompt, even though easy and difficult questions may require different amounts of inference-time compute.&lt;/p&gt;
&lt;p&gt;In our paper, &lt;strong&gt;“Interpretable Adaptive Sampling for LLM Test-Time Scaling,”&lt;/strong&gt; we introduce an adaptive method that determines how many candidate answers should be generated for each query.&lt;/p&gt;
&lt;p&gt;The method uses a lightweight fuzzy controller that combines interpretable signals such as prompt complexity and model confidence. It assigns fewer samples to easier or higher-confidence prompts and more samples to difficult or uncertain prompts.&lt;/p&gt;
&lt;p&gt;Our experiments compare this approach with fixed best-of-N sampling, compute-aware scaling, and self-certainty-based methods across question-answering and mathematical reasoning tasks.&lt;/p&gt;
&lt;p&gt;The results show that adaptive fuzzy control can reduce the average number of generated samples while maintaining competitive reasoning performance.&lt;/p&gt;
&lt;p&gt;This research contributes to LLM test-time scaling, test-time compute, adaptive inference, compute-efficient AI, interpretable sampling, self-consistency, and efficient large language model reasoning.&lt;/p&gt;
&lt;h2 id="abstract"&gt;Abstract&lt;/h2&gt;
&lt;p&gt;Test-time scaling improves LLM reasoning by generating and aggregating multiple candidate answers, yet many pipelines use fixed per-query budgets that spend the same compute on easy and difficult prompts. These fixed budgets are also difficult to inspect because they do not explain why a given prompt receives a particular number of samples.&lt;/p&gt;
&lt;p&gt;We propose adaptive test-time scaling with a lightweight fuzzy controller that maps interpretable signals, including estimated prompt complexity and model confidence, to a per-query sampling budget. The controller assigns fewer samples to easier or more confident prompts and more samples to harder or less certain prompts, making inference-time compute inspectable rather than fixed or opaque.&lt;/p&gt;
&lt;p&gt;We evaluate under a fair-alignment protocol with matched decoding settings and controlled answer selection, and compare against best-of-N, compute-aware scaling, and self-certainty-based baselines on question-answering and mathematical reasoning tasks. Across models and datasets, adaptive fuzzy control improves over several standard baselines and remains close to a selector-matched full-budget control while reducing the average number of samples.&lt;/p&gt;
&lt;p&gt;These findings suggest that interpretable adaptive sampling is a practical direction for more efficient test-time reasoning in large language models.&lt;/p&gt;
&lt;h2 id="paper"&gt;Paper&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Interpretable Adaptive Sampling for LLM Test-Time Scaling&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Mobina Kashaniyan and Ali Jannesari&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://arxiv.org/abs/2608.03961" target="_blank" rel="noopener"&gt;arXiv Abstract&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://arxiv.org/pdf/2608.03961" target="_blank" rel="noopener"&gt;PDF&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://doi.org/10.48550/arXiv.2608.03961" target="_blank" rel="noopener"&gt;DOI&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="llm-test-time-scaling-and-test-time-compute"&gt;LLM Test-Time Scaling and Test-Time Compute&lt;/h2&gt;
&lt;h2 id="adaptive-sampling-for-inference-time-compute"&gt;Adaptive Sampling for Inference-Time Compute&lt;/h2&gt;
&lt;h2 id="interpretable-test-time-reasoning-with-a-fuzzy-controller"&gt;Interpretable Test-Time Reasoning with a Fuzzy Controller&lt;/h2&gt;</description></item></channel></rss>