paper-with-me

홈 › Papers

ResoFilter: Fine-grained Synthetic Data Filtering for Large Language Models through Data-Parameter Resonance Analysis

2024-12-19 · Zeao Tu, Xiangdi Meng, Yu He, Zihan Yao, Tianyu Qi, Jun Liu, Ming Li

Large language models (LLMs) have shown remarkable effectiveness across various domains, with data augmentation methods utilizing GPT for synthetic data generation becoming prevalent. However, the quality and utility of augmented data remain questionable, and current methods lack clear metrics for evaluating data characteristics. To address these challenges, we propose ResoFilter, a novel method that integrates models, data, and tasks to refine datasets. ResoFilter leverages the fine-tuning process to obtain Data-Parameter features for data selection, offering improved interpretability by representing data characteristics through model weights. Our experiments demonstrate that ResoFilter achieves comparable results to full-scale fine-tuning using only half the data in mathematical tasks and exhibits strong generalization across different models and domains. This method provides valuable insights for constructing synthetic datasets and evaluating high-quality data, offering a promising solution for enhancing data augmentation techniques and improving training dataset quality for LLMs. For reproducibility, we will release our code and data upon acceptance.

📄 PDF Abstract BibTeX arXiv:2412.14809

Code (1)

tal-aurorax/resofilter 공식 구현 pytorch

Tasks

Data AugmentationSynthetic Data Generation

Methods 이 논문이 사용한 방법론

Residual Connection 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Weight Decay 설명 없음
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Linear Warmup With Cosine Annealing Linear Warmup With Cosine Annealing is a learning rate schedule where we increase the learning rate linearly for $n$ updates and then anneal according to a cosine schedule…
Discriminative Fine-Tuning Discriminative Fine-Tuning is a fine-tuning strategy that is used for ULMFiT type models. Instead of using the same learning rate…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…

Similar Papers 제목 키워드 기반

Training-Free Synthetic Data Generation with Dual IP-Adapter Guidance

2025-09-26 · Luc Boudier, Loris Manganelli, Eleftherios Tsonis, Nicolas Dufour 외 arxiv

Few-shot image classification remains challenging due to the limited availability of labeled examples. Recent approaches have explored generating synthetic training data using text-to-image diffusion models, but often re…

Few-Shot Image ClassificationImage-to-Image TranslationSynthetic Data Generation

Automatic Synthetic Data and Fine-grained Adaptive Feature Alignment for Composed Person Retrieval

2023-11-25 · Delong Liu, Haiwen Li, Zhaohui Hou, Zhicheng Zhao 외

Person retrieval has attracted rising attention. Existing methods are mainly divided into two retrieval modes, namely image-only and text-only. However, they are unable to make full use of the available information and a…

Image GenerationPerson RetrievalRetrievalText based Person Retrieval+2

FineFilter: A Fine-grained Noise Filtering Mechanism for Retrieval-Augmented Large Language Models

2025-02-17 · Qianchi Zhang, Hainan Zhang, Liang Pang, Ziwei Wang 외

Retrieved documents containing noise will hinder Retrieval-Augmented Generation (RAG) from detecting answer clues, necessitating noise filtering mechanisms to enhance accuracy. Existing methods use reranking or summariza…

RAGRerankingRe-RankingRetrieval+1

Measuring diversity of synthetic prompts and data generated with fine-grained persona prompting

2025-05-23 · Gauri Kambhatla, Chantal Shaib, Venkata Govindarajan

Fine-grained personas have recently been used for generating 'diverse' synthetic data for pre-training and supervised fine-tuning of Large Language Models (LLMs). In this work, we measure the diversity of persona-driven …

Diversity

Cinéaste: A Fine-grained Contextual Movie Question Answering Benchmark

2025-09-17 · Nisarg A. Shah, Amir Ziai, Chaitanya Ekanadham, Vishal M. Patel arxiv

While recent advancements in vision-language models have improved video understanding, diagnosing their capacity for deep, narrative comprehension remains a challenge. Existing benchmarks often test short-clip recognitio…

Question Answering