Learning Logic Rules for Document-level Relation Extraction
Dongyu Ru, Changzhi Sun, Jiangtao Feng, Lin Qiu, Hao Zhou, and Weinan Zhang, Yong Yu, Lei Li

TL;DR
LogiRE is a probabilistic model that learns logic rules for document-level relation extraction, improving interpretability and performance over neural network approaches by explicitly capturing long-range dependencies.
Contribution
This paper introduces LogiRE, a novel probabilistic framework that incorporates logic rules into neural models for relation extraction, enhancing transparency and accuracy.
Findings
Significantly outperforms baselines in relation extraction accuracy.
Achieves over 3.3 improvements in logical consistency score.
Effectively captures long-range dependencies through logic rules.
Abstract
Document-level relation extraction aims to identify relations between entities in a whole document. Prior efforts to capture long-range dependencies have relied heavily on implicitly powerful representations learned through (graph) neural networks, which makes the model less transparent. To tackle this challenge, in this paper, we propose LogiRE, a novel probabilistic model for document-level relation extraction by learning logic rules. LogiRE treats logic rules as latent variables and consists of two modules: a rule generator and a relation extractor. The rule generator is to generate logic rules potentially contributing to final predictions, and the relation extractor outputs final predictions based on the generated logic rules. Those two modules can be efficiently optimized with the expectation-maximization (EM) algorithm. By introducing logic rules into neural networks, LogiRE can…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Biomedical Text Mining and Ontologies
