Search papers, labs, and topics across Lattice.
This paper introduces ReaORE, a novel framework for Open Relation Extraction that enhances generalization to unseen relation types through a two-stage reasoning process. The first stage involves relation filtering, which leverages multiple reasoning aspects and embedding-based similarity to generate a refined set of potential relations. The second stage employs fine-grained comparative reasoning for accurate relation prediction, resulting in significant performance improvements over existing methods on standard datasets.
Achieving unprecedented accuracy in Open Relation Extraction, ReaORE outperforms traditional methods by effectively distinguishing between easily confused relations through advanced reasoning techniques.
Open Relation Extraction (OpenRE) requires a model to extract unseen relations between head and tail entities from unstructured text for real-world applications. The core challenge of OpenRE lies in achieving reliable generalization to unseen relation types. Current OpenRE approaches either employ clustering techniques, which cannot generate relation labels and suffer from poor generalization, or rely on direct relation label generation via Large Language Models (LLMs), which lack sufficient discriminative capacity to distinguish easily confused relations. To address these limitations, we propose Reasoning-guided progressive OpenRE (ReaORE), a framework for performing relation extraction through coarse-to-fine relation reasoning. Specifically, ReaORE consists of two key stages: (i) relation filtering, which reasons over multiple aspects to understand relations and instances, yielding an initial relation set, and further supplements and filters relations via embedding-based similarity to ensure the target relation is included; (ii) relation prediction, which aims to predict the target relations from the above set via fine-grained comparative reasoning to better distinguish easily confused relations. Extensive experiments on two widely used OpenRE datasets demonstrate that ReaORE outperforms existing baselines.