paper-with-me

Papers

Generalizing through Forgetting -- Domain Generalization for Symptom Event Extraction in Clinical Notes

2022-09-20 · Sitong Zhou, Kevin Lybarger, Meliha Yetisgen, Mari Ostendorf

Symptom information is primarily documented in free-text clinical notes and is not directly accessible for downstream applications. To address this challenge, information extraction approaches that can handle clinical language variation across different institutions and specialties are needed. In this paper, we present domain generalization for symptom extraction using pretraining and fine-tuning data that differs from the target domain in terms of institution and/or specialty and patient population. We extract symptom events using a transformer-based joint entity and relation extraction method. To reduce reliance on domain-specific features, we propose a domain generalization method that dynamically masks frequent symptoms words in the source domain. Additionally, we pretrain the transformer language model (LM) on task-related unlabeled texts for better representation. Our experiments indicate that masking and adaptive pretraining methods can significantly improve performance when the source domain is more distant from the target domain.

📄 PDF Abstract BibTeX arXiv:2209.09485

Code (0)

등록된 구현이 없습니다.

Tasks

Domain GeneralizationEvent ExtractionJoint Entity and Relation ExtractionLanguage ModelingLanguage ModellingRelation Extraction

Similar Papers 제목 키워드 기반

Complementary Domain Adaptation and Generalization for Unsupervised Continual Domain Shift Learning

2023-03-28 · ICCV 2023 1 · Wonguk Cho, Jinha Park, Taesup Kim

Continual domain shift poses a significant challenge in real-world applications, particularly in situations where labeled data is not available for new domains. The challenge of acquiring knowledge in this problem settin…

Domain AdaptationDomain GeneralizationUnsupervised Continual Domain Shift LearningUnsupervised Domain Adaptation

DIB-OD: Preserving the Invariant Core for Robust Heterogeneous Graph Adaptation via Decoupled Information Bottleneck and Online Distillation

2026-04-13 · Yang Yan, Qiuyan Wang, Tianjin Huang, Qiudong Yu 외 arxiv

Graph Neural Network pretraining is pivotal for leveraging unlabeled graph data. However, generalizing across heterogeneous domains remains a major challenge due to severe distribution shifts. Existing methods primarily …

Graph Neural NetworkDomain Adaptation

Quantified Task Misalignment to Inform PEFT: An Exploration of Domain Generalization and Catastrophic Forgetting in CLIP

2024-02-14 · Laura Niss, Kevin Vogt-Lowell, Theodoros Tsiligkaridis

Foundations models are presented as generalists that often perform well over a myriad of tasks. Fine-tuning these models, even on limited data, provides an additional boost in task-specific performance but often at the c…

Domain Generalizationparameter-efficient fine-tuning

Generalizing across Temporal Domains with Koopman Operators

2024-02-12 · Qiuhao Zeng, Wei Wang, Fan Zhou, Gezheng Xu 외

In the field of domain generalization, the task of constructing a predictive model capable of generalizing to a target domain without access to target data remains challenging. This problem becomes further complicated wh…

Domain GeneralizationGeneralization Bounds

On Generalizing Beyond Domains in Cross-Domain Continual Learning

2022-03-08 · CVPR 2022 1 · Christian Simon, Masoud Faraki, Yi-Hsuan Tsai, Xiang Yu 외

Humans have the ability to accumulate knowledge of new tasks in varying conditions, but deep neural networks often suffer from catastrophic forgetting of previously learned knowledge after learning a new task. Many recen…

Continual LearningKnowledge Distillation