Graph-Augmented Relation Extraction Model with LLMs-Generated Support Document
Vicky Dong, Hao Yu, Yao Chen

TL;DR
This paper presents a novel relation extraction method that combines Large Language Models and Graph Neural Networks to generate enriched context and improve understanding of complex inter-entity relationships across sentences.
Contribution
It introduces a new approach integrating LLM-generated support documents with GNNs for enhanced sentence-level relation extraction.
Findings
Improved relation extraction accuracy on CrossRE dataset
Effective integration of LLMs and GNNs for contextual understanding
Enhanced modeling of inter-entity interactions across sentences
Abstract
This study introduces a novel approach to sentence-level relation extraction (RE) that integrates Graph Neural Networks (GNNs) with Large Language Models (LLMs) to generate contextually enriched support documents. By harnessing the power of LLMs to generate auxiliary information, our approach crafts an intricate graph representation of textual data. This graph is subsequently processed through a Graph Neural Network (GNN) to refine and enrich the embeddings associated with each entity ensuring a more nuanced and interconnected understanding of the data. This methodology addresses the limitations of traditional sentence-level RE models by incorporating broader contexts and leveraging inter-entity interactions, thereby improving the model's ability to capture complex relationships across sentences. Our experiments, conducted on the CrossRE dataset, demonstrate the effectiveness of our…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSemantic Web and Ontologies · Natural Language Processing Techniques · Data Quality and Management
MethodsGraph Neural Network
