paper-with-me

Papers

Beyond Model Collapse: Scaling Up with Synthesized Data Requires Verification

2024-06-11 · Yunzhen Feng, Elvis Dohmatob, Pu Yang, Francois Charton, Julia Kempe

Large Language Models (LLM) are increasingly trained on data generated by other LLM, either because generated text and images become part of the pre-training corpus, or because synthetized data is used as a replacement for expensive human-annotation. This raises concerns about \emph{model collapse}, a drop in model performance when their training sets include generated data. Considering that it is easier for both humans and machines to tell between good and bad examples than to generate high-quality samples, we investigate the use of verification on synthesized data to prevent model collapse. We provide a theoretical characterization using Gaussian mixtures, linear classifiers, and linear verifiers to derive conditions with measurable proxies to assess whether the verifier can effectively select synthesized data that leads to optimal performance. We experiment with two practical tasks -- computing matrix eigenvalues with transformers and news summarization with LLMs -- which both exhibit model collapse when trained on generated data, and show that verifiers, even imperfect ones, can indeed be harnessed to prevent model collapse and that our proposed proxy measure strongly correlates with performance.

📄 PDF Abstract BibTeX arXiv:2406.07515

Code (0)

등록된 구현이 없습니다.

Tasks

News Summarization

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

A Tale of Tails: Model Collapse as a Change of Scaling Laws

2024-02-10 · Elvis Dohmatob, Yunzhen Feng, Pu Yang, Francois Charton 외

As AI model size grows, neural scaling laws have become a crucial tool to predict the improvements of large models when increasing capacity and the size of original (human or natural) training data. Yet, the widespread u…

Language ModelingLanguage ModellingLarge Language ModelText Generation

Beyond Quantity: Trajectory Diversity Scaling for Code Agents

2026-02-03 · Guhong Chen, Chenghao Sun, Cheng Fu, Qiyao Wang 외 arxiv

As code large language models (LLMs) evolve into tool-interactive agents via the Model Context Protocol (MCP), their generalization is increasingly limited by low-quality synthetic data and the diminishing returns of qua…

Scaling with Collapse: Efficient and Predictable Training of LLM Families

2025-09-29 · Shane Bergsma, Bin Claire Zhang, Nolan Dey, Shaheer Muhammad 외 arxiv

Effective LLM training depends on predictable scaling of key quantities -- such as final loss and optimal hyperparameters -- with model and dataset size. Qiu et al. (2025) recently showed that this predictability can ext…

Floaters No More: Radiance Field Gradient Scaling for Improved Near-Camera Training

2023-05-04 · Julien Philip, Valentin Deschaintre

NeRF acquisition typically requires careful choice of near planes for the different cameras or suffers from background collapse, creating floating artifacts on the edges of the captured scene. The key insight of this wor…

NeRF

How to inject knowledge efficiently? Knowledge Infusion Scaling Law for Pre-training Large Language Models

2025-09-19 · Kangtao Lv, Haibin Chen, Yujin Yuan, Langming Liu 외 arxiv

Large language models (LLMs) have attracted significant attention due to their impressive general capabilities across diverse downstream tasks. However, without domain-specific optimization, they often underperform on sp…