paper-with-me

홈 › Papers

Instructive Decoding: Instruction-Tuned Large Language Models are Self-Refiner from Noisy Instructions

2023-11-01 · Taehyeon Kim, Joonkee Kim, Gihun Lee, Se-Young Yun

While instruction-tuned language models have demonstrated impressive zero-shot generalization, these models often struggle to generate accurate responses when faced with instructions that fall outside their training set. This paper presents Instructive Decoding (ID), a simple yet effective approach that augments the efficacy of instruction-tuned models. Specifically, ID adjusts the logits for next-token prediction in a contrastive manner, utilizing predictions generated from a manipulated version of the original instruction, referred to as a noisy instruction. This noisy instruction aims to elicit responses that could diverge from the intended instruction yet remain plausible. We conduct experiments across a spectrum of such noisy instructions, ranging from those that insert semantic noise via random words to others like 'opposite' that elicit the deviated responses. Our approach achieves considerable performance gains across various instruction-tuned models and tasks without necessitating any additional parameter updates. Notably, utilizing 'opposite' as the noisy instruction in ID, which exhibits the maximum divergence from the original instruction, consistently produces the most significant performance gains across multiple models and tasks.

📄 PDF Abstract BibTeX arXiv:2311.00233

Code (1)

joonkeekim/Instructive-Decoding 공식 구현

Tasks

Few-Shot NLIInstruction FollowingNatural Language UnderstandingZero-shot Generalization

Similar Papers 제목 키워드 기반

Instructive Dialogue Summarization with Query Aggregations

2023-10-17 · Bin Wang, Zhengyuan Liu, Nancy F. Chen

Conventional dialogue summarization methods directly generate summaries and do not consider user's specific interests. This poses challenges in cases where the users are more focused on particular topics or aspects. With…

Machine Reading ComprehensionReading ComprehensionText Summarization

Do Prompt-Based Models Really Understand the Meaning of their Prompts?

2021-09-02 · NAACL 2022 7 · Albert Webson, Ellie Pavlick

Recently, a boom of papers has shown extraordinary progress in zero-shot and few-shot learning with various prompt-based models. It is commonly argued that prompts help models to learn faster in the same way that humans …

Few-Shot LearningNatural Language Inference

Do Prompt-Based Models Really Understand the Meaning of Their Prompts?

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Recently, a boom of papers has shown extraordinary progress in zero-shot and few-shot learning with various prompt-based models. Such success can give the impression that prompts help models to learn faster in the same w…

Few-Shot LearningNatural Language Inference

Reliability Under Randomness: An Empirical Analysis of Sparse and Dense Language Models Across Decoding Temperatures

2026-01-02 · Kabir Grover arxiv

The increasing prevalence of sparse Mixture-of-Experts (MoE) architectures in large language models raises important questions regarding their reliability under stochastic decoding. While conditional computation enables …

Computational EfficiencyArithmetic Reasoning

Minimal-Edit Instruction Tuning for Low-Resource Indic GEC

2025-11-28 · Akhil Rajeev P arxiv

Grammatical error correction for Indic languages faces limited supervision, diverse scripts, and rich morphology. We propose an augmentation-free setup that uses instruction-tuned large language models and conservative d…

parameter-efficient fine-tuningGrammatical Error Correction