paper-with-me

홈 › Papers

Abstains from Prediction: Towards Robust Relation Extraction in Real World

2022-10-01 · CCL 2022 10 · Zhao Jun, Zhang Yongxin, Xu Nuo, Gui Tao, Zhang Qi, Chen Yunwen, Gao Xiang

“Supervised learning is a classic paradigm of relation extraction (RE). However, a well-performing model can still confidently make arbitrarily wrong predictions when exposed to samples of unseen relations. In this work, we propose a relation extraction method with rejection option to improve robustness to unseen relations. To enable the classifier to reject unseen relations, we introduce contrastive learning techniques and carefully design a set of class-preserving transformations to improve the discriminability between known and unseen relations. Based on the learned representation, inputs of unseen relations are assigned a low confidence score and rejected. Off-the-shelf open relation extraction (OpenRE) methods can be adopted to discover the potential relations in these rejected inputs. In addition, we find that the rejection can be further improved via readily available distantly supervised data. Experiments on two public datasets prove the effectiveness of our method capturing discriminative representations for unseen relation rejection.”

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningRelationRelation Extraction

Similar Papers 제목 키워드 기반

On the Relation between Sensitivity and Accuracy in In-context Learning

2022-09-16 · Yanda Chen, Chen Zhao, Zhou Yu, Kathleen McKeown 외

In-context learning (ICL) suffers from oversensitivity to the prompt, making it unreliable in real-world scenarios. We study the sensitivity of ICL with respect to multiple perturbation types. First, we find that label b…

In-Context LearningRelationSensitivity

Epistemic Reject Option Prediction

2025-11-06 · Vojtech Franc, Jakub Paplham arxiv

In high-stakes applications, predictive models must not only produce accurate predictions but also quantify and communicate their uncertainty. Reject-option prediction addresses this by allowing the model to abstain when…

Classification with Conceptual Safeguards

2024-11-07 · Hailey Joren, Charles Marx, Berk Ustun

We propose a new approach to promote safety in classification tasks with established concepts. Our approach -- called a conceptual safeguard -- acts as a verification layer for models that predict a target outcome by fir…

Classification

On the Limits of Selective AI Prediction: A Case Study in Clinical Decision Making

2025-08-11 · Sarah Jabbour, David Fouhey, Nikola Banovic, Stephanie D. Shepard 외 arxiv

AI has the potential to augment human decision making. However, even high-performing models can produce inaccurate predictions when deployed. These inaccuracies, combined with automation bias, where humans overrely on AI…

Decision Making

MCR-Net: A Multi-Step Co-Interactive Relation Network for Unanswerable Questions on Machine Reading Comprehension

2021-03-08 · Wei Peng, Yue Hu, Jing Yu, Luxi Xing 외

Question answering systems usually use keyword searches to retrieve potential passages related to a question, and then extract the answer from passages with the machine reading comprehension methods. However, many questi…

Machine Reading ComprehensionQuestion AnsweringReading ComprehensionRelation+1