paper-with-me

홈 › Papers

Task-Agnostic Low-Rank Adapters for Unseen English Dialects

2023-11-02 · Zedian Xiao, William Held, Yanchen Liu, Diyi Yang

Large Language Models (LLMs) are trained on corpora disproportionally weighted in favor of Standard American English. As a result, speakers of other dialects experience significantly more failures when interacting with these technologies. In practice, these speakers often accommodate their speech to be better understood. Our work shares the belief that language technologies should be designed to accommodate the diversity in English dialects and not the other way around. However, prior works on dialect struggle with generalizing to evolving and emerging dialects in a scalable manner. To fill this gap, our method, HyperLoRA, leverages expert linguistic knowledge to enable resource-efficient adaptation via hypernetworks. By disentangling dialect-specific and cross-dialectal information, HyperLoRA improves generalization to unseen dialects in a task-agnostic fashion. Not only is HyperLoRA more scalable in the number of parameters, but it also achieves the best or most competitive performance across 5 dialects in a zero-shot setting. In this way, our approach facilitates access to language technology for billions of English dialect speakers who are traditionally underrepresented.

📄 PDF Abstract BibTeX arXiv:2311.00915

Code (1)

zedian/hyperlora 공식 구현 pytorch

Tasks

Diversity

Methods 이 논문이 사용한 방법론

American 설명 없음

Similar Papers 제목 키워드 기반

TADA: Task-Agnostic Dialect Adapters for English

2023-05-26 · Will Held, Caleb Ziems, Diyi Yang

Large Language Models, the dominant starting point for Natural Language Processing (NLP) applications, fail at a higher rate for speakers of English dialects other than Standard American English (SAE). Prior work address…

Data Augmentation

Weight space Detection of Backdoors in LoRA Adapters

2026-02-16 · David Puertolas Merenciano, Ekaterina Vasyagina, Kevin Zhu, Javier Ferrando 외 arxiv

LoRA adapters let users fine-tune large language models (LLMs) efficiently. However, LoRA adapters are shared through open repositories like Hugging Face Hub \citep{huggingface_hub_docs}, making them vulnerable to backdo…

Exploring Training on Heterogeneous Data with Mixture of Low-rank Adapters

2024-06-14 · YuHang Zhou, Zihua Zhao, Haolin Li, Siyuan Du 외

Training a unified model to take multiple targets into account is a trend towards artificial general intelligence. However, how to efficiently mitigate the training conflicts among heterogeneous data collected from diffe…

Predicting the Target Word of Game-playing Conversations using a Low-Rank Dialect Adapter for Decoder Models

2024-08-31 · Dipankar Srirag, Aditya Joshi, Jacob Eisenstein

Dialect adapters that improve the performance of LLMs for NLU tasks on certain sociolects/dialects/national varieties ('dialects' for the sake of brevity) have been reported for encoder models. In this paper, we extend t…

Contrastive LearningDecoderWord Similarity

Parameter-Efficient Neural Reranking for Cross-Lingual and Multilingual Retrieval

2022-04-05 · COLING 2022 10 · Robert Litschko, Ivan Vulić, Goran Glavaš

State-of-the-art neural (re)rankers are notoriously data-hungry which -- given the lack of large-scale training data in languages other than English -- makes them rarely used in multilingual and cross-lingual retrieval s…

Cross-Lingual TransferLanguage ModellingMachine TranslationReranking+2