paper-with-me

홈 › Papers

Data Diversity Matters for Robust Instruction Tuning

2023-11-21 · Alexander Bukharin, Shiyang Li, Zhengyang Wang, Jingfeng Yang, Bing Yin, Xian Li, Chao Zhang, Tuo Zhao, Haoming Jiang

Recent works have shown that by curating high quality and diverse instruction tuning datasets, we can significantly improve instruction-following capabilities. However, creating such datasets is difficult and most works rely on manual curation or proprietary language models. Automatic data curation is difficult as it is still not clear how we can define diversity for instruction tuning, how diversity and quality depend on one other, and how we can optimize dataset quality and diversity. To resolve these issue, we propose a new algorithm, Quality-Diversity Instruction Tuning (QDIT). QDIT provides a simple method to simultaneously control dataset diversity and quality, allowing us to conduct an in-depth study on the effect of diversity and quality on instruction tuning performance. From this study we draw two key insights (1) there is a natural tradeoff between data diversity and quality and (2) increasing data diversity significantly improves the worst case instruction following performance, therefore improving robustness. We validate the performance of QDIT on several large scale instruction tuning datasets, where we find it can substantially improve worst and average case performance compared to quality-driven data selection.

📄 PDF Abstract BibTeX arXiv:2311.14736

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityInstruction Following

Similar Papers 제목 키워드 기반

Template Matters: Understanding the Role of Instruction Templates in Multimodal Language Model Evaluation and Training

2024-12-11 · Shijian Wang, Linxin Song, Jieyu Zhang, Ryotaro Shimizu 외

Current multimodal language models (MLMs) evaluation and training approaches overlook the influence of instruction format, presenting an elephant-in-the-room problem. Previous research deals with this problem by manually…

Language Model EvaluationLanguage ModelingLanguage Modelling

Are You Sure You're Sure? On the Impact of Instruction Tuning on Confidence and Lexical Diversity

2026-08-13 · Irina Proskurina, Mayank Kumar, Oyindolapo O. Komolafe arxiv

Instruction-tuned language models achieve strong performance across a range of generation tasks, but have also recently been shown to exhibit verbalized overconfidence. In question answering, verbalized model overconfide…

Question AnsweringAnswer Selection

Diversity Measurement and Subset Selection for Instruction Tuning Datasets

2024-02-04 · Peiqi Wang, Yikang Shen, Zhen Guo, Matthew Stallone 외

We aim to select data subsets for the fine-tuning of large language models to more effectively follow instructions. Prior work has emphasized the importance of diversity in dataset curation but relied on heuristics such …

DiversityInstruction FollowingPoint Processes

Learning Multi-Indicator Weights for Data Selection: A Joint Task-Model Adaptation Framework with Efficient Proxies

2026-05-10 · Jingze Song, Zihao Chen, Wenqing Chen, Zibin Zheng arxiv

Data selection is a key component of efficient instruction tuning for large language models, as recent work has shown that data quality often matters more than data quantity. Accordingly, prior studies have introduced va…

Mind the Gap: Conformative Decoding to Improve Output Diversity of Instruction-Tuned Large Language Models

2025-07-28 · Max Peeperkorn, Tom Kouwenhoven, Dan Brown, Anna Jordanous arxiv

Instruction-tuning large language models (LLMs) reduces the diversity of their outputs, which has implications for many tasks, particularly for creative tasks. This paper investigates the ``diversity gap'' for a writing …