paper-with-me

Papers

What does it take to catch a Chinchilla? Verifying Rules on Large-Scale Neural Network Training via Compute Monitoring

2023-03-20 · Yonadav Shavit

As advanced machine learning systems' capabilities begin to play a significant role in geopolitics and societal order, it may become imperative that (1) governments be able to enforce rules on the development of advanced ML systems within their borders, and (2) countries be able to verify each other's compliance with potential future international agreements on advanced ML development. This work analyzes one mechanism to achieve this, by monitoring the computing hardware used for large-scale NN training. The framework's primary goal is to provide governments high confidence that no actor uses large quantities of specialized ML chips to execute a training run in violation of agreed rules. At the same time, the system does not curtail the use of consumer computing devices, and maintains the privacy and confidentiality of ML practitioners' models, data, and hyperparameters. The system consists of interventions at three stages: (1) using on-chip firmware to occasionally save snapshots of the the neural network weights stored in device memory, in a form that an inspector could later retrieve; (2) saving sufficient information about each training run to prove to inspectors the details of the training run that had resulted in the snapshotted weights; and (3) monitoring the chip supply chain to ensure that no actor can avoid discovery by amassing a large quantity of un-tracked chips. The proposed design decomposes the ML training rule verification problem into a series of narrow technical challenges, including a new variant of the Proof-of-Learning problem [Jia et al. '21].

📄 PDF Abstract BibTeX arXiv:2303.11341

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Does Circuit Analysis Interpretability Scale? Evidence from Multiple Choice Capabilities in Chinchilla

2023-07-18 · Tom Lieberum, Matthew Rahtz, János Kramár, Neel Nanda 외

\emph{Circuit analysis} is a promising technique for understanding the internal mechanisms of language models. However, existing analyses are done in small models far from the state of the art. To address this, we presen…

Multiple-choiceQuestion Answering

Evaluating the Robustness of Chinchilla Compute-Optimal Scaling

2025-09-28 · Rylan Schaeffer, Noam Levi, Andreas Kirsch, Theo Guenais 외 arxiv

Hoffman et al (2022)'s Chinchilla paper introduced the principle of compute-optimal scaling, laying a foundation for future scaling of language models. In the years since, however, valid concerns about Chinchilla have be…

Reconciling Kaplan and Chinchilla Scaling Laws

2024-06-12 · Tim Pearce, Jinyeop Song

Kaplan et al. [2020] (`Kaplan') and Hoffmann et al. [2022] (`Chinchilla') studied the scaling behavior of transformers trained on next-token language prediction. These studies produced different estimates for how the num…

Architecture Determines Observability of Transformers

2026-04-27 · Thomas Carmichael arxiv

Autoregressive transformers make confident errors that output-confidence monitoring cannot catch. Activation monitors catch them only when training leaves a decision-quality signal beyond what the output already exposes.…

Beyond Chinchilla-Optimal: Accounting for Inference in Language Model Scaling Laws

2023-12-31 · Nikhil Sardana, Jacob Portes, Sasha Doubov, Jonathan Frankle

Large language model (LLM) scaling laws are empirical formulas that estimate changes in model quality as a result of increasing parameter count and training data. However, these formulas, including the popular Deepmind C…

Language ModelingLanguage ModellingLarge Language Model