paper-with-me

Papers

CombLM: Adapting Black-Box Language Models through Small Fine-Tuned Models

2023-05-23 · Aitor Ormazabal, Mikel Artetxe, Eneko Agirre

Methods for adapting language models (LMs) to new tasks and domains have traditionally assumed white-box access to the model, and work by modifying its parameters. However, this is incompatible with a recent trend in the field, where the highest quality models are only available as black-boxes through inference APIs. Even when the model weights are available, the computational cost of fine-tuning large LMs can be prohibitive for most practitioners. In this work, we present a lightweight method for adapting large LMs to new domains and tasks, assuming no access to their weights or intermediate activations. Our approach fine-tunes a small white-box LM and combines it with the large black-box LM at the probability level through a small network, learned on a small validation set. We validate our approach by adapting a large LM (OPT-30B) to several domains and a downstream task (machine translation), observing improved performance in all cases, of up to 9%, while using a domain expert 23x smaller.

📄 PDF Abstract BibTeX arXiv:2305.16876

Code (0)

등록된 구현이 없습니다.

Tasks

Machine Translation

Similar Papers 제목 키워드 기반

BLADE: Enhancing Black-box Large Language Models with Small Domain-Specific Models

2024-03-27 · Haitao Li, Qingyao Ai, Jia Chen, Qian Dong 외

Large Language Models (LLMs) like ChatGPT and GPT-4 are versatile and capable of addressing a diverse range of tasks. However, general LLMs, which are developed on open-domain data, may lack the domain-specific knowledge…

Bayesian Optimization

BBox-Adapter: Lightweight Adapting for Black-Box Large Language Models

2024-02-13 · Haotian Sun, Yuchen Zhuang, Wei Wei, Chao Zhang 외

Adapting state-of-the-art Large Language Models (LLMs) like GPT-4 and Gemini for specific tasks is challenging. Due to the opacity in their parameters, embeddings, and even output probabilities, existing fine-tuning adap…

TULIP: Adapting Open-Source Large Language Models for Underrepresented Languages and Specialized Financial Tasks

2025-08-22 · İrem Demirtaş, Burak Payzun, Seçil Arslan arxiv

Thanks to the growing popularity of large language models over the years, there is great potential for their applications in finance. Despite the exceptional performance of larger proprietary models, which are presented …

Synthetic Data Generation

Offset Unlearning for Large Language Models

2024-04-17 · James Y. Huang, Wenxuan Zhou, Fei Wang, Fred Morstatter 외

Despite the strong capabilities of Large Language Models (LLMs) to acquire knowledge from their training corpora, the memorization of sensitive information in the corpora such as copyrighted, harmful, and private content…

Memorization

Black-Box Tuning of Vision-Language Models with Effective Gradient Approximation

2023-12-26 · Zixian Guo, Yuxiang Wei, Ming Liu, Zhilong Ji 외

Parameter-efficient fine-tuning (PEFT) methods have provided an effective way for adapting large vision-language models to specific tasks or scenarios. Typically, they learn a very small scale of parameters for pre-train…

parameter-efficient fine-tuning