COLING 2024main2 citations

Distilling Causal Effect of Data in Continual Few-shot Relation Learning

Weihang Ye, Peng Zhang, Jing Zhang, Hui Gao, Moyao Wang

Abstract

Continual Few-Shot Relation Learning (CFRL) aims to learn an increasing number of new relational patterns from a data stream. However, due to the limited number of samples and the continual training mode, this method frequently encounters the catastrophic forgetting issues. The research on causal inference suggests that this issue is caused by the loss of causal effects from old data during the new training process. Inspired by the causal graph, we propose a unified causal framework for CFRL to restore the causal effects. Specifically, we establish two additional causal paths from old data to predictions by having the new data and memory data collide with old data separately in the old feature space. This augmentation allows us to preserve causal effects effectively and enhance the utilization of valuable information within memory data, thereby alleviating the phenomenon of catastrophic forgetting. Furthermore, we introduce a self-adaptive weight to achieve a delicate balance of causal effects between the new and old relation types. Extensive experiments demonstrate the superiority of our method over existing state-of-the-art approaches in CFRL task settings. Our codes are publicly available at: https://github.com/ywh140/CECF.

BibTeX
@inproceedings{ye-etal-2024-distilling,
    title = "Distilling Causal Effect of Data in Continual Few-shot Relation Learning",
    author = "Ye, Weihang  and
      Zhang, Peng  and
      Zhang, Jing  and
      Gao, Hui  and
      Wang, Moyao",
    editor = "Calzolari, Nicoletta  and
      Kan, Min-Yen  and
      Hoste, Veronique  and
      Lenci, Alessandro  and
      Sakti, Sakriani  and
      Xue, Nianwen",
    booktitle = "Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)",
    month = may,
    year = "2024",
    address = "Torino, Italia",
    publisher = "ELRA and ICCL",
    url = "https://aclanthology.org/2024.lrec-main.451/",
    pages = "5041--5051"
}
Distilling Causal Effect of Data in Continual Few-shot Relation Learning · COLING 2024