paper-with-me

Papers

How Fragile is Relation Extraction under Entity Replacements?

2023-05-22 · Yiwei Wang, Bryan Hooi, Fei Wang, Yujun Cai, Yuxuan Liang, Wenxuan Zhou, Jing Tang, Manjuan Duan, Muhao Chen

Relation extraction (RE) aims to extract the relations between entity names from the textual context. In principle, textual context determines the ground-truth relation and the RE models should be able to correctly identify the relations reflected by the textual context. However, existing work has found that the RE models memorize the entity name patterns to make RE predictions while ignoring the textual context. This motivates us to raise the question: ``are RE models robust to the entity replacements?'' In this work, we operate the random and type-constrained entity replacements over the RE instances in TACRED and evaluate the state-of-the-art RE models under the entity replacements. We observe the 30\% - 50\% F1 score drops on the state-of-the-art RE models under entity replacements. These results suggest that we need more efforts to develop effective RE models robust to entity replacements. We release the source code at https://github.com/wangywUST/RobustRE.

📄 PDF Abstract BibTeX arXiv:2305.13551

Code (1)

wangywust/robustre 공식 구현 pytorch

Tasks

BenchmarkingCausal InferenceRelationRelation Extraction

Similar Papers 제목 키워드 기반

How much reliable is ChatGPT's prediction on Information Extraction under Input Perturbations?

2024-04-07 · Ishani Mondal, Abhilasha Sancheti

In this paper, we assess the robustness (reliability) of ChatGPT under input perturbations for one of the most fundamental tasks of Information Extraction (IE) i.e. Named Entity Recognition (NER). Despite the hype, the m…

In-Context Learningnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1

What's in a Name? Are BERT Named Entity Representations just as Good for any other Name?

2020-07-14 · WS 2020 7 · Sriram Balasubramanian, Naman jain, Gaurav Jindal, Abhijeet Awasthi 외

We evaluate named entity representations of BERT-based NLP models by investigating their robustness to replacements from the same typed class in the input. We highlight that on several tasks while such perturbations are …

Document-Level Relation Extraction via Pair-Aware and Entity-Enhanced Representation Learning

2022-10-01 · COLING 2022 10 · Xiusheng Huang, Hang Yang, Yubo Chen, Jun Zhao 외

Document-level relation extraction aims to recognize relations among multiple entity pairs from a whole piece of article. Recent methods achieve considerable performance but still suffer from two challenges: a) the relat…

Document-level Relation ExtractionRelationRelation ExtractionRepresentation Learning

Techniques for Jointly Extracting Entities and Relations: A Survey

2021-03-10 · Sachin Pawar, Pushpak Bhattacharyya, Girish K. Palshikar

Relation Extraction is an important task in Information Extraction which deals with identifying semantic relations between entity mentions. Traditionally, relation extraction is carried out after entity extraction in a "…

RelationRelation ExtractionSurvey

Entity and Evidence Guided Document-Level Relation Extraction

2021-08-01 · ACL (RepL4NLP) 2021 8 · Kevin Huang, Peng Qi, Guangtao Wang, Tengyu Ma 외

Document-level relation extraction is a challenging task, requiring reasoning over multiple sentences to predict a set of relations in a document. In this paper, we propose a novel framework E2GRE (Entity and Evidence Gu…

Document-level Relation ExtractionLanguage ModelingLanguage ModellingRelation+1