Federated Incremental Named Entity Recognition
Duzhen Zhang, Yahan Yu, Chenxing Li, Jiahua Dong, Dong Yu

TL;DR
This paper introduces a federated incremental NER approach that effectively handles continuous new entity types and client dynamics, overcoming forgetting issues through a novel LGFD model with knowledge distillation and contrastive learning.
Contribution
The paper proposes a novel LGFD model for federated incremental NER, addressing intra- and inter-client forgetting with structural knowledge distillation, contrastive loss, and task switching monitoring.
Findings
LGFD significantly outperforms existing methods in incremental NER tasks.
The model effectively preserves old knowledge while learning new entity types.
Experimental results validate the robustness of LGFD in dynamic federated environments.
Abstract
Federated Named Entity Recognition (FNER) boosts model training within each local client by aggregating the model updates of decentralized local clients, without sharing their private data. However, existing FNER methods assume fixed entity types and local clients in advance, leading to their ineffectiveness in practical applications. In a more realistic scenario, local clients receive new entity types continuously, while new local clients collecting novel data may irregularly join the global FNER training. This challenging setup, referred to here as Federated Incremental NER, renders the global model suffering from heterogeneous forgetting of old entity types from both intra-client and inter-client perspectives. To overcome these challenges, we propose a Local-Global Forgetting Defense (LGFD) model. Specifically, to address intra-client forgetting, we develop a structural knowledge…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Quality and Management · Web Data Mining and Analysis · Topic Modeling
MethodsKnowledge Distillation
