paper-with-me

Papers

Keep Guessing? When Considering Inference Scaling, Mind the Baselines

2024-10-20 · Gal Yona, Or Honovich, Omer Levy, Roee Aharoni

Scaling inference compute in large language models (LLMs) through repeated sampling consistently increases the coverage (fraction of problems solved) as the number of samples increases. We conjecture that this observed improvement is partially due to the answer distribution of standard evaluation benchmarks, which is skewed towards a relatively small set of common answers. To test this conjecture, we define a baseline that enumerates answers according to their prevalence in the training set. Experiments spanning two domains -- mathematical reasoning and factual knowledge -- reveal that this baseline outperforms repeated model sampling for some LLMs, while the coverage for others is on par with that of a mixture strategy that obtains $k$ answers by using only $10$ model samples and similarly guessing the remaining $k-10$ attempts via enumeration. Our baseline enables a more accurate measurement of how much repeated sampling improves coverage in such settings beyond prompt-agnostic guessing.

📄 PDF Abstract BibTeX arXiv:2410.15466

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical Reasoning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Are Your Reasoning Models Reasoning or Guessing? A Mechanistic Analysis of Hierarchical Reasoning Models

2026-01-15 · Zirui Ren, Ziming Liu arxiv

Hierarchical reasoning model (HRM) achieves extraordinary performance on various reasoning tasks, significantly outperforming large language model-based reasoners. To understand the strengths and potential failure modes …

Data Augmentation

When AI Defeats Password Deception! A Deep Learning Framework to Distinguish Passwords and Honeywords

2024-07-24 · Jimmy Dani, Brandon McCulloh, Nitesh Saxena

"Honeywords" have emerged as a promising defense mechanism for detecting data breaches and foiling offline dictionary attacks (ODA) by deceiving attackers with false passwords. In this paper, we propose PassFilter, a nov…

Representation Learning

SCALE: Self-uncertainty Conditioned Adaptive Looking and Execution for Vision-Language-Action Models

2026-02-04 · Hyeonbeom Choi, Daechul Ahn, Youhan Lee, Taewook Kang 외 arxiv

Vision-Language-Action (VLA) models have emerged as a promising paradigm for general-purpose robotic control, with test-time scaling (TTS) gaining attention to enhance robustness beyond training. However, existing TTS me…

FPLIER: Federated Pathway-Level Information Extractor

2026-05-28 · Daniele Malpetti, Christian Berchtold, Francesco Gualdi, Marco Scutari 외 arxiv

In transcriptomics, gene-set-aware factorization methods such as the Pathway Level Information Extractor (PLIER) are most effective when trained on large, heterogeneous expression compendia. Yet, many clinically relevant…

PassFlow: Guessing Passwords with Generative Flows

2021-05-13 · Giulio Pagnotta, Dorjan Hitaj, Fabio De Gaspari, Luigi V. Mancini

Recent advances in generative machine learning models rekindled research interest in the area of password guessing. Data-driven password guessing approaches based on GANs, language models and deep latent variable models …

Image Generation