Reinforcement Learning-based N-ary Cross-Sentence Relation Extraction
The models of n-ary cross sentence relation extraction based on distant supervision assume that consecutive sentences mentioning n entities describe the relation of these n entities. However, on one hand, this assumption introduces noisy labeled data and harms the models' performance. On the other hand, some non-consecutive sentences also describe one relation and these sentences cannot be labeled under this assumption. In this paper, we relax this strong assumption by a weaker distant supervision assumption to address the second issue and propose a novel sentence distribution estimator model to address the first problem. This estimator selects correctly labeled sentences to alleviate the effect of noisy data is a two-level agent reinforcement learning model. In addition, a novel universal relation extractor with a hybrid approach of attention mechanism and PCNN is proposed such that it can be deployed in any tasks, including consecutive and nonconsecutive sentences. Experiments demonstrate that the proposed model can reduce the impact of noisy data and achieve better performance on general n-ary cross sentence relation extraction task compared to baseline models.
Code (0)
등록된 구현이 없습니다.
Tasks
reinforcement-learningReinforcement LearningReinforcement Learning (RL)RelationRelation ExtractionSentenceSimilar Papers 제목 키워드 기반
Learning the Extraction Order of Multiple Relational Facts in a Sentence with Reinforcement Learning
The multiple relation extraction task tries to extract all relational facts from a sentence. Existing works didn{'}t consider the extraction order of relational facts in a sentence. In this paper we argue that the extrac…
reinforcement-learningReinforcement LearningReinforcement Learning (RL)Relation Extraction+1Reward-based Input Construction for Cross-document Relation Extraction
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-doc…
RelationRelation ExtractionSentenceRelation Mention Extraction from Noisy Data with Hierarchical Reinforcement Learning
In this paper we address a task of relation mention extraction from noisy data: extracting representative phrases for a particular relation from noisy sentences that are collected via distant supervision. Despite its sig…
DenoisingHierarchical Reinforcement Learningreinforcement-learningReinforcement Learning+4Combining Long Short Term Memory and Convolutional Neural Network for Cross-Sentence n-ary Relation Extraction
We propose in this paper a combined model of Long Short Term Memory and Convolutional Neural Networks (LSTM-CNN) that exploits word embeddings and positional embeddings for cross-sentence n-ary relation extraction. The p…
RelationRelation ExtractionSentenceWord EmbeddingsDistant Supervision for Relation Extraction beyond the Sentence Boundary
The growing demand for structured knowledge has led to great interest in relation extraction, especially in cases with limited supervision. However, existing distance supervision approaches only extract relations express…
ArticlesRelationRelation ExtractionSentence