English

Data-CUBE: Data Curriculum for Instruction-based Sentence Representation Learning

Computation and Language 2026-04-28 v1 Information Retrieval

Abstract

Recently, multi-task instruction tuning has been applied into sentence representation learning, which endows the capability of generating specific representations with the guidance of task instruction, exhibiting strong generalization ability on new tasks. However, these methods mostly neglect the potential interference problems across different tasks and instances, which may affect the training and convergence of the model. To address it, we propose a data curriculum method, namely Data-CUBE, that arranges the orders of all the multi-task data for training, to minimize the interference risks from the two views. In the task level, we aim to find the optimal task order to minimize the total cross-task interference risk, which is exactly the traveling salesman problem, hence we utilize a simulated annealing algorithm to find its solution. In the instance level, we measure the difficulty of all instances per task, then divide them into the easy-to-difficult mini-batches for training. Experiments on MTEB sentence representation evaluation tasks show that our approach can boost the performance of state-of-the-art methods. Our code and data are publicly available at the link: \url{https://github.com/RUCAIBox/Data-CUBE}.

Keywords

Cite

@article{arxiv.2401.03563,
  title  = {Data-CUBE: Data Curriculum for Instruction-based Sentence Representation Learning},
  author = {Yingqian Min and Kun Zhou and Dawei Gao and Wayne Xin Zhao and He Hu and Yaliang Li},
  journal= {arXiv preprint arXiv:2401.03563},
  year   = {2026}
}

Comments

14 pages, working in progress

R2 v1 2026-06-28T14:10:43.555Z