Sentence Embedding Alignment for Lifelong Relation Extraction
Conventional approaches to relation extraction usually require a fixed set of pre-defined relations. Such requirement is hard to meet in many real applications, especially when new data and relations are emerging incessantly and it is computationally expensive to store all data and re-train the whole model every time new data and relations come in. We formulate such a challenging problem as lifelong relation extraction and investigate memory-efficient incremental learning methods without catastrophically forgetting knowledge learned from previous tasks. We first investigate a modified version of the stochastic gradient methods with a replay memory, which surprisingly outperforms recent state-of-the-art lifelong learning methods. We further propose to improve this approach to alleviate the forgetting problem by anchoring the sentence embedding space. Specifically, we utilize an explicit alignment model to mitigate the sentence embedding distortion of the learned model when training on new data and new relations. Experiment results on multiple benchmarks show that our proposed method significantly outperforms the state-of-the-art lifelong learning approaches.
Code (2)
Tasks
Incremental LearningLifelong learningRelationRelation ExtractionSentenceSentence EmbeddingSentence-EmbeddingSimilar Papers 제목 키워드 기반
A Comparative Study on Structural and Semantic Properties of Sentence Embeddings
Sentence embeddings encode natural language sentences as low-dimensional dense vectors. A great deal of effort has been put into using sentence embeddings to improve several important natural language processing tasks. R…
Knowledge GraphsRelationRelation ExtractionSentence+3SEE: Syntax-aware Entity Embedding for Neural Relation Extraction
Distant supervised relation extraction is an efficient approach to scale relation extraction to very large corpora, and has been widely used to find novel relational facts from plain text. Recent studies on neural relati…
RelationRelation ClassificationRelation ExtractionSentence+2Meta-Learning Improves Lifelong Relation Extraction
Most existing relation extraction models assume a fixed set of relations and are unable to adapt to exploit newly available supervision data to extract new relations. In order to alleviate such problems, there is the nee…
Lifelong learningMeta-LearningRelationRelation ExtractionCombining Long Short Term Memory and Convolutional Neural Network for Cross-Sentence n-ary Relation Extraction
We propose in this paper a combined model of Long Short Term Memory and Convolutional Neural Networks (LSTM-CNN) that exploits word embeddings and positional embeddings for cross-sentence n-ary relation extraction. The p…
RelationRelation ExtractionSentenceWord EmbeddingsDistantly-Supervised Neural Relation Extraction with Side Information using BERT
Relation extraction (RE) consists in categorizing the relationship between entities in a sentence. A recent paradigm to develop relation extractors is Distant Supervision (DS), which allows the automatic creation of new …
RelationRelation ExtractionSentence