paper-with-me

홈 › Papers

PACIT: Unlocking the Power of Examples for Better In-Context Instruction Tuning

2023-10-02 · Tianci Xue, Ziqi Wang, Yixia Li, Yun Chen, Guanhua Chen

Instruction tuning enhances the instruction following ability of large language models by finetuning with supervised instruction data. Previous work proposes in-context instruction tuning (ICIT) where specific positive or negative examples are incorporated into the prompt for better performance. In this work, we propose PACIT, a simple and effective in-context instruction tuning method, inspired by the pedagogical concept of desirable difficulty. The PACIT method unlocks the power of examples by encouraging the model to actively learn to grasp the distinctions between the positive and negative examples instead of merely reading. The model is expected to first verify the correctness of the provided example according to the task description, which is then set as the condition for generating a better response to the task instance. Our extensive experiments prove the effectiveness of PACIT, outperforming ICIT baseline on both in-domain and out-domain tasks up to 9.16 and 3.14 average ROUGE-L scores, respectively. Moreover, PACIT can notably enhance the performance of instruction tuning even when all positive and negative examples are generated with a self-instruct method.

📄 PDF Abstract BibTeX arXiv:2310.00901

Code (1)

xuetianci/pacit 공식 구현 pytorch

Tasks

Instruction FollowingZero-shot Generalization

Similar Papers 제목 키워드 기반

Contextual Speech Recognition with Difficult Negative Training Examples

2018-10-29 · Uri Alon, Golan Pundak, Tara N. Sainath

Improving the representation of contextual information is key to unlocking the potential of end-to-end (E2E) automatic speech recognition (ASR). In this work, we present a novel and simple approach for training an ASR co…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition

Parameters vs FLOPs: Scaling Laws for Optimal Sparsity for Mixture-of-Experts Language Models

2025-01-21 · Samira Abnar, Harshay Shah, Dan Busbridge, Alaaeldin Mohamed Elnouby Ali 외

Scaling the capacity of language models has consistently proven to be a reliable approach for improving performance and unlocking new capabilities. Capacity can be primarily defined by two dimensions: the number of model…

Mixture-of-Experts

Unlocking the Power of LLM Uncertainty for Active In-Context Example Selection

2024-08-17 · Hsiu-Yuan Huang, Zichen Wu, Yutong Yang, Junzhao Zhang 외

Large Language Models (LLMs) have shown remarkable performance across a wide range of downstream tasks. However, it is challenging for users to discern whether the responses of LLM are generated with certainty or are fab…

Active LearningIn-Context LearningInformativeness

Cross-lingual QA: A Key to Unlocking In-context Cross-lingual Performance

2023-05-24 · Sunkyoung Kim, Dayeon Ki, Yireun Kim, Jinsik Lee

Multilingual large language models (MLLMs) have demonstrated significant cross-lingual capabilities through in-context learning. Existing approaches typically construct monolingual in-context examples, either in the sour…

Cross-Lingual TransferIn-Context LearningQuestion Answering

Proteus: Incremental Memory Activation for Long-Context Sequence Modeling

2026-08-17 · Reza Bayat, Ali Behrouz, Vahab Mirrokni, Aaron Courville arxiv

The quadratic cost of attention-based sequence models for long contexts has motivated a growing line of research on memory-based models that can compress context into a compact state. However, most existing memory models…