LGCLSep 29, 2025

LEAF: A Robust Expert-Based Framework for Few-Shot Continual Event Detection

arXiv:2509.24547v1h-index: 2
Originality Incremental advance
AI Analysis

This addresses the challenge of continual learning in event detection for NLP applications, but it is incremental as it builds on existing expert and adaptation methods.

The paper tackles the problem of few-shot continual event detection, where models must learn from limited data while avoiding catastrophic forgetting across tasks, and proposes LEAF, an expert-based framework that achieves state-of-the-art performance on multiple benchmarks.

Few-shot Continual Event Detection (FCED) poses the dual challenges of learning from limited data and mitigating catastrophic forgetting across sequential tasks. Existing approaches often suffer from severe forgetting due to the full fine-tuning of a shared base model, which leads to knowledge interference between tasks. Moreover, they frequently rely on data augmentation strategies that can introduce unnatural or semantically distorted inputs. To address these limitations, we propose LEAF, a novel and robust expert-based framework for FCED. LEAF integrates a specialized mixture of experts architecture into the base model, where each expert is parameterized with low-rank adaptation (LoRA) matrices. A semantic-aware expert selection mechanism dynamically routes instances to the most relevant experts, enabling expert specialization and reducing knowledge interference. To improve generalization in limited-data settings, LEAF incorporates a contrastive learning objective guided by label descriptions, which capture high-level semantic information about event types. Furthermore, to prevent overfitting on the memory buffer, our framework employs a knowledge distillation strategy that transfers knowledge from previous models to the current one. Extensive experiments on multiple FCED benchmarks demonstrate that LEAF consistently achieves state-of-the-art performance.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes