paper-with-me

Papers

Facing Changes: Continual Entity Alignment for Growing Knowledge Graphs

2022-07-23 · Yuxin Wang, Yuanning Cui, Wenqiang Liu, Zequn Sun, Yiqiao Jiang, Kexin Han, Wei Hu

Entity alignment is a basic and vital technique in knowledge graph (KG) integration. Over the years, research on entity alignment has resided on the assumption that KGs are static, which neglects the nature of growth of real-world KGs. As KGs grow, previous alignment results face the need to be revisited while new entity alignment waits to be discovered. In this paper, we propose and dive into a realistic yet unexplored setting, referred to as continual entity alignment. To avoid retraining an entire model on the whole KGs whenever new entities and triples come, we present a continual alignment method for this task. It reconstructs an entity's representation based on entity adjacency, enabling it to generate embeddings for new entities quickly and inductively using their existing neighbors. It selects and replays partial pre-aligned entity pairs to train only parts of KGs while extracting trustworthy alignment for knowledge augmentation. As growing KGs inevitably contain non-matchable entities, different from previous works, the proposed method employs bidirectional nearest neighbor matching to find new entity alignment and update old alignment. Furthermore, we also construct new datasets by simulating the growth of multilingual DBpedia. Extensive experiments demonstrate that our continual alignment method is more effective than baselines based on retraining or inductive learning.

📄 PDF Abstract BibTeX arXiv:2207.11436

Code (1)

nju-websoft/contea 공식 구현 pytorch

Tasks

Entity AlignmentInductive LearningKnowledge Graphs

Similar Papers 제목 키워드 기반

Cross-lingual Entity Alignment via Joint Attribute-Preserving Embedding

2017-08-16 · Zequn Sun, Wei Hu, Chengkai Li

Entity alignment is the task of finding entities in two knowledge bases (KBs) that represent the same real-world object. When facing KBs in different natural languages, conventional cross-lingual entity alignment methods…

AttributeEntity AlignmentMachine TranslationTranslation

Distilling Causal Effect from Miscellaneous Other-Class for Continual Named Entity Recognition

2022-10-08 · Junhao Zheng, Zhanxian Liang, Haibin Chen, Qianli Ma

Continual Learning for Named Entity Recognition (CL-NER) aims to learn a growing number of entity types over time from a stream of data. However, simply learning Other-Class in the same way as new entity types amplifies …

Causal InferenceContinual LearningContinual Named Entity RecognitionFG-1-PG-1+5

Energy-Based Models for Continual Learning

2020-11-24 · Shuang Li, Yilun Du, Gido M. van de Ven, Igor Mordatch

We motivate Energy-Based Models (EBMs) as a promising model class for continual learning problems. Instead of tackling continual learning via the use of external memory, growing models, or regularization, EBMs change the…

Continual Learning

Mitigating the Bias in the Model for Continual Test-Time Adaptation

2024-03-02 · Inseop Chung, Kyomin Hwang, Jayeon Yoo, Nojun Kwak

Continual Test-Time Adaptation (CTA) is a challenging task that aims to adapt a source pre-trained model to continually changing target domains. In the CTA setting, a model does not know when the target domain changes, t…

Test-time Adaptation

Harness Continual Learning: Continual Adaptation Beyond Model Parameters

2026-08-19 · Borui Kang, Jinrui Gu, Junhan Lv, Wenbin Li 외 arxiv

Continual learning has largely been model-centric, treating model parameters as the state that changes with sequential experience. Modern agents can also adapt through a harness of prompts, memories, tools, skills, and r…

Continual Learning