Relation Extraction using Explicit Context Conditioning
This addresses a bottleneck in relation extraction for biomedical text processing, though it appears incremental as it builds on existing first-order methods.
The paper tackles the problem of capturing complex and long dependencies in relation extraction by introducing second-order relations that connect entities via explicit context tokens, achieving state-of-the-art performance on two biomedical datasets.
Relation Extraction (RE) aims to label relations between groups of marked entities in raw text. Most current RE models learn context-aware representations of the target entities that are then used to establish relation between them. This works well for intra-sentence RE and we call them first-order relations. However, this methodology can sometimes fail to capture complex and long dependencies. To address this, we hypothesize that at times two target entities can be explicitly connected via a context token. We refer to such indirect relations as second-order relations and describe an efficient implementation for computing them. These second-order relation scores are then combined with first-order relation scores. Our empirical results show that the proposed method leads to state-of-the-art performance over two biomedical datasets.