Redirecting to original paper in 30 seconds...

Click below to go immediately or wait for automatic redirect

arxiv_ai 88% Match Research Paper NLP Researchers,Data Scientists,Information Extraction Specialists,ML Engineers 1 week ago

Retrieval-Augmented Generation-based Relation Extraction

large-language-models › alignment
📄 Abstract

Abstract: Information Extraction (IE) is a transformative process that converts unstructured text data into a structured format by employing entity and relation extraction (RE) methodologies. The identification of the relation between a pair of entities plays a crucial role within this framework. Despite the existence of various techniques for relation extraction, their efficacy heavily relies on access to labeled data and substantial computational resources. In addressing these challenges, Large Language Models (LLMs) emerge as promising solutions; however, they might return hallucinating responses due to their own training data. To overcome these limitations, Retrieved-Augmented Generation-based Relation Extraction (RAG4RE) in this work is proposed, offering a pathway to enhance the performance of relation extraction tasks. This work evaluated the effectiveness of our RAG4RE approach utilizing different LLMs. Through the utilization of established benchmarks, such as TACRED, TACREV, Re-TACRED, and SemEval RE datasets, our aim is to comprehensively evaluate the efficacy of our RAG4RE approach. In particularly, we leverage prominent LLMs including Flan T5, Llama2, and Mistral in our investigation. The results of our study demonstrate that our RAG4RE approach surpasses performance of traditional RE approaches based solely on LLMs, particularly evident in the TACRED dataset and its variations. Furthermore, our approach exhibits remarkable performance compared to previous RE methodologies across both TACRED and TACREV datasets, underscoring its efficacy and potential for advancing RE tasks in natural language processing.
Authors (2)
Sefika Efeoglu
Adrian Paschke
Submitted
April 20, 2024
arXiv Category
cs.CL
arXiv PDF

Key Contributions

RAG4RE proposes a Retrieval-Augmented Generation approach for Relation Extraction to overcome limitations of traditional methods and LLMs, such as reliance on labeled data and hallucination. This method aims to enhance the performance of relation extraction tasks by leveraging external knowledge through retrieval.

Business Value

Enables more efficient and accurate extraction of structured information from unstructured text, accelerating knowledge discovery and supporting data-driven decision-making in various industries.