LIFT: Language-Interfaced Fine-Tuning for Non-Language Machine Learning Tasks
Tuan Dinh, Yuchen Zeng, Ruisu Zhang, Ziqian Lin, Michael Gira,, Shashank Rajput, Jy-yong Sohn, Dimitris Papailiopoulos, Kangwook Lee

TL;DR
LIFT demonstrates that large language models can be fine-tuned for non-language tasks without architectural changes, enabling effective, no-code machine learning across various classification and regression problems.
Contribution
Proposes LIFT, a novel method for fine-tuning language models on non-language tasks without modifying architecture or loss functions.
Findings
LIFT performs comparably to specialized baselines on many tasks.
LIFT's effectiveness depends on prompt design and pretraining.
LIFT shows robustness and favorable sample complexity properties.
Abstract
Fine-tuning pretrained language models (LMs) without making any architectural changes has become a norm for learning various language downstream tasks. However, for non-language downstream tasks, a common practice is to employ task-specific designs for input, output layers, and loss functions. For instance, it is possible to fine-tune an LM into an MNIST classifier by replacing the word embedding layer with an image patch embedding layer, the word token output layer with a 10-way output layer, and the word prediction loss with a 10-way classification loss, respectively. A natural question arises: Can LM fine-tuning solve non-language downstream tasks without changing the model architecture or loss function? To answer this, we propose Language-Interfaced Fine-Tuning (LIFT) and study its efficacy and limitations by conducting an extensive empirical study on a suite of non-language…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Text Readability and Simplification
