Journal Article
Large Language Models

Large language models for generative information extraction: a survey

Derong Xu(University of Science and Technology of China), Wei Chen(University of Science and Technology of China), Wenjun Peng(University of Science and Technology of China), Chao Zhang(University of Science and Technology of China), Tong Xu(University of Science and Technology of China), Xiangyu Zhao(City University of Hong Kong), Xian Wu(Tencent (China)), Yefeng Zheng(Tencent (China)), Yan Wang(Anhui Conch Design and Research Institute of Building Materials (China)), Enhong Chen(University of Science and Technology of China)
November 11, 2024Frontiers of Computer Science427 citations

427

Citations

13

Influential Citations

Frontiers of Computer Science

Venue

2024

Year

Abstract

Abstract Information Extraction (IE) aims to extract structural knowledge from plain natural language texts. Recently, generative Large Language Models (LLMs) have demonstrated remarkable capabilities in text understanding and generation. As a result, numerous works have been proposed to integrate LLMs for IE tasks based on a generative paradigm. To conduct a comprehensive systematic review and exploration of LLM efforts for IE tasks, in this study, we survey the most recent advancements in this field. We first present an extensive overview by categorizing these works in terms of various IE subtasks and techniques, and then we empirically analyze the most advanced methods and discover the emerging trend of IE tasks with LLMs. Based on a thorough review conducted, we identify several insights in technique and promising research directions that deserve further exploration in future studies. We maintain a public repository and consistently update related works and resources on GitHub (LLM4IE repository).

Analysis

Why This Paper Matters

Information extraction (IE) is a cornerstone of natural language processing, enabling the conversion of unstructured text into structured knowledge. Traditional IE systems rely on task-specific architectures and extensive labeled data, limiting their adaptability. The emergence of large language models (LLMs) with generative capabilities has revolutionized this landscape, offering a unified paradigm that can handle multiple IE subtasks with minimal task-specific engineering. This survey is timely and essential because it systematically organizes the rapidly growing body of work on generative LLMs for IE, providing clarity in a field that is evolving at breakneck speed.

The paper matters because it not only catalogs methods but also empirically analyzes trends, revealing that generative approaches—especially those leveraging instruction tuning and in-context learning—are achieving state-of-the-art results across named entity recognition, relation extraction, and event extraction. For practitioners at Neura Market, understanding these trends is critical for building next-generation AI systems that can extract structured information from diverse text sources with minimal supervision.

Technical Contributions

The survey makes several key technical contributions:

  • Categorization by IE subtask: It organizes methods for named entity recognition (NER), relation extraction (RE), event extraction (EE), and other tasks, showing how generative LLMs unify these traditionally separate pipelines.
  • Categorization by technique: It distinguishes approaches based on prompting strategies (e.g., few-shot, chain-of-thought), fine-tuning methods (e.g., instruction tuning, parameter-efficient fine-tuning), and decoding strategies (e.g., constrained decoding).
  • Empirical analysis: The authors compare performance across benchmarks, highlighting that generative LLMs excel in few-shot and zero-shot settings, often surpassing discriminative models.
  • Emerging trends: They identify key directions such as multi-task learning, retrieval-augmented generation, and the use of structured outputs (e.g., JSON, knowledge graphs) directly from LLMs.

Results

While the survey does not present new experimental results, it synthesizes findings from numerous studies. Key reported outcomes include:

  • Generative LLMs (e.g., GPT-3, ChatGPT, LLaMA) achieve F1 scores exceeding 90% on standard NER benchmarks like CoNLL-2003 when fine-tuned, and competitive results in zero-shot settings (e.g., 70-80% F1 on OntoNotes 5.0).
  • For relation extraction, instruction-tuned models like Flan-T5 outperform previous state-of-the-art by 5-10% on FewRel and TACRED.
  • In event extraction, generative approaches reduce the need for separate trigger and argument classifiers, achieving comparable or better performance with simpler pipelines.

Significance

This survey has significant implications for the AI field. It provides a roadmap for researchers to navigate the crowded landscape of generative IE, highlighting which techniques are most promising. For industry practitioners, it underscores the practicality of using a single LLM to perform multiple IE tasks, reducing engineering overhead and enabling rapid deployment. The public GitHub repository ensures the survey remains a living resource, tracking ongoing advances. Ultimately, this work accelerates the adoption of generative LLMs for knowledge extraction, which is foundational for applications in search, question answering, and knowledge base construction.