paper-with-me

Papers

Mistake-Bounded Language Generation

2026-05-11 · Jon Kleinberg, Charlotte Peale, Omer Reingold arxiv

We investigate the learning task of language generation in the limit, but shift focus from the traditional time-of-last-mistake metric of a generator's success to a new notion of "mistake-bounded generation." While existing results for language generation in the limit focus on guaranteeing eventual consistency, they are blind to the cumulative error incurred during the learning process. We address this by shifting the goal to minimizing the total number of invalid elements output by a generation algorithm. We establish a formal reduction to the Learning from Correct Demonstrations framework of Joshi et al. (2025), enabling a general recipe for deriving mistake bounds via weighted update rules. For finite classes, we provide an algorithm that simultaneously achieves an optimal last-mistake time of $\mathsf{Cdim}(L)$ and a mistake bound of $\lfloor \log_2 |L| \rfloor$, whereas for the non-uniform setting of countably infinite streams of languages, we prove a fundamental trade-off: achieving logarithmic mistakes $O(\log i)$ necessarily precludes convergence guarantees established in prior work. Finally, we show that our framework can be extended to accommodate noisy adversaries and guarantee mistake bounds that scale with the adversary's suboptimality.

📄 PDF Abstract BibTeX arXiv:2605.10809

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Polynomial-Time Mistake-Bounded Language Generation

2026-06-15 · Héctor Jimenez, Alexander Kozachinskiy, Vicente Opazo arxiv

In this note, we introduce a polynomial-time version of the mistake-bounded language generation (MBLG) framework due to Kleinberg, Peale, and Reingold (2026). We observe that the family of parities of variables, and the …

Mistake-bounded online learning with operation caps

2025-09-04 · Jesse Geneson, Meien Li, Linus Tang arxiv

We investigate the mistake-bound model of online learning with caps on the number of arithmetic operations per round. We prove general bounds on the minimum number of arithmetic operations per round that are necessary to…

Modeling the Mistakes of Boundedly Rational Agents Within a Bayesian Theory of Mind

2021-06-24 · Arwa Alanqary, Gloria Z. Lin, Joie Le, Tan Zhi-Xuan 외

When inferring the goals that others are trying to achieve, people intuitively understand that others might make mistakes along the way. This is crucial for activities such as teaching, offering assistance, and deciding …

Game of Chess

A Deep Dive Into Large Language Model Code Generation Mistakes: What and Why?

2024-11-03 · Qihong Chen, Jiachen Yu, Jiawei Li, Jiecheng Deng 외

Recent advancements in Large Language Models (LLMs) have led to their widespread application in automated code generation. However, these models can still generate defective code that deviates from the specification. Pre…

Code GenerationLanguage ModelingLanguage ModellingLarge Language Model

Multiclass Transductive Online Learning

2024-11-03 · Steve Hanneke, Vinod Raman, Amirreza Shaeiri, Unique Subedi

We consider the problem of multiclass transductive online learning when the number of labels can be unbounded. Previous works by Ben-David et al. [1997] and Hanneke et al. [2023b] only consider the case of binary and fin…