Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 583 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 583 Bytes

Code for our NAACL 2019 paper:

Sentence Embedding Alignment for Lifelong Relation Extraction

Paper link: https://arxiv.org/abs/1903.02588

Running the code

First prepare the GloVe embeddings

1. On Simple Question Dataset

cp config_SimQue.py config.py

python continue_train.py 100

2. On FewRel Dataset

cp config_FewRel.py config.py

python continue_train.py 100