TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/InstructUIE: Multi-task Instruction Tuning for Unified Inf...

InstructUIE: Multi-task Instruction Tuning for Unified Information Extraction

Xiao Wang, Weikang Zhou, Can Zu, Han Xia, Tianze Chen, Yuansen Zhang, Rui Zheng, Junjie Ye, Qi Zhang, Tao Gui, Jihua Kang, Jingsheng Yang, Siyuan Li, Chunsai Du

2023-04-17Zero-shot Named Entity Recognition (NER)
PaperPDFCode(official)

Abstract

Large language models have unlocked strong multi-task capabilities from reading instructive prompts. However, recent studies have shown that existing large models still have difficulty with information extraction tasks. For example, gpt-3.5-turbo achieved an F1 score of 18.22 on the Ontonotes dataset, which is significantly lower than the state-of-the-art performance. In this paper, we propose InstructUIE, a unified information extraction framework based on instruction tuning, which can uniformly model various information extraction tasks and capture the inter-task dependency. To validate the proposed method, we introduce IE INSTRUCTIONS, a benchmark of 32 diverse information extraction datasets in a unified text-to-text format with expert-written instructions. Experimental results demonstrate that our method achieves comparable performance to Bert in supervised settings and significantly outperforms the state-of-the-art and gpt3.5 in zero-shot settings.

Results

TaskDatasetMetricValueModel
Named Entity Recognition (NER)CrossNERAI49InstructUIE
Named Entity Recognition (NER)CrossNERLiterature47.2InstructUIE
Named Entity Recognition (NER)CrossNERMusic53.2InstructUIE
Named Entity Recognition (NER)CrossNERPolitics48.2InstructUIE
Named Entity Recognition (NER)CrossNERScience49.3InstructUIE

Related Papers

Cross-Lingual IPA Contrastive Learning for Zero-Shot NER2025-03-10A Cooperative Multi-Agent Framework for Zero-Shot Named Entity Recognition2025-02-25Familiarity: Better Evaluation of Zero-Shot Named Entity Recognition by Quantifying Label Shifts in Synthetic Training Data2024-12-13ReverseNER: A Self-Generated Example-Driven Framework for Zero-Shot Named Entity Recognition with Large Language Models2024-11-01SandboxAQ's submission to MRL 2024 Shared Task on Multi-lingual Multi-task Information Retrieval2024-10-28Rethinking Negative Instances for Generative Named Entity Recognition2024-02-26NuNER: Entity Recognition Encoder Pre-training via LLM-Annotated Data2024-02-23GoLLIE: Annotation Guidelines improve Zero-Shot Information-Extraction2023-10-05