paper-with-me

Papers

When +1% Is Not Enough: A Paired Bootstrap Protocol for Evaluating Small Improvements

2025-11-24 · Wenzhang Du arxiv

Recent machine learning papers often report 1-2 percentage point improvements from a single run on a benchmark. These gains are highly sensitive to random seeds, data ordering, and implementation details, yet are rarely accompanied by uncertainty estimates or significance tests. It is therefore unclear when a reported +1-2% reflects a real algorithmic advance versus noise. We revisit this problem under realistic compute budgets, where only a few runs are affordable. We propose a simple, PC-friendly evaluation protocol based on paired multi-seed runs, bias-corrected and accelerated (BCa) bootstrap confidence intervals, and a sign-flip permutation test on per-seed deltas. The protocol is intentionally conservative and is meant as a guardrail against over-claiming. We instantiate it on CIFAR-10, CIFAR-10N, and AG News using synthetic no-improvement, small-gain, and medium-gain scenarios. Single runs and unpaired t-tests often suggest significant gains for 0.6-2.0 point improvements, especially on text. With only three seeds, our paired protocol never declares significance in these settings. We argue that such conservative evaluation is a safer default for small gains under tight budgets.

📄 PDF Abstract BibTeX arXiv:2511.19794

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Cost-Aware, Paired Protocol for Auditing Dynamic Tool Synthesis in Agentic Video Question Answering

2026-07-01 · Aseel Mohamed, Rama AlHamidi, Mohamed Rayan Barhdadi, Rasul Khanbayov 외 arxiv

Agentic Video Question Answering (VideoQA) systems invoke tools during inference, but their tool libraries are fixed, so recurring procedures are rebuilt from primitives on every question. Synthesizing composite tools co…

Video Question Answering

Correction and Corruption: A Two-Rate View of Error Flow in LLM Protocols

2026-04-20 · Fernando Reitich arxiv

Large language models are increasingly deployed as protocols: structured multi-call procedures that spend additional computation to transform a baseline answer into a final one. These protocols are evaluated only by end-…

A Paired Testing Protocol for Batch-Conditioned Refusal Robustness in LLM Serving

2026-05-26 · Sahil Kadadekar arxiv

Safety evaluations of language models often treat serving configuration as fixed background infrastructure, but batch condition is an untested treatment variable whenever the same prompt may be evaluated alone, in a sync…

Continual self-training with bootstrapped remixing for speech enhancement

2021-10-19 · Efthymios Tzinis, Yossi Adi, Vamsi K. Ithapu, Buye Xu 외

We propose RemixIT, a simple and novel self-supervised training method for speech enhancement. The proposed method is based on a continuously self-training scheme that overcomes limitations from previous studies includin…

Domain AdaptationSpeech EnhancementUnsupervised Domain Adaptation

AgentWeave: Routing Before Reasoning for Efficient Function Calling in Tool-Rich Language Models

2026-08-24 · Saurav Singla, Aarav Singla, Advik Gupta, Parnika Gupta arxiv

Large language models increasingly operate over large collections of tools, functions, APIs, and specialized agents. As the candidate action space grows, a function-calling model must process more schemas, consume more p…