Meta-tuning Llms To Leverage Lexical Knowledge For Generalizable Language Style Understanding · The Large Language Model Bible Contribute to LLM-Bible

Meta-tuning Llms To Leverage Lexical Knowledge For Generalizable Language Style Understanding

Guo Ruohao, Xu Wei, Ritter Alan. Arxiv 2023

[Paper] [Code]    
Fine Tuning Has Code Pretraining Methods RAG Training Techniques

Language style is often used by writers to convey their intentions, identities, and mastery of language. In this paper, we show that current large language models struggle to capture some language styles without fine-tuning. To address this challenge, we investigate whether LLMs can be meta-trained based on representative lexicons to recognize new styles they have not been fine-tuned on. Experiments on 13 established style classification tasks, as well as 63 novel tasks generated using LLMs, demonstrate that meta-training with style lexicons consistently improves zero-shot transfer across styles. We release the code and data at http://github.com/octaviaguo/Style-LLM .

Similar Work