paper-with-me

Papers

Balanced Data Sampling for Language Model Training with Clustering

2024-02-22 · Yunfan Shao, Linyang Li, Zhaoye Fei, Hang Yan, Dahua Lin, Xipeng Qiu

Data plays a fundamental role in the training of Large Language Models (LLMs). While attention has been paid to the collection and composition of datasets, determining the data sampling strategy in training remains an open question. Most LLMs are trained with a simple strategy, random sampling. However, this sampling strategy ignores the unbalanced nature of training data distribution, which can be sub-optimal. In this paper, we propose ClusterClip Sampling to balance the text distribution of training data for better model training. Specifically, ClusterClip Sampling utilizes data clustering to reflect the data distribution of the training set and balances the common samples and rare samples during training based on the cluster results. A repetition clip operation is introduced to mitigate the overfitting issue led by samples from certain clusters. Extensive experiments validate the effectiveness of ClusterClip Sampling, which outperforms random sampling and other cluster-based sampling variants under various training datasets and large language models.

📄 PDF Abstract BibTeX arXiv:2402.14526

Code (1)

choosewhatulike/cluster-clip 공식 구현 pytorch

Tasks

ClusteringLanguage ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Oversampling for Imbalanced Learning Based on K-Means and SMOTE

2017-11-02 · Felix Last, Georgios Douzas, Fernando Bacao

Learning from class-imbalanced data continues to be a common and challenging problem in supervised learning as standard classification algorithms are designed to handle balanced class distributions. While different strat…

ClassificationClusteringData-to-Text GenerationGeneral Classification

A Linkage-based Doubly Imbalanced Graph Learning Framework for Face Clustering

2021-07-06 · Huafeng Yang, Qijie Shen, Xingjian Chen, Fangyi Zhang 외

In recent years, benefiting from the expressive power of Graph Convolutional Networks (GCNs), significant breakthroughs have been made in face clustering area. However, rare attention has been paid to GCN-based clusterin…

ClusteringFace ClusteringGraph Learningimage-classification+1

Scalable and Robust Community Detection with Randomized Sketching

2018-05-25 · Mostafa Rahmani, Andre Beckus, Adel Karimian, George Atia

This article explores and analyzes the unsupervised clustering of large partially observed graphs. We propose a scalable and provable randomized framework for clustering graphs generated from the stochastic block model. …

ClusteringCommunity DetectionMatrix CompletionRetrieval+1

Clustering and Learning from Imbalanced Data

2018-11-02 · Naman D. Singh, Abhinav Dhall

A learning classifier must outperform a trivial solution, in case of imbalanced data, this condition usually does not hold true. To overcome this problem, we propose a novel data level resampling method - Clustering Base…

Clustering

Overlapping oriented imbalanced ensemble learning method based on projective clustering and stagewise hybrid sampling

2022-11-30 · Fan Li, Bo wang, Pin Wang, Yongming Li

The challenge of imbalanced learning lies not only in class imbalance problem, but also in the class overlapping problem which is complex. However, most of the existing algorithms mainly focus on the former. The limitati…

ClusteringEnsemble LearningTransfer Learning