paper-with-me

홈 › Papers

Self-Generated In-Context Learning: Leveraging Auto-regressive Language Models as a Demonstration Generator

2022-06-16 · Hyuhng Joon Kim, Hyunsoo Cho, Junyeob Kim, Taeuk Kim, Kang Min Yoo, Sang-goo Lee

Large-scale pre-trained language models (PLMs) are well-known for being capable of solving a task simply by conditioning a few input-label pairs dubbed demonstrations on a prompt without being explicitly tuned for the desired downstream task. Such a process (i.e., in-context learning), however, naturally leads to high reliance on the demonstrations which are usually selected from external datasets. In this paper, we propose self-generated in-context learning (SG-ICL), which generates demonstrations for in-context learning from PLM itself to minimize the reliance on the external demonstration. We conduct experiments on four different text classification tasks and show SG-ICL significantly outperforms zero-shot learning and is generally worth approximately 0.6 gold training samples. Moreover, our generated demonstrations show more consistent performance with low variance compared to randomly selected demonstrations from the training dataset.

📄 PDF Abstract BibTeX arXiv:2206.08082

Code (0)

등록된 구현이 없습니다.

Tasks

In-Context Learningtext-classificationText ClassificationZero-Shot Learning

Similar Papers 제목 키워드 기반

Visual Self-Refinement for Autoregressive Models

2025-10-01 · Jiamian Wang, Ziqi Zhou, Chaithanya Kumar Mummadi, Sohail Dianat 외 arxiv

Autoregressive models excel in sequential modeling and have proven to be effective for vision-language data. However, the spatial nature of visual signals conflicts with the sequential dependencies of next-token predicti…

Self Gradient Forcing: Native Long Video Extrapolation

2026-07-22 · Junhao Zhuang, Shiyi Zhang, Yuxuan Bian, Yaowei Li 외 arxiv

Recent autoregressive video diffusion methods are increasingly built upon Self Forcing, where the student is trained on histories produced by its own rollout rather than ground-truth video contexts. This reduces exposure…

Video Generation

Self Forcing: Bridging the Train-Test Gap in Autoregressive Video Diffusion

2025-06-09 · Xun Huang, Zhengqi Li, Guande He, Mingyuan Zhou 외

We introduce Self Forcing, a novel training paradigm for autoregressive video diffusion models. It addresses the longstanding issue of exposure bias, where models trained on ground-truth context must generate sequences c…

GPUVideo Generation

On-Policy Distillation of Language Models: Learning from Self-Generated Mistakes

2023-06-23 · Rishabh Agarwal, Nino Vieillard, Yongchao Zhou, Piotr Stanczyk 외

Knowledge distillation (KD) is widely used for compressing a teacher model to reduce its inference cost and memory footprint, by training a smaller student model. However, current KD methods for auto-regressive sequence …

Arithmetic ReasoningKnowledge DistillationMachine Translation

TetherCache: Stabilizing Autoregressive Long-Form Video Generation with Gated Recall and Trusted Alignment

2026-06-11 · Yu Meng, Xiangyang Luo, Letian Li, Wenyuan Jiang 외 arxiv

Autoregressive video diffusion models provide a natural formulation for streaming and variable-length video generation by conditioning newly generated frames on previously generated content. However, extending these mode…

Video Generation