A Hierarchical Framework for Relation Extraction with Reinforcement Learning
About
Most existing methods determine relation types only after all the entities have been recognized, thus the interaction between relation types and entity mentions is not fully modeled. This paper presents a novel paradigm to deal with relation extraction by regarding the related entities as the arguments of a relation. We apply a hierarchical reinforcement learning (HRL) framework in this paradigm to enhance the interaction between entity mentions and relation types. The whole extraction process is decomposed into a hierarchy of two-level RL policies for relation detection and entity extraction respectively, so that it is more feasible and natural to deal with overlapping relations. Our model was evaluated on public datasets collected via distant supervision, and results show that it gains better performance than existing methods and is more powerful for extracting overlapping relations.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Joint Entity and Relation Extraction | NYT (test) | Precision71.4 | 64 | |
| Joint Entity and Relation Extraction | WebNLG (test) | Precision53.8 | 52 | |
| Relation Extraction | NYT10 subset (test) | Precision81.5 | 20 | |
| Relation Extraction | NYT HRL 11 | Precision53.8 | 14 | |
| Relation Extraction | NYT HRL 10 | Precision71.4 | 11 | |
| Joint Entity and Relation Extraction | NYT29 (test) | Precision0.764 | 9 | |
| Joint Entity and Relation Extraction | NYT24 (test) | Precision84.2 | 9 | |
| Relational Triple Extraction | NYT11-HRL (test) | Precision53.8 | 8 | |
| Relation Extraction | NYT11 (test) | Precision53.8 | 7 | |
| Relation Extraction | NYT11-plus (test) | Precision44.1 | 7 |