knowledge-graph-learning icon indicating copy to clipboard operation
knowledge-graph-learning copied to clipboard

ACL-2022-Continual Few-shot Relation Learning via Embedding Space Regularization and Data Augmentation

Open BrambleXu opened this issue 2 years ago • 0 comments

Summary:

在给予少量标注数据的情况下,如何学习新的relation。这种问题被称作 continual few-shot relation learning (CFRL)。根据之前的研究,发现新的few-shot任务产生的特征分布和之前任务里的特征分布不同,为了解决这个问题,本研究强制添加了基于relational embeddings的限制,并添加了额外的相关数据进行学习。

名词解释:Continual relation learning aims to continually train a model on new data to learn incessantly emerging novel relations while avoiding catastrophically forgetting old relations.

Resource:

Paper information:

  • Author:
  • Dataset: FewRel
  • keywords:

Notes:

Model Graph:

Result:

Thoughts:

Next Reading:

BrambleXu avatar Jan 24 '23 01:01 BrambleXu