paper-with-me

Papers

Sentence Embedding Alignment for Lifelong Relation Extraction

2019-03-06 · NAACL 2019 6 · Hong Wang, Wenhan Xiong, Mo Yu, Xiaoxiao Guo, Shiyu Chang, William Yang Wang

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.

📄 PDF Abstract BibTeX arXiv:1903.02588

Code (2)

hongwang600/Lifelong_Relation_Detection 공식 구현 pytorch
wutong8023/Lifelong_Relation_Detection_with_Meta_Learning pytorch

Tasks

Incremental LearningLifelong learningRelationRelation ExtractionSentenceSentence EmbeddingSentence-Embedding

Similar Papers 제목 키워드 기반

A Comparative Study on Structural and Semantic Properties of Sentence Embeddings

2020-09-23 · Alexander Kalinowski, Yuan An

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+3

SEE: Syntax-aware Entity Embedding for Neural Relation Extraction

2018-01-11 · Zhengqiu He, Wenliang Chen, Zhenghua Li, Meishan Zhang 외

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+2

Meta-Learning Improves Lifelong Relation Extraction

2019-08-01 · WS 2019 8 · Abiola Obamuyide, Andreas Vlachos

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 Extraction

Combining Long Short Term Memory and Convolutional Neural Network for Cross-Sentence n-ary Relation Extraction

2018-11-02 · AKBC 2019 · Angrosh Mandya, Danushka Bollegala, Frans Coenen, Katie Atkinson

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 Embeddings

Distantly-Supervised Neural Relation Extraction with Side Information using BERT

2020-04-29 · Johny Moreira, Chaina Oliveira, David Macêdo, Cleber Zanchettin 외

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