paper-with-me

홈 › 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 transfer learning algorithms from PLMs, additive learning that incorporates a task-specific adapter on top of the fixed PLM has been popularly used to alleviate the severe overfitting problem in the few-shot setting. However, this added task-specific adapter is generally trained by maximum likelihood estimation that can easily suffer from the so-called exposure bias problem, especially in sequential text generation. Therefore, in this work, we develop a novel additive learning algorithm based on reinforcement learning (RL) for few-shot natural language generation (NLG) tasks. In particular, we propose to use a selective token generation between the transformer-based PLM and the task-specific adapter during both training and inference. This output token selection between the two generators allows the adapter to take into account only on 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, in order 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 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

Code (0)

등록된 구현이 없습니다.

Tasks

Data-to-Text GenerationLanguage ModelingLanguage ModellingReinforcement Learning (RL)Text GenerationText SummarizationTransfer Learning

Methods 이 논문이 사용한 방법론

Adapter 설명 없음

Similar 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, a…

Data-to-Text GenerationLanguage ModelingLanguage ModellingQuestion Answering+3

Rho-1: Not All Tokens Are What You Need

2024-04-11 · Zhenghao Lin, Zhibin Gou, Yeyun Gong, Xiao Liu 외

Previous language model pre-training methods have uniformly applied a next-token prediction loss to all training tokens. Challenging this norm, we posit that "9l training". Our initial analysis examines token-level train…

AllContinual PretrainingLanguage ModelingLanguage Modelling+1

LM-VC: Zero-shot Voice Conversion via Speech Generation based on Language Models

2023-06-18 · Zhichao Wang, Yuanzhe Chen, Lei Xie, Qiao Tian 외

Language model (LM) based audio generation frameworks, e.g., AudioLM, have recently achieved new state-of-the-art performance in zero-shot audio generation. In this paper, we explore the feasibility of LMs for zero-shot …

Audio GenerationDisentanglementLanguage ModelingLanguage Modelling+1

InfoFlow KV: Information-Flow-Aware KV Recomputation for Long Context

2026-03-05 · Xin Teng, Canyu Zhang, Shaoyi Zheng, Danyang Zhuo 외 arxiv

Retrieval-augmented generation (RAG) for long-context question answering is bottlenecked by inference-time prefilling over large retrieved contexts. A common strategy is to precompute key-value (KV) caches for individual…

Question Answering

STARRY: Spatial-Temporal Action-Centric World Modeling for Robotic Manipulation

2026-04-29 · Yuxuan Tian, Yurun Jin, Bin Yu, Yukun Shi 외 arxiv

Robotic manipulation requires reasoning about future spatial-temporal interactions and geometric constraints, yet existing Vision-Language-Action (VLA) policies often leave predictive representation weakly coupled with a…