paper-with-me

홈 › Papers

Minimize Exposure Bias of Seq2Seq Models in Joint Entity and Relation Extraction

2020-09-16 · Findings of the Association for Computational Linguistics 2020 · Ranran Haoran Zhang, Qianying Liu, Aysa Xuemo Fan, Heng Ji, Daojian Zeng, Fei Cheng, Daisuke Kawahara, Sadao Kurohashi

Joint entity and relation extraction aims to extract relation triplets from plain text directly. Prior work leverages Sequence-to-Sequence (Seq2Seq) models for triplet sequence generation. However, Seq2Seq enforces an unnecessary order on the unordered triplets and involves a large decoding length associated with error accumulation. These introduce exposure bias, which may cause the models overfit to the frequent label combination, thus deteriorating the generalization. We propose a novel Sequence-to-Unordered-Multi-Tree (Seq2UMTree) model to minimize the effects of exposure bias by limiting the decoding length to three within a triplet and removing the order among triplets. We evaluate our model on two datasets, DuIE and NYT, and systematically study how exposure bias alters the performance of Seq2Seq models. Experiments show that the state-of-the-art Seq2Seq model overfits to both datasets while Seq2UMTree shows significantly better generalization. Our code is available at https://github.com/WindChimeRan/OpenJERE .

📄 PDF Abstract BibTeX arXiv:2009.07503

Code (1)

WindChimeRan/OpenJERE 공식 구현 pytorch

Tasks

Joint Entity and Relation ExtractionRelationRelation ExtractionTriplet

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

TPLinker: Single-stage Joint Extraction of Entities and Relations Through Token Pair Linking

2020-10-26 · COLING 2020 8 · Yucheng Wang, Bowen Yu, Yueyang Zhang, Tingwen Liu 외

Extracting entities and relations from unstructured text has attracted increasing attention in recent years but remains challenging, due to the intrinsic difficulty in identifying overlapping relations with shared entiti…

RelationRelation Extraction

Jointly De-biasing Face Recognition and Demographic Attribute Estimation

2019-11-19 · ECCV 2020 8 · Sixue Gong, Xiaoming Liu, Anil K. Jain

We address the problem of bias in automated face recognition and demographic attribute estimation algorithms, where errors are lower on certain cohorts belonging to specific demographic groups. We present a novel de-bias…

AttributeFace Recognition

Eliminating Exposure Bias and Loss-Evaluation Mismatch in Multiple Object Tracking

2018-11-27 · Andrii Maksai, Pascal Fua

Identity Switching remains one of the main difficulties Multiple Object Tracking (MOT) algorithms have to deal with. Many state-of-the-art approaches now use sequence models to solve this problem but their training can b…

Multiple Object TrackingObject Tracking

Eliminating Exposure Bias and Metric Mismatch in Multiple Object Tracking

2019-06-01 · CVPR 2019 6 · Andrii Maksai, Pascal Fua

Identity Switching remains one of the main difficulties Multiple Object Tracking (MOT) algorithms have to deal with. Many state-of-the-art approaches now use sequence models to solve this problem but their …

Multiple Object TrackingObject Tracking

Mitigating Exposure Bias in Risk-Aware Time Series Forecasting with Soft Tokens

2025-12-10 · Alireza Namazi, Amirreza Dolatpour Fathkouhi, Heman Shakeri arxiv

Autoregressive forecasting is central to predictive control in diabetes and hemodynamic management, where different operating zones carry different clinical risks. Standard models trained with teacher forcing suffer from…

Time Series ForecastingTrajectory Forecasting