paper-with-me

홈 › Papers

Decoding Data Quality via Synthetic Corruptions: Embedding-guided Pruning of Code Data

2023-12-05 · Yu Yang, Aaditya K. Singh, Mostafa Elhoushi, Anas Mahmoud, Kushal Tirumala, Fabian Gloeckle, Baptiste Rozière, Carole-Jean Wu, Ari S. Morcos, Newsha Ardalani

Code datasets, often collected from diverse and uncontrolled sources such as GitHub, potentially suffer from quality issues, thereby affecting the performance and training efficiency of Large Language Models (LLMs) optimized for code generation. Previous studies demonstrated the benefit of using embedding spaces for data pruning, but they mainly focused on duplicate removal or increasing variety, and in other modalities, such as images. Our work focuses on using embeddings to identify and remove "low-quality" code data. First, we explore features of "low-quality" code in embedding space, through the use of synthetic corruptions. Armed with this knowledge, we devise novel pruning metrics that operate in embedding space to identify and remove low-quality entries in the Stack dataset. We demonstrate the benefits of this synthetic corruption informed pruning (SCIP) approach on the well-established HumanEval and MBPP benchmarks, outperforming existing embedding-based methods. Importantly, we achieve up to a 3% performance improvement over no pruning, thereby showing the promise of insights from synthetic corruptions for data pruning.

📄 PDF Abstract BibTeX arXiv:2312.02418

Code (0)

등록된 구현이 없습니다.

Tasks

Code GenerationHumanEvalmbpp

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Are Synthetic Corruptions A Reliable Proxy For Real-World Corruptions?

2025-05-07 · Shashank Agnihotri, David Schader, Nico Sharei, Mehmet Ege Kaçar 외

Deep learning (DL) models are widely used in real-world applications but remain vulnerable to distribution shifts, especially due to weather and lighting changes. Collecting diverse real-world data for testing the robust…

BenchmarkingSemantic Segmentation

Domain and Range Aware Synthetic Negatives Generation for Knowledge Graph Embedding Models

2024-11-22 · Alberto Bernardi, Luca Costabello

Knowledge Graph Embedding models, representing entities and edges in a low-dimensional space, have been extremely successful at solving tasks related to completing and exploring Knowledge Graphs (KGs). One of the key asp…

Graph EmbeddingKnowledge Graph EmbeddingKnowledge Graphs

Mint: A Simple Test-Time Adaptation of Vision-Language Models against Common Corruptions

2025-10-25 · Wenxuan Bao, Ruxi Deng, Jingrui He arxiv

Pretrained vision-language models such as CLIP achieve strong zero-shot generalization but remain vulnerable to distribution shifts caused by input corruptions. In this work, we investigate how corruptions affect CLIP's …

Zero-shot GeneralizationTest-time Adaptation

Using Synthetic Corruptions to Measure Robustness to Natural Distribution Shifts

2021-07-26 · Alfred Laugros, Alice Caplier, Matthieu Ospici

Synthetic corruptions gathered into a benchmark are frequently used to measure neural network robustness to distribution shifts. However, robustness to synthetic corruption benchmarks is not always predictive of robustne…

CoopDiff: A Diffusion-Guided Approach for Cooperation under Corruptions

2026-03-02 · Gong Chen, Chaokun Zhang, Pengcheng Lv arxiv

Cooperative perception lets agents share information to expand coverage and improve scene understanding. However, in real-world scenarios, diverse and unpredictable corruptions undermine its robustness and generalization…

Scene Understanding