Relation Extraction

671 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

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.

4
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".

5
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).

18
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

Extracting Polymer Nanocomposite Samples from Full-Length Documents

ghazalkhalighinejad/pncextract 1 Mar 2024

This paper investigates the use of large language models (LLMs) for extracting sample lists of polymer nanocomposites (PNCs) from full-length materials science research papers.

0
01 Mar 2024

DistALANER: Distantly Supervised Active Learning Augmented Named Entity Recognition in the Open Source Software Ecosystem

record/8075578 25 Feb 2024

With the AI revolution in place, the trend for building automated systems to support professionals in different domains such as the open source software systems, healthcare systems, banking systems, transportation systems and many others have become increasingly prominent.

0
25 Feb 2024

Making Pre-trained Language Models Better Continual Few-Shot Relation Extractors

mashengkun/cpl 24 Feb 2024

Continual Few-shot Relation Extraction (CFRE) is a practical problem that requires the model to continuously learn novel relations while avoiding forgetting old ones with few labeled training data.

1
24 Feb 2024