paper-with-me

Papers

Aligning Instruction Tasks Unlocks Large Language Models as Zero-Shot Relation Extractors

2023-05-18 · Kai Zhang, Bernal Jiménez Gutiérrez, Yu Su

Recent work has shown that fine-tuning large language models (LLMs) on large-scale instruction-following datasets substantially improves their performance on a wide range of NLP tasks, especially in the zero-shot setting. However, even advanced instruction-tuned LLMs still fail to outperform small LMs on relation extraction (RE), a fundamental information extraction task. We hypothesize that instruction-tuning has been unable to elicit strong RE capabilities in LLMs due to RE's low incidence in instruction-tuning datasets, making up less than 1% of all tasks (Wang et al., 2022). To address this limitation, we propose QA4RE, a framework that aligns RE with question answering (QA), a predominant task in instruction-tuning datasets. Comprehensive zero-shot RE experiments over four datasets with two series of instruction-tuned LLMs (six LLMs in total) demonstrate that our QA4RE framework consistently improves LLM performance, strongly verifying our hypothesis and enabling LLMs to outperform strong zero-shot baselines by a large margin. Additionally, we provide thorough experiments and discussions to show the robustness, few-shot effectiveness, and strong transferability of our QA4RE framework. This work illustrates a promising way of adapting LLMs to challenging and underrepresented tasks by aligning these tasks with more common instruction-tuning tasks like QA.

📄 PDF Abstract BibTeX arXiv:2305.11159

Code (1)

osu-nlp-group/qa4re 공식 구현

Tasks

Instruction FollowingQuestion AnsweringRelationRelation Extraction

Methods 이 논문이 사용한 방법론

fail 설명 없음

Similar Papers 제목 키워드 기반

FastDraft: How to Train Your Draft

2024-11-17 · Ofir Zafrir, Igor Margulis, Dorin Shteyman, Shira Guskin 외

Speculative Decoding has gained popularity as an effective technique for accelerating the auto-regressive inference process of Large Language Models. However, Speculative Decoding entirely relies on the availability of e…

BenchmarkingCode CompletionLarge Language Model

Self-Instruct: Aligning Language Models with Self-Generated Instructions

2022-12-20 · Yizhong Wang, Yeganeh Kordi, Swaroop Mishra, Alisa Liu 외

Large "instruction-tuned" language models (i.e., finetuned to respond to instructions) have demonstrated a remarkable ability to generalize zero-shot to new tasks. Nevertheless, they depend heavily on human-written instr…

Instruction FollowingLanguage Modelling

Aligning Instruction Tuning with Pre-training

2025-01-16 · Yiming Liang, Tianyu Zheng, Xinrun Du, Ge Zhang 외

Instruction tuning enhances large language models (LLMs) to follow human instructions across diverse tasks, relying on high-quality datasets to guide behavior. However, these datasets, whether manually curated or synthet…

Diversity

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

2023-10-02 · Tianci Xue, Ziqi Wang, Yixia Li, Yun 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 o…

Instruction FollowingZero-shot Generalization

Self-Refine Instruction-Tuning for Aligning Reasoning in Language Models

2024-05-01 · Leonardo Ranaldi, Andrè Freitas

The alignments of reasoning abilities between smaller and larger Language Models are largely conducted via Supervised Fine-Tuning (SFT) using demonstrations generated from robust Large Language Models (LLMs). Although th…

Math