HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

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

DetIE: Multilingual Open Information Extraction Inspired by Object Detection

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 at inference than previous state of the art. We also evaluate the multilingual version of our model in the zero-shot setting for two languages and introduce a strategy for generating synthetic multilingual data to fine-tune the model for each specific language. In this setting, we show performance improvement 15% on multilingual Re-OIE2016, reaching 75% F1 for both Portuguese and Spanish languages. Code and models are available at https://github.com/sberbank-ai/DetIE.

Code Repositories

Benchmarks

BenchmarkMethodologyMetrics
open-information-extraction-on-lsoieOpenIE4
F1: 54.6
open-information-extraction-on-lsoieDetIEIMoJIE
F1: 55.7
open-information-extraction-on-lsoieDetIELSOIE
F1: 71.4
open-information-extraction-on-lsoieDetIELSOIE + IGL-CA
F1: 58.7
open-information-extraction-on-lsoieDetIEIMoJIE (ours) + IGL-CA
F1: 45.9
open-information-extraction-on-lsoieOllIE Mausam et al. (2012)
F1: 36.8
open-information-extraction-on-lsoieOpenIE6 (CIGL-OIE + IGL-CA)
F1: 51.6
open-information-extraction-on-lsoieCIGL-OIE
F1: 59.7
open-information-extraction-on-lsoieOpenIE5
F1: 49.5

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
DetIE: Multilingual Open Information Extraction Inspired by Object Detection | Papers | HyperAI