paper-with-me

Papers

Guess the Instruction! Flipped Learning Makes Language Models Stronger Zero-Shot Learners

2022-10-06 · Seonghyeon Ye, Doyoung Kim, Joel Jang, Joongbo Shin, Minjoon Seo

Meta-training, which fine-tunes the language model (LM) on various downstream tasks by maximizing the likelihood of the target label given the task instruction and input instance, has improved the zero-shot task generalization performance. However, meta-trained LMs still struggle to generalize to challenging tasks containing novel labels unseen during meta-training. In this paper, we propose Flipped Learning, an alternative method of meta-training which trains the LM to generate the task instruction given the input instance and label. During inference, the LM trained with Flipped Learning, referred to as Flipped, selects the label option that is most likely to generate the task instruction. On 14 tasks of the BIG-bench benchmark, the 11B-sized Flipped outperforms zero-shot T0-11B and even a 16 times larger 3-shot GPT-3 (175B) on average by 8.4% and 9.7% points, respectively. Flipped gives particularly large improvements on tasks with unseen labels, outperforming T0-11B by up to +20% average F1 score. This indicates that the strong task generalization of Flipped comes from improved generalization to novel labels. We release our code at https://github.com/seonghyeonye/Flipped-Learning.

📄 PDF Abstract BibTeX arXiv:2210.02969

Code (1)

seonghyeonye/flipped-learning 공식 구현 pytorch

Tasks

Common Sense ReasoningCoreference ResolutionLanguage ModelingLanguage ModellingNatural Language InferenceNatural Language Inference (Zero-Shot)Question AnsweringSentence CompletionWord Sense Disambiguation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
{Dispute@FaQ-s}How to file a dispute with Expedia? How to file a dispute with Expedia? To file a complaint against Expedia, first try contacting their customer service directly. You can reach them by phone at…
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Larger language models do in-context learning differently

2023-03-07 · Jerry Wei, Jason Wei, Yi Tay, Dustin Tran 외

We study how in-context learning (ICL) in language models is affected by semantic priors versus input-label mappings. We investigate two setups-ICL with flipped labels and ICL with semantically-unrelated labels-across va…

In-Context Learning

Large Language Models are Temporal and Causal Reasoners for Video Question Answering

2023-10-24 · Dohwan Ko, Ji Soo Lee, Wooyoung Kang, Byungseok Roh 외

Large Language Models (LLMs) have shown remarkable performances on a wide range of natural language understanding and generation tasks. We observe that the LLMs provide effective priors in exploiting $\textit{linguistic …

Natural Language UnderstandingQuestion AnsweringTripletVideo Question Answering+1

Symbol tuning improves in-context learning in language models

2023-05-15 · Jerry Wei, Le Hou, Andrew Lampinen, Xiangning Chen 외

We present symbol tuning - finetuning language models on in-context input-label pairs where natural language labels (e.g., "positive/negative sentiment") are replaced with arbitrary symbols (e.g., "foo/bar"). Symbol tuni…

In-Context Learning

Instructional Fingerprinting of Large Language Models

2024-01-21 · Jiashu Xu, Fei Wang, Mingyu Derek Ma, Pang Wei Koh 외

The exorbitant cost of training Large language models (LLMs) from scratch makes it essential to fingerprint the models to protect intellectual property via ownership authentication and to ensure downstream users and deve…

Know2Guess: A Contamination-Aware Multi-Zone Benchmark for Knowledge-Boundary Evaluation in Large Language Models

2026-04-30 · Renwei Meng, Bowen Zhang, Jian Wang, Xican Wang 외 arxiv

Reliable evaluation of large language models should separate supported answering from unsupported guessing without conflating either with data contamination, prompt idiosyncrasy, or generic refusal behavior. We present a…