TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Document-level Entity-based Extraction as Template Generat...

Document-level Entity-based Extraction as Template Generation

Kung-Hsiang Huang, Sam Tang, Nanyun Peng

2021-09-10EMNLP 2021 11Role-filler Entity ExtractionBinary Relation Extraction4-ary Relation Extraction
PaperPDFCode(official)

Abstract

Document-level entity-based extraction (EE), aiming at extracting entity-centric information such as entity roles and entity relations, is key to automatic knowledge acquisition from text corpora for various domains. Most document-level EE systems build extractive models, which struggle to model long-term dependencies among entities at the document level. To address this issue, we propose a generative framework for two document-level EE tasks: role-filler entity extraction (REE) and relation extraction (RE). We first formulate them as a template generation problem, allowing models to efficiently capture cross-entity dependencies, exploit label semantics, and avoid the exponential computation complexity of identifying N-ary relations. A novel cross-attention guided copy mechanism, TopK Copy, is incorporated into a pre-trained sequence-to-sequence model to enhance the capabilities of identifying key information in the input document. Experiments done on the MUC-4 and SciREX dataset show new state-of-the-art results on REE (+3.26%), binary RE (+4.8%), and 4-ary RE (+2.7%) in F1 score.

Results

TaskDatasetMetricValueModel
Relation ExtractionSciREXAvg. F114.47TempGen
Relation ExtractionSciREXAvg. F13.55TempGen
Role-filler Entity ExtractionMUC-4Avg. F157.76TempGen

Related Papers

Iterative Document-level Information Extraction via Imitation Learning2022-10-12BioRED: A Rich Biomedical Relation Extraction Dataset2022-04-08Multi-Attribute Relation Extraction (MARE) -- Simplifying the Application of Relation Extraction2021-11-17BERT-GT: Cross-sentence n-ary relation extraction with BERT and Graph Transformer2021-01-11Complex Relation Extraction: Challenges and Opportunities2020-12-09GRIT: Generative Role-filler Transformers for Document-level Event Entity Extraction2020-08-21YNU-junyi in BioNLP-OST 2019: Using CNN-LSTM Model with Embeddings for SeeDev Binary Event Extraction2019-11-01Linguistically Informed Relation Extraction and Neural Architectures for Nested Named Entity Recognition in BioNLP-OST 20192019-10-08