Python package for the paper Inductive Document Network Embedding with Topic-Word Attention (ECIR20)
You need python 3.7 installed on your computer with pip. Optionally create a new environment (with conda):
conda create --name idne python=3.7 pip
Then run (for linux users):
git clone https://github.com/brochier/idne
cd idne
pip install -r requirements.txt
python scripts/evaluations.py -h
If you use this code, please consider citing the paper:
@inproceedings{brochier2020inductive,
title={Inductive Document Network Embedding with Topic-Word Attention},
author={Brochier, Robin and Guille, Adrien and Velcin, Julien},
booktitle={Proceedings of the 42nd European Conference on Information Retrieval Research},
year={2020},
organization={Springer}
}