DetIE: Multilingual Open Information Extraction Inspired by Object Detection
Michael Vasilkovsky, Anton Alekseev, Valentin Malykh, Ilya Shenbin,, Elena Tutubalina, Dmitriy Salikhov, Mikhail Stepnov, Andrey Chertok, Sergey, Nikolenko

TL;DR
DetIE introduces a novel single-pass, object detection-inspired approach for open information extraction that outperforms existing models in speed and accuracy, including multilingual capabilities with zero-shot learning.
Contribution
The paper presents a new single-pass, Transformer-based OpenIE model inspired by object detection, achieving state-of-the-art results and enabling effective multilingual extraction.
Findings
Achieves 67.7% F1 on CaRB, outperforming previous models.
Runs 3.35 times faster at inference than prior state-of-the-art.
Improves multilingual extraction performance by 15% with synthetic data.
Abstract
State of the art neural methods for open information extraction (OpenIE) usually extract triplets (or tuples) iteratively in an autoregressive or predicate-based manner in order not to produce duplicates. In this work, we propose a different approach to the problem that can be equally or more successful. Namely, we present a novel single-pass method for OpenIE inspired by object detection algorithms from computer vision. We use an order-agnostic loss based on bipartite matching that forces unique predictions and a Transformer-based encoder-only architecture for sequence labeling. The proposed approach is faster and shows superior or similar performance in comparison with state of the art models on standard benchmarks in terms of both quality metrics and inference time. Our model sets the new state of the art performance of 67.7% F1 on CaRB evaluated as OIE2016 while being 3.35x faster…
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
Taxonomy
TopicsAdvanced Neural Network Applications · Multimodal Machine Learning Applications · Domain Adaptation and Few-Shot Learning
