Relation Extraction

665 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

Retrieval-Augmented Generation-based Relation Extraction

sefeoglu/rag4re 20 Apr 2024

To overcome these limitations, Retrieved-Augmented Generation-based Relation Extraction (RAG4RE) in this work is proposed, offering a pathway to enhance the performance of relation extraction tasks.

0
20 Apr 2024

Fine-Grained Named Entities for Corona News

sefeoglu/coronanews-ner 20 Apr 2024

Information resources such as newspapers have produced unstructured text data in various languages related to the corona outbreak since December 2019.

0
20 Apr 2024

REXEL: An End-to-end Model for Document-Level Relation Extraction and Entity Linking

amazon-science/e2e-docie 19 Apr 2024

Extracting structured information from unstructured text is critical for many downstream NLP applications and is traditionally achieved by closed information extraction (cIE).

7
19 Apr 2024

GraphER: A Structure-aware Text-to-Graph Model for Entity and Relation Extraction

urchade/grapher 18 Apr 2024

Information extraction (IE) is an important task in Natural Language Processing (NLP), involving the extraction of named entities and their relationships from unstructured text.

16
18 Apr 2024

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.

152
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.

152
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.

13
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