paper-with-me

Papers

InstructUIE: Multi-task Instruction Tuning for Unified Information Extraction

2023-04-17 · 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

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.

📄 PDF Abstract BibTeX arXiv:2304.08085

Code (1)

beyonderxx/instructuie 공식 구현 pytorch

Tasks

Zero-shot Named Entity Recognition (NER)

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
WordPiece 설명 없음
Weight Decay 설명 없음
Adam 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

UniversalNER: Targeted Distillation from Large Language Models for Open Named Entity Recognition

2023-08-07 · Wenxuan Zhou, Sheng Zhang, Yu Gu, Muhao Chen 외

Large language models (LLMs) have demonstrated remarkable generalizability, such as understanding arbitrary entities and relations. Instruction tuning has proven effective for distilling LLMs into more cost-efficient mod…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+1

UMIE: Unified Multimodal Information Extraction with Instruction Tuning

2024-01-05 · Lin Sun, Kai Zhang, Qingyuan Li, Renze Lou

Multimodal information extraction (MIE) gains significant attention as the popularity of multimedia content increases. However, current MIE methods often resort to using task-specific model structures, which results in l…

A Unified Moral-Value Dataset for Instruction Tuning

2026-07-23 · Zhaohui Zeng, Florian Mai arxiv

Large language models (LLMs) have developed rapidly and become valuable tools in everyday life. However, how to align LLMs to a particular set of human values is still an open problem. Recent studies show that instructio…

Moral Scenarios

MultiInstruct: Improving Multi-Modal Zero-Shot Learning via Instruction Tuning

2022-12-21 · Zhiyang Xu, Ying Shen, Lifu Huang

Instruction tuning, a new learning paradigm that fine-tunes pre-trained language models on tasks specified through instructions, has shown promising zero-shot performance on various natural language processing tasks. How…

SensitivityTransfer LearningZero-Shot Learning

UnifiedABSA: A Unified ABSA Framework Based on Multi-task Instruction Tuning

2022-11-20 · Zengzhi Wang, Rui Xia, Jianfei Yu

Aspect-Based Sentiment Analysis (ABSA) aims to provide fine-grained aspect-level sentiment information. There are many ABSA tasks, and the current dominant paradigm is to train task-specific models for each task. However…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Aspect-Category-Opinion-Sentiment Quadruple ExtractionAspect Extraction+5