paper-with-me

Papers

SemDeDup: Data-efficient learning at web-scale through semantic deduplication

2023-03-16 · Amro Abbas, Kushal Tirumala, Dániel Simig, Surya Ganguli, Ari S. Morcos

Progress in machine learning has been driven in large part by massive increases in data. However, large web-scale datasets such as LAION are largely uncurated beyond searches for exact duplicates, potentially leaving much redundancy. Here, we introduce SemDeDup, a method which leverages embeddings from pre-trained models to identify and remove semantic duplicates: data pairs which are semantically similar, but not exactly identical. Removing semantic duplicates preserves performance and speeds up learning. Analyzing a subset of LAION, we show that SemDeDup can remove 50% of the data with minimal performance loss, effectively halving training time. Moreover, performance increases out of distribution. Also, analyzing language models trained on C4, a partially curated dataset, we show that SemDeDup improves over prior approaches while providing efficiency gains. SemDeDup provides an example of how simple ways of leveraging quality embeddings can be used to make models learn faster with less data.

📄 PDF Abstract BibTeX arXiv:2303.09540

Code (2)

NVIDIA/NeMo-Curator
facebookresearch/semdedup pytorch

Similar Papers 제목 키워드 기반

FairDeDup: Detecting and Mitigating Vision-Language Fairness Disparities in Semantic Dataset Deduplication

2024-04-24 · CVPR 2024 1 · Eric Slyman, Stefan Lee, Scott Cohen, Kushal Kafle

Recent dataset deduplication techniques have demonstrated that content-aware dataset pruning can dramatically reduce the cost of training Vision-Language Pretrained (VLP) models without significant performance losses com…

Fairness

SemHash-LLM: A Multi-Granularity Semantic Hashing Framework for Document Deduplication

2026-07-02 · Xinyi Fang, Kejian Tong, Jiabei Liu, Tao Ning 외 arxiv

Large scale document deduplication must preserve semantic equivalence while remaining efficient over massive corpora. We present SemHash LLM, a multi granularity framework that unifies semantic projection hashing, attent…

Privacy-Preserving Data Deduplication for Enhancing Federated Learning of Language Models (Extended Version)

2024-07-11 · Aydin Abadi, Vishnu Asutosh Dasu, Sumanta Sarkar

Deduplication is a vital preprocessing step that enhances machine learning model performance and saves training time and energy. However, enhancing federated learning through deduplication poses challenges, especially re…

Federated LearningPrivacy Preserving

A Robust and Efficient Pipeline for Enterprise-Level Large-Scale Entity Resolution

2025-08-05 · Sandeepa Kannangara, Arman Abrahamyan, Daniel Elias, Thomas Kilby 외 arxiv

Entity resolution (ER) remains a significant challenge in data management, especially when dealing with large datasets. This paper introduces MERAI (Massive Entity Resolution using AI), a robust and efficient pipeline de…

Entity Resolution

LSHBloom: Memory-efficient, Extreme-scale Document Deduplication

2024-11-06 · Arham Khan, Robert Underwood, Carlo Siebenschuh, Yadu Babuji 외

Deduplication is a major focus for assembling and curating training datasets for large language models (LLM) -- detecting and eliminating additional instances of the same content -- in large collections of technical docu…

Memorization