paper-with-me

Papers

Plug-Tagger: A Pluggable Sequence Labeling Framework with Pre-trained Language Models

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Fine-tuning the pre-trained language models (PLMs) on downstream tasks is the de-facto paradigm in NLP. Despite the superior performance on sequence labeling, the fine-tuning requires large-scale parameters and time-consuming deployment for each task, which limits its application in real-world scenarios. To alleviate these problems, we propose a pluggable sequence labeling framework, plug-tagger. By switching the task-specific plugin on the input, plug-tagger allows a frozen PLM to perform different sequence labeling tasks without redeployment. Specifically, the plugin on the input are a few continuous vectors, which manipulates the PLM without modifying its parameters, and each task only needs to store the lightweight vectors rather than a full copy of PLM. To avoid redeployment, we propose the label word mechanism, which reuses the language model head to prevent task-specific classifiers from modifying model structures. Experimental results on three sequence labeling tasks show that the proposed method achieves comparable performance with fine-tuning by using 0.1% task-specific parameters. Experiments show that our method is faster than other lightweight methods under limited computational resources

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Plug-Tagger: A Pluggable Sequence Labeling Framework Using Language Models

2021-10-14 · Xin Zhou, Ruotian Ma, Tao Gui, Yiding Tan 외

Plug-and-play functionality allows deep learning models to adapt well to different tasks without requiring any parameters modified. Recently, prefix-tuning was shown to be a plug-and-play method on various text generatio…

Language ModellingText Generation

PlugNet: Degradation Aware Scene Text Recognition Supervised by a Pluggable Super-Resolution Unit

2020-08-01 · ECCV 2020 8 · Yongqiang Mou, Lei Tan, Hui Yang, Jingying Chen 외

In this paper, we address the problem of recognizing degradation images that are suffering from high blur or low-resolution. We propose a novel degradation aware scene text recognizer with a pluggable super-resolution un…

DiversityMulti-Task LearningScene Text RecognitionSuper-Resolution

LightNER: A Lightweight Tuning Paradigm for Low-resource NER via Pluggable Prompting

2021-08-31 · COLING 2022 10 · Xiang Chen, Lei LI, Shumin Deng, Chuanqi Tan 외

Most NER methods rely on extensive labeled data for model training, which struggles in the low-resource scenarios with limited training data. Existing dominant approaches usually suffer from the challenge that the target…

Few-Shot LearningLanguage ModellingNERTransfer Learning

PRCA: Fitting Black-Box Large Language Models for Retrieval Question Answering via Pluggable Reward-Driven Contextual Adapter

2023-10-23 · Haoyan Yang, Zhitao Li, Yong Zhang, Jianzong Wang 외

The Retrieval Question Answering (ReQA) task employs the retrieval-augmented framework, composed of a retriever and generator. The generator formulates the answer based on the documents retrieved by the retriever. Incorp…

Question AnsweringRetrieval

Inferring Pluggable Types with Machine Learning

2024-06-21 · Kazi Amanul Islam Siddiqui, Martin Kellogg

Pluggable type systems allow programmers to extend the type system of a programming language to enforce semantic properties defined by the programmer. Pluggable type systems are difficult to deploy in legacy codebases be…

16kLanguage ModelingLanguage ModellingLarge Language Model