Relation as a Prior: A Novel Paradigm for LLM-based Document-level Relation Extraction
Qiankun Pi, Yepeng Sun, Jicang Lu, Qinlong Fan, Ningbo Huang, Shiyu Wang

TL;DR
This paper introduces RelPrior, a new paradigm for document-level relation extraction using large language models, which improves accuracy by filtering irrelevant entity pairs and matching relations with priors, achieving state-of-the-art results.
Contribution
The paper proposes RelPrior, a novel paradigm that leverages relation priors to enhance LLM-based document relation extraction, addressing noise and label prediction issues.
Findings
RelPrior outperforms existing LLM-based methods on two benchmarks.
Filtering irrelevant entity pairs reduces noise in relation prediction.
Using relation priors improves matching accuracy and reduces misjudgments.
Abstract
Large Language Models (LLMs) have demonstrated their remarkable capabilities in document understanding. However, recent research reveals that LLMs still exhibit performance gaps in Document-level Relation Extraction (DocRE) as requiring fine-grained comprehension. The commonly adopted "extract entities then predict relations" paradigm in LLM-based methods leads to these gaps due to two main reasons: (1) Numerous unrelated entity pairs introduce noise and interfere with the relation prediction for truly related entity pairs. (2) Although LLMs have identified semantic associations between entities, relation labels beyond the predefined set are still treated as prediction errors. To address these challenges, we propose a novel Relation as a Prior (RelPrior) paradigm for LLM-based DocRE. For challenge (1), RelPrior utilizes binary relation as a prior to extract and determine whether two…
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
TopicsTopic Modeling · Text Readability and Simplification · Natural Language Processing Techniques
