Relation Extraction.md
November 4, 2025 ยท View on GitHub
Relation Extraction
๐ Tutorial
- A SURVEY ON RELATION EXTRACTION (CMU) [Slides]
- Relation Extraction: CSE 517: Natural Language Processing [Slides]
- Relation Extraction II: CSE 517: Natural Language Processing [Slides]
๐ Research Papers
General topics
- CoType: Joint Extraction of Typed Entities and Relations with Knowledge Bases (CoType, WWW2017)[Notes]
- Knowledge-Based Weak Supervision for Information Extraction of Overlapping Relations [Code][Slides]
- Recently, researchers have developed multi- instance learning algorithms to combat the noisy training data that can come from heuristic labeling, but their models assume relations are disjoint . for example they cannot extract the pair Founded(Jobs, Apple) and CEO-of(Jobs, Apple). This paper presents a novel approach for multi-instance learning with overlapping relations that combines a sentence-level extraction model with a simple, corpus-level component for aggregating the individual facts.
- Modeling missing data in distant supervision for information extraction (ACL2013) missing data problem(?)
- Neural Relation Extraction with Selective Attention over Instances (ACL 2016) [Paper][Code][Blog]
- Fix the problem of distant supervised relation extraction
- Employs CNN to embed the semantics of sentences, then builds sentence-level attention over multi- ple instances, which is expected to dynamically reduce the weights of those noisy instances (major contribution). Notes in group meeting.
- Multi-instance Multi-label Learning for Relation Extraction (EMMLP-CoNLL 2012)[Paper]
- Snuba: Automating Weak Supervision to Label Training Data (VLDB 2019) ๐
- Improving Neural Relation Extraction with Implicit Mutual Relations [Video][Slides][Paper] (ICDE 2020) ๐
- Snorkel: rapid training data creation with weak supervision (VLDBJ 2020) ๐
- Snorkel: Fast Training Set Generation for Information Extraction (SIGMOD 2017) ๐
- NERO: A Neural Rule Grounding Framework for Label-Efficient Relation Extraction (WWW 2020) [Paper]
- Explicitly exploit labeling rules over unmatched sentences as supervision for training better RE models
- The Nero framework has two major modules: (1) The sentence-level relation classifier aims to learn the neural representations of sentences and classify which relation it talks about, which serves as the outcome of Nero. (2) The soft rule matcher: The key intuition behind our soft rule matcher is that the distances between rules and sentences can be modeled by simple cosine computations in a new space transformed from their neural representations (e.g. word embeddings), which can be learned by a contrastive loss.
- MCVAE: Margin-based Conditional Variational Autoencoder for Relation Classification and Pattern Generation (WWW 2019)
- Semi-structured relation extraction (a series of woks conducted by the same author)
- ZeroShotCeres: Zero-shot relation extraction from semi-structured webpages (ACL 2020)
- OpenCeres: When open information extraction meets the semi-structured web (NAACL 2019)
- Ceres: Distantly supervised relation extraction from the semi-structured web (VLDB 2018)
- RECON: Relation Extraction using Knowledge Graph Context in a Graph Neural Network (WWW 2021)
- Discovering Correlations between Sparse Features in Distant Supervision for Relation Extraction (WSDM 2019)
- KnowPrompt: Knowledge-aware Prompt-tuning with Synergestic Optimization for Relation Extraction (WWW 2022) [Paper] [Code]
- Document-Level Relation Extraction Based on Heterogeneous Graph Reasoning (CIKM 2024) [Paper]
- Topic-Oriented Open Relation Extraction with A Priori Seed Generation (EMNLP 2024) [Paper]
- Improving Data Annotation for Low-Resource Relation Extraction with Logical Rule-Augmented Collaborative Language Models (NAACL 2025) [Paper]
- Analyzing the Influence of Knowledge Graph Information on Relation Extraction (ESWC 2025) [Paper]
- Task-Oriented Dynamic Knowledge Distillation for Continuous Few-Shot Relation Extraction (Knowledge Base System 2025) [Paper]
- End-to-end Learning of Logical Rules for Enhancing Document-level Relation Extraction (ACL 2024) [Paper]
- Document Level Relationship Extraction based on context feature enhancement (Pattern Recognition Letters 2025) [Paper]
- Document-Level Relation Extraction with Global Relations and Entity Pair Reasoning (ACL 2025 Findings) [Paper]
- An Adaptive Multi-Threshold Loss and a General Framework for Collaborating Losses in Document-Level Relation Extraction (ACL 2025 Findings) [Paper]
- ARPDL: Adaptive Relational Prior Distribution Loss as an Adapter for Document-Level Relation Extraction (IJCAI 2025) [Paper]
- U-MERE: Unconstrained Multimodal Entity and Relation Extraction with Collaborative Modeling and Order-Sensitive Optimization (MM 2025) [Paper]
LLM for RE ๐ฅ๐ฅ๐ฅ
- Revisiting Relation Extraction in the era of Large Language Models (ACL 2023) [Paper]
- Learn or Recall? Revisiting Incremental Learning with Pre-trained Language Models (Arxiv, Dec 2023) [Paper]
- Taiyi: A Bilingual Fine-Tuned Large Language Model for Diverse Biomedical Tasks (Arxiv, Nov 2023) [Paper]
- Datasets: a comprehensive collection of 140 existing biomedical text mining datasets (38 Chinese datasets and 102 English datasets)
- Tasks: named entity recognition, relation extraction, text classification, question answering tasks
- Unleashing the Power of Large Language Models in Zero-shot Relation Extraction via Self-Prompting (EMNLP 2024) [Paper]
Datasets, Benchmarks, and Platform for Evaluation
- (Dataset) CoNLL: A Linear Programming Formulation for Global Inference in Natural Language Tasks (ACL 2004)
- (Dataset) NYT: Modeling relations and their mentions without labeled text (ECML/PKDD 2010)
- (Platform): Benchmarks for RE [Link]
- (Benchmark): NCRE: A Benchmark for Document-level Nominal Compound Relation Extraction (COLING 2025) [Paper]
๐ฌ Interesting Blogs and Discussions
- ๅบไบ็ฅ็ป็ฝ็ป็ๅฎไฝ่ฏๅซๅๅ ณ็ณปๆฝๅ่ๅๅญฆไน (in Chinese)[Link]