paper-with-me

홈 › Papers

Task-level Distributionally Robust Optimization for Large Language Model-based Dense Retrieval

2024-08-20 · Guangyuan Ma, Yongliang Ma, Xing Wu, Zhenpeng Su, Ming Zhou, Songlin Hu

Large Language Model-based Dense Retrieval (LLM-DR) optimizes over numerous heterogeneous fine-tuning collections from different domains. However, the discussion about its training data distribution is still minimal. Previous studies rely on empirically assigned dataset choices or sampling ratios, which inevitably lead to sub-optimal retrieval performances. In this paper, we propose a new task-level Distributionally Robust Optimization (tDRO) algorithm for LLM-DR fine-tuning, targeted at improving the universal domain generalization ability by end-to-end reweighting the data distribution of each task. The tDRO parameterizes the domain weights and updates them with scaled domain gradients. The optimized weights are then transferred to the LLM-DR fine-tuning to train more robust retrievers. Experiments show optimal improvements in large-scale retrieval benchmarks and reduce up to 30% dataset usage after applying our optimization algorithm with a series of different-sized LLM-DR models.

📄 PDF Abstract BibTeX arXiv:2408.10613

Code (3)

ma787639046/tdro 공식 구현 pytorch
caskcsg/CoT-MAE pytorch
caskcsg/ir pytorch

Tasks

Domain GeneralizationLanguage ModelingLanguage ModellingLarge Language ModelRetrieval

Similar Papers 제목 키워드 기반

Distributionally Robust Token Optimization in RLHF

2026-03-27 · Yeping Jin, Jiaming Hu, Ioannis Ch. Paschalidis arxiv

Large Language Models (LLMs) tend to respond correctly to prompts that align well with the data they were trained and fine-tuned on. Yet, small shifts in wording, format, or language can trigger surprisingly large failur…

Reinforcement Learning

Communication-Efficient Federated Group Distributionally Robust Optimization

2024-10-08 · Zhishuai Guo, Tianbao Yang

Federated learning faces challenges due to the heterogeneity in data volumes and distributions at different clients, which can compromise model generalization ability to various distributions. Existing approaches to addr…

Federated Learning

RobustDebias: Debiasing Language Models using Distributionally Robust Optimization

2026-01-30 · Deep Gandhi, Katyani Singh, Nidhi Hegde arxiv

Pretrained language models have been shown to exhibit biases and social stereotypes. Prior work on debiasing these models has largely focused on modifying embedding spaces during pretraining, which is not scalable for la…

A Stochastic Subgradient Method for Distributionally Robust Non-Convex Learning

2020-06-08 · Mert Gürbüzbalaban, Andrzej Ruszczyński, Landi Zhu

We consider a distributionally robust formulation of stochastic optimization problems arising in statistical learning, where robustness is with respect to uncertainty in the underlying data distribution. Our formulation …

Stochastic Optimization

DRPruning: Efficient Large Language Model Pruning through Distributionally Robust Optimization

2024-11-21 · Hexuan Deng, Wenxiang Jiao, Xuebo Liu, Min Zhang 외

Large language models (LLMs) deliver impressive results but face challenges from increasing model sizes and computational costs. Structured pruning reduces model size and speeds up inference but often causes uneven degra…

Language ModelingLanguage ModellingLarge Language Model