Relation Extraction

663 papers with code • 50 benchmarks • 74 datasets

Relation Extraction is the task of predicting attributes and relations for entities in a sentence. For example, given a sentence “Barack Obama was born in Honolulu, Hawaii.”, a relation classifier aims at predicting the relation of “bornInCity”. Relation Extraction is the key component for building relation knowledge graphs, and it is of crucial significance to natural language processing applications such as structured search, sentiment analysis, question answering, and summarization.

Source: Deep Residual Learning for Weakly-Supervised Relation Extraction

Libraries

Use these libraries to find Relation Extraction models and implementations

Leveraging Data Augmentation for Process Information Extraction

faceonlive/ai-research 11 Apr 2024

Our study shows, that data augmentation is an important component in enabling machine learning methods for the task of business process model generation from natural language text, where currently mostly rule-based systems are still state of the art.

131
11 Apr 2024

A Two Dimensional Feature Engineering Method for Relation Extraction

faceonlive/ai-research 7 Apr 2024

The results indicate that two-dimensional feature engineering can take advantage of a two-dimensional sentence representation and make full use of prior knowledge in traditional feature engineering.

131
07 Apr 2024

Evaluating Generative Language Models in Information Extraction as Subjective Question Correction

thu-keg/sqc-score 4 Apr 2024

(1) The imprecision of existing evaluation metrics that struggle to effectively gauge semantic consistency between model outputs and ground truth, and (2) The inherent incompleteness of evaluation benchmarks, primarily due to restrictive human annotation schemas, resulting in underestimated LLM performances.

2
04 Apr 2024

EGTR: Extracting Graph from Transformer for Scene Graph Generation

naver-ai/egtr 2 Apr 2024

We propose a lightweight one-stage SGG model that extracts the relation graph from the various relationships learned in the multi-head self-attention layers of the DETR decoder.

12
02 Apr 2024

READ: Improving Relation Extraction from an ADversarial Perspective

david-li0406/read 2 Apr 2024

This strategy enables a larger attack budget for entities and coaxes the model to leverage relational patterns embedded in the context.

2
02 Apr 2024

MetaIE: Distilling a Meta Model from LLM for All Kinds of Information Extraction Tasks

komeijiforce/metaie 30 Mar 2024

We construct the distillation dataset via sampling sentences from language model pre-training datasets (e. g., OpenWebText in our implementation) and prompting an LLM to identify the typed spans of "important information".

4
30 Mar 2024

AutoRE: Document-Level Relation Extraction with Large Language Models

bigdante/autore 21 Mar 2024

Large Language Models (LLMs) have demonstrated exceptional abilities in comprehending and generating text, motivating numerous researchers to utilize them for Information Extraction (IE) purposes, including Relation Extraction (RE).

16
21 Mar 2024

Extracting Protein-Protein Interactions (PPIs) from Biomedical Literature using Attention-based Relational Context Information

bnlnlp/ppi-relation-extraction 8 Mar 2024

On the other hand, machine learning methods to automate PPI knowledge extraction from the scientific literature have been limited by a shortage of appropriate annotated data.

8
08 Mar 2024

FCDS: Fusing Constituency and Dependency Syntax into Document-Level Relation Extraction

xzascc/fcds 4 Mar 2024

State-of-the-art DocRE methods use a graph structure to connect entities across the document to capture dependency syntax information.

2
04 Mar 2024

CODE-ACCORD: A Corpus of Building Regulatory Data for Rule Generation towards Automatic Compliance Checking

accord-project/code-accord 4 Mar 2024

CODE-ACCORD comprises 862 self-contained sentences extracted from the building regulations of England and Finland.

0
04 Mar 2024