CLAIDBIRLGMay 2, 2023

How to Unleash the Power of Large Language Models for Few-shot Relation Extraction?

arXiv:2305.01555v4240 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the problem of few-shot relation extraction for NLP researchers, showing incremental improvements over existing methods.

The paper investigates how to effectively use large language models (GPT-3.5) for few-shot relation extraction, finding that in-context learning matches previous prompt learning methods and that data generation with LLMs achieves new state-of-the-art results on four datasets.

Scaling language models have revolutionized widespread NLP tasks, yet little comprehensively explored few-shot relation extraction with large language models. In this paper, we investigate principal methodologies, in-context learning and data generation, for few-shot relation extraction via GPT-3.5 through exhaustive experiments. To enhance few-shot performance, we further propose task-related instructions and schema-constrained data generation. We observe that in-context learning can achieve performance on par with previous prompt learning approaches, and data generation with the large language model can boost previous solutions to obtain new state-of-the-art few-shot results on four widely-studied relation extraction datasets. We hope our work can inspire future research for the capabilities of large language models in few-shot relation extraction. Code is available in https://github.com/zjunlp/DeepKE/tree/main/example/llm.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes