paper-with-me

Papers

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

2021-10-14 · Xin Zhou, Ruotian Ma, Tao Gui, Yiding Tan, Qi Zhang, Xuanjing Huang

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 generation tasks by simply inserting corresponding continuous vectors into the inputs. However, sequence labeling tasks invalidate existing plug-and-play methods since different label sets demand changes to the architecture of the model classifier. In this work, we propose the use of label word prediction instead of classification to totally reuse the architecture of pre-trained models for sequence labeling tasks. Specifically, for each task, a label word set is first constructed by selecting a high-frequency word for each class respectively, and then, task-specific vectors are inserted into the inputs and optimized to manipulate the model predictions towards the corresponding label words. As a result, by simply switching the plugin vectors on the input, a frozen pre-trained language model is allowed to perform different tasks. Experimental results on three sequence labeling tasks show that the performance of the proposed method can achieve comparable performance with standard fine-tuning with only 0.1\% task-specific parameters. In addition, our method is up to 70 times faster than non-plug-and-play methods while switching different tasks under the resource-constrained scenario.

📄 PDF Abstract BibTeX arXiv:2110.07331

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModellingText Generation

Similar 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-cons…

Language ModelingLanguage Modelling

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