paper-with-me

Papers

From Quantity to Quality: Boosting LLM Performance with Self-Guided Data Selection for Instruction Tuning

2023-08-23 · Ming Li, Yong Zhang, Zhitao Li, Jiuhai Chen, Lichang Chen, Ning Cheng, Jianzong Wang, Tianyi Zhou, Jing Xiao

In the realm of Large Language Models (LLMs), the balance between instruction data quality and quantity is a focal point. Recognizing this, we introduce a self-guided methodology for LLMs to autonomously discern and select cherry samples from open-source datasets, effectively minimizing manual curation and potential cost for instruction tuning an LLM. Our key innovation, the Instruction-Following Difficulty (IFD) metric, emerges as a pivotal metric to identify discrepancies between a model's expected responses and its intrinsic generation capability. Through the application of IFD, cherry samples can be pinpointed, leading to a marked uptick in model training efficiency. Empirical validations on datasets like Alpaca and WizardLM underpin our findings; with a mere $10\%$ of original data input, our strategy showcases improved results. This synthesis of self-guided cherry-picking and the IFD metric signifies a transformative leap in the instruction tuning of LLMs, promising both efficiency and resource-conscious advancements. Codes, data, and models are available: https://github.com/tianyi-lab/Cherry_LLM

📄 PDF Abstract BibTeX arXiv:2308.12032

Code (3)

mingliiii/cherry_llm 공식 구현 pytorch
tianyi-lab/cherry_llm 공식 구현 pytorch
hamishivi/automated-instruction-selection pytorch

Tasks

Instruction Following

Similar Papers 제목 키워드 기반

Expanding Small-Scale Datasets with Guided Imagination

2022-11-25 · NeurIPS 2023 11 · Yifan Zhang, Daquan Zhou, Bryan Hooi, Kai Wang 외

The power of DNNs relies heavily on the quantity and quality of training data. However, collecting and annotating data on a large scale is often expensive and time-consuming. To address this issue, we explore a new task,…

Boosting Unsupervised Video Instance Segmentation with Automatic Quality-Guided Self-Training

2025-12-07 · Kaixuan Lu, Mehmet Onurcan Kaya, Dim P. Papadopoulos arxiv

Video Instance Segmentation (VIS) faces significant annotation challenges due to its dual requirements of pixel-level masks and temporal consistency labels. While recent unsupervised methods like VideoCutLER eliminate op…

Video Instance Segmentation

SAM-guided Pseudo Label Enhancement for Multi-modal 3D Semantic Segmentation

2025-02-02 · Mingyu Yang, Jitong Lu, Hun-Seok Kim

Multi-modal 3D semantic segmentation is vital for applications such as autonomous driving and virtual reality (VR). To effectively deploy these models in real-world scenarios, it is essential to employ cross-domain adapt…

3D Semantic SegmentationAutonomous DrivingDomain AdaptationPseudo Label+1

Quality over Quantity: Boosting Data Efficiency Through Ensembled Multimodal Data Curation

2025-02-12 · Jinda Xu, Yuhao Song, Daming Wang, Weiwei Zhao 외

In an era overwhelmed by vast amounts of data, the effective curation of web-crawl datasets is essential for optimizing model performance. This paper tackles the challenges associated with the unstructured and heterogene…

SePiCo: Semantic-Guided Pixel Contrast for Domain Adaptive Semantic Segmentation

2022-04-19 · Binhui Xie, Shuang Li, Mingjia Li, Chi Harold Liu 외

Domain adaptive semantic segmentation attempts to make satisfactory dense predictions on an unlabeled target domain by utilizing the supervised model trained on a labeled source domain. In this work, we propose Semantic-…

Domain AdaptationImage-to-Image TranslationSemantic SegmentationSynthetic-to-Real Translation