Reward-based Input Construction for Cross-document Relation Extraction
Byeonghu Na, Suhyeon Jo, Yeongmin Kim, Il-Chul Moon

TL;DR
This paper introduces REIC, a reinforcement learning-based method for selecting evidence sentences in cross-document relation extraction, improving relation inference across long texts without supervision of evidence sentences.
Contribution
It presents the first learning-based sentence selector for cross-document RE that leverages reinforcement learning to handle long documents effectively.
Findings
Outperforms heuristic methods across various RE structures.
Effective in extracting relational evidence without supervision.
Demonstrates superiority over existing approaches.
Abstract
Relation extraction (RE) is a fundamental task in natural language processing, aiming to identify relations between target entities in text. While many RE methods are designed for a single sentence or document, cross-document RE has emerged to address relations across multiple long documents. Given the nature of long documents in cross-document RE, extracting document embeddings is challenging due to the length constraints of pre-trained language models. Therefore, we propose REward-based Input Construction (REIC), the first learning-based sentence selector for cross-document RE. REIC extracts sentences based on relational evidence, enabling the RE module to effectively infer relations. Since supervision of evidence sentences is generally unavailable, we train REIC using reinforcement learning with RE prediction scores as rewards. Experimental results demonstrate the superiority 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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSemantic Web and Ontologies · Natural Language Processing Techniques
