Few-Shot, No Problem: Descriptive Continual Relation Extraction

Abstract

Few-shot Continual Relation Extraction is a crucial challenge for enabling AI systems to identify and adapt to evolving relationships in dynamic real-world domains. Traditional memory-based approaches often overfit to limited samples, failing to reinforce old knowledge, with the scarcity of data in few-shot scenarios further exacerbating these issues by hindering effective data augmentation in the latent space. In this paper, we propose a novel retrieval-based solution, starting with a large language model to generate descriptions for each relation. From these descriptions, we introduce a bi-encoder retrieval training paradigm to enrich both sample and class representation learning. Leveraging these enhanced representations, we design a retrieval-based prediction method where each sample "retrieves" the best fitting relation via a reciprocal rank fusion score that integrates both relation description vectors and class prototypes. Extensive experiments on multiple datasets demonstrate that our method significantly advances the state-of-the-art by maintaining robust performance across sequential tasks, effectively addressing catastrophic forgetting.

Cite

Text

Thanh et al. "Few-Shot, No Problem: Descriptive Continual Relation Extraction." AAAI Conference on Artificial Intelligence, 2025. doi:10.1609/AAAI.V39I24.34715

Markdown

[Thanh et al. "Few-Shot, No Problem: Descriptive Continual Relation Extraction." AAAI Conference on Artificial Intelligence, 2025.](https://mlanthology.org/aaai/2025/thanh2025aaai-few/) doi:10.1609/AAAI.V39I24.34715

BibTeX

@inproceedings{thanh2025aaai-few,
  title     = {{Few-Shot, No Problem: Descriptive Continual Relation Extraction}},
  author    = {Thanh, Nguyen Xuan and Le, Anh Duc and Tran, Quyen and Le, Thanh-Thien and Van, Linh Ngo and Nguyen, Thien Huu},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2025},
  pages     = {25282-25290},
  doi       = {10.1609/AAAI.V39I24.34715},
  url       = {https://mlanthology.org/aaai/2025/thanh2025aaai-few/}
}