Relation Extraction

668 papers with code • 49 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

Latest papers with no code

Relation Extraction Using Large Language Models: A Case Study on Acupuncture Point Locations

no code yet • 8 Apr 2024

This study underscores the effectiveness of LLMs like GPT in extracting relations related to acupoint locations, with implications for accurately modeling acupuncture knowledge and promoting standard implementation in acupuncture training and practice.

Enhancing Software-Related Information Extraction via Single-Choice Question Answering with Large Language Models

no code yet • 8 Apr 2024

This paper describes our participation in the Shared Task on Software Mentions Disambiguation (SOMD), with a focus on improving relation extraction in scholarly texts through generative Large Language Models (LLMs) using single-choice question-answering.

Towards Realistic Few-Shot Relation Extraction: A New Meta Dataset and Evaluation

no code yet • 5 Apr 2024

We introduce a meta dataset for few-shot relation extraction, which includes two datasets derived from existing supervised relation extraction datasets NYT29 (Takanobu et al., 2019; Nayak and Ng, 2020) and WIKIDATA (Sorokin and Gurevych, 2017) as well as a few-shot form of the TACRED dataset (Sabo et al., 2021).

Guided Distant Supervision for Multilingual Relation Extraction Data: Adapting to a New Language

no code yet • 25 Mar 2024

We also create a manually annotated dataset with 2000 instances to evaluate the models and release it together with the dataset compiled using guided distant supervision.

MixRED: A Mix-lingual Relation Extraction Dataset

no code yet • 23 Mar 2024

Relation extraction is a critical task in the field of natural language processing with numerous real-world applications.

CHisIEC: An Information Extraction Corpus for Ancient Chinese History

no code yet • 22 Mar 2024

Additionally, we have evaluated the capabilities of Large Language Models (LLMs) in the context of tasks related to ancient Chinese history.

Event Temporal Relation Extraction based on Retrieval-Augmented on LLMs

no code yet • 22 Mar 2024

With the rise of prompt engineering, it is important to design effective prompt templates and verbalizers to extract relevant knowledge.

CO-Fun: A German Dataset on Company Outsourcing in Fund Prospectuses for Named Entity Recognition and Relation Extraction

no code yet • 22 Mar 2024

The process of cyber mapping gives insights in relationships among financial entities and service providers.

GraphERE: Jointly Multiple Event-Event Relation Extraction via Graph-Enhanced Event Embeddings

no code yet • 19 Mar 2024

First, we enrich the event embeddings with event argument and structure features by using static AMR graphs and IE graphs; Then, to jointly extract multiple event relations, we use Node Transformer and construct Task-specific Dynamic Event Graphs for each type of relation.

Pipelined Biomedical Event Extraction Rivaling Joint Learning

no code yet • 19 Mar 2024

Biomedical event extraction is an information extraction task to obtain events from biomedical text, whose targets include the type, the trigger, and the respective arguments involved in an event.