paper-with-me

홈 › Papers

Computing with Stochastic Oracles in AI-Augmented Computation

2026-07-08 · Jie Wang arxiv

The Stochastic-Oracle Turing Machine (SOTM) framework models AI-augmented computation as the interaction of a probabilistic Turing machine with an oracle whose responses are drawn from context-dependent distributions. This paper studies what an SOTM can achieve under two oracle-response schemes: in a cached-response oracle, each distinct query receives one response that is reused on later calls to the same query, while in a fresh-response oracle, each call returns an independent response. In both schemes, the SOTM first computes from its input and internal random source to generate its first query, then proceeds adaptively, computing from its query-response transcript (the record of queries issued and responses received) to generate each subsequent query or produce a final output. Cached responses impose two transcript-based ceilings on achievable performance: a correct-identification ceiling governed by the total variation distance between the transcript distributions induced by the hidden states of the oracle, and an output quality ceiling equal to the expected score of the best output the SOTM can compute from the transcript. Fresh responses can raise these ceilings by allowing repeated calls to accumulate independent evidence toward correct or high-quality outputs. In the binary single-informative-query case, the error probability decreases exponentially in the number of calls to the same query at the Chernoff rate. For output quality, query-count bounds characterize threshold stopping when the score function is incorporated as part of the SOTM, and majority-based amplification bounds characterize the binary candidate-output model when it is not. Together, the results identify how response reuse, transcript information, and access to the score function determine what an SOTM can compute and at what token cost.

📄 PDF Abstract BibTeX arXiv:2607.06893

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Dual Gauss-Newton Directions for Deep Learning

2023-08-17 · Vincent Roulet, Mathieu Blondel

Inspired by Gauss-Newton-like methods, we study the benefit of leveraging the structure of deep learning objectives, namely, the composition of a convex loss function and of a nonlinear network, in order to derive better…

Deep Learning

Non-asymptotic bounds for stochastic optimization with biased noisy gradient oracles

2020-02-26 · Nirav Bhavsar, Prashanth L. A

We introduce biased gradient oracles to capture a setting where the function measurements have an estimation error that can be controlled through a batch size parameter. Our proposed oracles are appealing in several prac…

Stochastic Optimization

Multi-level Monte-Carlo Gradient Methods for Stochastic Optimization with Biased Oracles

2024-08-20 · Yifan Hu, Jie Wang, Xin Chen, Niao He

We consider stochastic optimization when one only has access to biased stochastic oracles of the objective and the gradient, and obtaining stochastic gradients with low biases comes at high costs. This setting captures v…

Contrastive LearningSchedulingStochastic Optimization

Learning-Augmented Online Bidding in Stochastic Settings

2025-10-29 · Spyros Angelopoulos, Bertrand Simon arxiv

Online bidding is a classic optimization problem, with several applications in online decision-making, the design of interruptible systems, and the analysis of approximation algorithms. In this work, we study online bidd…

Augmented Memory: Capitalizing on Experience Replay to Accelerate De Novo Molecular Design

2023-05-10 · Jeff Guo, Philippe Schwaller

Sample efficiency is a fundamental challenge in de novo molecular design. Ideally, molecular generative models should learn to satisfy a desired objective under minimal oracle evaluations (computational prediction or wet…

Data AugmentationDrug Discovery