paper-with-me

홈 › Papers

Synthetic Pre-Pre-Training Improves Language Model Robustness to Noisy Pre-Training Data

2026-05-11 · Xu Guo, Runyu Peng, Jian Tong, Yunhua Zhou, Haijun Lv, Zhihui Lu, Qipeng Guo arxiv

Large language models (LLMs) rely on web-scale corpora for pre-training. The noise inherent in these datasets tends to obscure meaningful patterns and ultimately degrade model performance. Data curation mitigates but cannot eliminate such noise, so pre-training corpora remain noisy in practice. We therefore study whether a lightweight pre-pre-training (PPT) stage based on synthetic data with learnable temporal structure helps resist noisy data during the pre-training (PT) stage. Across various corruption settings, our method consistently improves robustness to noise during PT, with larger relative gains at higher noise levels. For a 1B-parameter model, a synthetic PPT stage with only 65M tokens achieves the same final loss as the baseline while using up to 49\% fewer natural-text PT tokens across different noise levels. Mechanistic analyses suggest PPT does not immediately suppress attention to noisy tokens. Rather, PPT-initialized models gradually downweight attention between corrupted tokens during noisy PT. This indicates that synthetic PPT inhibits noise self-modeling and shapes the subsequent optimization trajectory. Code is available at https://github.com/guox18/formal-language-prepretraining.

📄 PDF Abstract BibTeX arXiv:2605.10129

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ASR Under Noise: Exploring Robustness for Sundanese and Javanese

2025-09-30 · Salsabila Zahirah Pranida, Muhammad Cendekia Airlangga, Rifo Ahmad Genadi, Shady Shehata arxiv

We investigate the robustness of Whisper-based automatic speech recognition (ASR) models for two major Indonesian regional languages: Javanese and Sundanese. While recent work has demonstrated strong ASR performance unde…

Speech Recognition

Consistency Regularization Can Improve Robustness to Label Noise

2021-10-04 · Erik Englesson, Hossein Azizpour

Consistency regularization is a commonly-used technique for semi-supervised and self-supervised learning. It is an auxiliary objective function that encourages the prediction of the network to be similar in the vicinity …

Self-Supervised Learning

MEDSAGE: Enhancing Robustness of Medical Dialogue Summarization to ASR Errors with LLM-generated Synthetic Dialogues

2024-08-26 · Kuluhan Binici, Abhinav Ramesh Kashyap, Viktor Schlegel, Andy T. Liu 외

Automatic Speech Recognition (ASR) systems are pivotal in transcribing speech into text, yet the errors they introduce can significantly degrade the performance of downstream tasks like summarization. This issue is parti…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Data AugmentationIn-Context Learning+2

NTT's Machine Translation Systems for WMT19 Robustness Task

2019-07-09 · WS 2019 8 · Soichiro Murakami, Makoto Morishita, Tsutomu Hirao, Masaaki Nagata

This paper describes NTT's submission to the WMT19 robustness task. This task mainly focuses on translating noisy text (e.g., posts on Twitter), which presents different difficulties from typical translation tasks such a…

Domain AdaptationMachine TranslationTranslation

Pre-train to Gain: Robust Learning Without Clean Labels

2025-11-25 · David Szczecina, Nicholas Pellegrino, Paul Fieguth arxiv

Training deep networks with noisy labels leads to poor generalization and degraded accuracy due to overfitting to label noise. Existing approaches for learning with noisy labels often rely on the availability of a clean …

Learning with noisy labelsSelf-Supervised Learning