CLMar 22, 2022

Task-guided Disentangled Tuning for Pretrained Language Models

arXiv:2203.11431v1639 citationsh-index: 16Has Code
Originality Incremental advance
AI Analysis

This addresses inefficiencies in fine-tuning PLMs for NLP tasks, especially in low-data scenarios, but appears incremental as it builds on existing fine-tuning methods.

The paper tackles the data discrepancy issue in fine-tuning pretrained language models by proposing Task-guided Disentangled Tuning, which improves generalization by disentangling task-relevant signals; it shows consistently better results than fine-tuning on GLUE and CLUE benchmarks.

Pretrained language models (PLMs) trained on large-scale unlabeled corpus are typically fine-tuned on task-specific downstream datasets, which have produced state-of-the-art results on various NLP tasks. However, the data discrepancy issue in domain and scale makes fine-tuning fail to efficiently capture task-specific patterns, especially in the low data regime. To address this issue, we propose Task-guided Disentangled Tuning (TDT) for PLMs, which enhances the generalization of representations by disentangling task-relevant signals from the entangled representations. For a given task, we introduce a learnable confidence model to detect indicative guidance from context, and further propose a disentangled regularization to mitigate the over-reliance problem. Experimental results on GLUE and CLUE benchmarks show that TDT gives consistently better results than fine-tuning with different PLMs, and extensive analysis demonstrates the effectiveness and robustness of our method. Code is available at https://github.com/lemon0830/TDT.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes