HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

HySPA: Hybrid Span Generation for Scalable Text-to-Graph Extraction

Liliang Ren Chenkai Sun Heng Ji Julia Hockenmaier

HySPA: Hybrid Span Generation for Scalable Text-to-Graph Extraction

Abstract

Text-to-Graph extraction aims to automatically extract information graphs consisting of mentions and types from natural language texts. Existing approaches, such as table filling and pairwise scoring, have shown impressive performance on various information extraction tasks, but they are difficult to scale to datasets with longer input texts because of their second-order space/time complexities with respect to the input length. In this work, we propose a Hybrid Span Generator (HySPA) that invertibly maps the information graph to an alternating sequence of nodes and edge types, and directly generates such sequences via a hybrid span decoder which can decode both the spans and the types recurrently in linear time and space complexities. Extensive experiments on the ACE05 dataset show that our approach also significantly outperforms state-of-the-art on the joint entity and relation extraction task.

Code Repositories

renll/HySPA
Official
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
relation-extraction-on-ace-2005HySPA
Cross Sentence: No
Sentence Encoder: ALBERT
relation-extraction-on-ace-2005HySPA (ours) w/ RoBERTa
Relation F1: 68.2

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
HySPA: Hybrid Span Generation for Scalable Text-to-Graph Extraction | Papers | HyperAI