paper-with-me

Papers

Evaluating the Robustness to Instructions of Large Language Models

2023-08-28 · Yuansheng Ni, Sichao Jiang, Xinyu Wu, Hui Shen, Yuli Zhou

Recently, Instruction fine-tuning has risen to prominence as a potential method for enhancing the zero-shot capabilities of Large Language Models (LLMs) on novel tasks. This technique has shown an exceptional ability to boost the performance of moderately sized LLMs, sometimes even reaching performance levels comparable to those of much larger model variants. The focus is on the robustness of instruction-tuned LLMs to seen and unseen tasks. We conducted an exploration of six models including Alpaca, Vicuna, WizardLM, and Traditional Task-oriented Models(Flan-T5-XL/XXL, T0++) using real-world relation extraction datasets as case studies. We carried out a comprehensive evaluation of these instruction-following LLMs which have been tuned based on open-domain instructions and task-oriented instructions. The main discussion is their performance and robustness towards instructions. We have observed that in most cases, the model's performance in dealing with unfamiliar instructions tends to worsen significantly, and the robustness of the model for RE instructions deteriorates compared to QA. Further, we discovered that up until a certain parameter size threshold (3B), the performance of the FLAN-T5 model improves as the parameter count increases. The robustness of different scales of FLAN-T5 models to RE instruction is worse than the robustness to QA instruction.

📄 PDF Abstract BibTeX arXiv:2308.14306

Code (0)

등록된 구현이 없습니다.

Tasks

Instruction FollowingRelation Extraction

Methods 이 논문이 사용한 방법론

Flan-T5 Flan-T5 is the instruction fine-tuned version of T5 or Text-to-Text Transfer Transformer Language Model.
Focus 설명 없음

Similar Papers 제목 키워드 기반

Latent Jailbreak: A Benchmark for Evaluating Text Safety and Output Robustness of Large Language Models

2023-07-17 · Huachuan Qiu, Shuai Zhang, Anqi Li, Hongliang He 외

Considerable research efforts have been devoted to ensuring that large language models (LLMs) align with human values and generate safe text. However, an excessive focus on sensitivity to certain topics can compromise th…

PPTC-R benchmark: Towards Evaluating the Robustness of Large Language Models for PowerPoint Task Completion

2024-03-06 · Zekai Zhang, Yiduo Guo, Yaobo Liang, Dongyan Zhao 외

The growing dependence on Large Language Models (LLMs) for finishing user instructions necessitates a comprehensive understanding of their robustness to complex task completion in real-world situations. To address this c…

Sentence

B-AVIBench: Towards Evaluating the Robustness of Large Vision-Language Model on Black-box Adversarial Visual-Instructions

2024-03-14 · Hao Zhang, Wenqi Shao, Hong Liu, Yongqiang Ma 외

Large Vision-Language Models (LVLMs) have shown significant progress in responding well to visual-instructions from users. However, these instructions, encompassing images and text, are susceptible to both intentional an…

FairnessLanguage ModelingLanguage Modelling

Evaluating the Instruction-Following Robustness of Large Language Models to Prompt Injection

2023-08-17 · Zekun Li, Baolin Peng, Pengcheng He, Xifeng Yan

Large Language Models (LLMs) have demonstrated exceptional proficiency in instruction-following, becoming increasingly crucial across various applications. However, this capability brings with it the risk of prompt injec…

Instruction Following

The SIFo Benchmark: Investigating the Sequential Instruction Following Ability of Large Language Models

2024-06-28 · Xinyi Chen, Baohao Liao, Jirui Qi, Panagiotis Eustratiadis 외

Following multiple instructions is a crucial ability for large language models (LLMs). Evaluating this ability comes with significant challenges: (i) limited coherence between multiple instructions, (ii) positional bias …

Instruction FollowingQuestion Answering