paper-with-me

홈 › Papers

Selective Token Generation for Few-shot Natural Language Generation

2022-09-17 · COLING 2022 10 · DaeJin Jo, Taehwan Kwon, Eun-Sol Kim, Sungwoong Kim

Natural language modeling with limited training data is a challenging problem, and many algorithms make use of large-scale pretrained language models (PLMs) for this due to its great generalization ability. Among them, additive learning that incorporates a task-specific adapter on top of the fixed large-scale PLM has been popularly used in the few-shot setting. However, this added adapter is still easy to disregard the knowledge of the PLM especially for few-shot natural language generation (NLG) since an entire sequence is usually generated by only the newly trained adapter. Therefore, in this work, we develop a novel additive learning algorithm based on reinforcement learning (RL) that selectively outputs language tokens between the task-general PLM and the task-specific adapter during both training and inference. This output token selection over the two generators allows the adapter to take into account solely the task-relevant parts in sequence generation, and therefore makes it more robust to overfitting as well as more stable in RL training. In addition, to obtain the complementary adapter from the PLM for each few-shot task, we exploit a separate selecting module that is also simultaneously trained using RL. Experimental results on various few-shot NLG tasks including question answering, data-to-text generation and text summarization demonstrate that the proposed selective token generation significantly outperforms the previous additive learning algorithms based on the PLMs.

📄 PDF Abstract BibTeX arXiv:2209.08206

Code (1)

kakaobrain/stg 공식 구현 pytorch

Tasks

Data-to-Text GenerationLanguage ModelingLanguage ModellingQuestion AnsweringReinforcement Learning (RL)Text GenerationText Summarization

Methods 이 논문이 사용한 방법론

Adapter 설명 없음

Similar Papers 제목 키워드 기반

Selective Token Generation for Few-shot Language Modeling

2021-09-29 · DaeJin Jo, Taehwan Kwon, Sungwoong Kim, Eun-Sol Kim

Natural language modeling with limited training data is challenging problem, and many algorithms make use of large-scale pretrained language models (PLMs) for this due to its great generalization ability. Among these tra…

Data-to-Text GenerationLanguage ModelingLanguage ModellingReinforcement Learning (RL)+3

NEP: Autoregressive Image Editing via Next Editing Token Prediction

2025-08-08 · Huimin Wu, Xiaojian Ma, Haozhe Zhao, Yanpeng Zhao 외 arxiv

Text-guided image editing involves modifying a source image based on a language instruction and, typically, requires changes to only small local regions. However, existing approaches generate the entire target image rath…

Image GenerationImage Editing

Selective Prompt Anchoring for Code Generation

2024-08-17 · Yuan Tian, Tianyi Zhang

Recent advances in large language models (LLMs) have transformed software development by automatically generating code from natural language. Yet challenges remain in generating fully correct code that aligns with user i…

Code Generation

STAC: Selective Spatiotemporal Aggregation and Compression for Video Reasoning Segmentation

2026-07-03 · Syed Ariff Syed Hesham, Yun Liu, Guolei Sun, Jing Yang 외 arxiv

Video reasoning segmentation demands pixel-accurate object tracking across hundreds of frames under complex natural language queries, producing dense spatiotemporal tokens whose quadratic self-attention cost makes long-v…

Natural Language QueriesObject Tracking

SMART: Shot-Aware Multimodal Video Moment Retrieval with Audio-Enhanced MLLM

2025-11-18 · An Yu, Weiheng Lu, Jian Li, Zhenfei Zhang 외 arxiv

Video Moment Retrieval is a task in video understanding that aims to localize a specific temporal segment in an untrimmed video based on a natural language query. Despite recent progress in moment retrieval from videos u…

Moment Retrieval