paper-with-me

홈 › Papers

Doge Tickets: Uncovering Domain-general Language Models by Playing Lottery Tickets

2022-07-20 · Yi Yang, Chen Zhang, Benyou Wang, Dawei Song

Over-parameterized models, typically pretrained language models (LMs), have shown an appealing expressive power due to their small learning bias. However, the huge learning capacity of LMs can also lead to large learning variance. In a pilot study, we find that, when faced with multiple domains, a critical portion of parameters behave unexpectedly in a domain-specific manner while others behave in a domain-general one. Motivated by this phenomenon, we for the first time posit that domain-general parameters can underpin a domain-general LM that can be derived from the original LM. To uncover the domain-general LM, we propose to identify domain-general parameters by playing lottery tickets (dubbed doge tickets). In order to intervene the lottery, we propose a domain-general score, which depicts how domain-invariant a parameter is by associating it with the variance. Comprehensive experiments are conducted on the Amazon, Mnli and OntoNotes datasets. The results show that the doge tickets obtains an improved out-of-domain generalization in comparison with a range of competitive baselines. Analysis results further hint the existence of domain-general parameters and the performance consistency of doge tickets.

📄 PDF Abstract BibTeX arXiv:2207.09638

Code (1)

ylily1015/dogetickets 공식 구현 pytorch

Tasks

Domain Generalization

Similar Papers 제목 키워드 기반

VolDoGer: LLM-assisted Datasets for Domain Generalization in Vision-Language Tasks

2024-07-29 · Juhwan Choi, JuneHyoung Kwon, Jungmin Yun, Seunguk Yu 외

Domain generalizability is a crucial aspect of a deep learning model since it determines the capability of the model to perform well on data from unseen domains. However, research on the domain generalizability of deep l…

Deep LearningDomain GeneralizationImage CaptioningLanguage Modeling+6

Super Tickets in Pre-Trained Language Models: From Model Compression to Improving Generalization

2021-05-25 · ACL 2021 5 · Chen Liang, Simiao Zuo, Minshuo Chen, Haoming Jiang 외

The Lottery Ticket Hypothesis suggests that an over-parametrized network consists of ``lottery tickets'', and training a certain collection of them (i.e., a subnetwork) can match the performance of the full model. In thi…

Model CompressionMulti-Task Learning

DoGE: Domain Reweighting with Generalization Estimation

2023-10-23 · Simin Fan, Matteo Pagliardini, Martin Jaggi

The coverage and composition of the pretraining data significantly impacts the generalization ability of Large Language Models (LLMs). Despite its importance, recent LLMs still rely on heuristics and trial and error to i…

Domain GeneralizationLanguage Modelling

Ticket-BERT: Labeling Incident Management Tickets with Language Models

2023-06-30 · Zhexiong Liu, Cris Benge, Siduo Jiang

An essential aspect of prioritizing incident tickets for resolution is efficiently labeling tickets with fine-grained categories. However, ticket data is often complex and poses several unique challenges for modern machi…

Active LearningLanguage ModelingLanguage ModellingManagement

The Elastic Lottery Ticket Hypothesis

2021-03-30 · NeurIPS 2021 12 · Xiaohan Chen, Yu Cheng, Shuohang Wang, Zhe Gan 외

Lottery Ticket Hypothesis (LTH) raises keen attention to identifying sparse trainable subnetworks, or winning tickets, which can be trained in isolation to achieve similar or even better performance compared to the full …