paper-with-me

Papers

Self-Evolved Diverse Data Sampling for Efficient Instruction Tuning

2023-11-14 · Shengguang Wu, Keming Lu, Benfeng Xu, Junyang Lin, Qi Su, Chang Zhou

Enhancing the instruction-following ability of Large Language Models (LLMs) primarily demands substantial instruction-tuning datasets. However, the sheer volume of these imposes a considerable computational burden and annotation cost. To investigate a label-efficient instruction tuning method that allows the model itself to actively sample subsets that are equally or even more effective, we introduce a self-evolving mechanism DiverseEvol. In this process, a model iteratively augments its training subset to refine its own performance, without requiring any intervention from humans or more advanced LLMs. The key to our data sampling technique lies in the enhancement of diversity in the chosen subsets, as the model selects new data points most distinct from any existing ones according to its current embedding space. Extensive experiments across three datasets and benchmarks demonstrate the effectiveness of DiverseEvol. Our models, trained on less than 8% of the original dataset, maintain or improve performance compared with finetuning on full data. We also provide empirical evidence to analyze the importance of diversity in instruction data and the iterative scheme as opposed to one-time sampling. Our code is publicly available at https://github.com/OFA-Sys/DiverseEvol.git.

📄 PDF Abstract BibTeX arXiv:2311.08182

Code (1)

ofa-sys/diverseevol 공식 구현 pytorch

Tasks

DiversityInstruction Following

Similar Papers 제목 키워드 기반

Tag-Evol: Achieving Efficient Instruction Evolving via Tag Injection

2025-05-30 · YiXuan Wang, Shiqi Zhou, Chuanzhe Guo, Qingfu Zhu

Evol-Instruct has made significant improvements as a data synthesis method in several areas. Existing methods typically rely on a fixed set of strategies to evolve, which require manual design and are monolithic in form.…

TAG

Toward Effective Tool-Integrated Reasoning via Self-Evolved Preference Learning

2025-09-27 · Yifei Chen, Guanting Dong, Zhicheng Dou arxiv

Tool-Integrated Reasoning (TIR) enables large language models (LLMs) to improve their internal reasoning ability by integrating external tools. However, models employing TIR often display suboptimal behaviors, such as in…

SEIF: Self-Evolving Reinforcement Learning for Instruction Following

2026-05-08 · Qingyu Ren, Qianyu He, Jiajie Zhu, Xingzhou Chen 외 arxiv

Instruction following is a fundamental capability of large language models (LLMs), yet continuously improving this capability remains challenging. Existing methods typically rely either on costly external supervision fro…

Reinforcement LearningInstruction Following

Hybrid Retriever Evolution for Multimodal Document Reasoning Agents

2026-06-28 · Bohan Yao, Shruthan Radhakrishna, Vikas Yadav arxiv

Different retrievers, including lexical, semantic, and multimodal approaches, provide highly complementary strengths for multimodal document understanding, yet most systems combine them through fixed pipelines that canno…

Question Answering

GraphGPT: Graph Instruction Tuning for Large Language Models

2023-10-19 · Jiabin Tang, Yuhao Yang, Wei Wei, Lei Shi 외

Graph Neural Networks (GNNs) have evolved to understand graph structures through recursive exchanges and aggregations among nodes. To enhance robustness, self-supervised learning (SSL) has become a vital tool for data au…

Data AugmentationGraph LearningSelf-Supervised LearningZero-Shot Learning