paper-with-me

Papers

SMART: Submodular Data Mixture Strategy for Instruction Tuning

2024-03-13 · H S V N S Kowndinya Renduchintala, Sumit Bhatia, Ganesh Ramakrishnan

Instruction Tuning involves finetuning a language model on a collection of instruction-formatted datasets in order to enhance the generalizability of the model to unseen tasks. Studies have shown the importance of balancing different task proportions during finetuning, but finding the right balance remains challenging. Unfortunately, there's currently no systematic method beyond manual tuning or relying on practitioners' intuition. In this paper, we introduce SMART (Submodular data Mixture strAtegy for instRuction Tuning) - a novel data mixture strategy which makes use of a submodular function to assign importance scores to tasks which are then used to determine the mixture weights. Given a fine-tuning budget, SMART redistributes the budget among tasks and selects non-redundant samples from each task. Experimental results demonstrate that SMART significantly outperforms traditional methods such as examples proportional mixing and equal mixing. Furthermore, SMART facilitates the creation of data mixtures based on a few representative subsets of tasks alone and through task pruning analysis, we reveal that in a limited budget setting, allocating budget among a subset of representative tasks yields superior performance compared to distributing the budget among all tasks. The code for reproducing our results is open-sourced at https://github.com/kowndinya-renduchintala/SMART.

📄 PDF Abstract BibTeX arXiv:2403.08370

Code (1)

kowndinya-renduchintala/smart 공식 구현 pytorch

Tasks

Language ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Learning Mixtures of Submodular Functions for Image Collection Summarization

2014-12-01 · NeurIPS 2014 12 · Sebastian Tschiatschek, Rishabh K. Iyer, Haochen Wei, Jeff A. Bilmes

We address the problem of image collection summarization by learning mixtures of submodular functions. We argue that submodularity is very natural to this problem, and we show that a number of previously used scoring fun…

DiversityDocument SummarizationStructured Prediction

Deep Submodular Networks for Extractive Data Summarization

2020-10-16 · Suraj Kothawade, Jiten Girdhar, Chandrashekhar Lavania, Rishabh Iyer

Deep Models are increasingly becoming prevalent in summarization problems (e.g. document, video and images) due to their ability to learn complex feature interactions and representations. However, they do not model chara…

Data SummarizationDiversity

Prediction Model for Semitransparent Watercolor Pigment Mixtures Using Deep Learning with a Dataset of Transmittance and Reflectance

2019-03-30 · Mei-Yun Chen, Ya-Bo Huang, Sheng-Ping Chang, Ming Ouhyoung

Learning color mixing is difficult for novice painters. In order to support novice painters in learning color mixing, we propose a prediction model for semitransparent pigment mixtures and use its prediction results to c…

Summarization of Multi-Document Topic Hierarchies using Submodular Mixtures

2015-07-01 · IJCNLP 2015 7 · Ramakrishna Bairi, Rishabh Iyer, Ganesh Ramakrishnan, Jeff Bilmes
Image ClassificationText Classification

MIRA: Empowering One-Touch AI Services on Smartphones with MLLM-based Instruction Recommendation

2025-09-17 · Zhipeng Bian, Jieming Zhu, Xuyang Xie, Quanyu Dai 외 arxiv

The rapid advancement of generative AI technologies is driving the integration of diverse AI-powered services into smartphones, transforming how users interact with their devices. To simplify access to predefined AI serv…