paper-with-me

Papers

Automatic Label Sequence Generation for Prompting Sequence-to-sequence Models

2022-09-20 · COLING 2022 10 · Zichun Yu, Tianyu Gao, Zhengyan Zhang, Yankai Lin, Zhiyuan Liu, Maosong Sun, Jie zhou

Prompting, which casts downstream applications as language modeling tasks, has shown to be sample efficient compared to standard fine-tuning with pre-trained models. However, one pitfall of prompting is the need of manually-designed patterns, whose outcome can be unintuitive and requires large validation sets to tune. To tackle the challenge, we propose AutoSeq, a fully automatic prompting method: (1) We adopt natural language prompts on sequence-to-sequence models, enabling free-form generation and larger label search space; (2) We propose label sequences -- phrases with indefinite lengths to verbalize the labels -- which eliminate the need of manual templates and are more expressive than single label words; (3) We use beam search to automatically generate a large amount of label sequence candidates and propose contrastive re-ranking to get the best combinations. AutoSeq significantly outperforms other no-manual-design methods, such as soft prompt tuning, adapter tuning, and automatic search on single label words; the generated label sequences are even better than curated manual ones on a variety of tasks. Our method reveals the potential of sequence-to-sequence models in few-shot learning and sheds light on a path to generic and automatic prompting. The source code of this paper can be obtained from https://github.com/thunlp/Seq2Seq-Prompt.

📄 PDF Abstract BibTeX arXiv:2209.09401

Code (1)

thunlp/seq2seq-prompt 공식 구현 pytorch

Tasks

Few-Shot LearningLanguage ModelingLanguage ModellingRe-Ranking

Methods 이 논문이 사용한 방법론

Adapter 설명 없음

Similar Papers 제목 키워드 기반

Sequence Generation with Label Augmentation for Relation Extraction

2022-12-29 · Bo Li, Dingyao Yu, Wei Ye, Jinglei Zhang 외

Sequence generation demonstrates promising performance in recent information extraction efforts, by incorporating large-scale pre-trained Seq2Seq models. This paper investigates the merits of employing sequence generatio…

RelationRelation Extraction

SGM: Sequence Generation Model for Multi-label Classification

2018-06-13 · COLING 2018 8 · Pengcheng Yang, Xu sun, Wei Li, Shuming Ma 외

Multi-label classification is an important yet challenging task in natural language processing. It is more complex than single-label classification in that the labels tend to be correlated. Existing methods tend to ignor…

ClassificationDecoderGeneral Classificationmodel+2

Prompting and Adapter Tuning for Self-supervised Encoder-Decoder Speech Model

2023-10-04 · Kai-Wei Chang, Ming-Hsin Chen, Yun-Ping Lin, Jing Neng Hsu 외

Prompting and adapter tuning have emerged as efficient alternatives to fine-tuning (FT) methods. However, existing studies on speech prompting focused on classification tasks and failed on more complex sequence generatio…

Cross-Lingual ASRDecoderslot-fillingSlot Filling

Learning-Based Human Segmentation and Velocity Estimation Using Automatic Labeled LiDAR Sequence for Training

2020-03-11 · Wonjik Kim, Masayuki Tanaka, Masatoshi Okutomi, Yoko SASAKI

In this paper, we propose an automatic labeled sequential data generation pipeline for human segmentation and velocity estimation with point clouds. Considering the impact of deep neural networks, state-of-the-art networ…

Segmentation

Prompting for Numerical Sequences: A Case Study on Market Comment Generation

2024-04-03 · Masayuki Kawarada, Tatsuya Ishigaki, Hiroya Takamura

Large language models (LLMs) have been applied to a wide range of data-to-text generation tasks, including tables, graphs, and time-series numerical data-to-text settings. While research on generating prompts for structu…

Comment GenerationData-to-Text GenerationText GenerationTime Series